fix(deps-dev): upgrade typescript-eslint to v8 for ESLint 9 compatibility#5599
Closed
antonis wants to merge 2 commits intodependabot/npm_and_yarn/eslint-9.26.0from
Closed
fix(deps-dev): upgrade typescript-eslint to v8 for ESLint 9 compatibility#5599antonis wants to merge 2 commits intodependabot/npm_and_yarn/eslint-9.26.0from
antonis wants to merge 2 commits intodependabot/npm_and_yarn/eslint-9.26.0from
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.26.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/v9.26.0/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.1...v9.26.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.26.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
…lity ESLint 9 requires typescript-eslint v8+, but the dependabot upgrade only bumped ESLint itself. This adds the necessary typescript-eslint upgrades and yarn resolutions to resolve the incompatibility with @sentry-internal/eslint-config-sdk which depends on v5. Also adds ESLINT_USE_FLAT_CONFIG=false to support legacy .eslintrc.js format. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Contributor
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog. This PR will not appear in the changelog. 🤖 This preview updates automatically when you update the PR. |
Contributor
Author
|
@sentry review |
Contributor
Android (new) Performance metrics 🚀
|
Contributor
Android (legacy) Performance metrics 🚀
|
Contributor
iOS (new) Performance metrics 🚀
|
Contributor
iOS (legacy) Performance metrics 🚀
|
Contributor
02d0b55 to
45b285a
Compare
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.
📢 Type of change
Based on #5594
📜 Description
ESLint 9 requires typescript-eslint v8+, but the dependabot upgrade only bumped ESLint itself. This adds the necessary typescript-eslint upgrades and yarn resolutions to resolve the incompatibility with @sentry-internal/eslint-config-sdk which depends on v5. Also adds ESLINT_USE_FLAT_CONFIG=false to support legacy .eslintrc.js format.
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
sendDefaultPIIis enabled🔮 Next steps
#skip-changelog