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

JS-594 Remove eslint scope #5151

Merged
merged 2 commits into from
Mar 3, 2025
Merged

JS-594 Remove eslint scope #5151

merged 2 commits into from
Mar 3, 2025

Conversation

zglicz
Copy link
Contributor

@zglicz zglicz commented Mar 2, 2025

JS-594

Digging into why we have an outdated version of @types/[email protected], it is because the types of @types/eslint-scope requires @types/eslint which is a deprecated package - DefinitelyTyped/DefinitelyTyped#70735 .

eslint package now publishes their own types and by removing the dependency on eslint-scope, we get perfectly typed eslint package.

@hashicorp-vault-sonar-prod hashicorp-vault-sonar-prod bot changed the title Remove eslint scope JS-594 Remove eslint scope Mar 2, 2025
Copy link
Contributor

@vdiez vdiez left a comment

Choose a reason for hiding this comment

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

Nice catch!

@vdiez vdiez merged commit 8c30a6b into master Mar 3, 2025
19 of 20 checks passed
@vdiez vdiez deleted the remove-eslint-scope branch March 3, 2025 09: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