build(deps): bump the react-native group across 1 directory with 5 updates - #10
dependabot[bot] wants to merge 2 commits into
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
0df4e33 to
f2663a4
Compare
…dates Bumps the react-native group with 5 updates in the /example directory: | Package | From | To | | --- | --- | --- | | [@react-native/new-app-screen](https://github.com/react/react-native/tree/HEAD/packages/new-app-screen) | `0.86.0` | `0.87.1` | | [@react-native/babel-preset](https://github.com/react/react-native/tree/HEAD/packages/react-native-babel-preset) | `0.86.0` | `0.87.1` | | [@react-native/eslint-config](https://github.com/react/react-native/tree/HEAD/packages/eslint-config-react-native) | `0.86.0` | `0.87.1` | | [@react-native/metro-config](https://github.com/react/react-native/tree/HEAD/packages/metro-config) | `0.86.0` | `0.87.1` | | [@react-native/typescript-config](https://github.com/react/react-native/tree/HEAD/packages/typescript-config) | `0.86.0` | `0.87.1` | Updates `@react-native/new-app-screen` from 0.86.0 to 0.87.1 - [Release notes](https://github.com/react/react-native/releases) - [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react-native/commits/v0.87.1/packages/new-app-screen) Updates `@react-native/babel-preset` from 0.86.0 to 0.87.1 - [Release notes](https://github.com/react/react-native/releases) - [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react-native/commits/v0.87.1/packages/react-native-babel-preset) Updates `@react-native/eslint-config` from 0.86.0 to 0.87.1 - [Release notes](https://github.com/react/react-native/releases) - [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react-native/commits/v0.87.1/packages/eslint-config-react-native) Updates `@react-native/metro-config` from 0.86.0 to 0.87.1 - [Release notes](https://github.com/react/react-native/releases) - [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react-native/commits/v0.87.1/packages/metro-config) Updates `@react-native/typescript-config` from 0.86.0 to 0.87.1 - [Release notes](https://github.com/react/react-native/releases) - [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react-native/commits/v0.87.1/packages/typescript-config) --- updated-dependencies: - dependency-name: "@react-native/babel-preset" dependency-version: 0.87.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: react-native - dependency-name: "@react-native/eslint-config" dependency-version: 0.87.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: react-native - dependency-name: "@react-native/metro-config" dependency-version: 0.87.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: react-native - dependency-name: "@react-native/new-app-screen" dependency-version: 0.87.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: react-native - dependency-name: "@react-native/typescript-config" dependency-version: 0.87.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: react-native ... Signed-off-by: dependabot[bot] <support@github.com>
f2663a4 to
867a58a
Compare
The group bump moved `@react-native/*` and left `react-native` on 0.86,
which is a peer conflict npm refuses. It moves too, and the upgrade needs
four things in the Gradle build that 0.87 changed:
- Gradle 9.4.1, since 0.87 refuses anything older
- no explicit `org.jetbrains.kotlin.android`, in the app and in the probe,
because the React Native plugin applies it and a second is an error
- `proguard-android-optimize.txt`, since the plain one is refused for
carrying `-dontoptimize`
- `kotlin { compilerOptions { } }`, since `android { kotlinOptions { } }` is
gone
It stops at the NDK. 0.87 asks for 28.2.13676358 and this package pins
27.1.12297006, so moving the example means moving what every consumer has to
install. That is a decision, not a migration step, and it is left open.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Rebased onto main and carried as far as it goes. Pushed to this branch:
Where it stops. 0.87 asks for NDK Worth knowing: #3 (Gradle 9.7.1) does not unblock with this. I tried |
Bumps the react-native group with 5 updates in the /example directory:
0.86.00.87.10.86.00.87.10.86.00.87.10.86.00.87.10.86.00.87.1Updates
@react-native/new-app-screenfrom 0.86.0 to 0.87.1Release notes
Sourced from @react-native/new-app-screen's releases.
... (truncated)
Changelog
Sourced from @react-native/new-app-screen's changelog.
... (truncated)
Commits
a59eff6Release 0.87.14bc2473Release 0.87.001f752dRelease 0.87.0-rc.4b67c5cfRelease 0.87.0-rc.39518500Release 0.87.0-rc.24b62c4aRelease 0.87.0-rc.12d913c7Release 0.87.0-rc.078e296a[LOCAL] Revert "Release 0.87.0-rc.0" commitd67f279Release 0.87.0-rc.0957eeed[LOCAL] Revert "Release 0.87.0-rc.0" commitMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@react-native/new-app-screensince your current version.Updates
@react-native/babel-presetfrom 0.86.0 to 0.87.1Release notes
Sourced from @react-native/babel-preset's releases.
... (truncated)
Changelog
Sourced from @react-native/babel-preset's changelog.
... (truncated)
Commits
a59eff6Release 0.87.14bc2473Release 0.87.001f752dRelease 0.87.0-rc.4b67c5cfRelease 0.87.0-rc.39518500Release 0.87.0-rc.24b62c4aRelease 0.87.0-rc.185d2412Expose 'react-native/setup-env' to replace InitializeCore (#57475)2d913c7Release 0.87.0-rc.078e296a[LOCAL] Revert "Release 0.87.0-rc.0" commitd67f279Release 0.87.0-rc.0Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@react-native/babel-presetsince your current version.Updates
@react-native/eslint-configfrom 0.86.0 to 0.87.1Release notes
Sourced from @react-native/eslint-config's releases.
... (truncated)
Changelog
Sourced from @react-native/eslint-config's changelog.
... (truncated)
Commits
a59eff6Release 0.87.14bc2473Release 0.87.001f752dRelease 0.87.0-rc.4b67c5cfRelease 0.87.0-rc.39518500Release 0.87.0-rc.24b62c4aRelease 0.87.0-rc.12d913c7Release 0.87.0-rc.078e296a[LOCAL] Revert "Release 0.87.0-rc.0" commitd67f279Release 0.87.0-rc.0957eeed[LOCAL] Revert "Release 0.87.0-rc.0" commitMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@react-native/eslint-configsince your current version.Updates
@react-native/metro-configfrom 0.86.0 to 0.87.1Release notes
Sourced from @react-native/metro-config's releases.
... (truncated)
Changelog
Sourced from @react-native/metro-config's changelog.