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

chore(deps): bump the npm-version-updates group across 1 directory with 15 updates

Open
Number: #6
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: None
Comments: 0
Created: August 19, 2025 at 12:25 AM UTC
(26 days ago)
Updated: August 19, 2025 at 12:25 AM UTC
(26 days ago)
Labels:
dependencies javascript
Description:

Bumps the npm-version-updates group with 14 updates in the / directory:

Package From To
openid-client 6.6.2 6.6.4
@eslint/compat 1.3.1 1.3.2
@eslint/js 9.32.0 9.33.0
@sveltejs/adapter-auto 6.0.1 6.1.0
@sveltejs/kit 2.26.1 2.31.1
@sveltejs/vite-plugin-svelte 6.1.0 6.1.2
@tailwindcss/vite 4.1.11 4.1.12
@types/node 20.19.9 24.3.0
eslint 9.32.0 9.33.0
svelte 5.37.1 5.38.2
svelte-check 4.3.0 4.3.1
typescript 5.8.3 5.9.2
typescript-eslint 8.38.0 8.40.0
vite 7.0.6 7.1.2

Updates openid-client from 6.6.2 to 6.6.4

Release notes

Sourced from openid-client's releases.

v6.6.4

Fixes

  • recognize N_A in the token exchange grant (770b177)

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.4 (2025-08-12)

Fixes

  • recognize N_A in the token exchange grant (770b177)

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
  • 9876fa8 chore(release): 6.6.4
  • 770b177 fix: recognize N_A in the token exchange grant
  • 2af5eb8 test: more discovery coverage
  • aed5e0b chore: cleanup after release
  • 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
  • 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.1.0

Release notes

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

@​sveltejs/adapter-auto@​6.1.0

Minor Changes

  • feat: add Deno as a supported package manager (#14163)

Patch Changes

@​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.1.0

Minor Changes

  • feat: add Deno as a supported package manager (#14163)

Patch Changes

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.31.1

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.31.1

Patch Changes

  • fix: pass options to resolve in resolveId hook (#14223)

@​sveltejs/kit@​2.31.0

Minor Changes

  • feat: OpenTelemetry tracing for handle, sequence, form actions, remote functions, and load functions running on the server (#13899)

  • feat: add instrumentation.server.ts for tracing and observability setup (#13899)

@​sveltejs/kit@​2.30.1

Patch Changes

  • chore: generate $app/types in a more Typescript-friendly way (#14207)

@​sveltejs/kit@​2.30.0

Minor Changes

  • feat: allow to specify options for the service worker in svelte.config.js (#13578)

Patch Changes

  • fix: ensure buttonProps.enhance works on buttons with nested text (#14199)

  • fix: pass validation issues specifically to avoid non-enumerable spreading error (#14197)

@​sveltejs/kit@​2.29.1

Patch Changes

  • chore: allow remote functions in all of the src directory (#14198)

@​sveltejs/kit@​2.29.0

Minor Changes

  • feat: add a kit.files.src option (#14152)

Patch Changes

  • fix: don't treat $lib/server.ts or $lib/server_whatever.ts as server-only modules, only $lib/server/** (#14191)

  • fix: make illegal server-only import errors actually useful (#14155)

  • chore: deprecate config.kit.files options (#14152)

... (truncated)

Changelog

Sourced from @​sveltejs/kit's changelog.

2.31.1

Patch Changes

  • fix: pass options to resolve in resolveId hook (#14223)

2.31.0

Minor Changes

  • feat: OpenTelemetry tracing for handle, sequence, form actions, remote functions, and load functions running on the server (#13899)

  • feat: add instrumentation.server.ts for tracing and observability setup (#13899)

2.30.1

Patch Changes

  • chore: generate $app/types in a more Typescript-friendly way (#14207)

2.30.0

Minor Changes

  • feat: allow to specify options for the service worker in svelte.config.js (#13578)

Patch Changes

  • fix: ensure buttonProps.enhance works on buttons with nested text (#14199)

  • fix: pass validation issues specifically to avoid non-enumerable spreading error (#14197)

2.29.1

Patch Changes

  • chore: allow remote functions in all of the src directory (#14198)

2.29.0

Minor Changes

  • feat: add a kit.files.src option (#14152)

Patch Changes

... (truncated)

Commits

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

Release notes

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

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

Patch Changes

  • fix: ensure compiled css is returned when reloading during dev with ssr (e.g. SvelteKit) (#1194)

@​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.2

Patch Changes

  • fix: ensure compiled css is returned when reloading during dev with ssr (e.g. SvelteKit) (#1194)

6.1.1

Patch Changes

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

Updates @tailwindcss/vite from 4.1.11 to 4.1.12

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.1.12

Fixed

  • Don't consider the global important state in @apply (#18404)
  • Add missing suggestions for flex-<number> utilities (#18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#18432)
  • Track source locations through @plugin and @config (#18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#18485)
  • Ignore consecutive semicolons in the CSS parser (#18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#18511)
  • Extract candidates in Slang templates (#18565)
  • Improve error messages when encountering invalid functional utility names (#18568)
  • Discard CSS AST objects with false or undefined properties (#18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#18704)
  • Don't scan .hdr and .exr files for classes by default (#18734)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.1.12] - 2025-08-13

Fixed

  • Don't consider the global important state in @apply (#18404)
  • Add missing suggestions for flex-<number> utilities (#18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#18432)
  • Track source locations through @plugin and @config (#18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#18485)
  • Ignore consecutive semicolons in the CSS parser (#18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#18511)
  • Extract candidates in Slang templates (#18565)
  • Improve error messages when encountering invalid functional utility names (#18568)
  • Discard CSS AST objects with false or undefined properties (#18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#18704)
  • Don't scan .hdr and .exr files for classes by default (#18734)
Commits

Updates @types/node from 20.19.9 to 24.3.0

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.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)

svelte@5.38.1

Patch Changes

  • fix: wrap abort in without_reactive_context (#16570)

  • fix: add hint as a possible value for popover attribute (#16581)

  • fix: skip effects inside dynamic component that is about to be destroyed (#16601)

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.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)

5.38.1

Patch Changes

  • fix: wrap abort in without_reactive_context (#16570)

  • fix: add hint as a possible value for popover attribute (#16581)

  • fix: skip effects inside dynamic component that is about to be destroyed (#16601)

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)

... (truncated)

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 tailwindcss from 4.1.11 to 4.1.12

Release notes

Sourced from tailwindcss's releases.

v4.1.12

Fixed

  • Don't consider the global important state in @apply (#18404)
  • Add missing suggestions for flex-<number> utilities (#18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#18432)
  • Track source locations through @plugin and @config (#18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#18485)
  • Ignore consecutive semicolons in the CSS parser (#18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#18511)
  • Extract candidates in Slang templates (#18565)
  • Improve error messages when encountering invalid functional utility names (#18568)
  • Discard CSS AST objects with false or ...

    Description has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+317
Deletions:
-247
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.3.0
Update Type:
Major
Package:
vite
Ecosystem:
npm
Version Change:
7.0.6 → 7.1.2
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.40.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.1.11 → 4.1.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.26.1 → 2.31.1
Update Type:
Minor
Package:
svelte
Ecosystem:
npm
Version Change:
5.37.1 → 5.38.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.1.0 → 6.1.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.6.2 → 6.6.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.0.1 → 6.1.0
Update Type:
Minor
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: 5331289
UUID: 2754849813
Node ID: PR_kwDOPU0lfM6kM6wV
Host: GitHub
Repository: zitadel/example-auth-sveltekit
Merge State: Unknown