chore(deps): update dependency webpack to v5.111.1 - #55
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
from
April 29, 2026 08:28
8e61b75 to
305a506
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
2 times, most recently
from
May 20, 2026 10:36
0101b82 to
0293497
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
from
May 21, 2026 16:54
0293497 to
adb3169
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
from
May 25, 2026 17:33
adb3169 to
4753bf9
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
2 times, most recently
from
June 26, 2026 16:40
e062cfe to
71f60dd
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
4 times, most recently
from
June 30, 2026 16:42
9a9f374 to
892c219
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
from
July 1, 2026 01:13
892c219 to
fc231fd
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
from
July 5, 2026 21:32
fc231fd to
dda0120
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
from
July 6, 2026 09:29
dda0120 to
edb50b8
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
2 times, most recently
from
July 24, 2026 21:59
048235d to
bcf0c9b
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
from
July 29, 2026 01:53
bcf0c9b to
b2136fa
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
from
July 29, 2026 22:27
b2136fa to
05318f6
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
from
August 14, 2026 18:13
05318f6 to
b09b782
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
from
August 28, 2026 17:44
b09b782 to
58f380e
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
from
August 28, 2026 22:35
58f380e to
9384bb7
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
from
August 31, 2026 18:59
9384bb7 to
89cd94b
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
2 times, most recently
from
September 3, 2026 02:10
cc2f14b to
cd37430
Compare
renovate
Bot
force-pushed
the
renovate/webpack-5.x
branch
from
September 19, 2026 17:06
cd37430 to
34d1ad3
Compare
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.111.0→5.111.1Release Notes
webpack/webpack (webpack)
v5.111.1Compare Source
Patch Changes
Throw on a write to an imported binding without losing concatenation. (by @alexander-akait in #22141)
Keep the
</html>a page was written with, whatever opened the element. (by @aryanraj45 in #22103)Look an attribute up by what its value decodes to, not how it was spelled. (by @aryanraj45 in #22107)
Minify HTML by what a value says rather than how it was spelled. (by @alexander-akait in #22154)
Follow HTML template form and frameset rules during tree construction. (by @dependabot in #22129)
Keep the whitespace
calc()needs around+and-in a custom property. (by @alexander-akait in #22150)Keep an attribute's delimiter and spell its value back where quoting is frozen. (by @alexander-akait in #22119)
Rewrite an attribute value the source spelled with character references. (by @aryanraj45 in #22110)
Unquote an HTML attribute value carrying a vertical tab. (by @alexander-akait in #22162)
Keep a shadow's spread and canonicalize a merged selector list. (by @alexander-akait in #22101)
Leave out an implied tag and merge adjacent runs on the first pass. (by @aryanraj45 in #22121)
Minify in one pass what a second pass of the CSS minifier used to find. (by @alexander-akait in #22106)
Cover the CSS lookup tables no stylesheet in the corpus reaches. (by @aryanraj45 in #22126)
Keep
initialwhere an engine reads the property's initial keyword apart. (by @aryanraj45 in #22128)Join the CSS rules a cut leaves adjacent, and keep a value an escape ate. (by @alexander-akait in #22108)
Drop the dead CSS a cut leaves, and join more of the blocks that print alike. (by @alexander-akait in #22111)
Run the printer equivalence suite against Firefox as well as Chrome. (by @aryanraj45 in #22151)
Finish in one CSS pass the joins, drops and collapses left to a second. (by @alexander-akait in #22117)
Move the context module sources into
lib/context/. (by @alexander-akait in #22115)Declare loader context types in JSDoc instead of hand-written
.d.tsfiles. (by @alexander-akait in #22116)Emit a failing module's stack relative, and name what a tap failed with. (by @alexander-akait in #22122)
Finish in one CSS pass the drops, layer gathers and joins left to a second. (by @alexander-akait in #22120)
Speed up CSS parsing by stepping over dropped selector preludes in bytes. (by @alexander-akait in #22142)
Record hoisted, module and block declarations while parsing, not by re-walking. (by @alexander-akait in #22147)
Fold more enumerated attribute values and drop those naming no keyword. (by @alexander-akait in #22148)
Halve the CSS minifier's browser-version tables by narrowing their element type. (by @alexander-akait in #22140)
Make each
optimization.minimize.cssswitch govern its own rewrite alone. (by @alexander-akait in #22140)Join the rules a top-level
@layergather leaves meeting at the seam. (by @alexander-akait in #22140)Gather a CSS layer past a rule that writes only a different one. (by @alexander-akait in #22154)
Order HTML attributes by what reaches the output, and read values decoded. (by @alexander-akait in #22146)
Drop a fallback declaration every
browserslisttarget reads past. (by @alexander-akait in #22158)Fix module library exports lost under cache or missing behind a re-export. (by @hai-x in #22114)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.