Update integration typescript#2381
Merged
gingerbenw merged 117 commits intointegration/typescriptfrom Apr 1, 2025
Merged
Conversation
Support React Native 0.77
* Move AWS lambda tests from BK to GHA * Don't automatically bundle install at root * Set node-version to download in the correct place * Remove SAM check from maze env * Test using localhost * Use host depending on the running location * Fix syntax * Fix used steps to specific commits * Debug test failures * Revert to using released version of maze-runner
Update React Native test matrix
Add OpenSSF Scorecard badge
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.9 to 3.28.10. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9e8d078...b56ba49) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@1bd1e32...0c907a7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@62b2cac...f49aabe) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...4cec3d8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* move steps to node 18 queue
* Remove BAGP from RN CLI
* ci(react-native): add RN 0.78 tests * test(react-native): bump react-native-screens version * test(react-native): update version-dependent steps for 0.78
* Ensure correct heading name is used for changelog entry * Re-enable full workflow and target bumpsnag branch
Add delay between layer starts in test scenario launcher
…nt-queue Ensure detect changes script runs on node queue
Enable Appium session reporting in e2e tests
This reverts commit 80b1e18.
djskinner
commented
Mar 19, 2025
Comment on lines
+35
to
+37
| "scripts": { | ||
| "build": "echo 'No build step required for @bugsnag/js'" | ||
| }, |
Author
There was a problem hiding this comment.
without this the build steps for dependencies weren't running first (e.g. @bugsnag/browser, plugins, core). Not really sure why this is an issue now.
djskinner
commented
Mar 19, 2025
| "@angular/cli": "^19.0.5", | ||
| "@angular/common": "^19.0.0", | ||
| "@angular/compiler-cli": "^19.0.0", | ||
| "@angular/compiler": "^19.2.2", |
Author
There was a problem hiding this comment.
seems to have to match @angular/compiler exactly
djskinner
commented
Mar 19, 2025
| "@types/jest": "^26", | ||
| "rollup": "^4.24.0" | ||
| "rollup": "^4.24.0", | ||
| "tslib": "^2.8.1" |
Author
There was a problem hiding this comment.
apparent missing dependency for usage of spread. Not sure exactly why this has arisen now
djskinner
commented
Mar 19, 2025
| RUN npm ci | ||
| RUN npm run build | ||
|
|
||
| RUN npm pack --verbose packages/core/ |
Author
There was a problem hiding this comment.
core packages is now needed as generated types refer back to @bugsnag/core. Without this the latest publish version of @bugsnag/core will be fetched from npm
gingerbenw
approved these changes
Mar 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
merge latest
nextintointegration/typescript. I've added comments covering the changes I've made to get this working (mostly with the new pipeline changes). The PR diff is failing I think due to the pipeline changes but can be seen working here: #2382