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

chore(deps): bump the npm-version-updates group with 13 updates

Closed
Number: #5
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: None
Comments: 1
Created: August 11, 2025 at 11:30 PM UTC
(about 1 month ago)
Updated: August 18, 2025 at 06:38 PM UTC
(26 days ago)
Closed: August 18, 2025 at 06:38 PM UTC
(26 days ago)
Time to Close: 7 days
Labels:
dependencies javascript
Description:

Bumps the npm-version-updates group with 13 updates:

Package From To
openid-client 6.6.2 6.6.3
@eslint/compat 1.3.1 1.3.2
@eslint/js 9.32.0 9.33.0
@sveltejs/adapter-auto 6.0.1 6.0.2
@sveltejs/kit 2.26.1 2.27.3
@sveltejs/vite-plugin-svelte 6.1.0 6.1.1
@types/node 20.19.9 24.2.1
eslint 9.32.0 9.33.0
svelte 5.37.1 5.38.0
svelte-check 4.3.0 4.3.1
typescript 5.8.3 5.9.2
typescript-eslint 8.38.0 8.39.1
vite 7.0.6 7.1.1

Updates openid-client from 6.6.2 to 6.6.3

Release notes

Sourced from openid-client's releases.

v6.6.3

Documentation

  • fix TokenEndpointResponseHelpers.claims() note (b77c786)

Refactor

  • passport: allow custom logic to drive initiating auth requests (0b57115), closes #811
Changelog

Sourced from openid-client's changelog.

6.6.3 (2025-08-05)

Documentation

  • fix TokenEndpointResponseHelpers.claims() note (b77c786)

Refactor

  • passport: allow custom logic to drive initiating auth requests (0b57115), closes #811
Commits
  • 6de5693 chore(release): 6.6.3
  • b3879ad chore: bump packages
  • 0b57115 refactor(passport): allow custom logic to drive initiating auth requests
  • b77c786 docs: fix TokenEndpointResponseHelpers.claims() note
  • 5f37250 chore: bump packages
  • 26e1c95 chore: bump packages
  • 6e88184 chore: bump packages
  • 3cd9e6a chore: ignore ts issue in ava.config.ts
  • d660263 chore: bump packages
  • 1a6857a chore: bump packages
  • Additional commits viewable in compare view

Updates @eslint/compat from 1.3.1 to 1.3.2

Release notes

Sourced from @​eslint/compat's releases.

migrate-config: v1.3.2

1.3.2 (2024-10-18)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.2.0 to ^1.2.1

compat: v1.3.2

1.3.2 (2025-08-05)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.15.1 to ^0.15.2
Changelog

Sourced from @​eslint/compat's changelog.

1.3.2 (2025-08-05)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.15.1 to ^0.15.2
Commits

Updates @eslint/js from 9.32.0 to 9.33.0

Release notes

Sourced from @​eslint/js's releases.

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
Changelog

Sourced from @​eslint/js's changelog.

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)
  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)
Commits

Updates @sveltejs/adapter-auto from 6.0.1 to 6.0.2

Release notes

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

@​sveltejs/adapter-auto@​6.0.2

Patch Changes

  • chore: add .git to the end of package.json repository url (#14134)

  • Updated dependencies [c968aef]:

    • @​sveltejs/kit@​2.27.3
Changelog

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

6.0.2

Patch Changes

  • chore: add .git to the end of package.json repository url (#14134)

  • Updated dependencies [c968aef]:

    • @​sveltejs/kit@​2.27.3
Commits

Updates @sveltejs/kit from 2.26.1 to 2.27.3

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.27.3

Patch Changes

  • chore: add .git to the end of package.json repository url (#14134)

@​sveltejs/kit@​2.27.2

Patch Changes

  • fix: ensure form() remote functions work when the app is configured to a single output (#14127)

  • fix: use the configured base path when calling remote functions from the client (#14106)

@​sveltejs/kit@​2.27.1

Patch Changes

  • fix: correctly type remote function input parameters from a schema (#14098)

  • fix: match URL-encoded newlines in rest route params (#14102)

  • fix: correctly spell server-side in error messages (#14101)

@​sveltejs/kit@​2.27.0

Minor Changes

  • feat: remote functions (#13986)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.27.3

Patch Changes

  • chore: add .git to the end of package.json repository url (#14134)

2.27.2

Patch Changes

  • fix: ensure form() remote functions work when the app is configured to a single output (#14127)

  • fix: use the configured base path when calling remote functions from the client (#14106)

2.27.1

Patch Changes

  • fix: correctly type remote function input parameters from a schema (#14098)

  • fix: match URL-encoded newlines in rest route params (#14102)

  • fix: correctly spell server-side in error messages (#14101)

2.27.0

Minor Changes

  • feat: remote functions (#13986)
Commits

Updates @sveltejs/vite-plugin-svelte from 6.1.0 to 6.1.1

Release notes

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

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

Patch Changes

  • fix: ensure compiled svelte css is loaded correctly when rebuilding in build --watch (#1189)
Changelog

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

6.1.1

Patch Changes

  • fix: ensure compiled svelte css is loaded correctly when rebuilding in build --watch (#1189)
Commits

Updates @types/node from 20.19.9 to 24.2.1

Commits

Updates eslint from 9.32.0 to 9.33.0

Release notes

Sourced from eslint's releases.

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
Changelog

Sourced from eslint's changelog.

v9.33.0 - August 8, 2025

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)
  • 06a22f1 test: resolve flakiness in --mcp flag test (#19993) (Pixel998)
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)
  • 54920ed test: switch to Linter.Config in ESLintRules type tests (#19977) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)
  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)
Commits

Updates svelte from 5.37.1 to 5.38.0

Release notes

Sourced from svelte's releases.

svelte@5.38.0

Minor Changes

  • feat: allow await inside @const declarations (#16542)

Patch Changes

  • fix: remount at any hydration error (#16248)

  • chore: emit await_reactivity_loss in for await loops (#16521)

  • fix: emit snippet_invalid_export instead of undefined_export for exported snippets (#16539)

svelte@5.37.3

Patch Changes

  • fix: reset attribute cache after setting corresponding property (#16543)

svelte@5.37.2

Patch Changes

  • fix: double event processing in firefox due to event object being garbage collected (#16527)

  • fix: add bindable dimension attributes types to SVG and MathML elements (#16525)

  • fix: correctly differentiate static fields before emitting duplicate_class_field (#16526)

  • fix: prevent last_propagated_event from being DCE'd (#16538)

Changelog

Sourced from svelte's changelog.

5.38.0

Minor Changes

  • feat: allow await inside @const declarations (#16542)

Patch Changes

  • fix: remount at any hydration error (#16248)

  • chore: emit await_reactivity_loss in for await loops (#16521)

  • fix: emit snippet_invalid_export instead of undefined_export for exported snippets (#16539)

5.37.3

Patch Changes

  • fix: reset attribute cache after setting corresponding property (#16543)

5.37.2

Patch Changes

  • fix: double event processing in firefox due to event object being garbage collected (#16527)

  • fix: add bindable dimension attributes types to SVG and MathML elements (#16525)

  • fix: correctly differentiate static fields before emitting duplicate_class_field (#16526)

  • fix: prevent last_propagated_event from being DCE'd (#16538)

Commits

Updates svelte-check from 4.3.0 to 4.3.1

Release notes

Sourced from svelte-check's releases.

svelte-check-4.3.1

fix: handle object literal in MustacheTag (sveltejs/language-tools#2805)

Commits

Updates typescript from 5.8.3 to 5.9.2

Release notes

Sourced from typescript's releases.

TypeScript 5.9

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • be86783 Give more specific errors for verbatimModuleSyntax (#62113)
  • 22ef577 LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...
  • d5a414c Don't use noErrorTruncation when printing types with maximumLength set (#...
  • f14b5c8 Remove unused and confusing dom.iterable.d.ts file (#62037)
  • 2778e84 Restore AbortSignal.abort (#62086)
  • 65cb4bd LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...
  • 9e20e03 Clear out checker-level stacks on pop (#62016)
  • 87740bc Fix for Issue 61081 (#61221)
  • 833a8d4 Fix Symbol completion priority and cursor positioning (#61945)
  • 0018c9f LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.38.0 to 8.39.1

Release notes

Sourced from typescript-eslint's releases.

v8.39.1

8.39.1 (2025-08-11)

🩹 Fixes

  • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#11464)

❤️ Thank You

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

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.39.1 (2025-08-11)

🩹 Fixes

  • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#11464)

❤️ Thank You

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

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

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

Commits
  • b2ee794 chore(release): publish 8.39.1
  • 7319bad fix(typescript-eslint): handle file:// urls in stack trace when inferring `...
  • c98d513 chore(release): publish 8.39.0
  • 2112d58 feat: update to TypeScript 5.9.2 (#11445)
  • See full diff in compare view

Updates vite from 7.0.6 to 7.1.1

Release notes

Sourced from vite's releases.

v7.1.1

Please refer to CHANGELOG.md for details.

plugin-legacy@7.1.0

Please refer to CHANGELOG.md for details.

create-vite@7.1.0

Please refer to CHANGELOG.md for details.

v7.1.0

Please refer to CHANGELOG.md for details.

v7.1.0-beta.1

Please refer to CHANGELOG.md for details.

v7.1.0-beta.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.1 (2025-08-08)

Bug Fixes

Miscellaneous Chores

7.1.0 (2025-08-07)

Features

  • support files with more than 1000 lines by generateCodeFrame (#20508) (e7d0b2a)
  • add import.meta.main support in config (bundle config loader) (#20516) (5d3e3c2)
  • optimizer: improve dependency optimization error messages with esbuild formatMessages (#20525) (d17cfed)
  • ssr: add import.meta.main support for Node.js module runner (#20517) (794a8f2)
  • add future: 'warn' (#20473) (e6aaf17)
  • add removeServerPluginContainer future deprecation (#20437) (c1279e7)
  • add removeServerReloadModule future deprecation (#20436) (6970d17)
  • add server.warmupRequest to future deprecation (#20431) (8ad388a)
  • add ssrFixStacktrace / ssrRewriteStacktrace to removeSsrLoadModule future deprecation (#20435) (8c8f587)
  • client: ping from SharedWorker (#19057) (5c97c22)
  • dev: add this.fs support (#20301) (0fe3f2f)
  • export defaultExternalConditions (#20279) (344d302)
  • implement removePluginHookSsrArgument future deprecation (#20433) (95927d9)
  • implement removeServerHot future deprecation (#20434) (259f45d)
  • resolve server URLs before calling other listeners (#19981) (45f6443)
  • ssr: resolve externalized packages with resolve.externalConditions and add module-sync to default external condition (#20409) (c669c52)
  • ssr: support import.meta.resolve in module runner (#20260) (62835f7)

Bug Fixes

  • css: avoid warnings for image-set containing __VITE_ASSET__ (#20520) (f1a2635)
  • css: empty CSS entry points should generate CSS files, not JS files (#20518) (bac9f3e)
  • dev: denied request stalled when request...

    Description has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+223
Deletions:
-156
Package Dependencies
Package:
eslint
Ecosystem:
npm
Version Change:
9.32.0 → 9.33.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
20.19.9 → 24.2.1
Update Type:
Major
Package:
vite
Ecosystem:
npm
Version Change:
7.0.6 → 7.1.1
Update Type:
Minor
Package:
typescript
Ecosystem:
npm
Version Change:
5.8.3 → 5.9.2
Update Type:
Minor
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.32.0 → 9.33.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.38.0 → 8.39.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.26.1 → 2.27.3
Update Type:
Minor
Package:
svelte
Ecosystem:
npm
Version Change:
5.37.1 → 5.38.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.1.0 → 6.1.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.6.2 → 6.6.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.0.1 → 6.0.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.3.0 → 4.3.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.3.1 → 1.3.2
Update Type:
Patch
Technical Details
ID: 4939233
UUID: 2737166217
Node ID: PR_kwDOPU0lfM6jJdeJ
Host: GitHub
Repository: zitadel/example-auth-sveltekit
Mergeable: Yes
Merge State: Clean
Rebaseable: Yes