Skip to content

Commit d649396

Browse files
committed
chore: upgrade to micromatch v4
1 parent dabba86 commit d649396

File tree

8 files changed

+19
-10
lines changed

8 files changed

+19
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
### Chore & Maintenance
1010

1111
- `[*]` [**BREAKING**] Drop support for Node 6 ([#8455](https://github.com/facebook/jest/pull/8455))
12+
- `[*]` [**BREAKING**] Upgrade to Micromatch v4 ([#8852](https://github.com/facebook/jest/pull/8852))
1213
- `[docs]` Fix broken link pointing to legacy JS file in "Snapshot Testing".
1314
- `[jest-environment-jsdom]` [**BREAKING**] Upgrade JSDOM from v11 to v15 ([#8851](https://github.com/facebook/jest/pull/8851))
1415
- `[jest-leak-detector]` [**BREAKING**] Use `weak-napi` instead of `weak` package ([#8686](https://github.com/facebook/jest/pull/8686))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"karma-webpack": "4.0.0-rc.5",
5656
"left-pad": "^1.1.1",
5757
"lerna": "3.15.0",
58-
"micromatch": "^3.1.10",
58+
"micromatch": "^4.0.2",
5959
"mkdirp": "^0.5.1",
6060
"mocha": "^6.0.2",
6161
"mock-fs": "^4.4.1",

packages/jest-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"jest-resolve": "^24.9.0",
2525
"jest-util": "^24.9.0",
2626
"jest-validate": "^24.9.0",
27-
"micromatch": "^3.1.10",
27+
"micromatch": "^4.0.2",
2828
"pretty-format": "^24.9.0",
2929
"realpath-native": "^1.1.0"
3030
},

packages/jest-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"jest-util": "^24.9.0",
2828
"jest-validate": "^24.9.0",
2929
"jest-watcher": "^24.9.0",
30-
"micromatch": "^3.1.10",
30+
"micromatch": "^4.0.2",
3131
"p-each-series": "^1.0.0",
3232
"realpath-native": "^1.1.0",
3333
"rimraf": "^2.5.4",

packages/jest-haste-map/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"types": "build/index.d.ts",
1212
"dependencies": {
1313
"@jest/types": "^24.9.0",
14-
"anymatch": "^2.0.0",
14+
"anymatch": "^3.0.3",
1515
"fb-watchman": "^2.0.0",
1616
"graceful-fs": "^4.1.15",
1717
"invariant": "^2.2.4",
1818
"jest-serializer": "^24.9.0",
1919
"jest-util": "^24.9.0",
2020
"jest-worker": "^24.9.0",
21-
"micromatch": "^3.1.10",
21+
"micromatch": "^4.0.2",
2222
"sane": "^4.0.3",
2323
"walker": "^1.0.7"
2424
},

packages/jest-message-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@jest/types": "^24.9.0",
1919
"@types/stack-utils": "^1.0.1",
2020
"chalk": "^2.0.1",
21-
"micromatch": "^3.1.10",
21+
"micromatch": "^4.0.2",
2222
"slash": "^2.0.0",
2323
"stack-utils": "^1.0.1"
2424
},

packages/jest-transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"jest-haste-map": "^24.9.0",
2020
"jest-regex-util": "^24.9.0",
2121
"jest-util": "^24.9.0",
22-
"micromatch": "^3.1.10",
22+
"micromatch": "^4.0.2",
2323
"pirates": "^4.0.1",
2424
"realpath-native": "^1.1.0",
2525
"slash": "^2.0.0",

yarn.lock

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3009,7 +3009,7 @@ anymatch@^2.0.0:
30093009
micromatch "^3.1.4"
30103010
normalize-path "^2.1.1"
30113011

3012-
anymatch@^3.0.1:
3012+
anymatch@^3.0.1, anymatch@^3.0.3:
30133013
version "3.0.3"
30143014
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.0.3.tgz#2fb624fe0e84bccab00afee3d0006ed310f22f09"
30153015
integrity sha512-c6IvoeBECQlMVuYUjSwimnhmztImpErfxJzWZhIQinIvQWoGOnB0dLIgifbPHQt5heS6mNlaZG16f06H3C8t1g==
@@ -3728,7 +3728,7 @@ braces@^2.3.1, braces@^2.3.2:
37283728
split-string "^3.0.2"
37293729
to-regex "^3.0.1"
37303730

3731-
braces@^3.0.2:
3731+
braces@^3.0.1, braces@^3.0.2:
37323732
version "3.0.2"
37333733
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
37343734
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -9619,6 +9619,14 @@ micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8:
96199619
snapdragon "^0.8.1"
96209620
to-regex "^3.0.2"
96219621

9622+
micromatch@^4.0.2:
9623+
version "4.0.2"
9624+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
9625+
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
9626+
dependencies:
9627+
braces "^3.0.1"
9628+
picomatch "^2.0.5"
9629+
96229630
miller-rabin@^4.0.0:
96239631
version "4.0.1"
96249632
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
@@ -10869,7 +10877,7 @@ performance-now@^2.1.0:
1086910877
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
1087010878
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
1087110879

10872-
picomatch@^2.0.4:
10880+
picomatch@^2.0.4, picomatch@^2.0.5:
1087310881
version "2.0.7"
1087410882
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6"
1087510883
integrity sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==

0 commit comments

Comments
 (0)