这是indexloc提供的服务,不要输入任何密码
Skip to content

chore(deps-dev): bump the with-svelte group in /examples/with-svelte with 5 updates #10700

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Bumps the with-svelte group in /examples/with-svelte with 5 updates:

Package From To
@sveltejs/kit 2.22.0 2.25.1
svelte 5.35.2 5.36.12
svelte-check 4.2.1 4.3.0
typescript-eslint 8.36.0 8.37.0
@sveltejs/package 2.3.11 2.4.0

Updates @sveltejs/kit from 2.22.0 to 2.25.1

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.25.1

Patch Changes

  • fix: add missing params property (#14012)

@​sveltejs/kit@​2.25.0

Minor Changes

  • feat: support asynchronous read implementations from adapters (#13859)

Patch Changes

  • fix: log when no Svelte config file has been found to avoid confusion (#14001)

@​sveltejs/kit@​2.24.0

Minor Changes

  • feat: typed params prop for page/layout components (#13999)

Patch Changes

  • fix: treeshake internal storage.get helper (#13998)

@​sveltejs/kit@​2.23.0

Minor Changes

  • feat: support svelte.config.ts (#13935)

    NOTE

    Your runtime has to support importing TypeScript files for svelte.config.ts to work. In Node.js, the feature is supported with the --experimental-strip-types flag starting in Node 22.6.0 and supported without a flag starting in Node 23.6.0.

Patch Changes

  • fix: extend vite-plugin-svelte's Config type instead of duplicating it (#13982)

  • fix: regression with rolldown-vite not bundling a single JS file for single and inline apps (#13941)

@​sveltejs/kit@​2.22.5

Patch Changes

  • fix: re-add @sveltejs/kit to optimizeDeps.exclude (#13983)

@​sveltejs/kit@​2.22.4

Patch Changes

  • fix: force $app/* modules to be bundled (#13977)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.25.1

Patch Changes

  • fix: add missing params property (#14012)

2.25.0

Minor Changes

  • feat: support asynchronous read implementations from adapters (#13859)

Patch Changes

  • fix: log when no Svelte config file has been found to avoid confusion (#14001)

2.24.0

Minor Changes

  • feat: typed params prop for page/layout components (#13999)

Patch Changes

  • fix: treeshake internal storage.get helper (#13998)

2.23.0

Minor Changes

  • feat: support svelte.config.ts (#13935)

    NOTE

    Your runtime has to support importing TypeScript files for svelte.config.ts to work. In Node.js, the feature is supported with the --experimental-strip-types flag starting in Node 22.6.0 and supported without a flag starting in Node 23.6.0.

Patch Changes

  • fix: extend vite-plugin-svelte's Config type instead of duplicating it (#13982)

  • fix: regression with rolldown-vite not bundling a single JS file for single and inline apps (#13941)

2.22.5

... (truncated)

Commits

Updates svelte from 5.35.2 to 5.36.12

Release notes

Sourced from svelte's releases.

svelte@5.36.12

Patch Changes

  • chore: move capture_signals to legacy module (#16456)

svelte@5.36.10

Patch Changes

  • fix: prevent batches from getting intertwined (#16446)

svelte@5.36.9

Patch Changes

  • fix: don't reexecute derived with no dependencies on teardown (#16438)

  • fix: disallow export { foo as default } in <script module> (#16447)

  • fix: move ownership validation into async component body (#16449)

  • fix: allow async destructured deriveds (#16444)

  • fix: move store setup/cleanup outside of async component body (#16443)

svelte@5.36.8

Patch Changes

  • fix: keep effect in the graph if it has an abort controller (#16430)

  • chore: Switch payload.out to an array (#16428)

svelte@5.36.7

Patch Changes

  • fix: allow instrinsic <svelte:...> elements to inherit from SvelteHTMLElements (#16424)

svelte@5.36.6

Patch Changes

  • fix: delegate functions with shadowed variables if declared locally (#16417)

  • fix: handle error in correct boundary after reset (#16171)

  • fix: make <svelte:boundary> reset function a noop after the first call (#16171)

svelte@5.36.5

Patch Changes

  • fix: silence $inspect errors when the effect is about to be destroyed (#16391)

  • fix: more informative error when effects run in an infinite loop (#16405)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.36.12

Patch Changes

  • chore: move capture_signals to legacy module (#16456)

5.36.11

Patch Changes

  • fix: always mark reactions of deriveds (#16457)

  • fix: add labels to @const tags and props (#16454)

  • fix: tag stores for $inspect.trace() (#16452)

5.36.10

Patch Changes

  • fix: prevent batches from getting intertwined (#16446)

5.36.9

Patch Changes

  • fix: don't reexecute derived with no dependencies on teardown (#16438)

  • fix: disallow export { foo as default } in <script module> (#16447)

  • fix: move ownership validation into async component body (#16449)

  • fix: allow async destructured deriveds (#16444)

  • fix: move store setup/cleanup outside of async component body (#16443)

5.36.8

Patch Changes

  • fix: keep effect in the graph if it has an abort controller (#16430)

  • chore: Switch payload.out to an array (#16428)

5.36.7

Patch Changes

  • fix: allow instrinsic <svelte:...> elements to inherit from SvelteHTMLElements (#16424)

... (truncated)

Commits

Updates svelte-check from 4.2.1 to 4.3.0

Release notes

Sourced from svelte-check's releases.

svelte-check-4.3.0

  • feat: zero types for params (#2795)
  • feat: add await support (#2799)
  • fix: strip doctype using AST instead of regex (#2798)
  • chore: make human output more concise and readable (#2748)

svelte-check-4.2.2

  • fix: invalidate project file cache and handle watcher race condition (#2779)
  • fix: prevent error with bind:this={get, set} (#2781)
  • fix: don't treat derived imported from svelte/store as a potential store (#2780)
  • fix: key block can have its own block scope (#2768)
Commits
  • 2e2c6c3 feat: add await support (#2799)
  • 2a0c8a0 feat: add xxxProps support to VS Code snippets (#2796)
  • 314ad4d fix: strip doctype using AST instead of regex (#2798)
  • 14dc584 chore: make human output more concise and readable (#2748)
  • 9b3f7f7 feat: zero types for params (#2795)
  • 9b98894 docs: use svelte 5 syntax in readme (#2785)
  • 3b30d5e fix: enable fallback watcher when dynamicRegistration is false (#2783)
  • 8c11512 fix: support "Build-Free Editing with Project References" in SvelteKit page.t...
  • 291b484 feat: workspace symbols support (#2769)
  • 5493844 fix: invalidate project file cache and handle watcher race condition (#2779)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.36.0 to 8.37.0

Release notes

Sourced from typescript-eslint's releases.

v8.37.0

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

🩹 Fixes

  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
  • type-utils: add missing 'types' dependency to 'type-utils' (#11383)
  • type-utils: handle namespaced exports in specifier matching (#11380)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

❤️ Thank You

  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

Commits

Updates @sveltejs/package from 2.3.11 to 2.4.0

Release notes

Sourced from @​sveltejs/package's releases.

@​sveltejs/package@​2.4.0

Minor Changes

  • feat: support svelte.config.ts (#13935)

    NOTE

    Your runtime has to support importing TypeScript files for svelte.config.ts to work. In Node.js, the feature is supported with the --experimental-strip-types flag starting in Node 22.6.0 and supported without a flag starting in Node 23.6.0.

@​sveltejs/package@​2.3.12

Patch Changes

  • fix: handle non-semver-style dependency versions (#13925)
Changelog

Sourced from @​sveltejs/package's changelog.

2.4.0

Minor Changes

  • feat: support svelte.config.ts (#13935)

    NOTE

    Your runtime has to support importing TypeScript files for svelte.config.ts to work. In Node.js, the feature is supported with the --experimental-strip-types flag starting in Node 22.6.0 and supported without a flag starting in Node 23.6.0.

2.3.12

Patch Changes

  • fix: handle non-semver-style dependency versions (#13925)
Commits

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

Bumps the with-svelte group in /examples/with-svelte with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.22.0` | `2.25.1` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.35.2` | `5.36.12` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.2.1` | `4.3.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.36.0` | `8.37.0` |
| [@sveltejs/package](https://github.com/sveltejs/kit/tree/HEAD/packages/package) | `2.3.11` | `2.4.0` |


Updates `@sveltejs/kit` from 2.22.0 to 2.25.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/kit@2.25.1/packages/kit)

Updates `svelte` from 5.35.2 to 5.36.12
- [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/svelte@5.36.12/packages/svelte)

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

Updates `typescript-eslint` from 8.36.0 to 8.37.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.37.0/packages/typescript-eslint)

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

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.25.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: with-svelte
- dependency-name: svelte
  dependency-version: 5.36.12
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: with-svelte
- dependency-name: svelte-check
  dependency-version: 4.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: with-svelte
- dependency-name: typescript-eslint
  dependency-version: 8.37.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: with-svelte
- dependency-name: "@sveltejs/package"
  dependency-version: 2.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: with-svelte
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 21, 2025 15:24
@dependabot dependabot bot added the area: examples Improvements or additions to examples label Jul 21, 2025
@dependabot dependabot bot added the area: examples Improvements or additions to examples label Jul 21, 2025
@turbo-orchestrator turbo-orchestrator bot added the needs: triage New issues get this label. Remove it after triage label Jul 21, 2025
Copy link

vercel bot commented Jul 21, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:25pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:25pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:25pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:25pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:25pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:25pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:25pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 3:25pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
turbo-site ⬜️ Skipped (Inspect) Jul 21, 2025 3:25pm

@anthonyshew anthonyshew merged commit 2c3c5cc into main Jul 22, 2025
33 checks passed
@anthonyshew anthonyshew deleted the dependabot-npm_and_yarn-examples-with-svelte-with-svelte-70643e2205 branch July 22, 2025 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: examples Improvements or additions to examples needs: triage New issues get this label. Remove it after triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant