[PR #1949] [MERGED] Bump webpack from 5.105.0 to 5.105.1 #1822

Closed
opened 2026-03-03 02:05:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1949
Author: @dependabot[bot]
Created: 2/11/2026
Status: Merged
Merged: 2/11/2026
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/next/webpack-5.105.1


📝 Commits (1)

  • 5fbc47f Bump webpack from 5.105.0 to 5.105.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps webpack from 5.105.0 to 5.105.1.

Release notes

Sourced from webpack's releases.

v5.105.1

Patch Changes

  • Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use toSafePath to replace colons (:) with double underscores (__) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by @​xiaoxiaojx in #20424)

  • Revert part of the createRequire generation behavior for require("node:...") to keep compatibility with those modules exports, e.g. const EventEmitter = require("node:events");. (by @​hai-x in #20433)

  • Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by @​hai-x in #20433)

Changelog

Sourced from webpack's changelog.

5.105.1

Patch Changes

  • Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use toSafePath to replace colons (:) with double underscores (__) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by @​xiaoxiaojx in #20424)

  • Revert part of the createRequire generation behavior for require("node:...") to keep compatibility with those modules exports, e.g. const EventEmitter = require("node:events");. (by @​hai-x in #20433)

  • Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by @​hai-x in #20433)

Commits
  • 8e50ef2 chore(release): new release (#20429)
  • 43903e1 perf: skip collecting guard when exports presence mode is none (#20433)
  • 5a3e6dc docs: add docs and test for virtual module type inference from id extension (...
  • 124ba79 fix: preserve node-commonjs externals for module output (#20431)
  • 032856c docs: use https links in README (#20430)
  • e06423b fix(virtual-url-plugin): sanitize paths for Windows compatibility (#20424)
  • 0e4907e docs: update examples (#20428)
  • a089954 test: add asset/resource test case for virtual-url-plugin (#20422)
  • 38b823a chore(deps): bump the dependencies group with 2 updates (#20410)
  • 5890832 chore(deps-dev): bump the dependencies group across 1 directory with 7 update...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/DavidAnson/markdownlint/pull/1949 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/11/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/webpack-5.105.1` --- ### 📝 Commits (1) - [`5fbc47f`](https://github.com/DavidAnson/markdownlint/commit/5fbc47f9a06cc7d1a13f83515e3b43755ecc5ba0) Bump webpack from 5.105.0 to 5.105.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack](https://github.com/webpack/webpack) from 5.105.0 to 5.105.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/releases">webpack's releases</a>.</em></p> <blockquote> <h2>v5.105.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use <code>toSafePath</code> to replace colons (<code>:</code>) with double underscores (<code>__</code>) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20424">#20424</a>)</p> </li> <li> <p>Revert part of the createRequire generation behavior for <code>require(&quot;node:...&quot;)</code> to keep compatibility with those modules exports, e.g. <code>const EventEmitter = require(&quot;node:events&quot;);</code>. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> <li> <p>Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack/blob/main/CHANGELOG.md">webpack's changelog</a>.</em></p> <blockquote> <h2>5.105.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use <code>toSafePath</code> to replace colons (<code>:</code>) with double underscores (<code>__</code>) and sanitize other invalid characters, ensuring compatibility with Windows filesystem restrictions. (by <a href="https://github.com/xiaoxiaojx"><code>@​xiaoxiaojx</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20424">#20424</a>)</p> </li> <li> <p>Revert part of the createRequire generation behavior for <code>require(&quot;node:...&quot;)</code> to keep compatibility with those modules exports, e.g. <code>const EventEmitter = require(&quot;node:events&quot;);</code>. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> <li> <p>Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by <a href="https://github.com/hai-x"><code>@​hai-x</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/20433">#20433</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/8e50ef2035b9cb727aeaa97d7561545d1c102b91"><code>8e50ef2</code></a> chore(release): new release (<a href="https://redirect.github.com/webpack/webpack/issues/20429">#20429</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/43903e13a8229041823a05137848a7904fb78809"><code>43903e1</code></a> perf: skip collecting guard when exports presence mode is none (<a href="https://redirect.github.com/webpack/webpack/issues/20433">#20433</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/5a3e6dc2ff27d5426744fc4ca234d27579a0dfe5"><code>5a3e6dc</code></a> docs: add docs and test for virtual module type inference from id extension (...</li> <li><a href="https://github.com/webpack/webpack/commit/124ba79918269ecc6018915655c993327947ff12"><code>124ba79</code></a> fix: preserve node-commonjs externals for module output (<a href="https://redirect.github.com/webpack/webpack/issues/20431">#20431</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/032856c7ba9f4d951e95b111fdabb3447660ce50"><code>032856c</code></a> docs: use https links in README (<a href="https://redirect.github.com/webpack/webpack/issues/20430">#20430</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/e06423b3f503ff2fc93a4875b0be72471c4fe9bd"><code>e06423b</code></a> fix(virtual-url-plugin): sanitize paths for Windows compatibility (<a href="https://redirect.github.com/webpack/webpack/issues/20424">#20424</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/0e4907e6860fe4e55355767ca4a4dadcdf14c75b"><code>0e4907e</code></a> docs: update examples (<a href="https://redirect.github.com/webpack/webpack/issues/20428">#20428</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/a089954a4bcbe10e1a42b908471e4788fd405fb5"><code>a089954</code></a> test: add asset/resource test case for virtual-url-plugin (<a href="https://redirect.github.com/webpack/webpack/issues/20422">#20422</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/38b823a6e89b0becea4641d23c5094f6dc74e9d6"><code>38b823a</code></a> chore(deps): bump the dependencies group with 2 updates (<a href="https://redirect.github.com/webpack/webpack/issues/20410">#20410</a>)</li> <li><a href="https://github.com/webpack/webpack/commit/5890832984b06545a4960e7cf00d37312c40acb2"><code>5890832</code></a> chore(deps-dev): bump the dependencies group across 1 directory with 7 update...</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.105.0...v5.105.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.105.0&new-version=5.105.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 02:05:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#1822
No description provided.