chore(deps): bump the npm-version-updates group across 1 directory with 16 updates
Type: Pull Request
State: Open
Association: None
Comments: 2
(3 months ago)
(2 months ago)
dependencies javascript
Bumps the npm-version-updates group with 15 updates in the / directory:
| Package | From | To |
|---|---|---|
| openid-client | 6.6.2 |
6.7.1 |
| @eslint/compat | 1.3.1 |
1.3.2 |
| @eslint/js | 9.32.0 |
9.35.0 |
| @sveltejs/adapter-auto | 6.0.1 |
6.1.0 |
| @sveltejs/kit | 2.26.1 |
2.37.1 |
| @sveltejs/vite-plugin-svelte | 6.1.0 |
6.1.4 |
| @tailwindcss/vite | 4.1.11 |
4.1.13 |
| @types/node | 20.19.9 |
24.3.1 |
| eslint | 9.32.0 |
9.35.0 |
| eslint-plugin-svelte | 3.11.0 |
3.12.2 |
| svelte | 5.37.1 |
5.38.7 |
| svelte-check | 4.3.0 |
4.3.1 |
| typescript | 5.8.3 |
5.9.2 |
| typescript-eslint | 8.38.0 |
8.42.0 |
| vite | 7.0.6 |
7.1.5 |
Updates openid-client from 6.6.2 to 6.7.1
Release notes
Sourced from openid-client's releases.
v6.7.1
Fixes
- passport: include req.host from express@5 for ease of use in express@4 (81f6c12)
v6.7.0
Features
- support for the ML-DSA Algorithm Identifiers (9543da5)
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.7.1 (2025-08-29)
Fixes
- passport: include req.host from express@5 for ease of use in express@4 (81f6c12)
6.7.0 (2025-08-27)
Features
- support for the ML-DSA Algorithm Identifiers (9543da5)
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
8639d5echore(release): 6.7.181f6c12fix(passport): include req.host from express@5 for ease of use in express@46c42f9cchore: cleanup after release74ffce5chore(release): 6.7.09543da5feat: support for the ML-DSA Algorithm Identifiersc3ee73btest: speedup CIBA testsa1e4a4fchore: cleanup after release9876fa8chore(release): 6.6.4770b177fix: recognize N_A in the token exchange grant2af5eb8test: more discovery coverage- 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.35.0
Release notes
Sourced from @eslint/js's releases.
v9.35.0
Features
42761fafeat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)e51fffffeat: addpreserve-caught-errorrule (#19913) (Amnish Singh Arora)Bug Fixes
10e7ae2fix: update uncloneable options error message (#20059) (soda-sorcery)bfa4601fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11defix: addbeforeandafterto test case types (#20049) (Francesco Trotta)dabbe95fix: correct types forno-restricted-importsrule (#20034) (Milos Djermanovic)ea789c7fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)Documentation
d265515docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)a355a0edocs: invert comparison logic for example inno-vardoc page (#20064) (OTonGitHub)5082fc2docs: Update README (GitHub Actions Bot)99cfd7edocs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)6ad8973docs: update--no-ignoreand--ignore-patterndocumentation (#20036) (Francesco Trotta)8033b19docs: add documentation for--no-config-lookup(#20033) (Francesco Trotta)Chores
da87f2fchore: upgrade@eslint/js@9.35.0 (#20077) (Milos Djermanovic)af2a087chore: package.json update for@eslint/jsrelease (Jenkins)7055764test: removetests/lib/eslint/eslint.config.js(#20065) (Milos Djermanovic)84ffb96chore: update@eslint-community/eslint-utils(#20069) (Francesco Trotta)d5ef939refactor: remove deprecatedcontext.parserOptionsusage across rules (#20060) (sethamus)1b3881dchore: remove redundant word (#20058) (pxwanglu)v9.34.0
Features
0bb777afeat: multithread linting (#19794) (Francesco Trotta)43a5f9efeat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)Bug Fixes
9b89903fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4acfix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)Documentation
0b4a590docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)327c672docs: Update README (GitHub Actions Bot)bf26229docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)2309327docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570cdocs: Update README (GitHub Actions Bot)Chores
... (truncated)
Changelog
Sourced from @eslint/js's changelog.
v9.35.0 - September 5, 2025
da87f2fchore: upgrade@eslint/js@9.35.0 (#20077) (Milos Djermanovic)af2a087chore: package.json update for@eslint/jsrelease (Jenkins)d265515docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214)7055764test: removetests/lib/eslint/eslint.config.js(#20065) (Milos Djermanovic)10e7ae2fix: update uncloneable options error message (#20059) (soda-sorcery)42761fafeat: implement suggestions for no-empty-function (#20057) (jaymarvelz)102f444feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz)84ffb96chore: update@eslint-community/eslint-utils(#20069) (Francesco Trotta)a355a0edocs: invert comparison logic for example inno-vardoc page (#20064) (OTonGitHub)e51fffffeat: addpreserve-caught-errorrule (#19913) (Amnish Singh Arora)5082fc2docs: Update README (GitHub Actions Bot)d5ef939refactor: remove deprecatedcontext.parserOptionsusage across rules (#20060) (sethamus)1b3881dchore: remove redundant word (#20058) (pxwanglu)99cfd7edocs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨)bfa4601fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz)dfd11defix: addbeforeandafterto test case types (#20049) (Francesco Trotta)6ad8973docs: update--no-ignoreand--ignore-patterndocumentation (#20036) (Francesco Trotta)dabbe95fix: correct types forno-restricted-importsrule (#20034) (Milos Djermanovic)8033b19docs: add documentation for--no-config-lookup(#20033) (Francesco Trotta)ea789c7fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)v9.34.0 - August 22, 2025
f19ad94chore: upgrade to@eslint/js@9.34.0(#20030) (Francesco Trotta)b48fa20chore: package.json update for@eslint/jsrelease (Jenkins)4bce8a2chore: package.json update for eslint-config-eslint release (Jenkins)0c9999crefactor: prefer default options ingrouped-accessor-pairs(#20028) (루밀LuMir)0b4a590docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)9b89903fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4acfix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)327c672docs: Update README (GitHub Actions Bot)d503f19ci: fixstale.yml(#20010) (루밀LuMir)0bb777afeat: multithread linting (#19794) (Francesco Trotta)bf26229docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)43a5f9efeat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)e2dc67dci: centralizestale.yml(#19994) (루밀LuMir)7093cb8ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])2309327docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570cdocs: Update README (GitHub Actions Bot)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)
... (truncated)
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.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.37.1
Release notes
Sourced from @sveltejs/kit's releases.
@sveltejs/kit@2.37.1Patch Changes
fix: serialize server
loaddata before passing to universalload, to handle mutations and promises (#14298)fix: resolve_route prevent dropping a trailing slash of id (#14294)
fix: assign correct status code to form submission error on the client (#14345)
fix: un-proxy
form.result(#14346)
@sveltejs/kit@2.37.0Minor Changes
feat: automatically resolve
query.refresh()promises on the server (#14332)feat: allow query.set() to be called on the server (#14304)
Patch Changes
fix: disable CSRF checks in dev (#14335)
fix: allow redirects to external URLs from within form functions (#14329)
fix: add type definitions for
query.set()method to override the value of a remote query function (#14303)fix: ensure uniqueness of
form.for(...)across form functions (#14327)
@sveltejs/kit@2.36.3Patch Changes
fix: bump devalue (#14323)
chore: consolidate dev checks to use
esm-envinstead of a__SVELTEKIT_DEV__global (#14308)fix: reset form inputs by default when using remote form functions (#14322)
@sveltejs/kit@2.36.2Patch Changes
- chore: make config deprecation warnings more visible (#14281)
... (truncated)
Changelog
Sourced from @sveltejs/kit's changelog.
2.37.1
Patch Changes
fix: serialize server
loaddata before passing to universalload, to handle mutations and promises (#14298)fix: resolve_route prevent dropping a trailing slash of id (#14294)
fix: assign correct status code to form submission error on the client (#14345)
fix: un-proxy
form.result(#14346)2.37.0
Minor Changes
feat: automatically resolve
query.refresh()promises on the server (#14332)feat: allow query.set() to be called on the server (#14304)
Patch Changes
fix: disable CSRF checks in dev (#14335)
fix: allow redirects to external URLs from within form functions (#14329)
fix: add type definitions for
query.set()method to override the value of a remote query function (#14303)fix: ensure uniqueness of
form.for(...)across form functions (#14327)2.36.3
Patch Changes
... (truncated)
Commits
dd19f91Version Packages (#14342)4f883d1chore(deps): update dependency@opentelemetry/sdk-nodeto ^0.204.0 (#14373)b216e47fix: assign correct status code to form submission error on the client (#14345)fb0f5ddfix: resolve_route prevent dropping a trailing slash of id (#14294)86d3889fix: un-proxyform.result(#14346)b2e921cchore: windows-compatible rm -rf (#14344)1c416bcfix: serialize serverloaddata before passing to universal load alternativ...f3a0ddachore: get rid of AbortController when calling queries on server (#14338)c0a9d9aVersion Packages (#14326)f457ecafeat: Server-side version ofquery.set()to avoid re-calling the query func...- Additional commits viewable in compare view
Updates @sveltejs/vite-plugin-svelte from 6.1.0 to 6.1.4
Release notes
Sourced from @sveltejs/vite-plugin-svelte's releases.
@sveltejs/vite-plugin-svelte@6.1.4Patch Changes
fix: allow preprocess plugin to run twice (#1206)
fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#1203)
replace kleur dependency with builtin node:utils styleText (#1210)
@sveltejs/vite-plugin-svelte@6.1.3Patch Changes
- fix(api): add
api.filterand deprecateapi.idFilterto avoid confusingfilter.id = idFilter.idassignments when used as hybrid filter in other plugins (#1199)
@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.4
Patch Changes
fix: allow preprocess plugin to run twice (#1206)
fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#1203)
replace kleur dependency with builtin node:utils styleText (#1210)
6.1.3
Patch Changes
- fix(api): add
api.filterand deprecateapi.idFilterto avoid confusingfilter.id = idFilter.idassignments when used as hybrid filter in other plugins (#1199)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
2842159Version Packages (#1204)35121acrefactor: replace kleur with styleText (#1210)db12c90fix(deps): update all non-major dependencies (#1205)79a56c4fix: allow preprocess plugin to run twice (#1206)e10850bfix(types): update urls to PreprocessorGroup and CompileOptions docs (#1203)42681d3Version Packages (#1200)f9e4632fix(api): rename idFilter to filter to avoid confusion (#1199)cf5a6befix(deps): update all non-major dependencies (#1193)7bcf224Version Packages (#1195)3e3eb85fix: ensure compiled css is available after reload during dev with SSR (Svelt...- Additional commits viewable in compare view
Updates @tailwindcss/vite from 4.1.11 to 4.1.13
Release notes
Sourced from @tailwindcss/vite's releases.
v4.1.13
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibilitywhen usingtransition(#18795)- Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariantvalues (#18798)- Replace deprecated
clipwithclip-pathinsr-only(#18769)- Hide internal fields from completions in
matchUtilities(#18820)- Ignore
.vercelfolders by default (can be overridden by@source …rules) (#18855)- Consider variants starting with
@-to be invalid (e.g.@-2xl:flex) (#18869)- Do not allow custom variants to start or end with a
-or_(#18867, #18872)- Upgrade: Migrate
ariatheme keys to@custom-variant(#18815)- Upgrade: Migrate
datatheme keys to@custom-variant(#18816)- Upgrade: Migrate
supportstheme keys to@custom-variant(#18817)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.13] - 2025-09-03
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibilitywhen usingtransition(#18795)- Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariantvalues (#18798)- Replace deprecated
clipwithclip-pathinsr-only(#18769)- Hide internal fields from completions in
matchUtilities(#18820)- Ignore
.vercelfolders by default (can be overridden by@source …rules) (#18855)- Consider variants starting with
@-to be invalid (e.g.@-2xl:flex) (#18869)- Do not allow custom variants to start or end with a
-or_(#18867, #18872)- Upgrade: Migrate
ariatheme keys to@custom-variant(#18815)- Upgrade: Migrate
datatheme keys to@custom-variant(#18816)- Upgrade: Migrate
supportstheme keys to@custom-variant(#18817)[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)
Package Dependencies
@sveltejs/vite-plugin-svelte
npm
6.1.0 → 6.1.4
Patch
Technical Details
| ID: | 8219069 |
| UUID: | 3394920547 |
| Node ID: | PR_kwDOPU0lfM6nbDBE |
| Host: | GitHub |
| Repository: | zitadel/example-auth-sveltekit |