kit icon indicating copy to clipboard operation
kit copied to clipboard

breaking: Replace kleur with styleText

Open sidharthv96 opened this issue 1 year ago • 3 comments

  • 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 test and lint the project with pnpm lint and pnpm 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 changeset and following the prompts. Changesets that add features should be minor and those that fix bugs should be patch. Please prefix changeset messages with feat:, fix:, or chore:.

Edits

  • [x] Please ensure that 'Allow edits from maintainers' is checked. PRs without this option may be closed.

sidharthv96 avatar Aug 05 '24 07:08 sidharthv96

🦋 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

changeset-bot[bot] avatar Aug 05 '24 07:08 changeset-bot[bot]

@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

benmccann avatar Jun 13 '25 16:06 benmccann

Will do, over the weekend!

sidharthv96 avatar Jun 13 '25 16:06 sidharthv96