stencil-community / stencil-eslint

ESLint rules specific to Stencil JS projects
MIT License
61 stars 34 forks source link

feat: upgrade to TypeScript 5 #90

Closed rschaufler closed 1 year ago

rschaufler commented 1 year ago

Prerequisites

Describe the Feature Request

Update the required TypeScript version to 5

Describe the Use Case

As of now, this plugin is not compatible to @stencil/core 3.3.x. @stencil/core 3.3.x. introduced a minimum requirement for TypeScript 5.

See: https://github.com/ionic-team/stencil/blob/main/package.json#L125

Describe Preferred Solution

No response

Describe Alternatives

No response

Related Code

No response

Additional Information

No response

mfeltscher commented 1 year ago

I opened a merge request for this: https://github.com/stencil-community/stencil-eslint/pull/92

RogierKonings commented 1 year ago

I opened a merge request for this: #92

Hopefully this can be merged soon, waiting for this MR.

raphaelpor commented 1 year ago

Solved on #97. Thanks for your contributions! 🙏