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

Support for TypeScript 5.5 #1063

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidarny
Copy link

Fixes #1015

Update the version of @typescript-eslint/parser to support TypeScript 5.5.

  • Change the version of @typescript-eslint/parser in package.json from ^6.7.5 to ^7.14.1.

Fixes prettier#1015

Update the version of `@typescript-eslint/parser` to support TypeScript 5.5.

* Change the version of `@typescript-eslint/parser` in `package.json` from `^6.7.5` to `^7.14.1`.
Copy link

changeset-bot bot commented Nov 15, 2024

⚠️ No Changeset found

Latest commit: 174ad05

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@davidarny davidarny marked this pull request as ready for review November 15, 2024 14:01
@@ -33,7 +33,7 @@
}
},
"dependencies": {
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/parser": "^7.14.1",
Copy link
Member

Choose a reason for hiding this comment

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

That could be a breaking change?

Copy link
Author

Choose a reason for hiding this comment

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

@JounQin I guess it shouldn't be. CI is failing because of outdated node version

[lint] 36:5 error "@typescript-eslint/parser@^7.14.1" is not compatible with "node@>=16.10.0". Allowed is: "node@^18.18.0||>=20.0.0" node-dependencies/compat-engines

Copy link
Member

Choose a reason for hiding this comment

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

Then it's a breaking change as it changes required node engine.

Maybe more breaking features should be considered, but I don't have enough time these days.

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.

Support for TypeScript 5.5
2 participants