Skip to content

chore: changeset version - #1441

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: changeset version#1441
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

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 33df89a Thanks @jbroma! - Bring the Rspack development experience in line with Webpack by compiling each
    platform 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 8dcc116 Thanks @jbroma! - Add the unified @callstack/repack/commands entry point with automatic bundler detection and a --bundler override. Re.Pack Init now uses it, while bundler-specific entry points remain available with deprecation warnings.

Patch Changes

  • #1453 4a24b29 Thanks @gabrieldonadel! - Fix Android configuration on AGP 9, where built-in Kotlin support registers the
    kotlin extension itself and the explicit kotlin-android apply failed with
    "Cannot add extension with name 'kotlin'". The plugin - and the kotlinOptions
    block it contributes - is now applied only when nothing has registered that
    extension, leaving AGP 8 and android.builtInKotlin=false projects unchanged.

  • #1456 e283ccf Thanks @ilteoood! - Fix BabelPlugin to set the babel-loader entry of resolveLoader.fallback as 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 triggered Given napi value is not an array on NapiResolveOptions.fallback. This still matches Rspack's ResolveAlias ({ [x: string]: string | false | (string | false)[] }) and Webpack's resolver loader fallback shape.

  • #1440 9f3278c Thanks @MikitasK! - Let ChunkLoadError propagate 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 ed1003f Thanks @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 09e7375 Thanks @yunsung-miso! - Keep the original error message for iOS script download failures instead of surfacing "Unknown error from a native module".

  • #1454 b440b44 Thanks @giaBaoJS! - Read the react-native config from the array form of shared in ModuleFederationPlugin, so the generated react-native/ and @react-native/ deep imports inherit its eager, import and version values instead of falling back to the defaults.

  • #1424 8dcc116 Thanks @jbroma! - Reject pending webpack asset requests when compilation fails instead of leaving requests hanging.

  • #1443 c17c212 Thanks @Francesco-Voto! - Support React Native 0.87. Polyfills are read from rn-get-polyfills.js when
    present, otherwise from @react-native/js-polyfills (resolved from the project,
    falling back through @react-native/metro-config), with an actionable error when
    neither can be found. The asset registry request is aliased to
    src/asset-registry.js on the 0.87 layout, and react-native/src/private is
    aliased 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 and
    earlier behaviour is unchanged.

  • #1446 87c6d94 Thanks @giaBaoJS! - Fix the webpack compiler double-joining absolute paths in getSource. 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 with nosources-* devtools, and now matches the Rspack compiler.

  • #1444 8fba597 Thanks @giaBaoJS! - Fix production bundles shipping unminified with terser-webpack-plugin 5.6.0 and newer, which only minifies .js assets by default and silently skipped Re.Pack's .bundle output.

  • Updated dependencies [ed1003f]:

    • @callstack/repack-dev-server@5.4.0

@callstack/repack-dev-server@5.4.0

Patch Changes

  • #1434 ed1003f Thanks @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

  • #1424 8dcc116 Thanks @jbroma! - Add the unified @callstack/repack/commands entry point with automatic bundler detection and a --bundler override. 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

@vercel

vercel Bot commented Aug 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
repack-website Ready Ready Preview Sep 13, 2026 5:28pm UTC

Request Review

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from d2915b1 to 0757e14 Compare August 22, 2026 20:19
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 0757e14 to 2ca6b91 Compare August 31, 2026 21:06
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 2ca6b91 to 52455cc Compare September 11, 2026 09:40
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 52455cc to 5c55f93 Compare September 11, 2026 09:46
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 5c55f93 to 6b9f40f Compare September 11, 2026 10:21
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 6b9f40f to 4cae8f5 Compare September 12, 2026 07:46
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 4cae8f5 to 6518cf3 Compare September 13, 2026 13:04
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 6518cf3 to 2697f7f Compare September 13, 2026 14:44
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 2697f7f to cfe4cf2 Compare September 13, 2026 15:19
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from cfe4cf2 to a601501 Compare September 13, 2026 15:46
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.

0 participants