Bump the dev group across 1 directory with 11 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(6 months ago)
(6 months ago)
(6 months ago)
dependencies javascript
Bumps the dev group with 11 updates in the / directory:
| Package | From | To |
|---|---|---|
| @eslint/compat | 1.2.9 |
1.3.0 |
| @eslint/js | 9.26.0 |
9.29.0 |
| @sveltejs/kit | 2.20.8 |
2.21.5 |
| @sveltejs/vite-plugin-svelte | 5.0.3 |
5.1.0 |
| eslint | 9.26.0 |
9.29.0 |
| eslint-plugin-svelte | 3.5.1 |
3.9.2 |
| globals | 16.1.0 |
16.2.0 |
| prettier-plugin-svelte | 3.3.3 |
3.4.0 |
| svelte | 5.28.2 |
5.34.3 |
| svelte-check | 4.1.7 |
4.2.1 |
| typescript-eslint | 8.32.0 |
8.34.1 |
Updates @eslint/compat from 1.2.9 to 1.3.0
Release notes
Sourced from @eslint/compat's releases.
migrate-config: v1.3.0
1.3.0 (2024-08-30)
Features
compat: v1.3.0
1.3.0 (2025-06-09)
Features
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/corebumped from ^0.14.0 to ^0.15.0
Changelog
Sourced from @eslint/compat's changelog.
1.3.0 (2025-06-09)
Features
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/corebumped from ^0.14.0 to ^0.15.0
Commits
48b1f84chore: release main (#216)147afecchore: updatepackage.jsonto follow template (#225)0a6aad0docs: fix bun command and update documentation (#222)2a8913cdocs: Update README sponsors3e18175feat: add support for custom name parameter toincludeIgnoreFile(#211)79b4646chore: remove unused@ts-ignorecomment (#209)4ec089edocs: Update README sponsors1ddb2eddocs: Update README sponsorsaa6a48bdocs: Update README sponsors- See full diff in compare view
Updates @eslint/js from 9.26.0 to 9.29.0
Release notes
Sourced from @eslint/js's releases.
v9.29.0
Features
f686fcbfeat: addecmaVersion: 2026, parsingusingandawait using(#19832) (Milos Djermanovic)19cdd22feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720ffeat: add ES2025 globals (#19835) (fisker Cheung)677a283feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)dbba058feat: allow global type declaration inno-var(#19714) (Remco Haszing)342bd29feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)786bcd1feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0feat: addsourceCode.isGlobalReference(node)method (#19695) (Nitin Kumar)Bug Fixes
85c082cfix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)9bda4a9fix: fixLintOptions.filterCodeBlocktypes (#19837) (ntnyq)7ab77a2fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)1ba3318fix: addlanguageanddialectstono-use-before-define(#19808) (Francesco Trotta)Documentation
00e3e6adocs: add support for custom name parameter toincludeIgnoreFile(#19795) (루밀LuMir)3aed075docs: Update README (GitHub Actions Bot)a2f888ddocs: enhance documentation with links and fix typos (#19761) (루밀LuMir)53c3235docs: update to clarify prompt usage (#19748) (Jennifer Davis)Chores
5c114c9chore: upgrade@eslint/js@9.29.0 (#19851) (Milos Djermanovic)acf2201chore: package.json update for@eslint/jsrelease (Jenkins)a806994refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)152ed51test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42erefactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)e392895perf: improve time complexity ofgetLocFromIndex(#19782) (루밀LuMir)0ed289cchore: remove accidentally committed file (#19807) (Francesco Trotta)v9.28.0
Features
b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)81c3c93fix: curly types (#19750) (Eli)
... (truncated)
Changelog
Sourced from @eslint/js's changelog.
v9.29.0 - June 13, 2025
5c114c9chore: upgrade@eslint/js@9.29.0 (#19851) (Milos Djermanovic)acf2201chore: package.json update for@eslint/jsrelease (Jenkins)f686fcbfeat: addecmaVersion: 2026, parsingusingandawait using(#19832) (Milos Djermanovic)85c082cfix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)00e3e6adocs: add support for custom name parameter toincludeIgnoreFile(#19795) (루밀LuMir)9bda4a9fix: fixLintOptions.filterCodeBlocktypes (#19837) (ntnyq)a806994refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)19cdd22feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720ffeat: add ES2025 globals (#19835) (fisker Cheung)677a283feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)3aed075docs: Update README (GitHub Actions Bot)7ab77a2fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)a2f888ddocs: enhance documentation with links and fix typos (#19761) (루밀LuMir)dbba058feat: allow global type declaration inno-var(#19714) (Remco Haszing)152ed51test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42erefactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)342bd29feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)e392895perf: improve time complexity ofgetLocFromIndex(#19782) (루밀LuMir)1ba3318fix: addlanguageanddialectstono-use-before-define(#19808) (Francesco Trotta)786bcd1feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0feat: addsourceCode.isGlobalReference(node)method (#19695) (Nitin Kumar)53c3235docs: update to clarify prompt usage (#19748) (Jennifer Davis)0ed289cchore: remove accidentally committed file (#19807) (Francesco Trotta)v9.28.0 - May 30, 2025
175b7b8chore: upgrade to@eslint/js@9.28.0(#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)
... (truncated)
Commits
acf2201chore: package.json update for@eslint/jsrelease844f5a6chore: package.json update for@eslint/jsreleaseecaef73chore: package.json update for@eslint/jsrelease7bc6c71feat: add no-unassigned-vars rule (#19618)35304ddchore: add missingfundingfield to packages (#19684)- See full diff in compare view
Updates @sveltejs/kit from 2.20.8 to 2.21.5
Release notes
Sourced from @sveltejs/kit's releases.
@sveltejs/kit@2.21.5Patch Changes
fix: correctly set the sequential focus navigation point when using hash routing (#13884)
fix: regression when resetting focus and the URL hash contains selector combinators or separators (#13884)
@sveltejs/kit@2.21.4Patch Changes
- fix: correctly access transport decoders on the client when building for a single or inline output app (#13871)
@sveltejs/kit@2.21.3Patch Changes
fix: correctly invalidate static analysis cache of child nodes when modifying a universal
+layoutfile during dev (#13793)fix: correctly set sequential focus navigation starting point after navigation (#10856)
fix: suppress console spam for chrome devtools requests (#13830)
fix: avoid externalising packages that depend on
@sveltejs/kitso that libraries can also useredirectanderrorhelpers (#13843)fix: correctly run
deserializeon the server (#13686)fix: handle non-semver-style dependency versions (#13850)
fix: correctly inline stylesheets of components dynamically imported in a universal load function if they are below the configured inlineStyleThreshold (#13723)
@sveltejs/kit@2.21.2Patch Changes
- fix: omit stack when logging 404 errors (#13848)
@sveltejs/kit@2.21.1Patch Changes
chore: clarify which functions
handleFetchaffects (#13788)fix: ensure
$envand$app/environmentare correctly set while analysing server nodes (#13790)
@sveltejs/kit@2.21.0
... (truncated)
Changelog
Sourced from @sveltejs/kit's changelog.
2.21.5
Patch Changes
fix: correctly set the sequential focus navigation point when using hash routing (#13884)
fix: regression when resetting focus and the URL hash contains selector combinators or separators (#13884)
2.21.4
Patch Changes
- fix: correctly access transport decoders on the client when building for a single or inline output app (#13871)
2.21.3
Patch Changes
fix: correctly invalidate static analysis cache of child nodes when modifying a universal
+layoutfile during dev (#13793)fix: correctly set sequential focus navigation starting point after navigation (#10856)
fix: suppress console spam for chrome devtools requests (#13830)
fix: avoid externalising packages that depend on
@sveltejs/kitso that libraries can also useredirectanderrorhelpers (#13843)fix: correctly run
deserializeon the server (#13686)fix: handle non-semver-style dependency versions (#13850)
fix: correctly inline stylesheets of components dynamically imported in a universal load function if they are below the configured inlineStyleThreshold (#13723)
2.21.2
Patch Changes
- fix: omit stack when logging 404 errors (#13848)
2.21.1
Patch Changes
- chore: clarify which functions
handleFetchaffects (#13788)
... (truncated)
Commits
8e27c71Version Packages (#13885)f86f33bfix: sequential focus navigation starting point regression and hash routing (...211e78cfeat: Respect abort signals during serverside fetch optimization (#13877)6ba4917chore: update Vitest to 3.2.3 (#13865)ee3600dVersion Packages (#13872)b451705fix: correctly accessapp.decodersin inline and single output apps (#13871)7fcbc5aVersion Packages (#13854)ab67874fix: avoid setting sequential focus navigation starting point when using hash...6261a87fix: hash link to new page focuses the correct element (#10856)408e1f5fix: ensureredirectused in packages uses the sameRedirectinstance (#1...- Additional commits viewable in compare view
Updates @sveltejs/vite-plugin-svelte from 5.0.3 to 5.1.0
Release notes
Sourced from @sveltejs/vite-plugin-svelte's releases.
@sveltejs/vite-plugin-svelte@5.1.0Minor Changes
- scope css to js module to enable treeshaking scoped css from unused components. Requires vite 6.2 and svelte 5.26 (#1092)
Patch Changes
- add
svelte > clsxto optimizeDeps.include to avoid page reload when using vite6 and npm (#1124)
Changelog
Sourced from @sveltejs/vite-plugin-svelte's changelog.
5.1.0
Minor Changes
- scope css to js module to enable treeshaking scoped css from unused components. Requires vite 6.2 and svelte 5.26 (#1092)
Patch Changes
- add
svelte > clsxto optimizeDeps.include to avoid page reload when using vite6 and npm (#1124)
Commits
5e8f173Version Packages (#1111)0c1a7f6fix: optimize "svelte > clsx" by default (#1124)6e338f4fix(deps): update all non-major dependencies (#1114)a28f72echore: updates (#1120)3589433update remaining deps and replace express/serve-static with polka/sirv (#1112)fc19a92feat: scope css to js module to allow treeshaking it (requires vite 6.2) (#1092)876c1c5fix(deps): update all non-major dependencies (#1103)45bd98cfix(deps): update all non-major dependencies (#1097)1644cd4fix(deps): update all non-major dependencies (#1093)29e2508fix(deps): update all non-major dependencies (#1088)- Additional commits viewable in compare view
Updates eslint from 9.26.0 to 9.29.0
Release notes
Sourced from eslint's releases.
v9.29.0
Features
f686fcbfeat: addecmaVersion: 2026, parsingusingandawait using(#19832) (Milos Djermanovic)19cdd22feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720ffeat: add ES2025 globals (#19835) (fisker Cheung)677a283feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)dbba058feat: allow global type declaration inno-var(#19714) (Remco Haszing)342bd29feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)786bcd1feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0feat: addsourceCode.isGlobalReference(node)method (#19695) (Nitin Kumar)Bug Fixes
85c082cfix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)9bda4a9fix: fixLintOptions.filterCodeBlocktypes (#19837) (ntnyq)7ab77a2fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)1ba3318fix: addlanguageanddialectstono-use-before-define(#19808) (Francesco Trotta)Documentation
00e3e6adocs: add support for custom name parameter toincludeIgnoreFile(#19795) (루밀LuMir)3aed075docs: Update README (GitHub Actions Bot)a2f888ddocs: enhance documentation with links and fix typos (#19761) (루밀LuMir)53c3235docs: update to clarify prompt usage (#19748) (Jennifer Davis)Chores
5c114c9chore: upgrade@eslint/js@9.29.0 (#19851) (Milos Djermanovic)acf2201chore: package.json update for@eslint/jsrelease (Jenkins)a806994refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)152ed51test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42erefactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)e392895perf: improve time complexity ofgetLocFromIndex(#19782) (루밀LuMir)0ed289cchore: remove accidentally committed file (#19807) (Francesco Trotta)v9.28.0
Features
b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)81c3c93fix: curly types (#19750) (Eli)
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.29.0 - June 13, 2025
5c114c9chore: upgrade@eslint/js@9.29.0 (#19851) (Milos Djermanovic)acf2201chore: package.json update for@eslint/jsrelease (Jenkins)f686fcbfeat: addecmaVersion: 2026, parsingusingandawait using(#19832) (Milos Djermanovic)85c082cfix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)00e3e6adocs: add support for custom name parameter toincludeIgnoreFile(#19795) (루밀LuMir)9bda4a9fix: fixLintOptions.filterCodeBlocktypes (#19837) (ntnyq)a806994refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)19cdd22feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720ffeat: add ES2025 globals (#19835) (fisker Cheung)677a283feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)3aed075docs: Update README (GitHub Actions Bot)7ab77a2fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)a2f888ddocs: enhance documentation with links and fix typos (#19761) (루밀LuMir)dbba058feat: allow global type declaration inno-var(#19714) (Remco Haszing)152ed51test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42erefactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)342bd29feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)e392895perf: improve time complexity ofgetLocFromIndex(#19782) (루밀LuMir)1ba3318fix: addlanguageanddialectstono-use-before-define(#19808) (Francesco Trotta)786bcd1feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0feat: addsourceCode.isGlobalReference(node)method (#19695) (Nitin Kumar)53c3235docs: update to clarify prompt usage (#19748) (Jennifer Davis)0ed289cchore: remove accidentally committed file (#19807) (Francesco Trotta)v9.28.0 - May 30, 2025
175b7b8chore: upgrade to@eslint/js@9.28.0(#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti...Description has been truncated
Pull Request Statistics
1
2
+247
-1109
Package Dependencies
@sveltejs/vite-plugin-svelte
npm
5.0.3 → 5.1.0
Minor
Technical Details
| ID: | 1749483 |
| UUID: | 2597040916 |
| Node ID: | PR_kwDONzUeds6ay7MU |
| Host: | GitHub |
| Repository: | stldevs/stldevs-sveltekit |
| Mergeable: | Yes |
| Merge State: | Clean |