Skip to content

Commit

Permalink
chore: bump react-native to 0.75 (#2205)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Sep 4, 2024
1 parent 74025d5 commit 988d445
Show file tree
Hide file tree
Showing 14 changed files with 2,593 additions and 1,551 deletions.
10 changes: 6 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"groupName": "@react-native-community/cli",
"matchPackagePrefixes": ["@react-native-community/cli"],
"allowedVersions": "^13.6.0"
"allowedVersions": "^14.0.0"
},
{
"groupName": "Android CameraX",
Expand Down Expand Up @@ -39,13 +39,15 @@
]
},
{
"matchPackageNames": ["com.facebook.react:hermes-engine", "react"],
"enabled": false
"groupName": "react",
"matchPackageNames": ["@types/react", "react"],
"allowedVersions": "^18.2.0"
},
{
"groupName": "react-native",
"matchPackageNames": [
"@callstack/react-native-visionos",
"@react-native-community/template",
"@react-native/assets-registry",
"@react-native/babel-plugin-codegen",
"@react-native/babel-preset",
Expand All @@ -63,7 +65,7 @@
"react-native-macos",
"react-native-windows"
],
"allowedVersions": "^0.74.0"
"allowedVersions": "^0.75.0"
}
],
"postUpdateOptions": ["yarnDedupeHighest"],
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
# Nightly builds against react-native@nightly at 4:00, Monday through Friday
- cron: 0 4 * * 1-5
env:
GRADLE_HANGS_ON_WINDOWS: 1 # https://github.com/microsoft/react-native-test-app/issues/2206
HOMEBREW_NO_INSTALL_CLEANUP: 1
VisualStudioVersion: "17.0"
concurrency:
Expand Down Expand Up @@ -88,6 +89,7 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v4
- name: Populate Gradle cache
if: ${{ runner.os != 'Windows' || env.GRADLE_HANGS_ON_WINDOWS != '1' }}
uses: ./.github/actions/gradle
with:
arguments: clean
Expand Down Expand Up @@ -255,7 +257,7 @@ jobs:
name: "Android"
strategy:
matrix:
runner: [ubuntu-24.04, windows-2022]
runner: [ubuntu-24.04] # TODO: Re-add Windows: https://github.com/microsoft/react-native-test-app/issues/2206
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout
Expand Down Expand Up @@ -303,7 +305,7 @@ jobs:
strategy:
matrix:
template: [all, android]
runner: [ubuntu-24.04, windows-2022]
runner: [ubuntu-24.04] # TODO: Re-add Windows: https://github.com/microsoft/react-native-test-app/issues/2206
runs-on: ${{ matrix.runner }}
if: ${{ github.event_name != 'schedule' }}
steps:
Expand Down
Loading

0 comments on commit 988d445

Please sign in to comment.