Skip to content

Commit a7aead3

Browse files
chore(deps): bump picomatch (#193)
* chore(deps): bump picomatch Bumps and [picomatch](https://github.com/micromatch/picomatch). These dependencies needed to be updated together. Updates `picomatch` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@4.0.3...4.0.4) Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@4.0.3...4.0.4) --- updated-dependencies: - dependency-name: picomatch dependency-version: 4.0.4 dependency-type: indirect - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * check-dts: make it pass with v1.0.0 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maciej Brencz <maciej.brencz@automattic.com>
1 parent 498d1fb commit a7aead3

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint:fix": "eslint --fix .",
2020
"test": "jest",
2121
"check-dependencies": "npx depcheck@1.4.7",
22-
"check-dts": "npx check-dts lib/*.d.ts"
22+
"check-dts": "npx check-dts@1.0.0 lib/*.d.ts"
2323
},
2424
"repository": {
2525
"type": "git",

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"compilerOptions": {
3-
"skipLibCheck": true
3+
"module": "Node16",
4+
"moduleResolution": "Node16",
5+
"skipLibCheck": true,
6+
"ignoreDeprecations": "6.0"
47
}
58
}

0 commit comments

Comments
 (0)