diff --git a/.changeset/.PREAMBLE.md b/.changeset/.PREAMBLE.md new file mode 100644 index 000000000..bebd99006 --- /dev/null +++ b/.changeset/.PREAMBLE.md @@ -0,0 +1,3 @@ +This version of skuba looks more scary than it is. The major change is that our dependencies have bumped their minimum Node.js requirement from 18.12 to 18.18. Most SEEK projects do not pin minor Node.js versions and are unlikely to be affected by this change. + +In the spirit of upgrades, we recently refreshed our [ARM64 migration guide](https://seek-oss.github.io/skuba/docs/deep-dives/arm64.html#migrating-an-existing-project) and also have [one for pnpm](https://seek-oss.github.io/skuba/docs/deep-dives/pnpm.html). A previous release landed a [`skuba migrate`](https://seek-oss.github.io/skuba/docs/cli/migrate.html) command to simplify upgrades to Node.js 20 (active LTS) before Node.js 18 reaches EOL in April 2025. diff --git a/.changeset/old-seahorses-call.md b/.changeset/old-seahorses-call.md index 05cb9c757..7e6e6ed26 100644 --- a/.changeset/old-seahorses-call.md +++ b/.changeset/old-seahorses-call.md @@ -4,6 +4,6 @@ deps: eslint-config-seek 13 + eslint-config-skuba 4 + typescript-eslint ^7.2.0 -These major upgrades bump our minimum requirement to Node.js 18.18. +These major upgrades bump our minimum requirement from Node.js 18.12 to 18.18. See the [typescript-eslint v7 announcement](https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/) for more information, and consider upgrading your project to the active LTS release with [`skuba migrate`](https://seek-oss.github.io/skuba/docs/cli/migrate.html) before Node.js 18 reaches EOL in April 2025. diff --git a/.changeset/soft-laws-double.md b/.changeset/soft-laws-double.md deleted file mode 100644 index 1329fe4c3..000000000 --- a/.changeset/soft-laws-double.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'skuba': patch ---- - -docs: Refresh ARM64 guide - -This is not a change to skuba but rather a shameless plug for our deep-dive documentation. The [ARM64 guide](https://seek-oss.github.io/skuba/docs/deep-dives/arm64.html#migrating-an-existing-project) was just refreshed to prepare for upcoming migrations, and we also have [one for pnpm](https://seek-oss.github.io/skuba/docs/deep-dives/pnpm.html).