Commit a5017b7
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 />
[](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
3 files changed
+55
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
190 | 206 | | |
191 | 207 | | |
192 | 208 | | |
| |||
850 | 866 | | |
851 | 867 | | |
852 | 868 | | |
853 | | - | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
854 | 879 | | |
855 | 880 | | |
856 | 881 | | |
| |||
1306 | 1331 | | |
1307 | 1332 | | |
1308 | 1333 | | |
1309 | | - | |
| 1334 | + | |
1310 | 1335 | | |
1311 | 1336 | | |
1312 | 1337 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
148 | 164 | | |
149 | 165 | | |
150 | 166 | | |
| |||
2096 | 2112 | | |
2097 | 2113 | | |
2098 | 2114 | | |
| 2115 | + | |
| 2116 | + | |
| 2117 | + | |
| 2118 | + | |
| 2119 | + | |
| 2120 | + | |
| 2121 | + | |
| 2122 | + | |
| 2123 | + | |
2099 | 2124 | | |
2100 | 2125 | | |
2101 | 2126 | | |
| |||
2105 | 2130 | | |
2106 | 2131 | | |
2107 | 2132 | | |
2108 | | - | |
| 2133 | + | |
2109 | 2134 | | |
2110 | 2135 | | |
2111 | 2136 | | |
| |||
2886 | 2911 | | |
2887 | 2912 | | |
2888 | 2913 | | |
2889 | | - | |
| 2914 | + | |
2890 | 2915 | | |
2891 | 2916 | | |
2892 | 2917 | | |
| |||
0 commit comments