Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @sveltejs/kit from 1.11.0 to 2.17.1 in /pkg/web #193

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps @sveltejs/kit from 1.11.0 to 2.17.1.

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.17.1

Patch Changes

  • fix: make route resolution imports root-relative if paths.relative option is false (#13412)

@​sveltejs/kit@​2.17.0

Minor Changes

  • feat: validate values for cache-control and content-type headers in dev mode (#13114)

  • feat: support server-side route resolution (#13379)

Patch Changes

  • chore: don't error during development when using use:enhance with +server as some third party libraries make it possible to POST forms to it (#13397)

  • fix: skip hooks for server fetch to prerendered routes (#13377)

  • fix: ignore non-entry-point CSS files during inlining (#13395)

  • fix: default server fetch to use prerendered paths (#13377)

@​sveltejs/kit@​2.16.1

Patch Changes

  • fix: avoid overwriting headers for sub-requests made while loading the error page (#13341)

  • fix: correctly resolve index file entrypoints such as src/service-worker/index.js (#13354)

  • fix: correctly handle relative anchors when using the hash router (#13356)

@​sveltejs/kit@​2.16.0

Minor Changes

  • feat: add ability to invalidate a custom identifier on goto() (#13256)

  • feat: remove the postinstall script to support pnpm 10 (#13304)

    NOTE: users should add "prepare": "svelte-kit sync" to their package.json in order to avoid the following warning upon first running Vite:

    ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
    
    tsconfig.json:2:12:
    

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.17.1

Patch Changes

  • fix: make route resolution imports root-relative if paths.relative option is false (#13412)

2.17.0

Minor Changes

  • feat: validate values for cache-control and content-type headers in dev mode (#13114)

  • feat: support server-side route resolution (#13379)

Patch Changes

  • chore: don't error during development when using use:enhance with +server as some third party libraries make it possible to POST forms to it (#13397)

  • fix: skip hooks for server fetch to prerendered routes (#13377)

  • fix: ignore non-entry-point CSS files during inlining (#13395)

  • fix: default server fetch to use prerendered paths (#13377)

2.16.1

Patch Changes

  • fix: avoid overwriting headers for sub-requests made while loading the error page (#13341)

  • fix: correctly resolve index file entrypoints such as src/service-worker/index.js (#13354)

  • fix: correctly handle relative anchors when using the hash router (#13356)

2.16.0

Minor Changes

  • feat: add ability to invalidate a custom identifier on goto() (#13256)

  • feat: remove the postinstall script to support pnpm 10 (#13304)

... (truncated)

Commits
  • 461aa95 Version Packages (#13413)
  • c3f918e fix: make route resolution imports root-relative if path.relative option is...
  • 3f5605d Version Packages (#13383)
  • 5906e97 feat: server side route resolution (#13379)
  • 09296d0 chore: revert dev error when using use:enhance with +server (#13397)
  • 180fa34 fix: ignore non-entry-point CSS files during inlining (#13395)
  • d62ed39 fix: skip calling respond for server-side fetch on prerendered pages (#13...
  • f30352f feat: validate values for cache-control and content-type headers in dev m...
  • b8f678b feat: Remove repository-sync workflows in favor of github-docs-bot (#13367)
  • e1451fa chore: upgrade to Vite 6.0.11 (#13366)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.11.0 to 2.17.1.
- [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/[email protected]/packages/kit)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 3, 2025 19:30
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 3, 2025
@dependabot dependabot bot requested review from Llandy3d and fornfrey and removed request for a team February 3, 2025 19:30
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.

0 participants