gund / eslint-plugin-deprecation

ESLint rule that reports usage of deprecated code
GNU Lesser General Public License v3.0
329 stars 38 forks source link

Add typescript v5 support #57

Closed Profesor08 closed 1 year ago

Profesor08 commented 1 year ago

It works good. It will not require to use --force flag to install this plugin if you use typescript@5.

gund commented 1 year ago

Btw I think we should also update the typescript devDependency to v5 so that all tests will pass with it to check that everything works as expected. Also we should add a regression test for Typescript v4 to the test workflow, similar to what we already have for v3: https://github.com/gund/eslint-plugin-deprecation/blob/277339a0d507e3ba0561a10c95303db281966ea3/.github/workflows/test.yml#L63-L67

Are you ok with doing such changes or should I take over your PR?

gund commented 1 year ago

Seems like next release workflow is broken so it will take a while to release it.

gund commented 1 year ago

This has been released in v1.4.0-next.1 pre-release!