Skip to content

Commit a5017b7

Browse files
chore(deps): bump minimatch from 9.0.5 to 10.0.3 (#430)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 10.0.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/isaacs/minimatch/blob/main/changelog.md">minimatch's changelog</a>.</em></p> <blockquote> <h1>change log</h1> <h2>10.0</h2> <ul> <li>Require node 20 or 22 and higher</li> </ul> <h2>9.0</h2> <ul> <li>No default export, only named exports.</li> </ul> <h2>8.0</h2> <ul> <li>Recursive descent parser for extglob, allowing correct support for arbitrarily nested extglob expressions</li> <li>Bump required Node.js version</li> </ul> <h2>7.4</h2> <ul> <li>Add <code>escape()</code> method</li> <li>Add <code>unescape()</code> method</li> <li>Add <code>Minimatch.hasMagic()</code> method</li> </ul> <h2>7.3</h2> <ul> <li>Add support for posix character classes in a unicode-aware way.</li> </ul> <h2>7.2</h2> <ul> <li>Add <code>windowsNoMagicRoot</code> option</li> </ul> <h2>7.1</h2> <ul> <li>Add <code>optimizationLevel</code> configuration option, and revert the default back to the 6.2 style minimal optimizations, making the advanced transforms introduced in 7.0 opt-in. Also, process provided file paths in the same way in optimizationLevel:2 mode, so <em>most</em> things that matched with optimizationLevel 1 or 0 <em>should</em> match with level 2 as well. However, level 1 is the default, out of an abundance of caution.</li> </ul> <h2>7.0</h2> <ul> <li>Preprocess patterns to simplify complicated patterns and reduce out <code>..</code> pattern portions where possible. Note that this means a pattern like <code>a/b/../*</code> will be equivalent to <code>a/*</code>, and will <em>not</em> match the string <code>a/b/../c</code>. If this causes problems, it can be addressed in a patch release by resolving <code>..</code> portions in the test string.</li> </ul> <h2>6.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/minimatch/commit/2c65ee2c57964cae0ad55a612e2c76dfff7cb16a"><code>2c65ee2</code></a> 10.0.3</li> <li><a href="https://github.com/isaacs/minimatch/commit/4fba25e32a2bc96d5d25d117369c30e0b89751d1"><code>4fba25e</code></a> Use <code>@​isaacs/brace-expansion</code></li> <li><a href="https://github.com/isaacs/minimatch/commit/41cb7dde009103bdb665107bfa757ff90cd60c69"><code>41cb7dd</code></a> ci: update typedoc action versions</li> <li><a href="https://github.com/isaacs/minimatch/commit/be94de0e8c379249873c6169f0a68b7854326264"><code>be94de0</code></a> update ci versions</li> <li><a href="https://github.com/isaacs/minimatch/commit/ad70a8575e6107bb94e8eef760d54bdaa52445a8"><code>ad70a85</code></a> 10.0.2</li> <li><a href="https://github.com/isaacs/minimatch/commit/803156d243502465453f8fa8167787fdc4b10f0e"><code>803156d</code></a> modernize repo, update brace-expansion</li> <li><a href="https://github.com/isaacs/minimatch/commit/0569cd3373408f9d701d3aab187b3f43a24a0db7"><code>0569cd3</code></a> 10.0.1</li> <li><a href="https://github.com/isaacs/minimatch/commit/17d31c75ee4a6c4e516b6610647274285dc493c7"><code>17d31c7</code></a> rollback to brace-expansion 2, for cjs support</li> <li><a href="https://github.com/isaacs/minimatch/commit/346685ced5203464bb10fd3d4dfa6964f6102ede"><code>346685c</code></a> 10.0.0</li> <li><a href="https://github.com/isaacs/minimatch/commit/632e0da294b644ce2b537df4d64d4316fd84e0f1"><code>632e0da</code></a> modernize, drop old node versions</li> <li>See full diff in <a href="https://github.com/isaacs/minimatch/compare/v9.0.5...v10.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minimatch&package-manager=npm_and_yarn&previous-version=9.0.5&new-version=10.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel Perez <danielpza@protonmail.com>
1 parent c030cc3 commit a5017b7

File tree

3 files changed

+55
-5
lines changed

3 files changed

+55
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
}
8080
},
8181
"dependencies": {
82-
"minimatch": "^9.0.5"
82+
"minimatch": "^10.1.1"
8383
},
8484
"prettier": {
8585
"plugins": [

test/yarn.lock

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,22 @@ __metadata:
187187
languageName: node
188188
linkType: hard
189189

190+
"@isaacs/balanced-match@npm:^4.0.1":
191+
version: 4.0.1
192+
resolution: "@isaacs/balanced-match@npm:4.0.1"
193+
checksum: 10c0/7da011805b259ec5c955f01cee903da72ad97c5e6f01ca96197267d3f33103d5b2f8a1af192140f3aa64526c593c8d098ae366c2b11f7f17645d12387c2fd420
194+
languageName: node
195+
linkType: hard
196+
197+
"@isaacs/brace-expansion@npm:^5.0.0":
198+
version: 5.0.0
199+
resolution: "@isaacs/brace-expansion@npm:5.0.0"
200+
dependencies:
201+
"@isaacs/balanced-match": "npm:^4.0.1"
202+
checksum: 10c0/b4d4812f4be53afc2c5b6c545001ff7a4659af68d4484804e9d514e183d20269bb81def8682c01a22b17c4d6aed14292c8494f7d2ac664e547101c1a905aa977
203+
languageName: node
204+
linkType: hard
205+
190206
"@isaacs/cliui@npm:^8.0.2":
191207
version: 8.0.2
192208
resolution: "@isaacs/cliui@npm:8.0.2"
@@ -850,7 +866,16 @@ __metadata:
850866
languageName: node
851867
linkType: hard
852868

853-
"minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
869+
"minimatch@npm:^10.1.1":
870+
version: 10.1.1
871+
resolution: "minimatch@npm:10.1.1"
872+
dependencies:
873+
"@isaacs/brace-expansion": "npm:^5.0.0"
874+
checksum: 10c0/c85d44821c71973d636091fddbfbffe62370f5ee3caf0241c5b60c18cd289e916200acb2361b7e987558cd06896d153e25d505db9fc1e43e6b4b6752e2702902
875+
languageName: node
876+
linkType: hard
877+
878+
"minimatch@npm:^9.0.4":
854879
version: 9.0.5
855880
resolution: "minimatch@npm:9.0.5"
856881
dependencies:
@@ -1306,7 +1331,7 @@ __metadata:
13061331
version: 0.0.0-use.local
13071332
resolution: "typescript-transform-paths@portal:../::locator=root-workspace-0b6124%40workspace%3A."
13081333
dependencies:
1309-
minimatch: "npm:^9.0.5"
1334+
minimatch: "npm:^10.1.1"
13101335
peerDependencies:
13111336
typescript: ">=5"
13121337
peerDependenciesMeta:

yarn.lock

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,22 @@ __metadata:
145145
languageName: node
146146
linkType: hard
147147

148+
"@isaacs/balanced-match@npm:^4.0.1":
149+
version: 4.0.1
150+
resolution: "@isaacs/balanced-match@npm:4.0.1"
151+
checksum: 10c0/7da011805b259ec5c955f01cee903da72ad97c5e6f01ca96197267d3f33103d5b2f8a1af192140f3aa64526c593c8d098ae366c2b11f7f17645d12387c2fd420
152+
languageName: node
153+
linkType: hard
154+
155+
"@isaacs/brace-expansion@npm:^5.0.0":
156+
version: 5.0.0
157+
resolution: "@isaacs/brace-expansion@npm:5.0.0"
158+
dependencies:
159+
"@isaacs/balanced-match": "npm:^4.0.1"
160+
checksum: 10c0/b4d4812f4be53afc2c5b6c545001ff7a4659af68d4484804e9d514e183d20269bb81def8682c01a22b17c4d6aed14292c8494f7d2ac664e547101c1a905aa977
161+
languageName: node
162+
linkType: hard
163+
148164
"@isaacs/cliui@npm:^8.0.2":
149165
version: 8.0.2
150166
resolution: "@isaacs/cliui@npm:8.0.2"
@@ -2096,6 +2112,15 @@ __metadata:
20962112
languageName: node
20972113
linkType: hard
20982114

2115+
"minimatch@npm:^10.1.1":
2116+
version: 10.1.1
2117+
resolution: "minimatch@npm:10.1.1"
2118+
dependencies:
2119+
"@isaacs/brace-expansion": "npm:^5.0.0"
2120+
checksum: 10c0/c85d44821c71973d636091fddbfbffe62370f5ee3caf0241c5b60c18cd289e916200acb2361b7e987558cd06896d153e25d505db9fc1e43e6b4b6752e2702902
2121+
languageName: node
2122+
linkType: hard
2123+
20992124
"minimatch@npm:^3.1.2":
21002125
version: 3.1.2
21012126
resolution: "minimatch@npm:3.1.2"
@@ -2105,7 +2130,7 @@ __metadata:
21052130
languageName: node
21062131
linkType: hard
21072132

2108-
"minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
2133+
"minimatch@npm:^9.0.4":
21092134
version: 9.0.5
21102135
resolution: "minimatch@npm:9.0.5"
21112136
dependencies:
@@ -2886,7 +2911,7 @@ __metadata:
28862911
changelogen: "npm:^0.5.5"
28872912
eslint: "npm:9.x"
28882913
globals: "npm:^16.4.0"
2889-
minimatch: "npm:^9.0.5"
2914+
minimatch: "npm:^10.1.1"
28902915
prettier: "npm:^3.6.2"
28912916
prettier-plugin-jsdoc: "npm:^1.3.3"
28922917
ts-patch: "npm:^3.2.1"

0 commit comments

Comments
 (0)