Skip to content

Commit 8e50ef2

Browse files
chore(release): new release (#20429)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 43903e1 commit 8e50ef2

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/fix-virtual-url-plugin-windows-compatibility.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-ideas-flow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silver-plants-sell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# webpack
22

3+
## 5.105.1
4+
5+
### Patch Changes
6+
7+
- 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](https://github.com/xiaoxiaojx) in [#20424](https://github.com/webpack/webpack/pull/20424))
8+
9+
- 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](https://github.com/hai-x) in [#20433](https://github.com/webpack/webpack/pull/20433))
10+
11+
- Skip guard collection when exports-presence mode is disabled to improve parsing performance. (by [@hai-x](https://github.com/hai-x) in [#20433](https://github.com/webpack/webpack/pull/20433))
12+
313
## 5.105.0
414

515
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack",
3-
"version": "5.105.0",
3+
"version": "5.105.1",
44
"description": "Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
55
"homepage": "https://github.com/webpack/webpack",
66
"bugs": "https://github.com/webpack/webpack/issues",

0 commit comments

Comments
 (0)