Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency picomatch to v3 #14653

Merged
merged 3 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
- `[jest-config, @jest/core, jest-util]` Upgrade `ci-info` ([#14655](https://github.com/jestjs/jest/pull/14655))
- `[jest-mock]` [**BREAKING**] Remove `MockFunctionMetadataType`, `MockFunctionMetadata` and `SpyInstance` types ([#14621](https://github.com/jestjs/jest/pull/14621))
- `[jest-transform]` Upgrade `write-file-atomic` ([#14274](https://github.com/jestjs/jest/pull/14274))
- `[jest-util]` Upgrade `picomatch` to v3 ([#14653](https://github.com/jestjs/jest/pull/14653))

## 29.7.0

Expand Down
2 changes: 1 addition & 1 deletion packages/jest-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"chalk": "^4.0.0",
"ci-info": "^4.0.0",
"graceful-fs": "^4.2.9",
"picomatch": "^2.2.3"
"picomatch": "^3.0.0"
},
"devDependencies": {
"@types/graceful-fs": "^4.1.3",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13437,7 +13437,7 @@ __metadata:
chalk: ^4.0.0
ci-info: ^4.0.0
graceful-fs: ^4.2.9
picomatch: ^2.2.3
picomatch: ^3.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -17403,6 +17403,13 @@ __metadata:
languageName: node
linkType: hard

"picomatch@npm:^3.0.0":
version: 3.0.0
resolution: "picomatch@npm:3.0.0"
checksum: a55ddf301a3b817463f4fad841573be9c8efc33472359b641dcaef3069db78ed8c4924c499c8b9e06af406f426732458bd1ae90222eb346e9c4547491dcc05ae
languageName: node
linkType: hard

"pify@npm:^2.3.0":
version: 2.3.0
resolution: "pify@npm:2.3.0"
Expand Down
Loading