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

chore(dev-deps): update @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.61.0 #2759

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

csouchet
Copy link
Member

@csouchet csouchet commented Jul 10, 2023

Executing the command eslint "**/*.{js,mjs,ts}" --max-warnings 0 with @typescript-eslint/eslint-plugin version 5.59.6 and @typescript-eslint/parser version 5.59.11 generates the following warning:

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

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 <5.1.0

YOUR TYPESCRIPT VERSION: 5.1.3

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

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

@csouchet csouchet added the dependencies Pull requests that update a dependency (dev or runtime) label Jul 10, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jul 10, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@csouchet csouchet changed the title Update @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.61.0 chore(dev-deps): update @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.61.0 Jul 10, 2023
@csouchet csouchet marked this pull request as ready for review July 10, 2023 12:06
@csouchet csouchet requested a review from tbouffard July 10, 2023 12:06
Copy link
Member

@tbouffard tbouffard left a comment

Choose a reason for hiding this comment

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

✔️ all checks pass. No more warning about the TypeScript version
✔️ changelog and release-notes reviewed. Nothing impactful for us

ℹ️ It's really time to implement #2511

@tbouffard tbouffard merged commit 44866da into master Jul 10, 2023
@tbouffard tbouffard deleted the update_typescript_eslint_dependencies branch July 10, 2023 12:36
@tbouffard tbouffard added the skip-changelog Do not include in Changelog and Release Notes label Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency (dev or runtime) skip-changelog Do not include in Changelog and Release Notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants