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

⬆️ Bump the svelte group across 1 directory with 5 updates #113

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the svelte group with 5 updates in the / directory:

Package From To
@sveltejs/adapter-auto 3.2.5 4.0.0
@sveltejs/kit 2.8.3 2.17.1
@sveltejs/vite-plugin-svelte 3.1.2 5.0.3
svelte 4.2.19 5.20.0
svelte-check 3.8.6 4.1.4

Updates @sveltejs/adapter-auto from 3.2.5 to 4.0.0

Release notes

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

@​sveltejs/adapter-auto@​4.0.0

Major Changes

  • feat: update Vercel, Cloudflare Pages, and Netlify adapter major versions (#13142)

Patch Changes

@​sveltejs/adapter-auto@​3.3.1

Patch Changes

Changelog

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

4.0.0

Major Changes

  • feat: update Vercel, Cloudflare Pages, and Netlify adapter major versions (#13142)

Patch Changes

3.3.1

Patch Changes

3.3.0

Minor Changes

  • feat: add support for Bun package manager (#12854)
Commits

Updates @sveltejs/kit from 2.8.3 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

Updates @sveltejs/vite-plugin-svelte from 3.1.2 to 5.0.3

Release notes

Sourced from @​sveltejs/vite-plugin-svelte's releases.

@​sveltejs/vite-plugin-svelte@​5.0.3

Patch Changes

  • fix errorhandling to work with errors that don't have a code property (#1054)

@​sveltejs/vite-plugin-svelte@​5.0.2

Patch Changes

  • adapt internal handling of warning and error code property to changes in svelte5 (#1044)

@​sveltejs/vite-plugin-svelte@​5.0.1

Patch Changes

  • Fix peer dependencies warning (#1038)

@​sveltejs/vite-plugin-svelte@​5.0.0

Major Changes

  • Handle Vite 6 breaking change and remove Vite 5 handling (#1020)

  • Support Vite 6 (#1026)

Minor Changes

  • Add esm-env to ssr.noExternal by default to resolve its conditions with Vite (#1020)

  • Support ?inline query on Svelte style virtual modules (#1024)

Patch Changes

  • remove vite6 beta from peer range (#1035)

  • Allow script tags to span multiple lines (0db95a9)

  • Updated dependencies [4fefbc2, e262266]:

    • @​sveltejs/vite-plugin-svelte-inspector@​4.0.0

@​sveltejs/vite-plugin-svelte@​5.0.0-next.0

Major Changes

  • Handle Vite 6 breaking change and remove Vite 5 handling (#1020)

  • Support Vite 6 (#1026)

Minor Changes

... (truncated)

Changelog

Sourced from @​sveltejs/vite-plugin-svelte's changelog.

5.0.3

Patch Changes

  • fix errorhandling to work with errors that don't have a code property (#1054)

5.0.2

Patch Changes

  • adapt internal handling of warning and error code property to changes in svelte5 (#1044)

5.0.1

Patch Changes

  • Fix peer dependencies warning (#1038)

5.0.0

Major Changes

  • Handle Vite 6 breaking change and remove Vite 5 handling (#1020)

  • Support Vite 6 (#1026)

Minor Changes

  • Add esm-env to ssr.noExternal by default to resolve its conditions with Vite (#1020)

  • Support ?inline query on Svelte style virtual modules (#1024)

Patch Changes

  • remove vite6 beta from peer range (#1035)

  • Allow script tags to span multiple lines (0db95a9)

  • Updated dependencies [4fefbc2, e262266]:

    • @​sveltejs/vite-plugin-svelte-inspector@​4.0.0

5.0.0-next.0

Major Changes

... (truncated)

Commits

Updates svelte from 4.2.19 to 5.20.0

Release notes

Sourced from svelte's releases.

[email protected]

Minor Changes

  • feat: SSR-safe ID generation with $props.id() (#15185)

Patch Changes

  • fix: take private and public into account for constant_assignment of derived state (#15276)

  • fix: value/checked not correctly set using spread (#15239)

  • chore: tweak effect self invalidation logic, run transition dispatches without reactive context (#15275)

  • fix: use importNode to clone templates for Firefox (#15272)

  • fix: recurse into $derived for ownership validation (#15166)

[email protected]

Patch Changes

  • fix: when re-connecting unowned deriveds, remove their unowned flag (#15255)

  • fix: allow mutation of private derived state (#15228)

[email protected]

Patch Changes

  • fix: ensure unowned derived dependencies are not duplicated when reactions are skipped (#15232)

  • fix: hydrate href that is part of spread attributes (#15226)

[email protected]

Patch Changes

  • fix: properly set value property of custom elements (#15206)

  • fix: ensure custom element updates don't run in hydration mode (#15217)

  • fix: ensure tracking returns true, even if in unowned (#15214)

[email protected]

Patch Changes

  • chore: remove unused code from signal logic (#15195)

  • fix: encounter svelte:element in blocks as sibling during pruning css (#15165)

[email protected]

Patch Changes

... (truncated)

Changelog

Sourced from svelte's changelog.

5.20.0

Minor Changes

  • feat: SSR-safe ID generation with $props.id() (#15185)

Patch Changes

  • fix: take private and public into account for constant_assignment of derived state (#15276)

  • fix: value/checked not correctly set using spread (#15239)

  • chore: tweak effect self invalidation logic, run transition dispatches without reactive context (#15275)

  • fix: use importNode to clone templates for Firefox (#15272)

  • fix: recurse into $derived for ownership validation (#15166)

5.19.10

Patch Changes

  • fix: when re-connecting unowned deriveds, remove their unowned flag (#15255)

  • fix: allow mutation of private derived state (#15228)

5.19.9

Patch Changes

  • fix: ensure unowned derived dependencies are not duplicated when reactions are skipped (#15232)

  • fix: hydrate href that is part of spread attributes (#15226)

5.19.8

Patch Changes

  • fix: properly set value property of custom elements (#15206)

  • fix: ensure custom element updates don't run in hydration mode (#15217)

  • fix: ensure tracking returns true, even if in unowned (#15214)

5.19.7

Patch Changes

  • chore: remove unused code from signal logic (#15195)

... (truncated)

Commits

Updates svelte-check from 3.8.6 to 4.1.4

Release notes

Sourced from svelte-check's releases.

svelte-check-4.1.4

  • fix: don't hoist types/snippets referencing stores or destructured variables (#2661)

svelte-check-4.1.3

  • fix: move snippets to correct place when only module script present

svelte-check-4.1.2

  • feat: support generics attribute for JSDoc (#2624)
  • fix: better snippet/interface hoistability analysis (#2655)
  • chore: TypeScript 5.7 support (#2585)

svelte-check-4.1.1

  • fix: support each without as (#2615)

svelte-check-4.1.0

  • fix: don't move appended content from previous node while hoisting interface (#2596)
  • fix: ensure hoisted interfaces are moved after hoisted imports (#2597)
  • fix: preserve bind:... mapping on elements for better source maps
  • feat: prepare for some upcoming features of Svelte 5

svelte-check-4.0.9

  • fix: detect shadowed variables/types during type hoisting (#2590)

svelte-check-4.0.8

  • fix: fall back to any instead of unknown for untyped $props (#2582)
  • fix: robustify and fix file writing (#2584)
  • fix: hoist types related to $props rune if possible (#2571)

svelte-check-4.0.7

  • fix: $props: infer types for $bindable, infer function type from arrow function

svelte-check-4.0.6

  • chore: autotype const load = ... declarations (#2540)
  • chore: provide component instance type in Svelte 5 (#2553)
  • chore: support typescript 5.6 (#2545)
  • fix: infer object and array shapes from fallback types (#2562)

svelte-check-4.0.5

  • fix: include named exports in svelte 5 type (#2528)

svelte-check-4.0.4

  • fix: relax component constructor type (#2524)

svelte-check-4.0.3

  • breaking(svelte5): only generate function component shape in runes mode (#2517). This means you can no longer just do Component in type positions. Instead you need to prepend it with typeof. Here's how you do it:
    • ...when typing a component instance: Before: let x: Component. After: let x: ReturnType<typeof Component>
    • ...when typing a component constructor/function: Before let x: typeof Component. After let x: typeof Component (no change)
  • fix: revert additional two-way-binding checks as they were causing bugs (#2508)
  • fix: include files indirectly belonging to a project into correct project (#2488)
  • fix: check project files update more aggressively before assigning service (#2518)

... (truncated)

Commits
  • 2f46701 fix: don't hoist types referencing stores or destructured variables (#2661)
  • 90c9953 fix: Update prettier-options-schema.json (#2658)
  • 52c0d9f fix: move snippets to correct place when only module script present
  • b5ec504 fix: safely access Svelte config during startup
  • d5fbdfe fix: better hoistability analysis (#2655)
  • 931dd85 feat: Semantic document highlight (#1408)
  • 646f2e6 feat: support generics attribute for JSDoc (#2624)
  • 3f2da5d feat: TypeScript 5.7 support (#2585)
  • 1e9cbd3 chore: run Svelte 5 tests in loose parser mode (#2652)
  • 477e76d fix: reword plugin modal options (#2646) (#2647)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from NatoBoram as a code owner February 13, 2025 05:14
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 13, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svelte-7ed43146e9 branch from 71ec83c to 1a1ab65 Compare February 13, 2025 05:16
Bumps the svelte group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@sveltejs/adapter-auto](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-auto) | `3.2.5` | `4.0.0` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.8.3` | `2.17.1` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `3.1.2` | `5.0.3` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.19` | `5.20.0` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `3.8.6` | `4.1.4` |



Updates `@sveltejs/adapter-auto` from 3.2.5 to 4.0.0
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-auto/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/adapter-auto)

Updates `@sveltejs/kit` from 2.8.3 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)

Updates `@sveltejs/vite-plugin-svelte` from 3.1.2 to 5.0.3
- [Release notes](https://github.com/sveltejs/vite-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/vite-plugin-svelte/blob/main/packages/vite-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/vite-plugin-svelte/commits/@sveltejs/[email protected]/packages/vite-plugin-svelte)

Updates `svelte` from 4.2.19 to 5.20.0
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `svelte-check` from 3.8.6 to 4.1.4
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-3.8.6...svelte-check-4.1.4)

---
updated-dependencies:
- dependency-name: "@sveltejs/adapter-auto"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: svelte
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: svelte
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: svelte
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: svelte
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: svelte
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svelte-7ed43146e9 branch from 1a1ab65 to 6b56d1c Compare February 13, 2025 05:46
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 13, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/svelte-7ed43146e9 branch February 13, 2025 06:43
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