Skip to content

Commit e85de73

Browse files
build(deps-dev): bump enhanced-resolve from 5.18.0 to 5.18.1 (#240)
Bumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.18.0 to 5.18.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/enhanced-resolve/releases">enhanced-resolve's releases</a>.</em></p> <blockquote> <h2>v5.18.1</h2> <h3>Perf</h3> <ul> <li>Fast path for parsing requests without <code>\0</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/enhanced-resolve/commit/9436f4d6d930f98b7dbdc7f142ddc5a323512cb6"><code>9436f4d</code></a> chore(release): 5.18.1</li> <li><a href="https://github.com/webpack/enhanced-resolve/commit/7408b73c21797ba3ee01905dd0da112042983d97"><code>7408b73</code></a> pref: fast path for parsing requests without \0</li> <li><a href="https://github.com/webpack/enhanced-resolve/commit/84b0e2896c01e78f3c3bee9915ad65331d4f111b"><code>84b0e28</code></a> Merge pull request <a href="https://redirect.github.com/webpack/enhanced-resolve/issues/446">#446</a> from webpack/snitin315-patch-1</li> <li><a href="https://github.com/webpack/enhanced-resolve/commit/2011948a87a57b1ecbeed2a7e5c43c9d224cba86"><code>2011948</code></a> ci: update codecov/codecov-action to v5</li> <li><a href="https://github.com/webpack/enhanced-resolve/commit/40a4050d7b8c4b329aa4937c43fe6a8850b97a1a"><code>40a4050</code></a> feat: parseIdentifier fast path for requests without \0</li> <li><a href="https://github.com/webpack/enhanced-resolve/commit/b084e39caea2c73764bc480990aec26b1712c5e7"><code>b084e39</code></a> docs: badge</li> <li><a href="https://github.com/webpack/enhanced-resolve/commit/180bbb0ef1d300f15f6c3e15e96aa7adaa08b8a9"><code>180bbb0</code></a> docs: badge</li> <li>See full diff in <a href="https://github.com/webpack/enhanced-resolve/compare/v5.18.0...v5.18.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=enhanced-resolve&package-manager=npm_and_yarn&previous-version=5.18.0&new-version=5.18.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 3a46b95 commit e85de73

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 5 additions & 4 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
@@ -173,7 +173,7 @@
173173
"chai": "^4.5.0",
174174
"cross-env": "^7.0.3",
175175
"data-uri-to-buffer": "^6.0.2",
176-
"enhanced-resolve": "^5.18.0",
176+
"enhanced-resolve": "^5.18.1",
177177
"error-stack-parser": "^2.1.4",
178178
"eslint": "^9.19.0",
179179
"eslint-config-prettier": "^10.0.1",

0 commit comments

Comments
 (0)