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

Update dependencies #1

Closed
wants to merge 1 commit into from
Closed

Update dependencies #1

wants to merge 1 commit into from

Conversation

paescuj
Copy link

@paescuj paescuj commented Jan 5, 2023

The current versions of @typescript-eslint are only supporting TypeScript versions up to <4.9.0. While working on typicode/husky#1230 I saw that the following warning is printed when running ESLint:

=============

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.9.0

YOUR TYPESCRIPT VERSION: 4.9.4

Please only submit bug reports when using the officially supported version.

=============

This pull request updates all dependencies. As these are only minor updates I assume that's acceptable.
Also since I'm using Node.js 18 / npm 9 the lockfile got updated to version 3. Please let me know if you prefer to stay on version 2.

@paescuj paescuj closed this Sep 23, 2023
@paescuj paescuj deleted the update-deps branch September 23, 2023 11:23
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.

None yet

1 participant