Skip to content

Commit e211c03

Browse files
Merge branch 'main' into lz/lint-test
2 parents 64fe247 + df44707 commit e211c03

File tree

12 files changed

+36
-25
lines changed

12 files changed

+36
-25
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # [email protected]
47+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # [email protected]
4848
with:
4949
languages: ${{ matrix.language }}
5050
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,7 +55,7 @@ jobs:
5555
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5656
# If this step fails, then you should remove it and run the build manually (see below)
5757
- name: Autobuild
58-
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # [email protected]
58+
uses: github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # [email protected]
5959

6060
# ℹ️ Command-line programs to run using the OS shell.
6161
# 📚 https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
@@ -66,4 +66,4 @@ jobs:
6666
# make bootstrap
6767
# make release
6868
- name: Perform CodeQL Analysis
69-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # [email protected]
69+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # [email protected]

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66

77
jobs:
88
danger:
9-
uses: getsentry/github-workflows/.github/workflows/danger.yml@v2
9+
uses: getsentry/github-workflows/.github/workflows/danger.yml@v3

.github/workflows/update-deps.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
android:
14-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
14+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
1515
with:
1616
path: scripts/update-android.sh
1717
name: Android SDK
@@ -20,7 +20,7 @@ jobs:
2020
api-token: ${{ secrets.CI_DEPLOY_KEY }}
2121

2222
android-stubs:
23-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
23+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
2424
with:
2525
path: scripts/update-android-stubs.sh
2626
name: Android SDK Stubs
@@ -29,7 +29,7 @@ jobs:
2929
api-token: ${{ secrets.CI_DEPLOY_KEY }}
3030

3131
cocoa:
32-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
32+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
3333
with:
3434
path: scripts/update-cocoa.sh
3535
name: Cocoa SDK
@@ -38,7 +38,7 @@ jobs:
3838
api-token: ${{ secrets.CI_DEPLOY_KEY }}
3939

4040
javascript:
41-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
41+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
4242
with:
4343
path: scripts/update-javascript.sh
4444
name: JavaScript SDK
@@ -47,7 +47,7 @@ jobs:
4747
api-token: ${{ secrets.CI_DEPLOY_KEY }}
4848

4949
wizard:
50-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
50+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
5151
with:
5252
path: scripts/update-wizard.sh
5353
name: Wizard
@@ -57,7 +57,7 @@ jobs:
5757
api-token: ${{ secrets.CI_DEPLOY_KEY }}
5858

5959
cli:
60-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
60+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
6161
with:
6262
path: scripts/update-cli.sh
6363
name: CLI
@@ -66,7 +66,7 @@ jobs:
6666
api-token: ${{ secrets.CI_DEPLOY_KEY }}
6767

6868
bundler-plugins:
69-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
69+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
7070
with:
7171
path: scripts/update-bundler-plugins.sh
7272
name: Bundler Plugins
@@ -75,7 +75,7 @@ jobs:
7575
api-token: ${{ secrets.CI_DEPLOY_KEY }}
7676

7777
sample-rn:
78-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
78+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
7979
with:
8080
path: scripts/update-rn.sh
8181
name: React Native
@@ -86,7 +86,7 @@ jobs:
8686
api-token: ${{ secrets.CI_DEPLOY_KEY }}
8787

8888
maestro:
89-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
89+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
9090
with:
9191
path: scripts/update-maestro.sh
9292
name: Maestro
@@ -97,7 +97,7 @@ jobs:
9797
api-token: ${{ secrets.CI_DEPLOY_KEY }}
9898

9999
sentry-android-gradle-plugin:
100-
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
100+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
101101
with:
102102
path: scripts/update-sentry-android-gradle-plugin.sh
103103
name: Sentry Android Gradle Plugin

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
77
<!-- prettier-ignore-end -->
88
9+
## Unreleased
10+
11+
### Dependencies
12+
13+
- Bump Cocoa SDK from v8.56.1 to v8.56.2 ([#5214](https://github.com/getsentry/sentry-react-native/pull/5214))
14+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8562)
15+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.56.1...8.56.2)
16+
- Bump Android SDK from v8.21.1 to v8.22.0 ([#5193](https://github.com/getsentry/sentry-react-native/pull/5193), [#5194](https://github.com/getsentry/sentry-react-native/pull/5194))
17+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8220)
18+
- [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.22.0)
19+
920
## 7.2.0
1021

1122
### Features

packages/core/RNSentry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Pod::Spec.new do |s|
4646

4747
s.compiler_flags = other_cflags
4848

49-
s.dependency 'Sentry/HybridSDK', '8.56.1'
49+
s.dependency 'Sentry/HybridSDK', '8.56.2'
5050

5151
if defined? install_modules_dependencies
5252
# Default React Native dependencies for 0.71 and above (new and legacy architecture)

packages/core/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ android {
5555
dependencies {
5656
compileOnly files('libs/replay-stubs.jar')
5757
implementation 'com.facebook.react:react-native:+'
58-
api 'io.sentry:sentry-android:8.21.1'
58+
api 'io.sentry:sentry-android:8.22.0'
5959
}

packages/core/android/replay-stubs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ tasks.named('jar', Jar) {
1818
}
1919

2020
dependencies {
21-
compileOnly 'io.sentry:sentry:8.21.1'
21+
compileOnly 'io.sentry:sentry:8.22.0'
2222
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@sentry-internal/eslint-config-sdk": "10.12.0",
8484
"@sentry-internal/eslint-plugin-sdk": "10.12.0",
8585
"@sentry-internal/typescript": "10.12.0",
86-
"@sentry/wizard": "6.4.0",
86+
"@sentry/wizard": "6.5.0",
8787
"@testing-library/react-native": "^12.7.2",
8888
"@types/jest": "^29.5.13",
8989
"@types/node": "^20.9.3",

packages/core/plugin/src/withSentryAndroidGradlePlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export interface SentryAndroidGradlePluginOptions {
1313
includeSourceContext?: boolean;
1414
}
1515

16-
export const sentryAndroidGradlePluginVersion = '5.11.0';
16+
export const sentryAndroidGradlePluginVersion = '5.12.0';
1717

1818
/**
1919
* Adds the Sentry Android Gradle Plugin to the project.

samples/react-native/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616
classpath("com.android.tools.build:gradle")
1717
classpath("com.facebook.react:react-native-gradle-plugin")
1818
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
19-
classpath("io.sentry:sentry-android-gradle-plugin:5.11.0")
19+
classpath("io.sentry:sentry-android-gradle-plugin:5.12.0")
2020
}
2121
}
2222

0 commit comments

Comments
 (0)