Update all non-major dependencies
This MR contains the following updates:
Release Notes
sveltejs/kit (@sveltejs/adapter-static)
v3.0.2
Patch Changes
-
chore: add keywords for discovery in npm search (#12330)
-
Updated dependencies [
25acb1d9fce998dccd8050b93cf4142c2b082611
,642c4a4aff4351b786fe6274aa2f0bf7d905faf9
,0a0e9aa897123ebec50af08e9385b2ca4fc5bb28
]:- @sveltejs/kit@2.5.11
sveltejs/kit (@sveltejs/kit)
v2.5.18
Patch Changes
-
fix: respect HTML attributes
enctype
andformenctype
for forms withuse:enhance
(#12198) -
fix: prevent client import error when a
hooks.server
file imports a private environment variable (#12195) -
fix: set default
Content-Type
header toapplication/x-www-form-urlencoded
forPOST
form submissions withuse:enhance
to align with native form behaviour (#12198)
v2.5.17
Patch Changes
- chore: update package description (#11846)
v2.5.16
Patch Changes
- fix: determine local Svelte version more reliably (#12350)
v2.5.15
Patch Changes
- fix: always decode asset URLs (#12352)
v2.5.14
Patch Changes
- fix: read non-encoded data URIs (#12347)
v2.5.13
Patch Changes
- fix: decode asset URLs in dev when reading them, but for real this time (#12344)
v2.5.12
Patch Changes
- fix: decode asset URLs in dev when reading them (#12341)
v2.5.11
Patch Changes
-
fix: hrefs that start with
config.prerender.origin
are now crawled (#12277) -
chore: add keywords for discovery in npm search (#12330)
-
fix: handle whitespace in HTTP Accept header (#12292)
v2.5.10
Patch Changes
-
fix: exclude server files from optimizeDeps.entries (#12242)
-
fix: bump import-meta-resolve to remove deprecation warnings (#12240)
v2.5.9
Patch Changes
-
fix: yield main thread before navigating (#12225)
-
fix: correctly handle aliases to files in the
.svelte-kit
directory (#12220)
v2.5.8
Patch Changes
- fix: prevent excessive Vite dependency optimizations on navigation (#12182)
saadeghi/daisyui (daisyui)
v4.12.10
Bug Fixes
v4.12.9
Bug Fixes
v4.12.8
Bug Fixes
- decrease default scrollbar color contrast using color-mix (92d98ed)
v4.12.7
Bug Fixes
v4.12.6
v4.12.5
Bug Fixes
- theming function (4c83a88)
v4.12.4
Bug Fixes
v4.12.3
v4.12.2
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v2.41.0
Minor Changes
-
#802
be64d36
Thanks @ota-meshi! - fix: broken indentation of if condition insvelte/indent
rule
Patch Changes
-
#789
0bc17df
Thanks @KuSh! - chore: Use eslint types for exported configs -
#805
6e4d3ed
Thanks @baseballyama! - fix: updatesvelte-eslint-parser
to fix nested{#snippet}
-
#800
580f44f
Thanks @ota-meshi! - feat: add name to flat configs.
v2.40.0
Minor Changes
-
#792
cb722bc
Thanks @ota-meshi! - feat: update svelte-eslint-parser to 0.39 -
#796
5e4d264
Thanks @ota-meshi! - feat: improvesvelte/valid-compile
to usesvelte.config.js
'sonwarn
from the parser. -
#794
7894f82
Thanks @ota-meshi! - feat: improvesvelte/valid-prop-names-in-kit-pages
to usesvelte.config.js
data from the parser. -
#794
7894f82
Thanks @ota-meshi! - feat: improvesvelte/no-export-load-in-svelte-module-in-kit-pages
to usesvelte.config.js
data from the parser.
Patch Changes
-
#795
df947a7
Thanks @baseballyama! - deps: updatesvelte-eslint-parser
to 0.39.1 to setsvelteFeatures.runes
totrue
by default for Svelte 5 -
#797
f6d4e4c
Thanks @ota-meshi! - fix:svelte/valid-compile
to use verbatimModuleSyntax to work with TS v5.5.
v2.39.5
Patch Changes
-
#790
f7b7649
Thanks @ota-meshi! - fix: false positives for import vars with TS insvelte/valid-compile
v2.39.4
Patch Changes
-
#786
e7e25d6
Thanks @baseballyama! - deps: updatesvelte-eslint-parser
to support Svelte5.0.0-next.155
v2.39.3
Patch Changes
-
#778
3e2a732
Thanks @ota-meshi! - fix: update svelte-eslint-parser
v2.39.2
Patch Changes
-
#775
0e85eba
Thanks @ota-meshi! - fix: README is not publish
v2.39.1
Patch Changes
-
#772
0ecab95
Thanks @ota-meshi! - fix: false positive for kebab-case with svelte v5 insvelte/no-unused-svelte-ignore
prettier/prettier (prettier)
v3.3.2
@
(#16358 by @Princeyadav05)
Fix handlebars path expressions starts with {{! Input }}
<div>{{@​x.y.z}}</div>
{{! Prettier 3.3.1 }}
<div>{{@​x}}</div>
{{! Prettier 3.3.2 }}
<div>{{@​x.y.z}}</div>
v3.3.1
#16347 by @fisker)
Preserve empty lines in front matter (<!-- Input -->
---
foo:
- bar1
- bar2
- bar3
---
Markdown
<!-- Prettier 3.3.0 -->
---
foo:
- bar1
- bar2
- bar3
---
Markdown
<!-- Prettier 3.3.1 -->
---
foo:
- bar1
- bar2
- bar3
---
Markdown
#16348 by @fisker)
Preserve explicit language in front matter (<!-- Input -->
---yaml
title: Hello
slug: home
---
<!-- Prettier 3.3.0 -->
---
title: Hello
slug: home
---
<!-- Prettier 3.3.1 -->
---yaml
title: Hello
slug: home
---
#16349 by @fisker)
Avoid line breaks in import attributes (// Input
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };
// Prettier 3.3.0
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type:
"json" };
// Prettier 3.3.1
import something from "./some-very-very-very-very-very-very-very-very-long-path.json" with { type: "json" };
v3.3.0
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
v3.2.5
- (fix) Svelte 5: format TypeScript in the template
v3.2.4
- (fix) speed up regex
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.6.5
- Only re-apply string escaping when necessary (#295)
v0.6.4
- Export
PluginOptions
type (#292)
v0.6.3
- Improve detection of string concatenation (#288)
v0.6.2
Changed
- Only remove duplicate Tailwind classes (#277)
- Make sure escapes in classes are preserved in string literals (#286)
v0.6.1
Added
- Add new
tailwindPreserveDuplicates
option to disable removal of duplicate classes (#276)
Fixed
- Improve handling of whitespace removal when concatenating strings (#276)
- Fix a bug where Angular expressions may produce invalid code after sorting (#276)
- Disabled whitespace and duplicate class removal for Liquid and Svelte (#276)
v0.6.0
Changed
sveltejs/svelte (svelte)
v4.2.18
Patch Changes
- chore: speed up regex (#11922)
v4.2.17
Patch Changes
- fix: correctly handle falsy values of style directives in SSR mode (#11584)
sveltejs/language-tools (svelte-check)
v3.8.4
- fix: ensure bindings and exports work properly for Svelte 5 + TS5.5
v3.8.3
- fix: detect root snippets correctly
- fix: prevent false positive store declarations (#2422)
v3.8.2
- chore: reduce dependencies (#2413) (#2400)
- fix: handle snippets with typed arguments (#2412)
- fix: handle optional arguments in snippets (#2414)
v3.8.1
- fix: adjust ambient module snipping logic
- chore: speed up regex
v3.8.0
tailwindlabs/tailwindcss (tailwindcss)
v3.4.4
Fixed
- Make it possible to use multiple
<alpha-value>
placeholders in a single color definition (#13740) - Don't prefix classes in arbitrary values of
has-*
,group-has-*
, andpeer-has-*
variants (#13770) - Support negative values for
{col,row}-{start,end}
utilities (#13781) - Update embedded browserslist database (#13792)
Microsoft/tslib (tslib)
v2.6.3
What's Changed
- 'await using' normative changes by @rbuckton in https://github.com/microsoft/tslib/pull/258
Full Changelog: https://github.com/microsoft/tslib/compare/v2.6.2...v2.6.3
Microsoft/TypeScript (typescript)
v5.5.3
: TypeScript 5.5.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v5.5.2 (Stable).
- fixed issues query for TypeScript v5.5.2 (Stable).
- fixed issues query for TypeScript v5.5.1 (RC).
- fixed issues query for TypeScript v5.5.0 (Beta).
Downloads are available on:
v5.5.2
: TypeScript 5.5
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for TypeScript v5.5.2 (Stable).
- fixed issues query for TypeScript v5.5.1 (RC).
- fixed issues query for TypeScript v5.5.0 (Beta).
Downloads are available on:
typescript-eslint/typescript-eslint (typescript-eslint)
v7.15.0
🚀 Features
- eslint-plugin: back-port new rules around empty object types from v8
🩹 Fixes
- disable
EXPERIMENTAL_useProjectService
indisabled-type-checked
shared config
❤ ️ Thank You
- auvred
- Kim Sang Du
- rgehbt
- Vinccool96
You can read about our versioning strategy and releases on our website.
v7.14.1
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.14.0
🚀 Features
- support TypeScript 5.5
❤ ️ Thank You
- Brad Zacher
- cm-ayf
- Jake Bailey
- James Zhan
- Joshua Chen
- yoshi2no
You can read about our versioning strategy and releases on our website.
v7.13.1
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.13.0
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.12.0
🚀 Features
-
eslint-plugin: [no-useless-template-literals] rename to
no-useless-template-expression
(deprecateno-useless-template-literals
)
🩹 Fixes
- no-useless-template-expression -> no-unnecessary-template-expression
❤ ️ Thank You
- Abraham Guo
- Han Yeong-woo
- Joshua Chen
- Kim Sang Du
- Kirk Waiblinger
- YeonJuan
You can read about our versioning strategy and releases on our website.
v7.11.0
🚀 Features
- eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
❤ ️ Thank You
- Abraham Guo
- auvred
- Dom Armstrong
- Kirk Waiblinger
You can read about our versioning strategy and releases on our website.
v7.10.0
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.9.0
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v5.3.2
- fix(client): uniform variable
location
(#17528) (a8e2f6f), closes #17528 - fix(deps): update all non-major dependencies (#17494) (bf123f2), closes #17494
- fix(typescript): correctly expand ${configDir} in tsconfig.json (#17576) (24c799b), closes #17576
- chore: fix some comments (#17495) (ec16a5e), closes #17495
- chore(deps): update all non-major dependencies (#17553) (a33a97f), closes #17553
- chore(deps): update dependency eslint to v9 (#16661) (6c10662), closes #16661
- chore(deps): update es-module-lexer to 1.5.4 (#17555) (2d6672f), closes #17555
- refactor(optimizer): use early continues (#17551) (7c06ef0), closes #17551
v5.3.1
- fix(build): handle preload treeshaking for braces (#17479) (d355568), closes #17479
- fix(build): handle preload treeshaking for commas (#17472) (3e27071), closes #17472
- fix(build): preload treeshaking ignore equal (#17480) (6ced135), closes #17480
- chore: consolidate changelog for 5.3 (#17476) (1f09344), closes #17476
v5.3.0
Features
- feat: asset type add bmp (#17439) (ec287f8), closes #17439
- feat(typescript): update tsconfck to add support for
${configDir}
replacement in ts 5.5 (#17350) (4835e2b), closes #17350 - refactor(build): remove quotes from preload marker (#16562) (9853190), closes #16562
- feat: add 'system' library format (#11256) (4102ca9), closes #11256
- feat: add an option to not start a websocket server (#16219) (14b5ced), closes #16219
- feat: add headTagInsertCheck warning (#16555) (9f02a9f), closes #16555
- feat(asset): support
/*@​vite-ignore*/
fornew URL(, import.meta.url)
(#16590) (8880bc5), closes #16590 - chore(deps): update esbuild (#17290) (5f13bf8), closes #17290
Performance
- refactor: plugin container (#17288) (4aa4a80), closes #17288
- refactor: remove acorn (#16238) (454e2d1), closes #16238
Fixes
- fix: typo in client log (#17363) (68aa9f8), closes #17363
- fix(ssrTransform): handle arbitrary module namespace identifiers (#17446) (0a76652), closes #17446
- fix: gracefully shutdown preview server on
SIGTERM
(fix #12990) (#17333) (2207a68), closes #12990 #17333 - fix(css): ensure order of extracted CSS (#16588) (a52ed1d), closes #16588
- fix(deps): update all non-major dependencies (#17430) (4453d35), closes #17430
- fix(build): allow dynamic import treeshaking when injecting preload (#14221) (f43f71f), closes #14221
- fix(css): handle lightningcss minification in Deno (#17372) (b3f5bd1), closes #17372
- fix(css): handle url replacing when preprocessing with lightningcss (#17364) (6fbb5e0), closes #17364
- fix(ssr): remove pure CSS dynamic import (#17371) (67ff94b), closes #17371
- fix(ssr): resolve interlocking circular dependency issues (#15395) (687c38b), closes #15395
- fix: adjust import analysis behavior to match Node (#16738) (f599ab4), closes #16738
- fix: prevent unhandledRejection if
--open
fails (#16726) (1f60647), closes #16726 - fix(optimize-deps): don't externalize JS files imported with asset extensions (#16242) (4161843), closes #16242
- fix(proxy): rewrite the origin header to match the target for ws proxy (#16558) (7b0a65e), closes #16558
Chore
- test: disable isolate for unit test (#17448) (f16fae5), closes #17448
- build: use esbuild to speedup building vite package (#17299) (6db2515), closes #17299
- chore: add error recovery option to LightningCSSOptions (#17420) (e04193f), closes #17420
- chore(deps): update dependency @rollup/plugin-commonjs to v26 (#17431) (507b3de), closes #17431
- chore: add region comment (#17370) (a8c7083), closes #17370
- chore(deps): update all non-major dependencies (#17373) (f2d52f1), closes #17373
Previous Changelogs
5.3.0-beta.2 (2024-06-10)
5.3.0-beta.1 (2024-06-07)
5.3.0-beta.0 (2024-05-30)
v5.2.13
Please refer to CHANGELOG.md for details.
v5.2.12
- chore: move to eslint flat config (#16743) (8f16765), closes #16743
- chore(deps): remove unused deps (#17329) (5a45745), closes #17329
- chore(deps): update all non-major dependencies (#16722) (b45922a), closes #16722
- fix: mention
build.rollupOptions.output.manualChunks
instead ofbuild.rollupOutput.manualChunks
(89378c0), closes #16721 - fix(build): make SystemJSWrapRE match lazy (#16633) (6583ad2), closes #16633
- fix(css): avoid generating empty JS files when JS files becomes empty but has CSS files imported (#1 (95fe5a7), closes #16078
- fix(css): handle lightningcss compiled css in Deno (#17301) (8e4e932), closes #17301
- fix(css): only use files the current bundle contains (#16684) (15a6ebb), closes #16684
- fix(css): page reload was not happening with .css?raw (#16455) (8041846), closes #16455
- fix(deps): update all non-major dependencies (#16603) (6711553), closes #16603
- fix(deps): update all non-major dependencies (#16660) (bf2f014), closes #16660
- fix(deps): update all non-major dependencies (#17321) (4a89766), closes #17321
- fix(error-logging): rollup errors weren't displaying id and codeframe (#16540) (22dc196), closes #16540
- fix(hmr): normalize the path info (#14255) (6a085d0), closes #14255
- fix(hmr): trigger page reload when calling invalidate on root module (#16636) (2b61cc3), closes #16636
- fix(logger): truncate log over 5000 characters long (#16581) (b0b839a), closes #16581
- fix(optimizer): log dependencies added by plugins (#16729) (f0fb987), closes #16729
- fix(sourcemap): improve sourcemap compatibility for vue2 (#16594) (913c040), closes #16594
- docs: correct proxy shorthand example (#15938) (abf766e), closes #15938
- docs: deprecate server.hot (#16741) (e7d38ab), closes #16741
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.