Skip to content

chore(release): new release#20808

Merged
alexander-akait merged 1 commit intomainfrom
changeset-release/main
Apr 10, 2026
Merged

chore(release): new release#20808
alexander-akait merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 10, 2026

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

[email protected]

Patch Changes

  • Fix two ES5-environment regressions in the anonymous default export .name fix-up: the generated code referenced an undeclared __WEBPACK_DEFAULT_EXPORT__ binding causing ReferenceError, and used Reflect.defineProperty which is not available in pre-ES2015 runtimes. The fix-up now references the real assignment target and uses Object.defineProperty / Object.getOwnPropertyDescriptor. (by @xiaoxiaojx in #20796)

  • Prevent !important from being renamed as a local identifier in CSS modules. (by @xiaoxiaojx in #20798)

  • Use compiler context instead of module context for CSS modules local ident hashing to avoid hash collisions when files with the same name exist in different directories. (by @xiaoxiaojx in #20799)

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 2e06487 to c66b3ae Compare April 10, 2026 10:10
@github-actions github-actions Bot force-pushed the changeset-release/main branch from c66b3ae to 420a1c6 Compare April 10, 2026 10:11
@alexander-akait alexander-akait merged commit a934b9b into main Apr 10, 2026
1 check passed
@alexander-akait alexander-akait deleted the changeset-release/main branch April 10, 2026 10:41
@github-actions
Copy link
Copy Markdown
Contributor Author

This PR is packaged and the instant preview is available (a934b9b).

Install it locally:

  • npm
npm i -D webpack@https://pkg.pr.new/webpack@a934b9b
  • yarn
yarn add -D webpack@https://pkg.pr.new/webpack@a934b9b
  • pnpm
pnpm add -D webpack@https://pkg.pr.new/webpack@a934b9b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant