seek-oss / sku

Front-end development toolkit
https://seek-oss.github.io/sku
MIT License
479 stars 35 forks source link

sku v13: Update `eslint` and `eslint-config-seek`, bump minimum node version #986

Closed askoufis closed 4 months ago

askoufis commented 5 months ago

See changesets.

changeset-bot[bot] commented 5 months ago

🦋 Changeset detected

Latest commit: 87f589ac5ed08e962f5104c030bc06b7cb0e2ed8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---- | ----- | | sku | Major |

Not sure what this means? Click here to learn what changesets are.

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

askoufis commented 4 months ago

Babel is dropping support for node <18.20 in their next major, so maybe that should be our minimum version instead? Or at least, whatever the latest 18.x LTS version is at time of release.

EDIT: Probably also worth going straight to TS 5.5.x now that it's released.

askoufis commented 4 months ago

Actually, going to pull out the TS 5.5 update so it's not gated behind a major version.