chore(release): new release - #4711
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
6 times, most recently
from
March 27, 2026 00:16
b087cce to
34f4381
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
April 3, 2026 14:57
ed98add to
438ad54
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
6 times, most recently
from
April 12, 2026 13:50
e7b47f8 to
936f6c9
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
April 20, 2026 12:15
5038c93 to
1d07786
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
April 24, 2026 16:27
ec5d532 to
ce42136
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
May 8, 2026 16:09
cf1f662 to
152c21d
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
May 15, 2026 15:33
ae67e73 to
86b7503
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 15, 2026 15:41
86b7503 to
437dece
Compare
laith-max
approved these changes
May 19, 2026
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
May 25, 2026 12:34
6c16ae4 to
1f2ea27
Compare
laith-max
approved these changes
May 25, 2026
laith-max
approved these changes
May 25, 2026
laith-max
approved these changes
May 25, 2026
laith-max
approved these changes
May 25, 2026
github-actions
Bot
force-pushed
the
changeset-release/main
branch
5 times, most recently
from
May 27, 2026 14:00
d036ffb to
7b0c30f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 27, 2026 16:32
7b0c30f to
f80d837
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 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
create-webpack-app@2.1.0
Minor Changes
Patch Changes
Use default logic to determine the host for webpack-dev-server. (by @ThierryRakotomanana in #4715)
Generate
webpack.config.tsinstead ofwebpack.config.jswhen TypeScript is selected. (by @ThierryRakotomanana in #4723)webpack-cli@7.0.3
Patch Changes
Improved CLI startup performance and reduced memory usage. (by @alexander-akait in #4765)
Reduced CLI startup CPU and memory usage by caching schema-derived argument metadata, registering only the options present in the arguments, and reading config directories once during default-config discovery. (by @alexander-akait in #4760)
Replace the
fastest-levenshteindependency with a small in-tree implementation used for command/option "did you mean" suggestions. (by @alexander-akait in #4762)