chore(deps): update dependency webpack to v5.105.2#467
Merged
renovate[bot] merged 1 commit intoupdate-dependenciesfrom Feb 15, 2026
Merged
chore(deps): update dependency webpack to v5.105.2#467renovate[bot] merged 1 commit intoupdate-dependenciesfrom
renovate[bot] merged 1 commit intoupdate-dependenciesfrom
Conversation
#1439 Bundle Size — 896.5KiB (0%).9e35088(current) vs 91a61b6 update-dependencies#1438(baseline) Bundle metrics
|
| Current #1439 |
Baseline #1438 |
|
|---|---|---|
302.68KiB |
302.68KiB |
|
568.64KiB |
568.64KiB |
|
0% |
97.34% |
|
4 |
4 |
|
9 |
9 |
|
281 |
281 |
|
0 |
0 |
|
0% |
0% |
|
39 |
39 |
|
0 |
0 |
Bundle size by type no changes
| Current #1439 |
Baseline #1438 |
|
|---|---|---|
568.64KiB |
568.64KiB |
|
302.68KiB |
302.68KiB |
|
24.78KiB |
24.78KiB |
|
413B |
413B |
Bundle analysis report Branch renovate-webpack-5.x Project dashboard
Generated by RelativeCI Documentation Report issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.105.0→5.105.2Release Notes
webpack/webpack (webpack)
v5.105.2Compare Source
Patch Changes
WebpackPluginInstancetype regression. (by @alexander-akait in #20440)v5.105.1Compare Source
Patch Changes
Fix VirtualUrlPlugin Windows compatibility by sanitizing cache keys and filenames. Cache keys now use
toSafePathto 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)
Configuration
📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.