Skip to content

Commit 634f001

Browse files
Bump fast-glob from 3.3.2 to 3.3.3 (#711)
Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.3.2 to 3.3.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mrmlnc/fast-glob/releases">fast-glob's releases</a>.</em></p> <blockquote> <h2>3.3.3</h2> <blockquote> <p><strong>Full Changelog</strong>: <a href="https://github.com/mrmlnc/fast-glob/compare/3.3.2...3.3.3">https://github.com/mrmlnc/fast-glob/compare/3.3.2...3.3.3</a></p> </blockquote> <h2>💬 Common</h2> <ul> <li>Refer to [email protected] to avoid annoying npm audit spam (<a href="https://redirect.github.com/mrmlnc/fast-glob/issues/443">#443</a>, <a href="https://redirect.github.com/mrmlnc/fast-glob/issues/444">#444</a>, <a href="https://redirect.github.com/mrmlnc/fast-glob/issues/454">#454</a>, <a href="https://redirect.github.com/mrmlnc/fast-glob/issues/456">#456</a>, <a href="https://redirect.github.com/mrmlnc/fast-glob/issues/457">#457</a>, <a href="https://redirect.github.com/mrmlnc/fast-glob/issues/461">#461</a>)</li> </ul> <h2>🐛 Bug fixes</h2> <ul> <li>Apply absolute negative patterns to full path instead of file path (<a href="https://redirect.github.com/mrmlnc/fast-glob/issues/441">#441</a>, thanks <a href="https://github.com/webpro"><code>@​webpro</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mrmlnc/fast-glob/commit/48687898dd26d4e935a0e5ecf6720e7c5aeac15d"><code>4868789</code></a> 3.3.3</li> <li><a href="https://github.com/mrmlnc/fast-glob/commit/73be367c80dbc70cf62d92c161d4ad0a6a1d6f2b"><code>73be367</code></a> Merge pull request <a href="https://redirect.github.com/mrmlnc/fast-glob/issues/464">#464</a> from mrmlnc/3.3.3</li> <li><a href="https://github.com/mrmlnc/fast-glob/commit/55c7b3356ebf1acd8b606ee6ae2f0c8ceafceb19"><code>55c7b33</code></a> perf: optimizing the patterns set matching by exiting early</li> <li><a href="https://github.com/mrmlnc/fast-glob/commit/ea113fd680d4c833a1015a34d8a980598e484a1f"><code>ea113fd</code></a> docs: add information about enumerable properties for the fs option</li> <li><a href="https://github.com/mrmlnc/fast-glob/commit/41e47304a9f723a592b1775814f7a3ba69a7d191"><code>41e4730</code></a> fix: apply absolute negative patterns to full path instead of file path</li> <li><a href="https://github.com/mrmlnc/fast-glob/commit/54ad12d66683187320d7b1a5611d48ac2974bd54"><code>54ad12d</code></a> build: fix watch command</li> <li><a href="https://github.com/mrmlnc/fast-glob/commit/741054783b946a06607354e61b67f625985ce833"><code>7410547</code></a> chore: refer to [email protected] to avoid annoying npm audit spam</li> <li><a href="https://github.com/mrmlnc/fast-glob/commit/ca610853a5ef65157e79565a3c4f14fbec4228ca"><code>ca61085</code></a> build: freeze fdir dependency to avoid tsc issues</li> <li>See full diff in <a href="https://github.com/mrmlnc/fast-glob/compare/3.3.2...3.3.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fast-glob&package-manager=npm_and_yarn&previous-version=3.3.2&new-version=3.3.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>
1 parent 3aeae05 commit 634f001

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/node": "^22.10.4",
4949
"eslint": "^8.57.1",
5050
"eslint-plugin-jest": "^28.10.0",
51-
"fast-glob": "^3.3.2",
51+
"fast-glob": "^3.3.3",
5252
"husky": "^9.1.7",
5353
"jest": "^29.7.0",
5454
"jest-junit": "^16.0.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ __metadata:
819819
ajv-formats: "npm:^3.0.1"
820820
eslint: "npm:^8.57.1"
821821
eslint-plugin-jest: "npm:^28.10.0"
822-
fast-glob: "npm:^3.3.2"
822+
fast-glob: "npm:^3.3.3"
823823
husky: "npm:^9.1.7"
824824
jest: "npm:^29.7.0"
825825
jest-junit: "npm:^16.0.0"
@@ -2694,16 +2694,16 @@ __metadata:
26942694
languageName: node
26952695
linkType: hard
26962696

2697-
"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.1, fast-glob@npm:^3.3.2":
2698-
version: 3.3.2
2699-
resolution: "fast-glob@npm:3.3.2"
2697+
"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.1, fast-glob@npm:^3.3.3":
2698+
version: 3.3.3
2699+
resolution: "fast-glob@npm:3.3.3"
27002700
dependencies:
27012701
"@nodelib/fs.stat": "npm:^2.0.2"
27022702
"@nodelib/fs.walk": "npm:^1.2.3"
27032703
glob-parent: "npm:^5.1.2"
27042704
merge2: "npm:^1.3.0"
2705-
micromatch: "npm:^4.0.4"
2706-
checksum: 42baad7b9cd40b63e42039132bde27ca2cb3a4950d0a0f9abe4639ea1aa9d3e3b40f98b1fe31cbc0cc17b664c9ea7447d911a152fa34ec5b72977b125a6fc845
2705+
micromatch: "npm:^4.0.8"
2706+
checksum: f6aaa141d0d3384cf73cbcdfc52f475ed293f6d5b65bfc5def368b09163a9f7e5ec2b3014d80f733c405f58e470ee0cc451c2937685045cddcdeaa24199c43fe
27072707
languageName: node
27082708
linkType: hard
27092709

@@ -4460,7 +4460,7 @@ __metadata:
44604460
languageName: node
44614461
linkType: hard
44624462

4463-
"micromatch@npm:^4.0.4, micromatch@npm:~4.0.8":
4463+
"micromatch@npm:^4.0.4, micromatch@npm:^4.0.8, micromatch@npm:~4.0.8":
44644464
version: 4.0.8
44654465
resolution: "micromatch@npm:4.0.8"
44664466
dependencies:

0 commit comments

Comments
 (0)