Skip to content

Commit 29cb9c3

Browse files
build(deps-dev): bump minimatch from 10.0.3 to 10.1.1 (#443)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.0.3 to 10.1.1. <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.1</h2> <ul> <li>Add <code>magicalBraces</code> option for <code>escape</code></li> <li>Fix <code>makeRe</code> when <code>partial: true</code> is set.</li> <li>Fix <code>makeRe</code> when pattern ends in a final <code>**</code> path part.</li> </ul> <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</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/minimatch/commit/5b833726b3fb81f83933a2708fade6399c9c86eb"><code>5b83372</code></a> 10.1.1</li> <li><a href="https://github.com/isaacs/minimatch/commit/7ed71cdc1fbb656f1a423f9586596ba2aa862fef"><code>7ed71cd</code></a> do not require * to match something if already matching something</li> <li><a href="https://github.com/isaacs/minimatch/commit/30efec42d19c8214d4aecf0c58b4cc4631cd5a94"><code>30efec4</code></a> fix some typedoc comments and export types</li> <li><a href="https://github.com/isaacs/minimatch/commit/7a71a90527b5df4f8290334765f1890375fc4293"><code>7a71a90</code></a> 10.1.0</li> <li><a href="https://github.com/isaacs/minimatch/commit/8bc631a7540691be3a44eb62f3db6e34f5180ecc"><code>8bc631a</code></a> changelog 10.1</li> <li><a href="https://github.com/isaacs/minimatch/commit/0a0a7a1a831d1576fc460d738dd499c18a6fc08c"><code>0a0a7a1</code></a> Added missing periods for text consistency</li> <li><a href="https://github.com/isaacs/minimatch/commit/a1b68f2b8f6de5a1142679c7ce8e7eac0387aa63"><code>a1b68f2</code></a> docs: fix typo</li> <li><a href="https://github.com/isaacs/minimatch/commit/6b882774ea3e074c6a4c3d864128e3fb5bc8100a"><code>6b88277</code></a> remove unnecessary types for brace-expansion</li> <li><a href="https://github.com/isaacs/minimatch/commit/0d27f1c6b42625f741da4e5a57ad569174de6245"><code>0d27f1c</code></a> Support <code>magicalBraces</code> option in escape/unescape</li> <li><a href="https://github.com/isaacs/minimatch/commit/281de34b373f283b6efb9d61722ac2d85741984b"><code>281de34</code></a> prettier</li> <li>Additional commits viewable in <a href="https://github.com/isaacs/minimatch/compare/v10.0.3...v10.1.1">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=10.0.3&new-version=10.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38bce4d commit 29cb9c3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 5 additions & 5 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
@@ -206,7 +206,7 @@
206206
"error-stack-parser": "^2.1.4",
207207
"extract-zip": "^2.0.1",
208208
"glob": "^11.0.3",
209-
"minimatch": "^10.0.1",
209+
"minimatch": "^10.1.1",
210210
"mocha": "^11.7.5",
211211
"sinon": "^21.0.0",
212212
"split2": "^4.2.0",

0 commit comments

Comments
 (0)