diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index efb032b3f..004de7c15 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # pin@v3.27.9 + uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # pin@v3.28.0 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -55,7 +55,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@df409f7d9260372bd5f19e5b04e83cb3c43714ae # pin@v3.27.9 + uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # pin@v3.28.0 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions @@ -66,4 +66,4 @@ jobs: # make bootstrap # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # pin@v3.27.9 + uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # pin@v3.28.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b31b56c8a..91ca8180d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Get auth token id: token - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1 with: app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }} private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }} diff --git a/CHANGELOG.md b/CHANGELOG.md index ef70612a0..964c85752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,11 +25,11 @@ }); ``` -To learn how to attach context data to the feedback visit [the documentation](https://docs.sentry.io/platforms/react-native/user-feedback/). + To learn how to attach context data to the feedback visit [the documentation](https://docs.sentry.io/platforms/react-native/user-feedback/). - User Feedback Form Component Beta ([#4320](https://github.com/getsentry/sentry-react-native/pull/4328)) - To collect user feedback from inside your application add the `FeedbackForm` component. + To collect user feedback from inside your application add the `FeedbackForm` component. ```jsx import { FeedbackForm } from "@sentry/react-native"; @@ -73,9 +73,9 @@ To learn how to attach context data to the feedback visit [the documentation](ht - Bump JavaScript SDK from v8.40.0 to v8.47.0 ([#4351](https://github.com/getsentry/sentry-react-native/pull/4351), [#4325](https://github.com/getsentry/sentry-react-native/pull/4325), [#4371](https://github.com/getsentry/sentry-react-native/pull/4371), [#4382](https://github.com/getsentry/sentry-react-native/pull/4382), [#4388](https://github.com/getsentry/sentry-react-native/pull/4388), [#4393](https://github.com/getsentry/sentry-react-native/pull/4393)) - [changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md#8470) - [diff](https://github.com/getsentry/sentry-javascript/compare/8.40.0...8.47.0) -- Bump Cocoa SDK from v8.41.0 to v8.42.0 ([#4387](https://github.com/getsentry/sentry-react-native/pull/4387)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8420) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.41.0...8.42.0) +- Bump Cocoa SDK from v8.41.0 to v8.42.1 ([#4387](https://github.com/getsentry/sentry-react-native/pull/4387), [#4399](https://github.com/getsentry/sentry-react-native/pull/4399)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8421) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.41.0...8.42.1) ## 6.4.0 diff --git a/packages/core/RNSentry.podspec b/packages/core/RNSentry.podspec index 221ff7b6c..449d19587 100644 --- a/packages/core/RNSentry.podspec +++ b/packages/core/RNSentry.podspec @@ -37,7 +37,7 @@ Pod::Spec.new do |s| s.compiler_flags = other_cflags - s.dependency 'Sentry/HybridSDK', '8.42.0' + s.dependency 'Sentry/HybridSDK', '8.42.1' if defined? install_modules_dependencies # Default React Native dependencies for 0.71 and above (new and legacy architecture) diff --git a/packages/core/package.json b/packages/core/package.json index fd9efa782..855eae3e4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -81,7 +81,7 @@ "@sentry-internal/eslint-config-sdk": "8.47.0", "@sentry-internal/eslint-plugin-sdk": "8.47.0", "@sentry-internal/typescript": "8.47.0", - "@sentry/wizard": "3.36.0", + "@sentry/wizard": "3.37.0", "@testing-library/react-native": "^12.7.2", "@types/jest": "^29.5.3", "@types/node": "^20.9.3", diff --git a/yarn.lock b/yarn.lock index b9c883a93..d49473ded 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7829,7 +7829,7 @@ __metadata: "@sentry/react": 8.47.0 "@sentry/types": 8.47.0 "@sentry/utils": 8.47.0 - "@sentry/wizard": 3.36.0 + "@sentry/wizard": 3.37.0 "@testing-library/react-native": ^12.7.2 "@types/jest": ^29.5.3 "@types/node": ^20.9.3 @@ -7922,9 +7922,9 @@ __metadata: languageName: node linkType: hard -"@sentry/wizard@npm:3.36.0": - version: 3.36.0 - resolution: "@sentry/wizard@npm:3.36.0" +"@sentry/wizard@npm:3.37.0": + version: 3.37.0 + resolution: "@sentry/wizard@npm:3.37.0" dependencies: "@clack/core": ^0.3.4 "@clack/prompts": 0.7.0 @@ -7946,7 +7946,7 @@ __metadata: yargs: ^16.2.0 bin: sentry-wizard: dist/bin.js - checksum: 39c4e8066ea96f6e128c270cf00ebeb7d9992f9228edbe5ca290efab8b1b4817e54191860a53e917df5428d133b97cec6395ea3ee857e5156c0ed47832f51758 + checksum: a3bbe5348df6e5b25b8ffe2d3526772b394a4e36766438cd462b578da8b1b714fab2fc6e0eb83e4dbcbe61406237ff450f6879f98b3a24c14b3c7df3437d6e18 languageName: node linkType: hard @@ -12287,15 +12287,15 @@ __metadata: linkType: hard "cross-spawn@npm:^6.0.0": - version: 6.0.5 - resolution: "cross-spawn@npm:6.0.5" - dependencies: - nice-try: "npm:^1.0.4" - path-key: "npm:^2.0.1" - semver: "npm:^5.5.0" - shebang-command: "npm:^1.2.0" - which: "npm:^1.2.9" - checksum: f893bb0d96cd3d5751d04e67145bdddf25f99449531a72e82dcbbd42796bbc8268c1076c6b3ea51d4d455839902804b94bc45dfb37ecbb32ea8e54a6741c3ab9 + version: 6.0.6 + resolution: "cross-spawn@npm:6.0.6" + dependencies: + nice-try: ^1.0.4 + path-key: ^2.0.1 + semver: ^5.5.0 + shebang-command: ^1.2.0 + which: ^1.2.9 + checksum: a6e2e5b04a0e0f806c1df45f92cd079b65f95fbe5a7650ee1ab60318c33a6c156a8a2f8b6898f57764f7363ec599a0625e9855dfa78d52d2d73dbd32eb11c25e languageName: node linkType: hard