chore(deps): bump the npm-version-updates group across 1 directory with 15 updates
Type: Pull Request
State: Open
Association: None
Comments: 0
(4 months ago)
(4 months ago)
dependencies javascript
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
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
Commits
9876fa8chore(release): 6.6.4770b177fix: recognize N_A in the token exchange grant2af5eb8test: more discovery coverageaed5e0bchore: cleanup after release6de5693chore(release): 6.6.3b3879adchore: bump packages0b57115refactor(passport): allow custom logic to drive initiating auth requestsb77c786docs: fix TokenEndpointResponseHelpers.claims() note5f37250chore: bump packages26e1c95chore: 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/compatbumped from ^1.2.0 to ^1.2.1compat: v1.3.2
1.3.2 (2025-08-05)
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/corebumped 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/corebumped 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
e07820efeat: add global object access detection to no-restricted-globals (#19939) (sethamus)90b050efeat: support explicit resource management inone-var(#19941) (Sweta Tanwar)Bug Fixes
732433cfix: allow any type formeta.docs.recommendedin custom rules (#19995) (Francesco Trotta)e8a6914fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)Documentation
34f0723docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)dc942a4docs: Update README (GitHub Actions Bot)5a4b6f7docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))247e156docs: add missing let declarations inno-plusplus(#19980) (Yuki Takada (Yukinosuke Takada))0d17242docs: Update README (GitHub Actions Bot)fa20b9ddocs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)Build Related
Chores
4258046chore: update dependency@eslint/jsto v9.33.0 (#19998) (renovate[bot])ad28371chore: package.json update for@eslint/jsrelease (Jenkins)06a22f1test: resolve flakiness in --mcp flag test (#19993) (Pixel998)54920edtest: switch toLinter.ConfiginESLintRulestype tests (#19977) (Francesco Trotta)
Changelog
Sourced from @eslint/js's changelog.
v9.33.0 - August 8, 2025
4258046chore: update dependency@eslint/jsto v9.33.0 (#19998) (renovate[bot])ad28371chore: package.json update for@eslint/jsrelease (Jenkins)06a22f1test: resolve flakiness in --mcp flag test (#19993) (Pixel998)732433cfix: allow any type formeta.docs.recommendedin custom rules (#19995) (Francesco Trotta)34f0723docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)dc942a4docs: Update README (GitHub Actions Bot)5a4b6f7docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))247e156docs: add missing let declarations inno-plusplus(#19980) (Yuki Takada (Yukinosuke Takada))0d17242docs: Update README (GitHub Actions Bot)e07820efeat: add global object access detection to no-restricted-globals (#19939) (sethamus)fa20b9ddocs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)54920edtest: switch toLinter.ConfiginESLintRulestype tests (#19977) (Francesco Trotta)e8a6914fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)90b050efeat: support explicit resource management inone-var(#19941) (Sweta Tanwar)27fa865build: useESLintclass to generate formatter examples (#19972) (Milos Djermanovic)
Commits
ad28371chore: package.json update for@eslint/jsrelease- See full diff in compare view
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.0Minor Changes
- feat: add Deno as a supported package manager (#14163)
Patch Changes
- Updated dependencies [
ece3906,5ac9d27,fed6331,69f4e5f,6b34122,9493537,f67ba09]:
@sveltejs/kit@2.28.0
@sveltejs/adapter-auto@6.0.2Patch Changes
Changelog
Sourced from @sveltejs/adapter-auto's changelog.
6.1.0
Minor Changes
- feat: add Deno as a supported package manager (#14163)
Patch Changes
- Updated dependencies [
ece3906,5ac9d27,fed6331,69f4e5f,6b34122,9493537,f67ba09]:
@sveltejs/kit@2.28.06.0.2
Patch Changes
Commits
7a3583bVersion Packages (#14164)8d2f608feat: add Deno as a supported package manager (#14163)0548b15Version Packages (#14142)c968aefchore: add .git to the end of package.json repository url (#14134)a8cc450feat: typed route ids (#13864)497f616fix: correctly detect Cloudflare Workers when eithermainorassetskey e...aaa4a31feat: support Rolldown (#13747)6ba4917chore: update Vitest to 3.2.3 (#13865)- See full diff in compare view
Updates @sveltejs/kit from 2.26.1 to 2.31.1
Release notes
Sourced from @sveltejs/kit's releases.
@sveltejs/kit@2.31.1Patch Changes
- fix: pass options to resolve in resolveId hook (#14223)
@sveltejs/kit@2.31.0Minor Changes
feat: OpenTelemetry tracing for
handle,sequence, form actions, remote functions, andloadfunctions running on the server (#13899)feat: add
instrumentation.server.tsfor tracing and observability setup (#13899)
@sveltejs/kit@2.30.1Patch Changes
- chore: generate
$app/typesin a more Typescript-friendly way (#14207)
@sveltejs/kit@2.30.0Minor 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.1Patch Changes
- chore: allow remote functions in all of the src directory (#14198)
@sveltejs/kit@2.29.0Minor Changes
- feat: add a
kit.files.srcoption (#14152)Patch Changes
... (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, andloadfunctions running on the server (#13899)feat: add
instrumentation.server.tsfor tracing and observability setup (#13899)2.30.1
Patch Changes
- chore: generate
$app/typesin 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.srcoption (#14152)Patch Changes
... (truncated)
Commits
0ff9d5bVersion Packages (#14230)f2db41cfix: pass options to resolve in resolveId hook (#14223)5542252Version Packages (#14224)ebd0e85fix: Split server-only package code out to avoid bundling `node:async… (#14229)f635678feat: OpenTelemetry Tracing (#13899)c261f4ddocs: fix quotemark (#14222)09ab6eaVersion Packages (#14215)ea95533chore: generate$app/typesin a more Typescript-friendly way (#14207)d2bdb44Version Packages (#14204)6ab60e5fix: ensure buttonProps.enhance works on buttons with nested text (#14199)- Additional commits viewable in compare view
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.2Patch Changes
- fix: ensure compiled css is returned when reloading during dev with ssr (e.g. SvelteKit) (#1194)
@sveltejs/vite-plugin-svelte@6.1.1Patch 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
7bcf224Version Packages (#1195)3e3eb85fix: ensure compiled css is available after reload during dev with SSR (Svelt...81d0cf3Version Packages (#1191)41df0c9fix(deps): update all non-major dependencies (#1183)3a6976afixbuild --watch(#1189)3119a4bfix(deps): update all non-major dependencies (#1180)- See full diff in compare view
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
@pluginand@config(#18345)- Allow boolean values of
process.env.DEBUGin@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
falseorundefinedproperties (#18571)- Allow users to disable URL rebasing in
@tailwindcss/postcssviatransformAssetUrls: false(#18321)- Fix false-positive migrations in
addEventListenerand JavaScript variable names (#18718)- Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
- Read from
--border-color-*theme keys individe-*utilities for backwards compatibility (#18704)- Don't scan
.hdrand.exrfiles 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
@pluginand@config(#18345)- Allow boolean values of
process.env.DEBUGin@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
falseorundefinedproperties (#18571)- Allow users to disable URL rebasing in
@tailwindcss/postcssviatransformAssetUrls: false(#18321)- Fix false-positive migrations in
addEventListenerand JavaScript variable names (#18718)- Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
- Read from
--border-color-*theme keys individe-*utilities for backwards compatibility (#18704)- Don't scan
.hdrand.exrfiles for classes by default (#18734)
Commits
6791e81Prepare v4.1.12 release (#18728)9169d73update READMEs- See full diff in compare view
Updates @types/node from 20.19.9 to 24.3.0
Commits
- See full diff in compare view
Updates eslint from 9.32.0 to 9.33.0
Release notes
Sourced from eslint's releases.
v9.33.0
Features
e07820efeat: add global object access detection to no-restricted-globals (#19939) (sethamus)90b050efeat: support explicit resource management inone-var(#19941) (Sweta Tanwar)Bug Fixes
732433cfix: allow any type formeta.docs.recommendedin custom rules (#19995) (Francesco Trotta)e8a6914fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)Documentation
34f0723docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)dc942a4docs: Update README (GitHub Actions Bot)5a4b6f7docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))247e156docs: add missing let declarations inno-plusplus(#19980) (Yuki Takada (Yukinosuke Takada))0d17242docs: Update README (GitHub Actions Bot)fa20b9ddocs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)Build Related
Chores
4258046chore: update dependency@eslint/jsto v9.33.0 (#19998) (renovate[bot])ad28371chore: package.json update for@eslint/jsrelease (Jenkins)06a22f1test: resolve flakiness in --mcp flag test (#19993) (Pixel998)54920edtest: switch toLinter.ConfiginESLintRulestype tests (#19977) (Francesco Trotta)
Changelog
Sourced from eslint's changelog.
v9.33.0 - August 8, 2025
4258046chore: update dependency@eslint/jsto v9.33.0 (#19998) (renovate[bot])ad28371chore: package.json update for@eslint/jsrelease (Jenkins)06a22f1test: resolve flakiness in --mcp flag test (#19993) (Pixel998)732433cfix: allow any type formeta.docs.recommendedin custom rules (#19995) (Francesco Trotta)34f0723docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)dc942a4docs: Update README (GitHub Actions Bot)5a4b6f7docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))247e156docs: add missing let declarations inno-plusplus(#19980) (Yuki Takada (Yukinosuke Takada))0d17242docs: Update README (GitHub Actions Bot)e07820efeat: add global object access detection to no-restricted-globals (#19939) (sethamus)fa20b9ddocs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)54920edtest: switch toLinter.ConfiginESLintRulestype tests (#19977) (Francesco Trotta)e8a6914fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)90b050efeat: support explicit resource management inone-var(#19941) (Sweta Tanwar)27fa865build: useESLintclass to generate formatter examples (#19972) (Milos Djermanovic)
Commits
a90d7c49.33.09534b55Build: changelog update for 9.33.04258046chore: update dependency@eslint/jsto v9.33.0 (#19998)ad28371chore: package.json update for@eslint/jsrelease06a22f1test: resolve flakiness in --mcp flag test (#19993)732433cfix: allow any type formeta.docs.recommendedin custom rules (#19995)34f0723docs: playground button for TypeScript code example (#19671)dc942a4docs: Update README5a4b6f7docs: Update no-multi-assign.md (#19979)247e156docs: add missing let declarations inno-plusplus(#19980)- Additional commits viewable in compare view
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
abortinwithout_reactive_context(#16570)fix: add
hintas a possible value forpopoverattribute (#16581)fix: skip effects inside dynamic component that is about to be destroyed (#16601)
svelte@5.38.0
Minor Changes
- feat: allow
awaitinside@constdeclarations (#16542)Patch Changes
fix: remount at any hydration error (#16248)
chore: emit
await_reactivity_lossinfor awaitloops (#16521)fix: emit
snippet_invalid_exportinstead ofundefined_exportfor 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
abortinwithout_reactive_context(#16570)fix: add
hintas a possible value forpopoverattribute (#16581)fix: skip effects inside dynamic component that is about to be destroyed (#16601)
5.38.0
Minor Changes
- feat: allow
awaitinside@constdeclarations (#16542)Patch Changes
fix: remount at any hydration error (#16248)
chore: emit
await_reactivity_lossinfor awaitloops (#16521)fix: emit
snippet_invalid_exportinstead ofundefined_exportfor exported snippets (#16539)5.37.3
Patch Changes
- fix: reset attribute cache after setting corresponding property (#16543)
5.37.2
Patch Changes
... (truncated)
Commits
04836a8Version Packages (#16603)f5d4350Revert "fix: do not defer unmount; immediately unmount components (#16624)" (...2b85d2afix: run blocks eagerly during flush (#16631)7b2d774chore: update/simplify test (#16630)95e5175fix: do not defer unmount; immediately unmount components (#16624)036d458fix: actually use the changes from #16617 (#16626)a543559fix: avoid recursion error when tagging circular references (#16622)ad19a1afix: don't clone non-proxies in$inspect(#16617)2e02868Version Packages (#16573)0480f04fix: skip effects inside dynamic component that is about to be destroyed (#16...- Additional commits viewable in compare view
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
@pluginand@config(#18345)- Allow boolean values of
process.env.DEBUGin@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
falseor ...Description has been truncated
Pull Request Statistics
1
2
+317
-247
Package Dependencies
@sveltejs/vite-plugin-svelte
npm
6.1.0 → 6.1.2
Patch
Technical Details
| ID: | 5331289 |
| UUID: | 2754849813 |
| Node ID: | PR_kwDOPU0lfM6kM6wV |
| Host: | GitHub |
| Repository: | zitadel/example-auth-sveltekit |
| Merge State: | Unknown |