Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the site group in /docs/vercel with 10 updates:

Package From To
@sveltejs/kit 2.37.0 2.43.7
@sveltejs/vite-plugin-svelte 6.1.3 6.2.1
eslint 9.34.0 9.36.0
eslint-plugin-svelte 3.11.0 3.12.4
globals 16.3.0 16.4.0
svelte 5.38.6 5.39.8
svelte-check 4.3.1 4.3.2
typescript 5.9.2 5.9.3
typescript-eslint 8.41.0 8.45.0
vite 7.1.4 7.1.7

Updates @sveltejs/kit from 2.37.0 to 2.43.7

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.43.7

Patch Changes

  • fix: correctly type the result of form remote functions that do not accept data (#14573)

  • fix: force remote module chunks to isolate themselves (#14571)

@​sveltejs/kit@​2.43.6

Patch Changes

  • fix: ensure cache key is consistent between client/server (#14563)

  • fix: keep resolve relative to initial base during prerender (#14533)

  • fix: avoid including HEAD twice when an unhandled HTTP method is used in a request to a +server handler that has both a GET handler and a HEAD handler (#14564)

  • fix: smoothscroll to deep link (#14569)

@​sveltejs/kit@​2.43.5

Patch Changes

  • fix: fall back to non-relative resolution when calling resolve(...) outside an event context (#14532)

@​sveltejs/kit@​2.43.4

Patch Changes

  • fix: Webcontainer AsyncLocalStorage workaround (#14526)

@​sveltejs/kit@​2.43.3

Patch Changes

  • fix: Webcontainer AsyncLocalStorage workaround (#14521)

  • fix: include the value of form submitters on form remote functions (#14475)

@​sveltejs/kit@​2.43.2

Patch Changes

  • fix: ensure rendering starts off synchronously (#14517)

  • fix: keep serialized remote data alive until navigation (#14508)

@​sveltejs/kit@​2.43.1

Patch Changes

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.43.7

Patch Changes

  • fix: correctly type the result of form remote functions that do not accept data (#14573)

  • fix: force remote module chunks to isolate themselves (#14571)

2.43.6

Patch Changes

  • fix: ensure cache key is consistent between client/server (#14563)

  • fix: keep resolve relative to initial base during prerender (#14533)

  • fix: avoid including HEAD twice when an unhandled HTTP method is used in a request to a +server handler that has both a GET handler and a HEAD handler (#14564)

  • fix: smoothscroll to deep link (#14569)

2.43.5

Patch Changes

  • fix: fall back to non-relative resolution when calling resolve(...) outside an event context (#14532)

2.43.4

Patch Changes

  • fix: Webcontainer AsyncLocalStorage workaround (#14526)

2.43.3

Patch Changes

  • fix: Webcontainer AsyncLocalStorage workaround (#14521)

  • fix: include the value of form submitters on form remote functions (#14475)

2.43.2

Patch Changes

  • fix: ensure rendering starts off synchronously (#14517)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​sveltejs/kit since your current version.


Updates @sveltejs/vite-plugin-svelte from 6.1.3 to 6.2.1

Release notes

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

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

Patch Changes

  • fix: remove unscopable global styles warning (#1223)

  • Remove automatic configuration for rolldownOptions.optimization.inlineConst because latest version of rolldown-vite has it enabled by default. (#1225)

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

Minor Changes

  • feat(rolldown-vite): enable optimization.inlineConst by default to ensure treeshaking works with esm-env in svelte (#1207)

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

Patch Changes

  • fix: allow preprocess plugin to run twice (#1206)

  • fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#1203)

  • replace kleur dependency with builtin node:utils styleText (#1210)

Changelog

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

6.2.1

Patch Changes

  • fix: remove unscopable global styles warning (#1223)

  • Remove automatic configuration for rolldownOptions.optimization.inlineConst because latest version of rolldown-vite has it enabled by default. (#1225)

6.2.0

Minor Changes

  • feat(rolldown-vite): enable optimization.inlineConst by default to ensure treeshaking works with esm-env in svelte (#1207)

6.1.4

Patch Changes

  • fix: allow preprocess plugin to run twice (#1206)

  • fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#1203)

  • replace kleur dependency with builtin node:utils styleText (#1210)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​sveltejs/vite-plugin-svelte since your current version.


Updates eslint from 9.34.0 to 9.36.0

Release notes

Sourced from eslint's releases.

v9.36.0

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)

Bug Fixes

  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)

Documentation

  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)

v9.35.0

Features

  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)

Bug Fixes

  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)

Documentation

  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.36.0 - September 19, 2025

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)
  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • bac82a2 ci: simplify renovate configuration (#19907) (唯然)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#20121) (Pixel998)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#20093) (Pixel998)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#20079) (Milos Djermanovic)

v9.35.0 - September 5, 2025

  • da87f2f chore: upgrade @​eslint/js@​9.35.0 (#20077) (Milos Djermanovic)
  • af2a087 chore: package.json update for @​eslint/js release (Jenkins)
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)
  • 7055764 test: remove tests/lib/eslint/eslint.config.js (#20065) (Milos Djermanovic)
  • 10e7ae2 fix: update uncloneable options error message (#20059) (soda-sorcery)
  • 42761fa feat: implement suggestions for no-empty-function (#20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)
  • 84ffb96 chore: update @eslint-community/eslint-utils (#20069) (Francesco Trotta)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#20064) (OTonGitHub)
  • e51ffff feat: add preserve-caught-error rule (#19913) (Amnish Singh Arora)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • d5ef939 refactor: remove deprecated context.parserOptions usage across rules (#20060) (sethamus)
  • 1b3881d chore: remove redundant word (#20058) (pxwanglu)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#20049) (Francesco Trotta)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#20036) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#20034) (Milos Djermanovic)
  • 8033b19 docs: add documentation for --no-config-lookup (#20033) (Francesco Trotta)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Commits

Updates eslint-plugin-svelte from 3.11.0 to 3.12.4

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@3.12.4

Patch Changes

  • #1322 1e06290 Thanks @​marekdedic! - fix(no-navigation-without-resolve): properly detecting absolute and fragment URLs in variables

  • #1355 d8df1e8 Thanks @​InkedCat! - fix: properly support Windows in no-unused-props rule fix: properly support Windows in valid-style-parse rule fix: properly support Windows in no-unnecessary-condition rule

  • #1344 03a93f4 Thanks @​ota-meshi! - fix: preventing infinite loops in multiple rules

eslint-plugin-svelte@3.12.3

Patch Changes

  • #1305 d92dde0 Thanks @​ota-meshi! - fix(no-top-level-browser-globals): false positives for compound logical expression guards

eslint-plugin-svelte@3.12.2

Patch Changes

eslint-plugin-svelte@3.12.1

Patch Changes

  • #1313 27573f4 Thanks @​marekdedic! - fix: Not reporting mailto: and other unusual schema addresses in no-nmavigation-without-resolve (and its deprecated versions)

eslint-plugin-svelte@3.12.0

Minor Changes

Changelog

Sourced from eslint-plugin-svelte's changelog.

3.12.4

Patch Changes

  • #1322 1e06290 Thanks @​marekdedic! - fix(no-navigation-without-resolve): properly detecting absolute and fragment URLs in variables

  • #1355 d8df1e8 Thanks @​InkedCat! - fix: properly support Windows in no-unused-props rule fix: properly support Windows in valid-style-parse rule fix: properly support Windows in no-unnecessary-condition rule

  • #1344 03a93f4 Thanks @​ota-meshi! - fix: preventing infinite loops in multiple rules

3.12.3

Patch Changes

  • #1305 d92dde0 Thanks @​ota-meshi! - fix(no-top-level-browser-globals): false positives for compound logical expression guards

3.12.2

Patch Changes

3.12.1

Patch Changes

  • #1313 27573f4 Thanks @​marekdedic! - fix: Not reporting mailto: and other unusual schema addresses in no-nmavigation-without-resolve (and its deprecated versions)

3.12.0

Minor Changes

Commits
  • 3657590 chore: release eslint-plugin-svelte (#1357)
  • 1e06290 fix(no-navigation-without-resolve): properly detecting absolute and fragment ...
  • d8df1e8 feat: add windows support (#1355)
  • 03a93f4 fix: preventing infinite loops (#1344)
  • 34d4022 chore: align repository field with svelte repo (#1342)
  • 1b23349 chore: update pnpm v10 (#1340)
  • cf9c21d chore: release eslint-plugin-svelte (#1333)
  • d92dde0 fix(no-top-level-browser-globals): false positives for compound logical expre...
  • 9d952fd chore: release eslint-plugin-svelte (#1330)
  • 7cb3660 fix(no-unused-props): false positives for ComponentProps\<any> (#1306)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-svelte since your current version.


Updates globals from 16.3.0 to 16.4.0

Release notes

Sourced from globals's releases.

v16.4.0

  • Update globals (#309) 8b8a2d6

sindresorhus/globals@v16.3.0...v16.4.0

Commits

Updates svelte from 5.38.6 to 5.39.8

Release notes

Sourced from svelte's releases.

svelte@5.39.8

Patch Changes

  • fix: check boundary pending attribute at runtime on server (#16855)

  • fix: preserve tuple type in $state.snapshot (#16864)

  • fix: allow await in svelte:boundary without pending (#16857)

  • fix: update bind:checked error message to clarify usage with radio inputs (#16874)

svelte@5.39.7

Patch Changes

  • chore: simplify batch logic (#16847)

  • fix: rebase pending batches when other batches are committed (#16866)

  • fix: wrap async children in $$renderer.async (#16862)

  • fix: silence label warning for buttons and anchor tags with title attributes (#16872)

  • fix: coerce nullish <title> to empty string (#16863)

svelte@5.39.6

Patch Changes

  • fix: depend on reads of deriveds created within reaction (async mode) (#16823)

  • fix: SSR regression of processing attributes of <select> and <option> (#16821)

  • fix: async class: + spread attributes were compiled into sync server-side code (#16834)

  • fix: ensure tick resolves within a macrotask (#16825)

svelte@5.39.5

Patch Changes

  • fix: allow {@html await ...} and snippets with async content on the server (#16817)

  • fix: use nginx SSI-compatible comments for $props.id() (#16820)

svelte@5.39.4

Patch Changes

  • fix: restore hydration state after await in <script> (#16806)

svelte@5.39.3

Patch Changes

... (truncated)

Changelog

Sourced from svelte's changelog.

5.39.8

Patch Changes

  • fix: check boundary pending attribute at runtime on server (#16855)

  • fix: preserve tuple type in $state.snapshot (#16864)

  • fix: allow await in svelte:boundary without pending (#16857)

  • fix: update bind:checked error message to clarify usage with radio inputs (#16874)

5.39.7

Patch Changes

  • chore: simplify batch logic (#16847)

  • fix: rebase pending batches when other batches are committed (#16866)

  • fix: wrap async children in $$renderer.async (#16862)

  • fix: silence label warning for buttons and anchor tags with title attributes (#16872)

  • fix: coerce nullish <title> to empty string (#16863)

5.39.6

Patch Changes

  • fix: depend on reads of deriveds created within reaction (async mode) (#16823)

  • fix: SSR regression of processing attributes of <select> and <option> (#16821)

  • fix: async class: + spread attributes were compiled into sync server-side code (#16834)

  • fix: ensure tick resolves within a macrotask (#16825)

5.39.5

Patch Changes

  • fix: allow {@html await ...} and snippets with async content on the server (#16817)

  • fix: use nginx SSI-compatible comments for $props.id() (#16820)

5.39.4

Patch Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for svelte since your current version.


Updates svelte-check from 4.3.1 to 4.3.2

Release notes

Sourced from svelte-check's releases.

svelte-check@4.3.2

Patch Changes

  • perf: tweak some snapshot hot paths (#2852)

  • perf: more precise module cache invalidation (#2853)

  • fix: properly handle runes={false} in <svelte:options> (#2847)

See https://github.com/sveltejs/language-tools/releases

Commits
  • b467045 chore: fix svelte-check build
  • 62b31ff Versio...

    Description has been truncated

Bumps the site group in /docs/vercel with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.37.0` | `2.43.7` |
| [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte) | `6.1.3` | `6.2.1` |
| [eslint](https://github.com/eslint/eslint) | `9.34.0` | `9.36.0` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte/tree/HEAD/packages/eslint-plugin-svelte) | `3.11.0` | `3.12.4` |
| [globals](https://github.com/sindresorhus/globals) | `16.3.0` | `16.4.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.38.6` | `5.39.8` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.3.1` | `4.3.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.41.0` | `8.45.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.4` | `7.1.7` |


Updates `@sveltejs/kit` from 2.37.0 to 2.43.7
- [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.43.7/packages/kit)

Updates `@sveltejs/vite-plugin-svelte` from 6.1.3 to 6.2.1
- [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/vite-plugin-svelte@6.2.1/packages/vite-plugin-svelte)

Updates `eslint` from 9.34.0 to 9.36.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.34.0...v9.36.0)

Updates `eslint-plugin-svelte` from 3.11.0 to 3.12.4
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Changelog](https://github.com/sveltejs/eslint-plugin-svelte/blob/main/packages/eslint-plugin-svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/commits/eslint-plugin-svelte@3.12.4/packages/eslint-plugin-svelte)

Updates `globals` from 16.3.0 to 16.4.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.3.0...v16.4.0)

Updates `svelte` from 5.38.6 to 5.39.8
- [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.39.8/packages/svelte)

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

Updates `typescript` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.9.2...v5.9.3)

Updates `typescript-eslint` from 8.41.0 to 8.45.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.45.0/packages/typescript-eslint)

Updates `vite` from 7.1.4 to 7.1.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.7/packages/vite)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.43.7
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site
- dependency-name: "@sveltejs/vite-plugin-svelte"
  dependency-version: 6.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site
- dependency-name: eslint
  dependency-version: 9.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site
- dependency-name: eslint-plugin-svelte
  dependency-version: 3.12.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site
- dependency-name: globals
  dependency-version: 16.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site
- dependency-name: svelte
  dependency-version: 5.39.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site
- dependency-name: svelte-check
  dependency-version: 4.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: site
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: site
- dependency-name: typescript-eslint
  dependency-version: 8.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site
- dependency-name: vite
  dependency-version: 7.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: site
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 1, 2025
@o2sh o2sh merged commit 6bc263b into main Oct 1, 2025
2 checks passed
@o2sh o2sh deleted the dependabot/npm_and_yarn/docs/vercel/site-e7be79cdce branch October 1, 2025 20:41
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