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 @typescript-eslint/utils v8 #1633

Closed
ihorbond opened this issue Jul 30, 2024 · 4 comments · Fixed by #1636
Closed

Support @typescript-eslint/utils v8 #1633

ihorbond opened this issue Jul 30, 2024 · 4 comments · Fixed by #1636
Labels

Comments

@ihorbond
Copy link

When this plugin is installed side by side with eslint v9 I get warnings in console:
image
I assume because of https://github.com/typescript-eslint/typescript-eslint/blob/main/package.json#L138 ?

My package.json:

"dependencies": {
		"@markit/api": "^4.4.1",
		"@markit/api-errors": "^1.1.0",
		"@markit/config": "^1.2.4",
		"axios": "^1.7.2",
		"http-status-codes": "^2.3.0",
		"lodash": "^4.17.21"
	},
	"devDependencies": {
		"@markit/dcl-testsuite": "^0.7.0",
		"@markit/eslint-config-markit": "^2.0.0",
		"@markit/express-swagger-spec-tools": "^3.3.1",
		"cross-env": "^7.0.3",
		"eslint": "^9.8.0",
		"eslint-plugin-jest": "^28.6.0",
		"jest": "^29.5.0",
		"jest-junit": "^16.0.0",
		"swagger-tools": "^0.10.4"
	},
@vrhpires
Copy link

More specifically related with this:
https://github.com/jest-community/eslint-plugin-jest/blob/main/package.json#L61

The package @typescript-eslint/utils is expected to release a version 8 tomorrow (31-07-2024) with full support for ESLint 9:
typescript-eslint/typescript-eslint#8766

The dependency should also allow the major version 8:
"@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0"

@nikolay
Copy link

nikolay commented Aug 1, 2024

@vrhpires It got released, but the PR here is pinned to an alpha version.

@G-Rath
Copy link
Collaborator

G-Rath commented Aug 2, 2024

thanks all - I plan to work on this over the next couple of weeks

@G-Rath G-Rath changed the title Could not resolve dependency: npm WARN peer eslint@"^8.56.0" from @typescript-eslint/[email protected] Support @typescript-eslint/utils v8 Aug 2, 2024
Copy link

github-actions bot commented Aug 3, 2024

🎉 This issue has been resolved in version 28.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants