Update all non-major dependencies
This MR contains the following updates:
Release Notes
sveltejs/kit (@sveltejs/kit)
v2.5.7
Patch Changes
- chore(deps): update devalue to v5 ignore non-enumerable symbols during serialization (#12141)
v2.5.6
Patch Changes
- fix: avoid incorrectly un- and re-escaping cookies collected during a server-side
fetch
(#11904)
v2.5.5
Patch Changes
- fix: only hydrate when page is server-rendered (#12050)
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v3.1.0
Minor Changes
- feat(svelte5): enable hmr option in dev (#836)
Patch Changes
-
Remove unnecessary
enableSourcemap
option usage and prevent passing it in Svelte 5 (#862) -
Updated dependencies [
8ae3dc8cf415355f406f23d6104cb6153d75dfc8
]:
saadeghi/daisyui (daisyui)
v4.11.1
Bug Fixes
- disable initial button animation for
prefers-reduced-motion
(57d470e)
v4.11.0
Features
- add
tab-active
style for tabs witharia-selected="true"
attribute (213ee58)
v4.10.5
Bug Fixes
v4.10.4
Bug Fixes
v4.10.3
v4.10.2
Bug Fixes
v4.10.1
Bug Fixes
v4.10.0
Features
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v2.39.0
Minor Changes
-
#749
da4d535
Thanks @baseballyama! - feat: addsvelte/no-svelte-internal
rule -
#758
6ee50c8
Thanks @ota-meshi! - feat: Update svelte-eslint-parser to 0.36
v2.38.0
Minor Changes
-
#741
33626a3
Thanks @baseballyama! - Use the latest Svelte 5
v2.37.0
Minor Changes
v2.36.0
Minor Changes
- Add experimental support for Svelte v5
-
#622
470ef6c
Thanks @ota-meshi! - feat: add support for{@​snippet}
and{@​render}
in indent rule -
#620
1097107
Thanks @ota-meshi! - feat: (experimental) partial support for Svelte v5 -
#624
7df5b6f
Thanks @ota-meshi! - feat: add support for{@​snippet}
and{@​render}
in mustache-spacing rule - Update parser and svelte(v5)
-
#657
b159b46
Thanks @ota-meshi! - feat: update svelte to v5.0.0-next.33 -
#704
af2ccf9
Thanks @ota-meshi! - Update svelte-eslint-parser -
#693
b11ff34
Thanks @ota-meshi! - fix: update dependencies & some fixes -
#628
85fc8f4
Thanks @ota-meshi! - fix: update parser and fix some tests -
#696
d4303f5
Thanks @ota-meshi! - fix: update svelte-eslint-parser -
#635
ec3f1cf
Thanks @ota-meshi! - feat: update svelte to v5.0.0-next.16 -
#687
2943021
Thanks @ota-meshi! - feat: update parser
-
#657
-
#622
- Support for ESLint v9
-
#673
b72b97b
Thanks @ota-meshi! - feat: add support for eslint v9 -
#708
d597a69
Thanks @ota-meshi! - feat: add support for flat config-
#719
eaf5e6a
Thanks @ota-meshi! - fix: suppress comment not working in flat config. -
#711
aaba61f
Thanks @ota-meshi! - fix: flat config would cause an error with non-svelte files
-
#719
-
#673
-
#690
e84397d
Thanks @sdarnell! - Added prefer option to prefer-class-directive rule ('always' or 'empty'). The default is now 'empty' which is a slight relaxation of the rule. -
#679
4e6c681
Thanks @marekdedic! - feat: added the no-goto-without-base rule
Patch Changes
-
#694
73d6fd8
Thanks @ota-meshi! - fix: style report location -
#670
6121a56
Thanks @renovate! - fix(deps): update dependency eslint-compat-utils to ^0.3.0
ota-meshi/eslint-plugin-yml (eslint-plugin-yml)
v1.14.0
Minor Changes
-
#320
60123cf
Thanks @Logicer16! - feat: improved compatibility with@types/eslint
for flat config.
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
v3.2.3
- (fix) don't force-self-close
<slot>
tags
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.5.14
Fixed
- Fix detection of v4 projects on Windows (#265)
v0.5.13
Added
- Add support for
@zackad/prettier-plugin-twig-melody
(#255)
sveltejs/svelte (svelte)
v4.2.16
Patch Changes
- fix: check if svelte component exists on custom element destroy (#11489)
v4.2.15
Patch Changes
- support attribute selector inside :global() (#11135)
v4.2.14
Patch Changes
- fix parsing camelcase container query name (#11131)
v4.2.13
Patch Changes
- fix: applying :global for +,~ sibling combinator when slots are present (#9282)
sveltejs/language-tools (svelte-check)
v3.7.1
- fix: rework bindable types strategy (#2361)
v3.7.0
- feat: mark only properties as bindable that were declared using
$bindable()
in Svelte 5 runes mode (#2336) - chore: better Svelte 5 interop (#2336)
- fix: preserve event attribute casing in Svelte 5 (#2347)
- fix: handle
#await
inside#snippet
(#2348) - fix: better
bind:group
transformation (#2349) - fix: handle boolean css var (#2350)
v3.6.9
tailwindlabs/tailwindcss (tailwindcss)
v3.4.3
Fixed
- Revert changes to glob handling (#13384)
v3.4.2
Fixed
- Ensure max specificity of
0,0,1
for button and input Preflight rules (#12735) - Improve glob handling for folders with
(
,)
,[
or]
in the file path (#12715) - Split
:has
rules when usingexperimental.optimizeUniversalDefaults
(#12736) - Sort arbitrary properties alphabetically across multiple class lists (#12911)
- Add
mix-blend-plus-darker
utility (#12923) - Ensure dashes are allowed in variant modifiers (#13303)
- Fix crash showing completions in Intellisense when using a custom separator (#13306)
- Transpile
import.meta.url
in config files (#13322) - Reset letter spacing for form elements (#13150)
- Fix missing
xx-large
and remove doublex-large
absolute size (#13324) - Don't error when encountering nested CSS unless trying to
@apply
a class that uses nesting (#13325) - Ensure that arbitrary properties respect
important
configuration (#13353) - Change dark mode selector so
@apply
works correctly with pseudo elements (#13379)
Microsoft/TypeScript (typescript)
v5.4.5
: TypeScript 5.4.5
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
- fixed issues query for Typescript 5.4.4 (Stable).
- fixed issues query for Typescript 5.4.5 (Stable).
Downloads are available on:
v5.4.4
: TypeScript 5.4.4
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 5.4.0 (Beta).
- fixed issues query for Typescript 5.4.1 (RC).
- fixed issues query for Typescript 5.4.2 (Stable).
- fixed issues query for Typescript 5.4.3 (Stable).
- fixed issues query for Typescript 5.4.4 (Stable).
Downloads are available on:
typescript-eslint/typescript-eslint (typescript-eslint)
v7.8.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.7.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.7.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.6.0
🚀 Features
-
add
name
field to shared configs and flat config types -
bump npm dependency ranges
❤ ️ Thank You
- Abraham Guo
- auvred
- Brad Zacher
You can read about our versioning strategy and releases on our website.
v7.5.0
🩹 Fixes
- typescript-eslint: improve support for legacy configs
❤ ️ Thank You
- Brad Zacher
- Kim Sang Du
- Mark de Dios
- Naru
- YeonJuan
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v5.2.11
- feat: improve dynamic import variable failure error message (#16519) (f8feeea), closes #16519
- fix: dynamic-import-vars plugin normalize path issue (#16518) (f71ba5b), closes #16518
- fix: scripts and styles were missing from built HTML on Windows (#16421) (0e93f58), closes #16421
- fix(deps): update all non-major dependencies (#16488) (2d50be2), closes #16488
- fix(deps): update all non-major dependencies (#16549) (2d6a13b), closes #16549
- fix(dev): watch publicDir explicitly to include it outside the root (#16502) (4d83eb5), closes #16502
- fix(preload): skip preload for non-static urls (#16556) (bb79c9b), closes #16556
- fix(ssr): handle class declaration and expression name scoping (#16569) (c071eb3), closes #16569
- fix(ssr): handle function expression name scoping (#16563) (02db947), closes #16563
v5.2.10
- revert: perf: use workspace root for fs cache (#15712) (#16476) (77e7359), closes #15712 #16476
- fix: add base to virtual html (#16442) (721f94d), closes #16442
- fix: adjust esm syntax judgment logic (#16436) (af72eab), closes #16436
- fix: don't add outDirs to watch.ignored if emptyOutDir is false (#16453) (6a127d6), closes #16453
- fix(cspNonce): don't overwrite existing nonce values (#16415) (b872635), closes #16415
- feat: show warning if root is in build.outDir (#16454) (11444dc), closes #16454
- feat: write cspNonce to style tags (#16419) (8e54bbd), closes #16419
- chore(deps): update dependency eslint-plugin-n to v17 (#16381) (6cccef7), closes #16381
v5.2.9
- fix:
fsp.rm
removing files does not take effect (#16032) (b05c405), closes #16032 - fix: fix accumulated stacks in error overlay (#16393) (102c2fd), closes #16393
- fix(deps): update all non-major dependencies (#16376) (58a2938), closes #16376
- chore: update region comment (#16380) (77562c3), closes #16380
- perf: reduce size of injected __vite__mapDeps code (#16184) (c0ec6be), closes #16184
- perf(css): only replace empty chunk if imported (#16349) (e2658ad), closes #16349
v5.2.8
- fix: csp nonce injection when no closing tag (#16281) (#16282) (3c85c6b), closes #16281 #16282
- fix: do not access document in
/@​vite/client
when not defined (#16318) (646319c), closes #16318 - fix: fix sourcemap when using object as
define
value (#15805) (445c4f2), closes #15805 - fix(css): unknown file error happened with lightningcss (#16306) (01af308), closes #16306
- fix(hmr): multiple updates happened when invalidate is called while multiple tabs open (#16307) (21cc10b), closes #16307
- fix(scanner): duplicate modules for same id if glob is used in html-like types (#16305) (eca68fa), closes #16305
- chore(deps): update all non-major dependencies (#16325) (a78e265), closes #16325
- refactor: use types from sass instead of @types/sass (#16340) (4581e83), closes #16340
v5.2.7
- chore: deprecate splitVendorChunkPlugin (#16274) (45a06da), closes #16274
- fix: skip injecting
__vite__mapDeps
when it's not used (#16271) (890538a), closes #16271 - fix(deps): update all non-major dependencies (#16258) (7caef42), closes #16258
- fix(hmr): don't mutate module graph when collecting modules (#16302) (dfffea1), closes #16302
- fix(hmr): trigger hmr for missing file import errored module after file creation (#16303) (ffedc06), closes #16303
- fix(sourcemap): don't warn even if the sourcesContent is an empty string (#16273) (24e376a), closes #16273
- feat(hmr): reload when HTML file is created/deleted (#16288) (1f53796), closes #16288
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.