kit
kit copied to clipboard
breaking: Replace kleur with styleText
- Replace kleur with node:util's native styleText
- Upgrade node minimum requirement from v18.13 to v20.13
Resolves: #12396
Creating as draft, to check if the node upgrade PR should be separate from this. Will create changesets after this is confirmed.
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
- [x] It's really useful if your PR references an issue where it is discussed ahead of time. In many cases, features are absent for a reason. For large changes, please create an RFC: https://github.com/sveltejs/rfcs
- [x] This message body should clearly illustrate what problems it solves.
- [ ] Ideally, include a test that fails without this PR but passes with it.
Tests
- [x] Run the tests with
pnpm testand lint the project withpnpm lintandpnpm check
Changesets
- [x] If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running
pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.
Edits
- [x] Please ensure that 'Allow edits from maintainers' is checked. PRs without this option may be closed.
🦋 Changeset detected
Latest commit: 1fa0ddae7e9dc8baa1613e668b6a064730613889
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 2 packages
| Name | Type |
|---|---|
| @sveltejs/package | Major |
| @sveltejs/kit | 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
@sidharthv96 we'll probably start working on SvelteKit 3 before too long and will be able to merge this if you'd like to address the merge conflicts
Will do, over the weekend!