iamturns / eslint-config-airbnb-typescript

Airbnb's ESLint config with TypeScript support
MIT License
1.05k stars 98 forks source link

Update @typescript-eslint to v6 #325

Closed dartess closed 1 year ago

dartess commented 1 year ago

@iamturns hey!

Sorry for the notice. typescript-eslint recently released version 6 with a large set of changes: https://typescript-eslint.io/blog/announcing-typescript-eslint-v6/ . Unfortunately, without changing the peer-deps of your package, we cannot upgrade.

~Also i removed those dependencies from dev-deps. It looks like they are not involved in any way during the development of the package. If i am wrong please tell me and i will get back and update them.~ It was reverted.

I tested the package locally in my codebase and didn't find any problems.

I will be grateful for the review and release of the new version. I don't see any visible changes to how this package works, so this shouldn't be a breaking change for users.

Closed https://github.com/iamturns/eslint-config-airbnb-typescript/issues/324

scott-avery commented 1 year ago

@iamturns could you review this and merge?

iamturns commented 1 year ago

Thanks @dartess :)

Methuselah96 commented 1 year ago

@iamturns Looks like the CI release failed.

ghost commented 1 year ago

Hi @iamturns , when will this be published on NPM?

iamturns commented 1 year ago

Looking into it now, some tokens have expired

Hopefully @typescript-eslint v5 is ok to use for a bit longer!

iamturns commented 1 year ago

:tada: This PR is included in version 17.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

ghost commented 1 year ago

Great 😃