Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 6, 2025

This PR contains the following updates:

Package Change Age Confidence
@sveltejs/kit (source) 2.49.1 -> 2.49.2 age confidence
@types/node (source) 22.19.1 -> 22.19.2 age confidence
eslint-plugin-svelte (source) 3.13.0 -> 3.13.1 age confidence
pnpm (source) 10.24.0 -> 10.25.0 age confidence
prettier (source) 3.7.3 -> 3.7.4 age confidence
publint (source) 0.3.15 -> 0.3.16 age confidence
sass 1.94.2 -> 1.95.1 age confidence
svelte (source) 5.45.4 -> 5.45.8 age confidence
svelte-eslint-parser 1.4.0 -> 1.4.1 age confidence
typescript-eslint (source) 8.48.0 -> 8.49.0 age confidence
vite (source) 7.2.6 -> 7.2.7 age confidence

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.49.2

Compare Source

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)

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v3.13.1

Compare Source

Patch Changes
pnpm/pnpm (pnpm)

v10.25.0

Compare Source

prettier/prettier (prettier)

v3.7.4

Compare Source

diff

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);
publint/publint (publint)

v0.3.16

Compare Source

Patch Changes
  • Re-enable file existence checks for TS and TSX files if they do not use custom conditions. In v0.3.10, this was done unconditionally instead which missed catching possible file typos if only common conditions are used. (7b1408e)
sass/dart-sass (sass)

v1.95.1

Compare Source

  • No user-visible changes.

v1.95.0

Compare Source

  • Add support for the CSS-style if() function. In addition to supporting the
    plain CSS syntax, this also supports a sass() query that takes a Sass
    expression that evaluates to true or false at preprocessing time depending
    on whether the Sass value is truthy. If there are no plain-CSS queries, the
    function will return the first value whose query returns true during
    preprocessing. For example, if(sass(false): 1; sass(true): 2; else: 3)
    returns 2.

  • The old Sass if() syntax is now deprecated. Users are encouraged to migrate
    to the new CSS syntax. if($condition, $if-true, $if-false) can be changed to
    if(sass($condition): $if-true; else: $if-false).

    See the Sass website for details.

  • Plain-CSS if() functions are now considered "special numbers", meaning that
    they can be used in place of arguments to CSS color functions.

  • Plain-CSS if() functions and attr() functions are now considered "special
    variable strings" (like var()), meaning they can now be used in place of
    multiple arguments or syntax fragments in various CSS functions.

v1.94.3

Compare Source

  • Fix the span reported for standalone % expressions followed by whitespace.
sveltejs/svelte (svelte)

v5.45.8

Compare Source

Patch Changes
  • fix: set AST root.start to 0 and root.end to template.length (#​17125)

  • fix: prevent erroneous state_referenced_locally warnings on prop fallbacks (#​17329)

v5.45.7

Compare Source

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 hydratable serialization failure (#​17315)

v5.45.6

Compare Source

Patch Changes
  • fix: don't issue a11y warning for <video> without captions if it has no src (#​17311)

  • fix: add srcObject to permitted <audio>/<video> attributes (#​17310)

v5.45.5

Compare Source

Patch Changes
  • fix: correctly reconcile each blocks after outroing branches are resumed (#​17258)

  • fix: destroy each items after siblings are resumed (#​17258)

sveltejs/svelte-eslint-parser (svelte-eslint-parser)

v1.4.1

Compare Source

Patch Changes
typescript-eslint/typescript-eslint (typescript-eslint)

v8.49.0

Compare Source

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

Compare Source

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.2.7

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Oct 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from ae61ea3 to d74e5f6 Compare October 12, 2025 21:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from da60ec1 to 09a8047 Compare October 21, 2025 05:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2b32747 to 87a0620 Compare October 22, 2025 17:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from b2a734f to 6b84092 Compare November 29, 2025 21:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 5cfc0fa to 939ea67 Compare December 5, 2025 09:25
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency typescript-eslint to v8.48.1 Dec 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 939ea67 to 56477b3 Compare December 6, 2025 05:39
@renovate renovate bot changed the title chore(deps): update dependency typescript-eslint to v8.48.1 chore(deps): update all non-major dependencies Dec 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from fa6344d to 37ae77b Compare December 11, 2025 22:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 37ae77b to e1ae660 Compare December 13, 2025 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant