Skip to content

Version Packages#16086

Merged
Rich-Harris merged 1 commit into
mainfrom
changeset-release/main
Jun 22, 2026
Merged

Version Packages#16086
Rich-Harris merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release 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.

Releases

@sveltejs/kit@2.67.0

Minor Changes

  • feat: add prerender.handleInvalidUrl option for invalid URLs discovered while crawling (#16088)

Patch Changes

  • fix: support exactOptionalPropertyTypes for optional form schema fields (#15866)

  • fix: avoid unnecessarily overriding a user's Vite 8 codeSplitting setting (#16118)

@sveltejs/adapter-node@5.5.6

Patch Changes

  • fix: avoid circular dependency between server initialisation and hook retrieval that causes the app to crash on start (#16115)

  • fix: correctly resolve root directory on the server (#16114)

  • fix: ensure ENV_PREFIX is defined (#16106)

  • Updated dependencies [cf15fa0, 5c76121, 2992e17]:

    • @sveltejs/kit@2.67.0

@svite-ecosystem-ci svite-ecosystem-ci Bot added the needs-ecosystem-ci This PR needs to have an ecosystem CI run started prior to its last commit before merging. label Jun 18, 2026
@kit-ci kit-ci Bot added the needs-platform-tests This PR needs to run platform tests in order to merge. label Jun 18, 2026
@svelte-docs-bot

Copy link
Copy Markdown

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from e213043 to 5694131 Compare June 18, 2026 20:32

@vercel vercel Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additional Suggestion:

The refactor dropped the !qs.has('w') guard, so basePixels is now always emitted in the pixel-density case even when the user supplies an explicit w directive, producing incorrect x density descriptors.

Fix on Vercel

@Rich-Harris Rich-Harris left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking as there are some doubts about the enhanced-img changes that need to be resolved

@blt-r

blt-r commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Additional Suggestion:

The refactor dropped the !qs.has('w') guard, so basePixels is now always emitted in the pixel-density case even when the user supplies an explicit w directive, producing incorrect x density descriptors.

Fix on Vercel

Opps, this is true. Let me file a pr with a fix real quick

teemingc added a commit that referenced this pull request Jun 19, 2026
Fix the bug where basePixels is now always emitted in the pixel-density
case even when the user supplies an explicit w

fixes this bug
#16086 (review)
introduced in #15354

---

### 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.
- [x] 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.

---------

Co-authored-by: Tee Ming <chewteeming01@gmail.com>
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 5694131 to a9c5b44 Compare June 19, 2026 09:28
@teemingc teemingc removed the needs-ecosystem-ci This PR needs to have an ecosystem CI run started prior to its last commit before merging. label Jun 19, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch 7 times, most recently from 38ba0d4 to 6ee03bc Compare June 22, 2026 20:10
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 6ee03bc to cdacee5 Compare June 22, 2026 22:04
@Rich-Harris Rich-Harris merged commit c5d0e83 into main Jun 22, 2026
7 checks passed
@Rich-Harris Rich-Harris deleted the changeset-release/main branch June 22, 2026 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-platform-tests This PR needs to run platform tests in order to merge.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants