Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
@sveltejs/adapter-auto 6.1.0 7.0.0
@sveltejs/kit 2.43.7 2.48.4
eslint 9.36.0 9.39.0
eslint-plugin-svelte 3.12.4 3.13.0
globals 16.4.0 16.5.0
svelte 5.39.8 5.43.2
svelte-check 4.3.2 4.3.3
typescript-eslint 8.45.0 8.46.2
vite 7.1.7 7.1.12

Updates @sveltejs/adapter-auto from 6.1.0 to 7.0.0

Release notes

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

@​sveltejs/adapter-auto@​7.0.0

Major Changes

  • feat: update adapter-vercel to version 6 (#14737)

@​sveltejs/adapter-auto@​6.1.1

Patch Changes

  • chore: update "homepage" field in package.json (#14579)
Changelog

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

7.0.0

Major Changes

  • feat: update adapter-vercel to version 6 (#14737)

6.1.1

Patch Changes

  • chore: update "homepage" field in package.json (#14579)
Commits
Maintainer changes

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


Updates @sveltejs/kit from 2.43.7 to 2.48.4

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.48.4

Patch Changes

  • fix: adjust query's promise implementation to properly allow chaining (#14859)

  • fix: make prerender cache work, including in development (#14860)

@​sveltejs/kit@​2.48.3

Patch Changes

  • fix: include hash when using resolve with hash routing enabled (#14786)

  • fix: afterNavigate callback not running after hydration when experimental async is enabled (#14644) fix: Snapshot restore method not called after reload when experimental async is enabled

  • fix: expose issue.path in .allIssues() (#14784)

@​sveltejs/kit@​2.48.2

Patch Changes

  • fix: update DOM before running navigate callbacks (#14829)

@​sveltejs/kit@​2.48.1

Patch Changes

  • fix: wait for commit promise instead of settled (#14818)

@​sveltejs/kit@​2.48.0

Minor Changes

  • feat: use experimental fork API when available (#14793)

Patch Changes

  • fix: await for settled instead of tick in navigate (#14800)

@​sveltejs/kit@​2.47.3

Patch Changes

  • fix: avoid hanging when error() is used while streaming promises from a server load function (#14722)

  • chore: treeshake load function code if we know it's unused (#14764)

  • fix: RecursiveFormFields type for recursive or unknown schemas (#14734)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.48.4

Patch Changes

  • fix: adjust query's promise implementation to properly allow chaining (#14859)

  • fix: make prerender cache work, including in development (#14860)

2.48.3

Patch Changes

  • fix: include hash when using resolve with hash routing enabled (#14786)

  • fix: afterNavigate callback not running after hydration when experimental async is enabled (#14644) fix: Snapshot restore method not called after reload when experimental async is enabled

  • fix: expose issue.path in .allIssues() (#14784)

2.48.2

Patch Changes

  • fix: update DOM before running navigate callbacks (#14829)

2.48.1

Patch Changes

  • fix: wait for commit promise instead of settled (#14818)

2.48.0

Minor Changes

  • feat: use experimental fork API when available (#14793)

Patch Changes

  • fix: await for settled instead of tick in navigate (#14800)

2.47.3

Patch Changes

  • fix: avoid hanging when error() is used while streaming promises from a server load function (#14722)

... (truncated)

Commits

Updates eslint from 9.36.0 to 9.39.0

Release notes

Sourced from eslint's releases.

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for @​eslint/js release (Jenkins)
  • a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)

v9.38.0

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#20190) (Percy Ma)

... (truncated)

Commits

Updates eslint-plugin-svelte from 3.12.4 to 3.13.0

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@3.13.0

Minor Changes

Patch Changes

eslint-plugin-svelte@3.12.5

Patch Changes

Changelog

Sourced from eslint-plugin-svelte's changelog.

3.13.0

Minor Changes

Patch Changes

3.12.5

Patch Changes

Commits
  • 6e68978 chore: release eslint-plugin-svelte (#1411)
  • 005e9fd fix(no-navigation-without-resolve): allowing undefined and null in link hrefs...
  • 074af20 feat(no-navigation-without-resolve): checking link shorthand attributes (#1323)
  • 881fee7 chore: release eslint-plugin-svelte (#1379)
  • e4d788d chore: use pnpm-lock.yaml and minimumReleaseAge (#1403)
  • 2d72bf1 fix: update fixture
  • 5ba5c3e fix(no-unused-props): validate spread operator properly (#1378)
  • 27cf677 fix(no-navigation-without-resolve): improve error messages (#1377)
  • 57ccf95 fix(no-navigation-without-resolve): Detecting asset() function as well (#1365)
  • 98fc478 chore: ran pnpm test:update-fixtures to update YAML files (#1374)
  • Additional commits viewable in compare view

Updates globals from 16.4.0 to 16.5.0

Release notes

Sourced from globals's releases.

v16.5.0

  • Update globals (2025-11-01) (#316) 6d441ca
  • Add Vue, Svelte, and Astro globals (#314) ea31521

sindresorhus/globals@v16.4.0...v16.5.0

Commits

Updates svelte from 5.39.8 to 5.43.2

Release notes

Sourced from svelte's releases.

svelte@5.43.2

Patch Changes

  • fix: treat each blocks with async dependencies as uncontrolled (#17077)

svelte@5.43.1

Patch Changes

  • fix: transform $bindable after await expressions (#17066)

svelte@5.43.0

Minor Changes

  • feat: out-of-order rendering (#17038)

Patch Changes

  • fix: settle batch after DOM updates (#17054)

svelte@5.42.3

Patch Changes

  • fix: handle <svelte:head> rendered asynchronously (#17052)

  • fix: don't restore batch in #await (#17051)

svelte@5.42.2

Patch Changes

  • fix: better error message for global variable assignments (#17036)

  • chore: tweak memoizer logic (#17042)

svelte@5.42.1

Patch Changes

  • fix: ignore fork discard() after commit() (#17034)

svelte@5.42.0

Minor Changes

  • feat: experimental fork API (#17004)

Patch Changes

  • fix: always allow setContext before first await in component (#17031)

  • fix: less confusing names for inspect errors (#17026)

svelte@5.41.4

... (truncated)

Changelog

Sourced from svelte's changelog.

5.43.2

Patch Changes

  • fix: treat each blocks with async dependencies as uncontrolled (#17077)

5.43.1

Patch Changes

  • fix: transform $bindable after await expressions (#17066)

5.43.0

Minor Changes

  • feat: out-of-order rendering (#17038)

Patch Changes

  • fix: settle batch after DOM updates (#17054)

5.42.3

Patch Changes

  • fix: handle <svelte:head> rendered asynchronously (#17052)

  • fix: don't restore batch in #await (#17051)

5.42.2

Patch Changes

  • fix: better error message for global variable assignments (#17036)

  • chore: tweak memoizer logic (#17042)

5.42.1

Patch Changes

  • fix: ignore fork discard() after commit() (#17034)

5.42.0

Minor Changes

  • feat: experimental fork API (#17004)

... (truncated)

Commits

Updates svelte-check from 4.3.2 to 4.3.3

Release notes

Sourced from svelte-check's releases.

svelte-check@4.3.3

Patch Changes

  • fix: prevent file watcher issue (#2859)

  • fix: allow undefined and null values for #each in Svelte 5 (#2863)

  • perf: check if file content changed in tsconfig file watch (#2859)

Commits

Updates typescript-eslint from 8.45.0 to 8.46.2

Release notes

Sourced from typescript-eslint's releases.

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)
  • typescript-estree: forbid invalid modifiers in object methods (#11689)

❤️ Thank You

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

v8.46.1

8.46.1 (2025-10-13)

🩹 Fixes

  • ast-spec: cleanup TSLiteralType (#11624)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#11533)
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#11667)

❤️ Thank You

  • Abraham Guo
  • mdm317
  • Ronen Amiel

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

v8.46.0

8.46.0 (2025-10-06)

🚀 Features

  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
  • eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
  • rule-schema-to-typescript-types: clean up and make public (#11633)
  • typescript-eslint: export util types (#10848, #10849)
  • typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
  • typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)

🩹 Fixes

  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#11634)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#11603)
  • eslint-plugin: removed error type previously deprecated (#11674)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.46.2 (2025-10-20)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

8.46.1 (2025-10-13)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

8.46.0 (2025-10-06)

🚀 Features

❤️ Thank You

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

Commits

Updates vite from 7.1.7 to 7.1.12

Release notes

Sourced from vite's releases.

v7.1.12

Please refer to CHANGELOG.md for details.

v7.1.11

Please refer to CHANGELOG.md for details.

v7.1.10

Please refer to CHANGELOG.md for details.

v7.1.9

Please refer to CHANGELOG.md for details.

v7.1.8

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.12 (2025-10-23)

Bug Fixes

  • deps: downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins#1909 (#20990) (56fd722)

7.1.11 (2025-10-20)

Bug Fixes

  • dev: trim trailing slash before server.fs.deny check (#20968) (f479cc5)

Miscellaneous Chores

Code Refactoring

  • use subpath imports for types module reference (#20921) (d0094af)

Build System

7.1.10 (2025-10-14)

Bug Fixes

  • css: avoid duplicate style for server rendered stylesheet link and client inline style during dev (#20767) (3a92bc7)
  • css: respect emitAssets when cssCodeSplit=false (#20883) (d3e7eee)
  • deps: update all non-major dependencies (879de86)
  • deps: update all non-major dependencies (#20894) (3213f90)
  • dev: allow aliases starting with // (#20760) (b95fa2a)
  • dev: remove timestamp query consistently (#20887) (6537d15)
  • esbuild: inject esbuild helpers correctly for esbuild 0.25.9+ (#20906) (446eb38)
  • normalize path before calling fileToBuiltUrl (#20898) (73b6d24)
  • preserve original sourcemap file field when combining sourcemaps (#20926) (c714776)

Documentation

Miscellaneous Chores

7.1.9 (2025-10-03)

Reverts

7.1.8 (2025-10-02)

... (truncated)

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 site group in /docs/vercel with 9 updates: | Package | From | To | | --- | --- | --- | | [@sveltejs/adapter-auto](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-auto) | `6.1.0` | `7.0.0` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.43.7` | `2.48.4` | | [eslint](https://github.com/eslint/eslint) | `9.36.0` | `9.39.0` | | [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte/tree/HEAD/packages/eslint-plugin-svelte) | `3.12.4` | `3.13.0` | | [globals](https://github.com/sindresorhus/globals) | `16.4.0` | `16.5.0` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.39.8` | `5.43.2` | | [svelte-check](https://github.com/sveltejs/language-tools) | `4.3.2` | `4.3.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.45.0` | `8.46.2` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.7` | `7.1.12` | Updates `@sveltejs/adapter-auto` from 6.1.0 to 7.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/adapter-auto@7.0.0/packages/adapter-auto) Updates `@sveltejs/kit` from 2.43.7 to 2.48.4 - [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.48.4/packages/kit) Updates `eslint` from 9.36.0 to 9.39.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.36.0...v9.39.0) Updates `eslint-plugin-svelte` from 3.12.4 to 3.13.0 - [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.13.0/packages/eslint-plugin-svelte) Updates `globals` from 16.4.0 to 16.5.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.4.0...v16.5.0) Updates `svelte` from 5.39.8 to 5.43.2 - [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.43.2/packages/svelte) Updates `svelte-check` from 4.3.2 to 4.3.3 - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check@4.3.2...svelte-check@4.3.3) Updates `typescript-eslint` from 8.45.0 to 8.46.2 - [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.46.2/packages/typescript-eslint) Updates `vite` from 7.1.7 to 7.1.12 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.1.12/packages/vite) --- updated-dependencies: - dependency-name: "@sveltejs/adapter-auto" dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: site - dependency-name: "@sveltejs/kit" dependency-version: 2.48.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: site - dependency-name: eslint dependency-version: 9.39.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: site - dependency-name: eslint-plugin-svelte dependency-version: 3.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: site - dependency-name: globals dependency-version: 16.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: site - dependency-name: svelte dependency-version: 5.43.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: site - dependency-name: svelte-check dependency-version: 4.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: site - dependency-name: typescript-eslint dependency-version: 8.46.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: site - dependency-name: vite dependency-version: 7.1.12 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 Nov 1, 2025
@o2sh o2sh merged commit 489205c into main Nov 2, 2025
2 checks passed
@o2sh o2sh deleted the dependabot/npm_and_yarn/docs/vercel/site-78ed3c7778 branch November 2, 2025 14:29
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

2 participants