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

ref: update jest #468

Merged
merged 1 commit into from
Jul 5, 2023
Merged

ref: update jest #468

merged 1 commit into from
Jul 5, 2023

Conversation

asottile-sentry
Copy link
Member

@asottile-sentry asottile-sentry commented Jun 27, 2023

this should silence at least one of the security notices

@asottile-sentry asottile-sentry force-pushed the asottile-upgrade-jest branch 3 times, most recently from 89e8187 to a22c07a Compare July 5, 2023 14:45
@asottile-sentry asottile-sentry marked this pull request as ready for review July 5, 2023 14:50
@asottile-sentry asottile-sentry requested a review from a team July 5, 2023 14:50
@@ -12,7 +12,8 @@
"noImplicitThis": false,
"esModuleInterop": true,
"importHelpers": true,
"noEmitHelpers": false
"noEmitHelpers": false,
"useUnknownInCatchVariables": false
Copy link
Member Author

Choose a reason for hiding this comment

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

there's a bunch of (admittedly correct) errors about not narrowing error in catch blocks -- going to leave those for another day

@asottile-sentry asottile-sentry enabled auto-merge (squash) July 5, 2023 16:11
@asottile-sentry asottile-sentry merged commit 3cfb111 into master Jul 5, 2023
8 checks passed
@asottile-sentry asottile-sentry deleted the asottile-upgrade-jest branch July 5, 2023 16:32
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