chore(release): new release - #21534
#21534Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
5 times, most recently
from
July 28, 2026 16:41
0aca19b to
0287b42
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 28, 2026 18:09
0287b42 to
b8fddf4
Compare
Contributor
Author
|
This PR is packaged and the instant preview is available (6a24bd6). Install it locally:
npm i -D webpack@https://pkg.pr.new/webpack@6a24bd6
yarn add -D webpack@https://pkg.pr.new/webpack@6a24bd6
pnpm add -D webpack@https://pkg.pr.new/webpack@6a24bd6 |
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
webpack@5.109.2
Patch Changes
Resolve aliases pointing at a package directory whose name ends with
.jsagain. (by @alexander-akait in #21542)Name CSS sources in source maps by their resource path, without the
cssprefix. (by @bjohansebas in #21536)Delete no longer referenced files from the filesystem cache directory after storing the cache, age them by recorded time so restored caches are cleaned too, and collect every fully expired pack in one store instead of one per build. (by @bjohansebas in #21528)
Report
"universal"as the loader context target for the universal target. (by @alexander-akait in #21540)Skip
require().propin dead branches gated by inlined imported constants. (by @hai-x in #21517)Annotate configuration options and public hooks in the generated types with the
@sinceJSDoc tag. (by @bjohansebas in #21473)Note
Low Risk
No library source changes in the diff—only version, changelog, and changeset housekeeping for an automated patch release.
Overview
Release-only PR that publishes webpack@5.109.2: bumps
package.jsonfrom5.109.1to5.109.2, adds the 5.109.2 section toCHANGELOG.md, and removes the consumed Changesets (.changeset/*.md) that described the included patches.The release bundles six patch-level fixes already merged on main: extension alias resolution for package dirs ending in
.js, CSS source-map source naming, filesystem cache cleanup behavior,"universal"loadertarget, dead-branch skipping forrequire().propwith inlined constants, and@sinceJSDoc on generated config/hook types.Reviewed by Cursor Bugbot for commit b8fddf4. Bugbot is set up for automated code reviews on this repo. Configure here.