Skip to content
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

deps: Upgrade various packages #208

Merged
merged 9 commits into from
Oct 10, 2024
Merged

Conversation

scttcper
Copy link
Member

@scttcper scttcper commented Oct 8, 2024

support for latest version of typescript

@scttcper
Copy link
Member Author

there are some lint errors that will have to be fixed when merging in sentry

@scttcper scttcper marked this pull request as ready for review October 10, 2024 00:24
@scttcper scttcper requested a review from a team October 10, 2024 00:24
@@ -38,4 +38,4 @@ jobs:
SENTRY_ESLINT_RELAXED: 1
run: |
cd sentry
yarn lint
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

biome kept running and throwing errors? we don't inherit the biome lint rules though

Comment on lines +247 to +251
// TODO(scttcper): Turn no-empty-object-type on to make our types more strict
// '@typescript-eslint/no-empty-object-type': 'error',
// TODO(scttcper): Turn no-function on to make our types more strict
// '@typescript-eslint/no-unsafe-function-type': 'error',
'@typescript-eslint/no-wrapper-object-types': 'error',
Copy link
Member Author

@scttcper scttcper Oct 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ban-types is now a mix of no-restricted-types and these others that could be enabled. would be nice to ban Function type. it s the same as (...any) => any

@scttcper scttcper merged commit 5cdbe25 into master Oct 10, 2024
5 of 6 checks passed
@scttcper scttcper deleted the scttcper/upgrade-typescript branch October 10, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants