Update all non-major dependencies
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @sveltejs/kit (source) | devDependencies | minor | ^2.48.4 -> ^2.49.2 |
| @tailwindcss/vite (source) | devDependencies | patch | ^4.1.17 -> ^4.1.18 |
| @types/node (source) | devDependencies | patch | ^24.10.0 -> ^24.10.4 |
| daisyui (source) | devDependencies | minor | ^5.4.7 -> ^5.5.14 |
| eslint (source) | devDependencies | patch | ^9.39.1 -> ^9.39.2 |
| eslint-plugin-svelte (source) | devDependencies | patch | ^3.13.0 -> ^3.13.1 |
| eslint-plugin-yml (source) | devDependencies | patch | ^1.19.0 -> ^1.19.1 |
| prettier (source) | devDependencies | minor | ^3.6.2 -> ^3.7.4 |
| prettier-plugin-svelte | devDependencies | patch | ^3.4.0 -> ^3.4.1 |
| prettier-plugin-tailwindcss | devDependencies | patch | ^0.7.1 -> ^0.7.2 |
| svelte (source) | devDependencies | minor | ^5.43.4 -> ^5.46.1 |
| svelte-check | devDependencies | patch | ^4.3.3 -> ^4.3.5 |
| tailwindcss (source) | devDependencies | patch | ^4.1.17 -> ^4.1.18 |
| typescript-eslint (source) | devDependencies | minor | ^8.46.3 -> ^8.50.1 |
| vite (source) | devDependencies | minor | ^7.2.1 -> ^7.3.0 |
Release Notes
sveltejs/kit (@sveltejs/kit)
v2.49.2
Patch Changes
-
fix: Stop re-loading already-loaded CSS during server-side route resolution (#15014)
-
fix: posixify the instrumentation file import on Windows (#14993)
-
fix: Correctly handle shared memory when decoding binary form data (#15028)
v2.49.1
Patch Changes
-
fix: suppress
state_referenced_locallywarnings in.svelte-kit/generated/root.svelte(#15013) -
fix: TypeError when doing response.clone() in page load (#15005)
v2.49.0
Minor Changes
- feat: stream file uploads inside
formremote functions allowing form data to be accessed before large files finish uploading (#14775)
v2.48.8
Patch Changes
-
breaking:
invalidnow must be imported from@sveltejs/kit(#14768) -
breaking: remove
submitteroption from experimental formvalidate()method, always provide default submitter (#14762)
v2.48.7
Patch Changes
-
fix: allow multiple
server-timingheaders (#14700) -
fix: allow access to root-level issues in schema-less forms (#14893)
-
fix: allow hosting hash-based apps from non-index.html files (#14825)
v2.48.6
Patch Changes
-
fix: clear issues upon passing validation (#14683)
-
fix: don't use fork of unrelated route (#14947)
-
fix: prevent type errors when optional
@opentelemetry/apidependency isn't installed (#14949) -
fix: preserve
thiswhen invoking standard validator (#14943) -
fix: treat client/universal hooks as entrypoints for illegal server import detection (#14876)
-
fix: correct query
.setand.refreshbehavior in commands (#14877) -
fix: improved the accuracy of the types of the output of
field.as('...')(#14908)
v2.48.5
Patch Changes
tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.1.18
Fixed
- Ensure validation of
source(…)happens relative to the file it is in (#19274) - Include filename and line numbers in CSS parse errors (#19282)
- Skip comments in Ruby files when checking for class names (#19243)
- Skip over arbitrary property utilities with a top-level
!in the value (#19243) - Support environment API in
@tailwindcss/vite(#18970) - Preserve case of theme keys from JS configs and plugins (#19337)
- Write source maps correctly on the CLI when using
--watch(#19373) - Handle special defaults (like
ringColor.DEFAULT) in JS configs (#19348) - Improve backwards compatibility for
contenttheme key from JS configs (#19381) - Upgrade: Handle
futureandexperimentalconfig keys (#19344) - Try to canonicalize any arbitrary utility to a bare value (#19379)
- Validate candidates similarly to Oxide (#19397)
- Canonicalization: combine
text-*andleading-*classes (#19396) - Correctly handle duplicate CLI arguments (#19416)
- Don’t emit color-mix fallback rules inside
@keyframes(#19419) - CLI: Don't hang when output is
/dev/stdout(#19421)
saadeghi/daisyui (daisyui)
v5.5.14
Bug Fixes
v5.5.13
Bug Fixes
v5.5.12
Bug Fixes
v5.5.11
Bug Fixes
- range color issue when there's a ling range slider on a ultrawide screen (#4335). closes #4334 (810f519)
v5.5.10
Bug Fixes
v5.5.9
Bug Fixes
v5.5.8
Bug Fixes
- badge padding to respect --size-selector, clean up kbd and tab padding properties. closes: #4293 (e713958)
v5.5.7
Bug Fixes
v5.5.6
Bug Fixes
- chat bubble height overflow on Safari (e36afac), closes github.com/saadeghi/daisyui/issues/3712#issuecomment-3599503502
v5.5.5
Bug Fixes
v5.5.4
Bug Fixes
v5.5.3
Bug Fixes
v5.5.2
Bug Fixes
v5.5.1
Bug Fixes
v5.5.0
Features
- new component
hover-3dto make a 3D card - new component
text-rotateto rotate between multiple words - new
skeletonvariant:skeleton-textfor animated gradient text - improve
diffdrag area - improve
<code>padding inprose. closes: #4243 - new
dropdownmodifier:dropdown-closeto force close a dropdown -
btnselector improvements (7% smaller CSS size) - details in menu now has smooth transition
Docs
- search now includes all class names and variables
- update disable menu example to be more accessible
- update llms.txt
v5.4.8
npm i -D daisyui@5.4.8
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.13.1
Patch Changes
-
#1437
89d030dThanks @ota-meshi! - fix(svelte/indent): crash when using ts import type -
#1440
a87e40bThanks @baseballyama! - fix(prefer-destructured-store-props): handle runes properly -
#1438
817b137Thanks @baseballyama! - fix: Supportexperimental.asynccompiler option
ota-meshi/eslint-plugin-yml (eslint-plugin-yml)
v1.19.1
Patch Changes
-
#506
736f153Thanks @sumimakito! - fix(sort-keys): fix incorrect result when move down the block located at the file start
prettier/prettier (prettier)
v3.7.4
LWC: Avoid quote around interpolations (#18383 by @kovsu)
<!-- Input -->
<div foo={bar}> </div>
<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>
<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
// Input
type Foo = (/** comment */ a | b) | c;
// Prettier 3.7.3
type Foo = /** comment */ (/** comment */ a | b) | c;
// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
// Input
type X = (A | B) & (
// comment
A | B
);
// Prettier 3.7.3 (first format)
type X = (A | B) &
(// comment
A | B);
// Prettier 3.7.3 (second format)
type X = (
| A
| B // comment
) &
(A | B);
// Prettier 3.7.4
type X = (A | B) &
// comment
(A | B);
v3.7.3
API: Fix prettier.getFileInfo() change that breaks VSCode extension (#18375 by @fisker)
An internal refactor accidentally broke the VSCode extension plugin loading.
v3.7.2
JavaScript: Fix string print when switching quotes (#18351 by @fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")
// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');
// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;
// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#18364 by @fisker)
// Input
export type XXX = {
// tbd
};
// Prettier 3.7.1
export type XXX = { // tbd };
// Prettier 3.7.2
export type XXX = {
// tbd
};
v3.7.1
API: Fix performance regression in doc printer (#18342 by @fisker)
Prettier 3.7.0 can be very slow when formatting big files, the regression has been fixed.
v3.7.0
sveltejs/svelte (svelte)
v5.46.1
Patch Changes
-
fix: type
currentTargetinonfunction (#17370) -
fix: skip static optimisation for stateless deriveds after
await(#17389) -
fix: prevent infinite loop when HMRing a component with an
await(#17380)
v5.46.0
Minor Changes
- feat: Add
cspoption torender(...), and emit hashes when usinghydratable(#17338)
v5.45.10
Patch Changes
- fix: race condition when importing
AsyncLocalStorage(#17350)
v5.45.9
Patch Changes
-
fix: correctly reschedule deferred effects when reviving a batch after async work (#17332)
-
fix: correctly print
!doctypeduringprint(#17341)
v5.45.8
Patch Changes
-
fix: set AST
root.startto0androot.endtotemplate.length(#17125) -
fix: prevent erroneous
state_referenced_locallywarnings on prop fallbacks (#17329)
v5.45.7
Patch Changes
-
fix: Add
<textarea wrap="off">as a valid attribute value (#17326) -
fix: add more css selectors to
print()(#17330) -
fix: don't crash on
hydratableserialization failure (#17315)
v5.45.6
Patch Changes
-
fix: don't issue a11y warning for
<video>without captions if it has nosrc(#17311) -
fix: add
srcObjectto permitted<audio>/<video>attributes (#17310)
v5.45.5
Patch Changes
-
fix: correctly reconcile each blocks after outroing branches are resumed (#17258)
-
fix: destroy each items after siblings are resumed (#17258)
v5.45.4
Patch Changes
-
chore: move DOM-related effect properties to
effect.nodes(#17293) -
fix: allow
$props.id()to occur after anawait(#17285) -
fix: keep reactions up to date even when read outside of effect (#17295)
v5.45.3
Patch Changes
-
add props to state_referenced_locally (#17266)
-
fix: preserve node locations for better sourcemaps (#17269)
-
fix: handle cross-realm Promises in
hydratable(#17284)
v5.45.2
Patch Changes
v5.45.1
Patch Changes
- fix: race condition when importing
AsyncLocalStorage(#17350)
v5.45.0
Minor Changes
- feat: add
print(...)function (#16188)
v5.44.1
Patch Changes
-
fix: await blockers before initialising const (#17226)
-
fix: link offscreen items and last effect in each block correctly (#17244)
-
fix: generate correct code for simple destructurings (#17237)
-
fix: ensure each block animations don't mess with transitions (#17238)
v5.44.0
Minor Changes
- feat:
hydratableAPI (#17154)
v5.43.15
Patch Changes
-
fix: don't execute attachments and attribute effects eagerly (#17208)
-
chore: lift "flushSync cannot be called in effects" restriction (#17139)
-
fix: store forked derived values (#17212)
v5.43.14
Patch Changes
-
fix: correctly migrate named self closing slots (#17199)
-
fix: error at compile time instead of at runtime on await expressions inside bindings/transitions/animations/attachments (#17198)
-
fix: take async blockers into account for bindings/transitions/animations/attachments (#17198)
v5.43.13
Patch Changes
- fix: don't set derived values during time traveling (#17200)
v5.43.12
Patch Changes
- fix: maintain correct linked list of effects when updating each blocks (#17191)
v5.43.11
Patch Changes
-
perf: don't use tracing overeager during dev (#17183)
-
fix: don't cancel transition of already outroing elements (#17186)
v5.43.10
Patch Changes
- fix: avoid other batches running with queued root effects of main batch (#17145)
v5.43.9
Patch Changes
-
fix: correctly handle functions when determining async blockers (#17137)
-
fix: keep deriveds reactive after their original parent effect was destroyed (#17171)
-
fix: ensure eager effects don't break reactions chain (#17138)
-
fix: ensure async
@constin boundary hydrates correctly (#17165) -
fix: take blockers into account when creating
#awaitblocks (#17137) -
fix: parallelize async
@consts in the template (#17165)
v5.43.8
Patch Changes
- fix: each block losing reactivity when items removed while promise pending (#17150)
v5.43.7
Patch Changes
-
fix: properly defer document title until async work is complete (#17158)
-
fix: ensure deferred effects can be rescheduled later on (#17147)
-
fix: take blockers of components into account (#17153)
v5.43.6
Patch Changes
- fix: don't deactivate other batches (#17132)
v5.43.5
Patch Changes
sveltejs/language-tools (svelte-check)
v4.3.5
Patch Changes
- fix: ensure await-block type is preserved in the latest Svelte version (#2895)
v4.3.4
Patch Changes
- chore: use machine format when run by Claude Code (#2870)
typescript-eslint/typescript-eslint (typescript-eslint)
v8.50.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.
v8.50.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.
v8.49.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.
v8.48.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.
v8.48.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.
v8.47.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.
v8.46.4
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)
v7.3.0
Please refer to CHANGELOG.md for details.
v7.2.7
Please refer to CHANGELOG.md for details.
v7.2.6
7.2.6 (2025-12-01)
v7.2.4
Bug Fixes
v7.2.3
Bug Fixes
- allow multiple
bindCLIShortcutscalls with shortcut merging (#21103) (5909efd) - deps: update all non-major dependencies (#21096) (6a34ac3)
- deps: update all non-major dependencies (#21128) (4f8171e)
Performance Improvements
Miscellaneous Chores
- deps: update dependency @rollup/plugin-commonjs to v29 (#21099) (02ceaec)
- deps: update rolldown-related dependencies (#21095) (39a0a15)
- deps: update rolldown-related dependencies (#21127) (5029720)
v7.2.2
Bug Fixes
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.