-
-
Notifications
You must be signed in to change notification settings - Fork 48
feat!: drop support for old node versions (<18, 19, 21) #885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 4aeb221 The changes in this PR will be included in the next version bump. 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 |
Do we want to drop ESLint v8 also?😀 (At least v7?) |
I would like to change to only supporting ESLint latest and v8.57.1. I want to keep v8.57.1 to make it easier for users to migrate, but I'm not that strict about it. I'm okay to drop support v8.57.1. |
Question: Do we need to drop ESLint v8.57.1 if we want ESM only? |
ESLint v8.57.1 also has an (experimental) Flat Config available, so I don't think it will block us from changing it to ESM. |
OK! So I agreed that we will support only ESLint v8.57.1 and v9 in next major version. |
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ `main` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `main`.⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ # Releases ## [email protected] ### Major Changes - [#885](#885) [`ce2ffad`](ce2ffad) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat!: drop support for old node versions (<18, 19, 21) - [#930](#930) [`eae1b4f`](eae1b4f) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat!: upgrade svelte-eslint-parser to v1 ### Minor Changes - [#911](#911) [`452ffed`](452ffed) Thanks [@marekdedic](https://github.com/marekdedic)! - feat(no-inline-styles): allowing transitions by default Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
No description provided.