Skip to content

breaking: remove builder.createEntries#15509

Merged
teemingc merged 3 commits intoversion-3from
remove-create-entries
Mar 9, 2026
Merged

breaking: remove builder.createEntries#15509
teemingc merged 3 commits intoversion-3from
remove-create-entries

Conversation

@teemingc
Copy link
Member

@teemingc teemingc commented Mar 7, 2026

This PR removes the deprecated builder.createEntries API.

Requires #15506 to be merged first to remove references to it in the adapters


Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • 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
  • This message body should clearly illustrate what problems it solves.
  • Ideally, include a test that fails without this PR but passes with it.

Tests

  • Run the tests with pnpm test and lint the project with pnpm lint and pnpm check

Changesets

  • 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

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

@changeset-bot
Copy link

changeset-bot bot commented Mar 7, 2026

🦋 Changeset detected

Latest commit: b498d09

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

This PR includes changesets to release 1 package
Name Type
@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

@teemingc teemingc changed the base branch from main to version-3 March 7, 2026 16:22
@svelte-docs-bot
Copy link

@benmccann
Copy link
Member

Looks like pnpm check is failing on this one

@teemingc
Copy link
Member Author

teemingc commented Mar 9, 2026

The type check issue should be fixed now that #15506 has been merged

@Rich-Harris
Copy link
Member

are we working on a sveltekit 2 -> 3 migration guide anywhere? would be good to add these sorts of things to it

@benmccann
Copy link
Member

We haven't, but we are tagging all breaking changes as such in the changelog, so it should be easy enough to create a writeup as we know we're not losing track of things

@teemingc teemingc merged commit 047d6a0 into version-3 Mar 9, 2026
19 checks passed
@teemingc teemingc deleted the remove-create-entries branch March 9, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants