Skip to content

chore(deps): update all non-major dependencies#1277

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#1277
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@sveltejs/adapter-node (source) 5.4.05.5.2 age confidence devDependencies minor
@sveltejs/kit (source) 2.49.52.50.2 age confidence devDependencies minor
@tsconfig/svelte (source) 5.0.65.0.7 age confidence devDependencies patch
@types/node (source) 22.19.522.19.8 age confidence devDependencies patch 22.19.10 (+1)
@types/node (source) 22.19.522.19.8 age confidence dependencies patch 22.19.10 (+1)
actions/checkout v6.0.1v6.0.2 age confidence action patch
actions/setup-node v6.1.0v6.2.0 age confidence action minor
autoprefixer 10.4.2310.4.24 age confidence devDependencies patch
changesets/action v1.5.3v1.6.0 age confidence action minor
eslint-plugin-n 17.23.117.23.2 age confidence devDependencies patch
eslint-plugin-prettier 5.5.45.5.5 age confidence devDependencies patch
globals 17.0.017.3.0 age confidence devDependencies minor
playwright-core (source) 1.56.11.58.1 age confidence devDependencies minor 1.58.2
pnpm (source) 10.28.010.28.2 age confidence packageManager patch 10.29.1
prettier (source) 3.7.43.8.1 age confidence devDependencies minor
publint (source) 0.3.160.3.17 age confidence devDependencies patch
sass 1.97.21.97.3 age confidence devDependencies patch
svelte (source) 5.46.45.49.2 age confidence devDependencies minor 5.50.0
svelte (source) 5.46.45.49.2 age confidence dependencies minor 5.50.0
svelte-check 4.3.54.3.6 age confidence devDependencies patch
typescript-eslint (source) 8.52.08.54.0 age confidence devDependencies minor
vite (source) 8.0.0-beta.78.0.0-beta.13 age confidence devDependencies patch
vitest (source) 4.0.164.0.18 age confidence devDependencies patch

Release Notes

sveltejs/kit (@​sveltejs/adapter-node)

v5.5.2

Compare Source

Patch Changes

v5.5.1

Compare Source

Patch Changes

v5.5.0

Compare Source

Minor Changes
  • feat: add env vars for keepAliveTimeout and headersTimeout (#​15125)
sveltejs/kit (@​sveltejs/kit)

v2.50.2

Compare Source

Patch Changes
  • fix: ensure inlined CSS follows paths.assets and paths.relative settings (#​15153)

  • fix: emit script CSP nonces when unsafe-inline is present if strict-dynamic is also present (#​15221)

  • fix: re-export browser/dev from esm-env (#​15206)

  • fix: use validated args in batch resolver in both csr and ssr (#​15215)

  • fix: ensure CSS inlining includes components that are conditionally rendered (#​15153)

  • fix: only match rest params with matchers when the matcher matches (#​15216)

  • fix: properly handle percent-encoded anchors (e.g. <a href="#sparkles-%E2%9C%A8">) during prerendering. (#​15231)

v2.50.1

Compare Source

Patch Changes
  • fix: include hooks.server and hooks.universal as explicit Vite build inputs to ensure assets imported by hooks files are correctly discovered (#​15178)

  • fix: improves fields type for generic components (#​14974)

  • fix: preload links if href changes (#​15191)

v2.50.0

Compare Source

Minor Changes
  • breaking: remove buttonProps from experimental remote form functions; use e.g. <button {...myForm.fields.action.as('submit', 'register')}>Register</button> button instead (#​15144)
tsconfig/bases (@​tsconfig/svelte)

v5.0.7

Compare Source

actions/checkout (actions/checkout)

v6.0.2

Compare Source

actions/setup-node (actions/setup-node)

v6.2.0

Compare Source

postcss/autoprefixer (autoprefixer)

v10.4.24

Compare Source

  • Made Autoprefixer a little faster (by @​Cherry).
changesets/action (changesets/action)

v1.6.0

Compare Source

Minor Changes
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.23.2

Compare Source

🩹 Fixes
  • avoid any type for no-top-level-await listener node (build issue) (#​498) (f071703)
  • file-extension-in-import: handle directory index imports (#​499) (754a1a6)
  • file-extension-in-import: handle files with dots in basename (#​506) (600f3f2)
  • no-sync: resolve full typed names for ignores (#​501) (047301a)
📚 Documentation
🧹 Chores
  • no-missing-import: align fixture message with latest resolver output (#​500) (a3719d2)
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.5

Compare Source

Patch Changes
sindresorhus/globals (globals)

v17.3.0

Compare Source


v17.2.0

Compare Source

  • jasmine: Add throwUnless and throwUnlessAsync globals (#​335) 97f23a7

v17.1.0

Compare Source


microsoft/playwright (playwright-core)

v1.58.1

Compare Source

Highlights

#​39036 fix(msedge): fix local network permissions
#​39037 chore: update cft download location
#​38995 chore(webkit): disable frame sessions on fronzen builds

Browser Versions
  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

v1.58.0

Compare Source

v1.57.0

Compare Source

pnpm/pnpm (pnpm)

v10.28.2: pnpm 10.28.2

Compare Source

Patch Changes

  • Security fix: prevent path traversal in directories.bin field.

  • When pnpm installs a file: or git: dependency, it now validates that symlinks point within the package directory. Symlinks to paths outside the package root are skipped to prevent local data from being leaked into node_modules.

    This fixes a security issue where a malicious package could create symlinks to sensitive files (e.g., /etc/passwd, ~/.ssh/id_rsa) and have their contents copied when the package is installed.

    Note: This only affects file: and git: dependencies. Registry packages (npm) have symlinks stripped during publish and are not affected.

  • Fixed optional dependencies to request full metadata from the registry to get the libc field, which is required for proper platform compatibility checks #​9950.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.28.1

Compare Source

prettier/prettier (prettier)

v3.8.1

Compare Source

v3.8.0

Compare Source

diff

🔗 Release note

publint/publint (publint)

v0.3.17

Compare Source

Patch Changes
sass/dart-sass (sass)

v1.97.3

Compare Source

  • Fix a bug where nesting an at-rule within multiple style rules in plain CSS
    could cause outer style rules to be omitted.
sveltejs/svelte (svelte)

v5.49.2

Compare Source

Patch Changes
  • chore: remove SvelteKit data attributes from elements.d.ts (#​17613)

  • fix: avoid erroneous async derived expressions for blocks (#​17604)

  • fix: avoid Cloudflare warnings about not having the "node:crypto" module (#​17612)

  • fix: reschedule effects inside unskipped branches (#​17604)

v5.49.1

Compare Source

Patch Changes
  • fix: merge consecutive large text nodes (#​17587)

  • fix: only create async functions in SSR output when necessary (#​17593)

  • fix: properly separate multiline html blocks from each other in print() (#​17319)

  • fix: prevent unhandled exceptions arising from dangling promises in <script> (#​17591)

v5.49.0

Compare Source

Minor Changes
  • feat: allow passing ShadowRootInit object to custom element shadow option (#​17088)
Patch Changes
  • fix: throw for unset createContext get on the server (#​17580)

  • fix: reset effects inside skipped branches (#​17581)

  • fix: preserve old dependencies when updating reaction inside fork (#​17579)

  • fix: more conservative assignment_value_stale warnings (#​17574)

  • fix: disregard popover elements when determining whether an element has content (#​17367)

  • fix: fire introstart/outrostart events after delay, if specified (#​17567)

  • fix: increment signal versions when discarding forks (#​17577)

v5.48.5

Compare Source

Patch Changes
  • fix: run boundary onerror callbacks in a microtask, in case they result in the boundary's destruction (#​17561)

  • fix: prevent unintended exports from namespaces (#​17562)

  • fix: each block breaking with effects interspersed among items (#​17550)

v5.48.4

Compare Source

Patch Changes
  • fix: avoid duplicating escaped characters in CSS AST (#​17554)

v5.48.3

Compare Source

Patch Changes
  • fix: hydration failing with settled async blocks (#​17539)

  • fix: add pointer and touch events to a11y_no_static_element_interactions warning (#​17551)

  • fix: handle false dynamic components in SSR (#​17542)

  • fix: avoid unnecessary block effect re-runs after async work completes (#​17535)

  • fix: avoid using dev-mode array.includes wrapper on internal array checks (#​17536)

v5.48.2

Compare Source

Patch Changes
  • fix: export wait function from internal client index (#​17530)

v5.48.1

Compare Source

Patch Changes
  • fix: hoist snippets above const in same block (#​17516)

  • fix: properly hydrate await in {@&#8203;html} (#​17528)

  • fix: batch resolution of async work (#​17511)

  • fix: account for empty statements when visiting in transform async (#​17524)

  • fix: avoid async overhead for already settled promises (#​17461)

  • fix: better code generation for const tags with async dependencies (#​17518)

v5.48.0

Compare Source

Minor Changes
  • feat: export parseCss from svelte/compiler (#​17496)
Patch Changes
  • fix: handle non-string values in svelte:element this attribute (#​17499)

  • fix: faster deduplication of dependencies (#​17503)

v5.47.1

Compare Source

Patch Changes
  • fix: trigger selectedcontent reactivity (#​17486)

v5.47.0

Compare Source

Minor Changes
  • feat: customizable <select> elements (#​17429)
Patch Changes
  • fix: mark subtree of svelte boundary as dynamic (#​17468)

  • fix: don't reset static elements with debug/snippets (#​17477)

sveltejs/language-tools (svelte-check)

v4.3.6

Compare Source

Patch Changes
  • fix: don't hoist type/snippet referencing $store (#​2926)
typescript-eslint/typescript-eslint (typescript-eslint)

v8.54.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.53.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.

v8.53.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.

vitejs/vite (vite)

v8.0.0-beta.13

Compare Source

Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
Tests

v8.0.0-beta.12

Compare Source

Features
  • manifest: add assets field for standalone CSS entry points (#​21015) (f289b9b)
Bug Fixes
Miscellaneous Chores

v8.0.0-beta.11

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring

v8.0.0-beta.10

Compare Source

Bug Fixes
Documentation

v8.0.0-beta.9

Compare Source

Features
Bug Fixes
Miscellaneous Chores
Code Refactoring

v8.0.0-beta.8

Compare Source

⚠ BREAKING CHANGES
  • remove import.meta.hot.accept resolution fallback (#​21382)
Features
Bug Fixes
Code Refactoring
vitest-dev/vitest (vitest)

v4.0.18

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.17

Compare Source

   🚀 Features
   🐞 Bug Fixes

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 force-pushed the renovate/all-minor-patch branch 16 times, most recently from ebc6e1b to 344beb3 Compare January 27, 2026 15:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 4a5dc2e to b2440c4 Compare February 4, 2026 01:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f0f6df5 to 4bd4338 Compare February 6, 2026 10:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0bfab6c to d598458 Compare February 7, 2026 17:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d598458 to e94f75b Compare February 8, 2026 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants