An open index of dependabot pull requests across open source projects.

Bump the sveltekit group with 15 updates

Merged
Number: #403
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: August 19, 2025 at 05:21 PM UTC
(24 days ago)
Updated: August 19, 2025 at 05:22 PM UTC
(24 days ago)
Merged: August 19, 2025 at 05:22 PM UTC
(24 days ago)
by github-actions[bot]
Time to Close: less than a minute
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the sveltekit group with 15 updates:

Package From To
@sveltejs/kit 2.31.1 2.33.0
svelte 5.38.1 5.38.2
typescript-eslint 8.39.1 8.40.0
vite 7.1.2 7.1.3
@sveltejs/vite-plugin-svelte-inspector 5.0.0 5.0.1
@typescript-eslint/eslint-plugin 8.39.1 8.40.0
@typescript-eslint/parser 8.39.1 8.40.0
@typescript-eslint/project-service 8.39.1 8.40.0
@typescript-eslint/scope-manager 8.39.1 8.40.0
@typescript-eslint/tsconfig-utils 8.39.1 8.40.0
@typescript-eslint/type-utils 8.39.1 8.40.0
@typescript-eslint/types 8.39.1 8.40.0
@typescript-eslint/typescript-estree 8.39.1 8.40.0
@typescript-eslint/utils 8.39.1 8.40.0
@typescript-eslint/visitor-keys 8.39.1 8.40.0

Updates @sveltejs/kit from 2.31.1 to 2.33.0

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.33.0

Minor Changes

  • feat: configure error reporting when routes marked as prerendable were not prerendered (#11702)

Patch Changes

  • fix: use correct flag for server tracing (#14250)

  • fix: correct type names for new handleUnseenRoutes option (#14254)

  • chore: Better docs and error message for missing @opentelemetry/api dependency (#14250)

@​sveltejs/kit@​2.32.0

Minor Changes

  • feat: inline load fetch response.body stream data as base64 in page (#11473)

Patch Changes

  • fix: better error when .remote.ts files are used without the experimental.remoteFunctions flag (#14225)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.33.0

Minor Changes

  • feat: configure error reporting when routes marked as prerendable were not prerendered (#11702)

Patch Changes

  • fix: use correct flag for server tracing (#14250)

  • fix: correct type names for new handleUnseenRoutes option (#14254)

  • chore: Better docs and error message for missing @opentelemetry/api dependency (#14250)

2.32.0

Minor Changes

  • feat: inline load fetch response.body stream data as base64 in page (#11473)

Patch Changes

  • fix: better error when .remote.ts files are used without the experimental.remoteFunctions flag (#14225)
Commits

Updates svelte from 5.38.1 to 5.38.2

Release notes

Sourced from svelte's releases.

svelte@5.38.2

Patch Changes

  • perf: run blocks eagerly during flush instead of aborting (#16631)

  • fix: don't clone non-proxies in $inspect (#16617)

  • fix: avoid recursion error when tagging circular references (#16622)

Changelog

Sourced from svelte's changelog.

5.38.2

Patch Changes

  • perf: run blocks eagerly during flush instead of aborting (#16631)

  • fix: don't clone non-proxies in $inspect (#16617)

  • fix: avoid recursion error when tagging circular references (#16622)

Commits

Updates typescript-eslint from 8.39.1 to 8.40.0

Release notes

Sourced from typescript-eslint's releases.

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)

❤️ Thank You

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

Commits
  • 60c3b26 chore(release): publish 8.40.0
  • 3426f0d fix(typescript-eslint): export plugin, parser, and configs that are com...
  • See full diff in compare view

Updates vite from 7.1.2 to 7.1.3

Release notes

Sourced from vite's releases.

v7.1.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.3 (2025-08-19)

Features

  • cli: add Node.js version warning for unsupported versions (#20638) (a1be1bf)
  • generate code frame for parse errors thrown by terser (#20642) (a9ba017)
  • support long lines in generateCodeFrame (#20640) (1559577)

Bug Fixes

  • deps: update all non-major dependencies (#20634) (4851cab)
  • optimizer: incorrect incompatible error (#20439) (446fe83)
  • support multiline new URL(..., import.meta.url) expressions (#20644) (9ccf142)

Performance Improvements

Miscellaneous Chores

Code Refactoring

Tests

Commits
Maintainer changes

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


Updates @sveltejs/vite-plugin-svelte-inspector from 5.0.0 to 5.0.1

Release notes

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

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

Patch Changes

  • docs: update usage instructions in readme and link to docs (#1197)
Changelog

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

5.0.1

Patch Changes

  • docs: update usage instructions in readme and link to docs (#1197)
Commits

Updates @typescript-eslint/eslint-plugin from 8.39.1 to 8.40.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.40.0 (2025-08-18)

🚀 Features

  • typescript-estree: forbid invalid keys in EnumMember (#11232)

❤️ Thank You

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

Commits
  • 60c3b26 chore(release): publish 8.40.0
  • 7648622 fix(typescript-estree): revert #11232 (feat(typescript-estree): forbid invali...
  • d50a6b1 feat(typescript-estree): forbid invalid keys in EnumMember (#11232)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.39.1 to 8.40.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.40.0 (2025-08-18)

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

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

Commits

Updates @typescript-eslint/project-service from 8.39.1 to 8.40.0

Release notes

Sourced from @​typescript-eslint/project-service's releases.

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/project-service's changelog.

8.40.0 (2025-08-18)

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

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

Commits

Updates @typescript-eslint/scope-manager from 8.39.1 to 8.40.0

Release notes

Sourced from @​typescript-eslint/scope-manager's releases.

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/scope-manager's changelog.

8.40.0 (2025-08-18)

🚀 Features

  • typescript-estree: forbid invalid keys in EnumMember (#11232)

❤️ Thank You

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

Commits
  • 60c3b26 chore(release): publish 8.40.0
  • 7648622 fix(typescript-estree): revert #11232 (feat(typescript-estree): forbid invali...
  • d50a6b1 feat(typescript-estree): forbid invalid keys in EnumMember (#11232)
  • See full diff in compare view

Updates @typescript-eslint/tsconfig-utils from 8.39.1 to 8.40.0

Release notes

Sourced from @​typescript-eslint/tsconfig-utils's releases.

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/tsconfig-utils's changelog.

8.40.0 (2025-08-18)

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

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

Commits

Updates @typescript-eslint/type-utils from 8.39.1 to 8.40.0

Release notes

Sourced from @​typescript-eslint/type-utils's releases.

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/type-utils's changelog.

8.40.0 (2025-08-18)

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

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

Commits

Updates @typescript-eslint/types from 8.39.1 to 8.40.0

Release notes

Sourced from @​typescript-eslint/types's releases.

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/types's changelog.

8.40.0 (2025-08-18)

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

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

Commits

Updates @typescript-eslint/typescript-estree from 8.39.1 to 8.40.0

Release notes

Sourced from @​typescript-eslint/typescript-estree's releases.

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/typescript-estree's changelog.

8.40.0 (2025-08-18)

🚀 Features

  • typescript-estree: forbid invalid keys in EnumMember (#11232)

🩹 Fixes

  • typescript-estree: correct range of import assertion with trailing comma (#11478)

❤️ Thank You

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

Commits
  • 60c3b26 chore(release): publish 8.40.0
  • 7648622 fix(typescript-estree): revert #11232 (feat(typescript-estree): forbid invali...
  • d50a6b1 feat(typescript-estree): forbid invalid keys in EnumMember (#11232)
  • 37d9ccc fix(typescript-estree): correct range of import assertion with trailing comma...
  • See full diff in compare view

Updates @typescript-eslint/utils from 8.39.1 to 8.40.0

Release notes

Sourced from @​typescript-eslint/utils's releases.

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/utils's changelog.

8.40.0 (2025-08-18)

🩹 Fixes

  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

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

Commits

Updates @typescript-eslint/visitor-keys from 8.39.1 to 8.40.0

Release notes

Sourced from @​typescript-eslint/visitor-keys's releases.

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

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

Changelog

Sourced from @​typescript-eslint/visitor-keys's changelog.

8.40.0 (2025-08-18)

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

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

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
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+121
Deletions:
-121
Package Dependencies
Package:
vite
Ecosystem:
npm
Version Change:
7.1.2 → 7.1.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.1 → 8.40.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.40.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.40.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.31.1 → 2.33.0
Update Type:
Minor
Package:
svelte
Ecosystem:
npm
Version Change:
5.38.1 → 5.38.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.1 → 8.40.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.40.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.40.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.40.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.40.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.40.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.40.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.40.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.0.0 → 5.0.1
Update Type:
Patch
Technical Details
ID: 5376024
UUID: 2757128442
Node ID: PR_kwDOKRU26c6kVnD6
Host: GitHub
Repository: poad/sveltekit-minimal-example
Merge State: Unknown