Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
@sveltejs/adapter-auto 6.0.0 6.0.1
@sveltejs/kit 2.20.8 2.21.1
eslint 9.25.1 9.28.0
eslint-config-prettier 10.1.2 10.1.5
eslint-plugin-svelte 3.5.1 3.9.0
globals 16.0.0 16.2.0
prettier-plugin-svelte 3.3.3 3.4.0
svelte 5.28.2 5.33.12
svelte-check 4.1.6 4.2.1
typescript-eslint 8.31.1 8.33.0
vite 6.3.4 6.3.5

Updates @sveltejs/adapter-auto from 6.0.0 to 6.0.1

Release notes

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

@​sveltejs/adapter-auto@​6.0.1

Patch Changes

Changelog

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

6.0.1

Patch Changes

Commits

Updates @sveltejs/kit from 2.20.8 to 2.21.1

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.21.1

Patch Changes

  • chore: clarify which functions handleFetch affects (#13788)

  • fix: ensure $env and $app/environment are correctly set while analysing server nodes (#13790)

@​sveltejs/kit@​2.21.0

Minor Changes

  • feat: allow running client-side code at the top-level of universal pages/layouts when SSR is disabled and page options are only boolean or string literals (#13684)

Patch Changes

  • chore: remove import-meta-resolve dependency (#13629)

  • fix: remove component code from server nodes that are never used for SSR (#13684)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.21.1

Patch Changes

  • chore: clarify which functions handleFetch affects (#13788)

  • fix: ensure $env and $app/environment are correctly set while analysing server nodes (#13790)

2.21.0

Minor Changes

  • feat: allow running client-side code at the top-level of universal pages/layouts when SSR is disabled and page options are only boolean or string literals (#13684)

Patch Changes

  • chore: remove import-meta-resolve dependency (#13629)

  • fix: remove component code from server nodes that are never used for SSR (#13684)

Commits

Updates eslint from 9.25.1 to 9.28.0

Release notes

Sourced from eslint's releases.

v9.28.0

Features

  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)

Bug Fixes

  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • 81c3c93 fix: curly types (#19750) (Eli)

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

Chores

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])

v9.27.0

Features

  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • 7bc6c71 feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)
  • 32957cd feat: support TS syntax in max-params (#19557) (Nitin Kumar)

Bug Fixes

  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.28.0 - May 30, 2025

  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802) (Francesco Trotta)
  • 844f5a6 chore: package.json update for @​eslint/js release (Jenkins)
  • b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)
  • 3ec2082 docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779) (Milos Djermanovic)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773) (Milos Djermanovic)
  • a467de3 fix: update context.report types (#19751) (Nitin Kumar)
  • 59dd7e6 docs: update func-style with examples (#19793) (Tanuj Kanti)
  • 62b1c1b chore: update globals to v16 (#19791) (Nitin Kumar)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#19565) (Nitin Kumar)
  • e8a1cb8 chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#19561) (Nitin Kumar)
  • 43d3975 chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#19754) (sethamus)
  • fd467bb fix: remove interopDefault to use jiti's default (#19697) (sethamus)
  • 2dfb5eb test: update SourceCodeTraverser tests (#19763) (Milos Djermanovic)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#19678) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#19770) (Milos Djermanovic)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)
  • 5bc21f9 chore: add *.code-workspace to .gitignore (#19771) (루밀LuMir)
  • 72d16e3 fix: avoid false positive in no-unassigned-vars for declare module (#19746) (Azat S.)
  • f4fa40e refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)
  • 81c3c93 fix: curly types (#19750) (Eli)
  • 52f5b7a docs: fix minor typos and add links (#19743) (루밀LuMir)
  • 0f49329 refactor: use a service to emit warnings (#19725) (Francesco Trotta)
  • 20a9e59 chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)

v9.27.0 - May 16, 2025

  • f8f1560 chore: upgrade @​eslint/js@​9.27.0 (#19739) (Milos Djermanovic)
  • ecaef73 chore: package.json update for @​eslint/js release (Jenkins)
  • 25de550 docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)
  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)
  • 5687ce7 fix: correct mismatched removed rules (#19734) (루밀LuMir)
  • 596fdc6 chore: update dependency @​arethetypeswrong/cli to ^0.18.0 (#19732) (renovate[bot])
  • ba456e0 feat: Externalize MCP server (#19699) (Nicholas C. Zakas)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#19731) (루밀LuMir)
  • 4d0c60d docs: Add Neovim to editor integrations (#19729) (Maria José Solano)
  • f791da0 chore: remove unbalanced curly brace from .editorconfig (#19730) (Maria José Solano)
  • e86edee refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#19705) (sethamus)
  • cf36352 chore: remove shared types (#19718) (Francesco Trotta)
  • f60f276 refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)

... (truncated)

Commits
  • f341f21 9.28.0
  • 779dda9 Build: changelog update for 9.28.0
  • 175b7b8 chore: upgrade to @eslint/js@9.28.0 (#19802)
  • 844f5a6 chore: package.json update for @​eslint/js release
  • b0674be feat: Customization of serialization for languageOptions (#19760)
  • 3ec2082 docs: Nested arrays in files config entry (#19799)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#19788)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#19798)
  • eea3e7e fix: Remove configured global variables from GlobalScope#implicit (#19779)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#19773)
  • Additional commits viewable in compare view

Updates eslint-config-prettier from 10.1.2 to 10.1.5

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.5

Patch Changes

Full Changelog: prettier/eslint-config-prettier@v10.1.4...v10.1.5

v10.1.4

Patch Changes

Full Changelog: prettier/eslint-config-prettier@v10.1.3...v10.1.4

v10.1.3

Patch Changes

New Contributors

Full Changelog: prettier/eslint-config-prettier@v10.1.2...v10.1.3

Changelog

Sourced from eslint-config-prettier's changelog.

10.1.5

Patch Changes

10.1.4

Patch Changes

10.1.3

Patch Changes

Commits

Updates eslint-plugin-svelte from 3.5.1 to 3.9.0

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@3.9.0

Minor Changes

  • #1235 6e86e30 Thanks @​43081j! - Improve performance of ignore comment extraction and add support for comma-separated ignore codes

eslint-plugin-svelte@3.8.2

Patch Changes

eslint-plugin-svelte@3.8.1

Patch Changes

eslint-plugin-svelte@3.8.0

Minor Changes

eslint-plugin-svelte@3.7.0

Minor Changes

eslint-plugin-svelte@3.6.0

Minor Changes

Patch Changes

Commits
  • a0f5c17 chore: release eslint-plugin-svelte (#1236)
  • 6e86e30 feat: support comma-separated ignore comments (#1235)
  • 15742cb chore: release eslint-plugin-svelte (#1232)
  • 0681f90 fix(consistent-selector-style): Fixed detections of repeated elements such as...
  • 04ca0d1 chore: release eslint-plugin-svelte (#1228)
  • c938185 fix(no-top-level-browser-globals): false positives for type annotations (#1227)
  • 21cf410 chore: release eslint-plugin-svelte (#1224)
  • 30ac92a chore(deps): update dependency eslint to ~9.27.0 (#1225)
  • 9cffd3b feat: add svelte/no-top-level-browser-globals rule (#1210)
  • 2fa75f1 chore: release eslint-plugin-svelte (#1222)
  • Additional commits viewable in compare view

Updates globals from 16.0.0 to 16.2.0

Release notes

Sourced from globals's releases.

v16.2.0

  • Add new greasemonkey globals (#299) e4f6e8c

sindresorhus/globals@v16.1.0...v16.2.0

v16.1.0

  • Update globals (#293) 5c58875

sindresorhus/globals@v16.0.0...v16.1.0

Commits

Updates prettier-plugin-svelte from 3.3.3 to 3.4.0

Commits

Updates svelte from 5.28.2 to 5.33.12

Release notes

Sourced from svelte's releases.

svelte@5.33.12

Patch Changes

  • fix: correctly transform reassignments to class fields in SSR mode (#16051)

svelte@5.33.11

Patch Changes

  • fix: treat transitive dependencies of each blocks as mutable in legacy mode if item is mutated (#16038)

svelte@5.33.10

Patch Changes

  • fix: use fill: 'forwards' on transition animations to prevent flicker (#16035)

svelte@5.33.9

Patch Changes

  • fix: put expressions in effects unless known to be static (#15792)

svelte@5.33.8

Patch Changes

  • fix: only select_option if 'value' is in next (#16032)

svelte@5.33.7

Patch Changes

  • fix: bind:value to select with stores (#16028)

svelte@5.33.6

Patch Changes

  • fix: falsy attachments on components (#16021)

  • fix: correctly mark elements as selected during SSR (#16017)

svelte@5.33.5

Patch Changes

  • fix: handle derived destructured iterators (#16015)

  • fix: avoid rerunning attachments when unrelated spread attributes change (#15961)

svelte@5.33.4

Patch Changes

  • fix: narrow defaultChecked to boolean (#16009)

  • fix: warn when using rest or identifier in custom elements without props option (#16003)

... (truncated)

Changelog

Sourced from svelte's changelog.

5.33.12

Patch Changes

  • fix: correctly transform reassignments to class fields in SSR mode (#16051)

5.33.11

Patch Changes

  • fix: treat transitive dependencies of each blocks as mutable in legacy mode if item is mutated (#16038)

5.33.10

Patch Changes

  • fix: use fill: 'forwards' on transition animations to prevent flicker (#16035)

5.33.9

Patch Changes

  • fix: put expressions in effects unless known to be static (#15792)

5.33.8

Patch Changes

  • fix: only select_option if 'value' is in next (#16032)

5.33.7

Patch Changes

  • fix: bind:value to select with stores (#16028)

5.33.6

Patch Changes

  • fix: falsy attachments on components (#16021)

  • fix: correctly mark elements as selected during SSR (#16017)

5.33.5

Patch Changes

  • fix: handle derived destructured iterators (#16015)

... (truncated)

Commits

Updates svelte-check from 4.1.6 to 4.2.1

Release notes

Sourced from svelte-check's releases.

svelte-check-4.2.1

  • feat: support generics on snippets (#2761)

svelte-check-4.2.0

  • feat: support attachments (#2760)
  • fix: deduplicate definition for rune-mode components (#2759)

svelte-check-4.1.7

  • fix: robustify hoisting logic around prop types (#2740)
  • fix: ensure typed exports are marked as used (#2746)
  • chore: bump vscode-html/css-language-service (#2752)
  • fix: ensure eligible snippets can be referenced in module script (#2753)
  • fix: prevent error with unclosed tag followed by LF or end of file (#2750)
Commits
  • d12a9ae feat: support generics on snippets (#2761)
  • 7a13025 fix: deduplicate definition for rune-mode components (#2759)
  • 3d6e12f fix: more robust solution project check for ts < 5.7 in ts plugin (#2758)
  • bc9a3fd feat: support attachments (#2760)
  • 2bdbf6d fix: invalidate module resolution when higher priority file is added (#2754)
  • 0c4e103 fix: prevent error with unclosed tag followed by LF or end of file (#2750)
  • 0c341bd fix: Move hoisted snippet to right after import (#2753)
  • b887cbe chore: bump vscode-html/css-language-service (#2752)
  • 5366e78 feat: support "add missing imports on save" (#2744)
  • ddc62b8 fix: ensure typed exports are marked as used (#2746)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.31.1 to 8.33.0

Release notes

Sourced from typescript-eslint's releases.

v8.33.0

8.33.0 (2025-05-26)

🚀 Features

  • create standalone project-service, tsconfig-utils packages (#11182)

❤️ Thank You

  • Josh Goldberg ✨

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

v8.32.1

8.32.1 (2025-05-12)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
  • eslint-plugin: [no-deprecated] support computed member access (#10867)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type ann...

    Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [@sveltejs/adapter-auto](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-auto) | `6.0.0` | `6.0.1` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.20.8` | `2.21.1` |
| [eslint](https://github.com/eslint/eslint) | `9.25.1` | `9.28.0` |
| [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.2` | `10.1.5` |
| [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `3.5.1` | `3.9.0` |
| [globals](https://github.com/sindresorhus/globals) | `16.0.0` | `16.2.0` |
| [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | `3.3.3` | `3.4.0` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.28.2` | `5.33.12` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.1.6` | `4.2.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.31.1` | `8.33.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.3.4` | `6.3.5` |


Updates `@sveltejs/adapter-auto` from 6.0.0 to 6.0.1
- [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/adapter-auto@6.0.1/packages/adapter-auto)

Updates `@sveltejs/kit` from 2.20.8 to 2.21.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.21.1/packages/kit)

Updates `eslint` from 9.25.1 to 9.28.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.25.1...v9.28.0)

Updates `eslint-config-prettier` from 10.1.2 to 10.1.5
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-config-prettier@v10.1.2...v10.1.5)

Updates `eslint-plugin-svelte` from 3.5.1 to 3.9.0
- [Release notes](https://github.com/sveltejs/eslint-plugin-svelte/releases)
- [Commits](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@3.5.1...eslint-plugin-svelte@3.9.0)

Updates `globals` from 16.0.0 to 16.2.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.0.0...v16.2.0)

Updates `prettier-plugin-svelte` from 3.3.3 to 3.4.0
- [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/prettier-plugin-svelte/commits)

Updates `svelte` from 5.28.2 to 5.33.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.33.12/packages/svelte)

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

Updates `typescript-eslint` from 8.31.1 to 8.33.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.33.0/packages/typescript-eslint)

Updates `vite` from 6.3.4 to 6.3.5
- [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/v6.3.5/packages/vite)

---
updated-dependencies:
- dependency-name: "@sveltejs/adapter-auto"
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: site
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.21.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site
- dependency-name: eslint
  dependency-version: 9.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site
- dependency-name: eslint-config-prettier
  dependency-version: 10.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: site
- dependency-name: eslint-plugin-svelte
  dependency-version: 3.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site
- dependency-name: globals
  dependency-version: 16.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site
- dependency-name: prettier-plugin-svelte
  dependency-version: 3.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site
- dependency-name: svelte
  dependency-version: 5.33.12
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site
- dependency-name: svelte-check
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site
- dependency-name: typescript-eslint
  dependency-version: 8.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: site
- dependency-name: vite
  dependency-version: 6.3.5
  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 Jun 1, 2025
@o2sh o2sh merged commit bf86ebc into main Jun 2, 2025
2 checks passed
@o2sh o2sh deleted the dependabot/npm_and_yarn/docs/vercel/site-597ac86dc7 branch June 2, 2025 21:08
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