-
-
Notifications
You must be signed in to change notification settings - Fork 357
fix(deps-dev): upgrade typescript-eslint to v8 for ESLint 9 compatibility #5599
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps-dev): upgrade typescript-eslint to v8 for ESLint 9 compatibility #5599
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>
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. |
|
@sentry review |
Android (new) Performance metrics 🚀
|
Android (legacy) Performance metrics 🚀
|
iOS (new) Performance metrics 🚀
|
iOS (legacy) Performance metrics 🚀
|
02d0b55 to
45b285a
Compare
antonis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Closing this for now since it seems to require many source changes that would escape the scope of #5594
📢 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