chore: changeset version - #1441
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 22, 2026 20:19
d2915b1 to
0757e14
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 31, 2026 21:06
0757e14 to
2ca6b91
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 11, 2026 09:40
2ca6b91 to
52455cc
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 11, 2026 09:46
52455cc to
5c55f93
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 11, 2026 10:21
5c55f93 to
6b9f40f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 12, 2026 07:46
6b9f40f to
4cae8f5
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 13, 2026 13:04
4cae8f5 to
6518cf3
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 13, 2026 14:44
6518cf3 to
2697f7f
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 13, 2026 15:19
2697f7f to
cfe4cf2
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 13, 2026 15:46
cfe4cf2 to
a601501
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 13, 2026 17:28
a601501 to
09844ab
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
@callstack/repack@5.4.0
Minor Changes
#1430
33df89aThanks @jbroma! - Bring the Rspack development experience in line with Webpack by compiling eachplatform only when its bundle is first requested. Multi-platform development
servers no longer eagerly build unused platforms, so launching an iOS app does
not wait for Android to compile, and vice versa.
#1424
8dcc116Thanks @jbroma! - Add the unified@callstack/repack/commandsentry point with automatic bundler detection and a--bundleroverride. Re.Pack Init now uses it, while bundler-specific entry points remain available with deprecation warnings.Patch Changes
#1453
4a24b29Thanks @gabrieldonadel! - Fix Android configuration on AGP 9, where built-in Kotlin support registers thekotlinextension itself and the explicitkotlin-androidapply failed with"Cannot add extension with name 'kotlin'". The plugin - and the
kotlinOptionsblock it contributes - is now applied only when nothing has registered that
extension, leaving AGP 8 and
android.builtInKotlin=falseprojects unchanged.#1456
e283ccfThanks @ilteoood! - FixBabelPluginto set thebabel-loaderentry ofresolveLoader.fallbackas an array containing the resolved path, instead of a plain string. Rspack's resolver and downstream tools that consume the resolved loader config (e.g.RSDoctor) expect the value to be an array; a bare string triggeredGiven napi value is not an array on NapiResolveOptions.fallback. This still matches Rspack'sResolveAlias({ [x: string]: string | false | (string | false)[] }) and Webpack's resolver loader fallback shape.#1440
9f3278cThanks @MikitasK! - LetChunkLoadErrorpropagate through the guarded__webpack_require__instead of reporting it as fatal, so a failed dynamic import (including a missing Module Federation exposed chunk) rejects the import promise and can be handled by a React Error Boundary. Other remote loading failures, such as an unreachable remote entry, are not affected by this change.#1434
ed1003fThanks @MikitasK! - Fix development symbolication for Module Federation host and remote bundles. The host now follows a remote bundle's declared source map, invalid generated webpack source URLs no longer invalidate an otherwise usable map, symbolication continues when an individual frame cannot be mapped, and code frames use the matching source map's embedded source content. The dev server also logs the first useful symbolicated runtime frame as a fallback when opening the source file from the device is delayed.#1449
09e7375Thanks @yunsung-miso! - Keep the original error message for iOS script download failures instead of surfacing "Unknown error from a native module".#1454
b440b44Thanks @giaBaoJS! - Read thereact-nativeconfig from the array form ofsharedinModuleFederationPlugin, so the generatedreact-native/and@react-native/deep imports inherit itseager,importandversionvalues instead of falling back to the defaults.#1424
8dcc116Thanks @jbroma! - Reject pending webpack asset requests when compilation fails instead of leaving requests hanging.#1443
c17c212Thanks @Francesco-Voto! - Support React Native 0.87. Polyfills are read fromrn-get-polyfills.jswhenpresent, otherwise from
@react-native/js-polyfills(resolved from the project,falling back through
@react-native/metro-config), with an actionable error whenneither can be found. The asset registry request is aliased to
src/asset-registry.json the 0.87 layout, andreact-native/src/privateisaliased to disk so first-party packages' deep imports keep resolving once package
exports are enabled (0.87 dropped the
./src/*export wildcard). On 0.86 andearlier behaviour is unchanged.
#1446
87c6d94Thanks @giaBaoJS! - Fix the webpack compiler double-joining absolute paths ingetSource. The dev server resolves symbolicated stack frames to absolute paths before asking the compiler for their source, but the webpack compiler joined them onto the project root a second time, so the lookup failed. This only affected the fallback used when a frame's source is not embedded in the source map, for example withnosources-*devtools, and now matches the Rspack compiler.#1444
8fba597Thanks @giaBaoJS! - Fix production bundles shipping unminified withterser-webpack-plugin5.6.0 and newer, which only minifies.jsassets by default and silently skipped Re.Pack's.bundleoutput.Updated dependencies [
ed1003f]:@callstack/repack-dev-server@5.4.0
Patch Changes
ed1003fThanks @MikitasK! - Fix development symbolication for Module Federation host and remote bundles. The host now follows a remote bundle's declared source map, invalid generated webpack source URLs no longer invalidate an otherwise usable map, symbolication continues when an individual frame cannot be mapped, and code frames use the matching source map's embedded source content. The dev server also logs the first useful symbolicated runtime frame as a fallback when opening the source file from the device is delayed.@callstack/repack-init@5.4.0
Patch Changes
8dcc116Thanks @jbroma! - Add the unified@callstack/repack/commandsentry point with automatic bundler detection and a--bundleroverride. Re.Pack Init now uses it, while bundler-specific entry points remain available with deprecation warnings.@callstack/repack-plugin-expo-modules@5.4.0
@callstack/repack-plugin-nativewind@5.4.0
@callstack/repack-plugin-reanimated@5.4.0