Skip to content

chore(deps-dev): bump the svelte group across 1 directory with 2 updates - #132

Merged
kellenmurphy merged 1 commit into
mainfrom
dependabot/npm_and_yarn/svelte-e9985ac385
Jun 17, 2026
Merged

chore(deps-dev): bump the svelte group across 1 directory with 2 updates#132
kellenmurphy merged 1 commit into
mainfrom
dependabot/npm_and_yarn/svelte-e9985ac385

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the svelte group with 2 updates in the / directory: @sveltejs/adapter-cloudflare and @sveltejs/kit.

Updates @sveltejs/adapter-cloudflare from 7.2.8 to 7.2.9

Release notes

Sourced from @​sveltejs/adapter-cloudflare's releases.

@​sveltejs/adapter-cloudflare@​7.2.9

Patch Changes

Changelog

Sourced from @​sveltejs/adapter-cloudflare's changelog.

7.2.9

Patch Changes

Commits

Updates @sveltejs/kit from 2.65.1 to 2.65.2

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.65.2

Patch Changes

  • fix: throw an error when prerendering a root +server.js that returns a non-HTML response (#15994)

  • fix: decode base64-serialized fetch bodies before caching them for client-side replay (#16034)

  • fix: correctly access explicit dynamic public environment variables from prerendered pages and service workers (#16024)

  • fix: allow preloadCode to be called during initial page load (#16028)

  • fix: send cache-control: private, no-store on remote function responses so personalized query results can never be cached by shared caches (#16020)

  • fix: preserve the HTTP status and error body when a remote function request fails in transport (e.g. a 401/403 from a handle hook), instead of reporting a generic 500 (#16021)

  • fix: avoid loading universal nodes during build analysis when the app uses a hash router (#16042)

  • fix: correctly serve client entry during development when using the pnpm global virtual store (#16045)

  • fix: normalize path separators when comparing config (#16037)

  • fix: ensure building resolves correctly to allow avoiding build-time explicit environment variable validation (#16058)

  • fix: prevent unhandled promise rejections when remote function failures are consumed via current/error instead of await (#16018)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.65.2

Patch Changes

  • fix: throw an error when prerendering a root +server.js that returns a non-HTML response (#15994)

  • fix: decode base64-serialized fetch bodies before caching them for client-side replay (#16034)

  • fix: correctly access explicit dynamic public environment variables from prerendered pages and service workers (#16024)

  • fix: allow preloadCode to be called during initial page load (#16028)

  • fix: send cache-control: private, no-store on remote function responses so personalized query results can never be cached by shared caches (#16020)

  • fix: preserve the HTTP status and error body when a remote function request fails in transport (e.g. a 401/403 from a handle hook), instead of reporting a generic 500 (#16021)

  • fix: avoid loading universal nodes during build analysis when the app uses a hash router (#16042)

  • fix: correctly serve client entry during development when using the pnpm global virtual store (#16045)

  • fix: normalize path separators when comparing config (#16037)

  • fix: ensure building resolves correctly to allow avoiding build-time explicit environment variable validation (#16058)

  • fix: prevent unhandled promise rejections when remote function failures are consumed via current/error instead of await (#16018)

Commits
  • 33fdd3f Version Packages (#16050)
  • 0ccdb68 chore: make set_env synchronous (#16060)
  • 913643c chore: fix flaky tests (#16059)
  • c3b2c34 fix: allow runtime/build only explicit environment variable validation (#16058)
  • 80cc084 fix: throw an error when prerendering a root +server.js that returns a non-HT...
  • 8bae090 chore: remove unnecessary condition (#16056)
  • 82bcb7d fix: prevent unhandled rejections from reactively-consumed remote resources (...
  • a34e663 fix: preserve status code when remote function transport requests fail (#16021)
  • d33bc6b fix: only reference env.js/env.script.js if dynamic public env vars are i...
  • 726b13e chore: Add tests for un-covered behaviors in LiveQuery (#16019)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2026
@dependabot
dependabot Bot requested a review from kellenmurphy as a code owner June 16, 2026 23:24
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2026
@codecov

codecov Bot commented Jun 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot dependabot Bot changed the title chore(deps-dev): bump the svelte group with 2 updates chore(deps-dev): bump the svelte group across 1 directory with 2 updates Jun 17, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/svelte-e9985ac385 branch from a943b86 to 7385014 Compare June 17, 2026 12:55
Bumps the svelte group with 2 updates in the / directory: [@sveltejs/adapter-cloudflare](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-cloudflare) and [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit).


Updates `@sveltejs/adapter-cloudflare` from 7.2.8 to 7.2.9
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-cloudflare/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/adapter-cloudflare@7.2.9/packages/adapter-cloudflare)

Updates `@sveltejs/kit` from 2.65.1 to 2.65.2
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.65.2/packages/kit)

---
updated-dependencies:
- dependency-name: "@sveltejs/adapter-cloudflare"
  dependency-version: 7.2.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: svelte
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.65.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: svelte
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/svelte-e9985ac385 branch from 7385014 to b4476c7 Compare June 17, 2026 13:02
@kellenmurphy
kellenmurphy merged commit 2594489 into main Jun 17, 2026
12 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/svelte-e9985ac385 branch June 17, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant