Skip to content

chore(deps): update npm#89

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm
Open

chore(deps): update npm#89
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm

Conversation

@renovate

@renovate renovate Bot commented Apr 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@esbuild/linux-arm64 ^0.27.0^0.28.0 age confidence
@sveltejs/vite-plugin-svelte (source) 7.0.07.1.2 age confidence
positron-components 1.14.11.15.2 age confidence
prettier (source) 3.8.13.8.3 age confidence
prettier-plugin-svelte 3.5.13.5.2 age confidence
prettier-plugin-tailwindcss ^0.7.2^0.8.0 age confidence
svelte-check 4.4.54.4.8 age confidence
typescript (source) 6.0.26.0.3 age confidence
vite (source) 8.0.58.0.14 age confidence
zod (source) 4.3.64.4.3 age confidence

Release Notes

evanw/esbuild (@​esbuild/linux-arm64)

v0.28.0

Compare Source

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v7.1.2

Compare Source

Patch Changes
  • fix: correctly resolve compiled CSS on the server for dependencies with Svelte files (#​1342)

v7.1.1

Compare Source

Patch Changes
  • fix: pass typescript.onlyRemoveTypeImports to transformWithOxc in vitePreprocess so that value imports are not dropped when they are only referenced in Svelte template markup (#​1326)

  • fix: correctly resolve compiled CSS for optimised Svelte dependencies on the server (#​1336)

v7.1.0

Compare Source

Minor Changes
  • feat: enable optimizer for server environments during dev (#​1328)
Profiidev/positron_components (positron-components)

v1.15.2

Compare Source

Bug Fixes

v1.15.1

Compare Source

Bug Fixes

v1.15.0

Compare Source

Features
Bug Fixes
  • added option for href for table actions (2b4adcf)

v1.14.4

Compare Source

Bug Fixes

v1.14.3

Compare Source

Bug Fixes

v1.14.2

Compare Source

Bug Fixes
prettier/prettier (prettier)

v3.8.3

Compare Source

v3.8.2

Compare Source

sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.5.2

Compare Source

  • (fix) Preserve non-breaking spaces
  • (fix) handle comments in bind: get/set tuple
  • (fix) handle computed properties in e.g. {#each} blocks
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.8.0

Compare Source

Changed
  • Require at least Prettier 3.7.x (#​420)
Added
  • Export public sorting APIs to /sorter (#​438)
Fixed
  • Remove top-level await (#​420)
  • Improve load-time performance (#​420)
  • Improve config resolution caching with directory-based cache (#​432)
  • Load compatible plugins on demand and tighten plugin detection (#​437)
  • Load v3/v4 modules only when needed (#​439)
  • Remove recast/ast-types deps and optimize dynamic JS attribute handling (#​440)
  • Remove unused deps (#​441)
  • Use the plugin that has already been imported rather than dynamically importing it again (#​442)
  • Skip visiting non-node children (#​443)
  • Optimize whitespace-only class detection (#​429)
  • Fix v3 config loading with Jiti re-exports (#​448)
  • Collapse whitespace in template literals with adjacent quasis (#​427)
  • Improve canCollapseWhitespaceIn handling for "tailwindPreserveWhitespace": true (#​428)

v0.7.4

Compare Source

Same as v0.7.2, since v0.7.3 contained breaking changes.

v0.7.3

Compare Source

Changed
  • Remove top-level await (#​420)
  • Improve load-time performance (#​420)
Fixed
  • Collapse whitespace in template literals with adjacent quasis (#​427)
sveltejs/language-tools (svelte-check)

v4.4.8

Compare Source

Patch Changes
  • feat: typescript 6.0 support (#​2985)

v4.4.7

Compare Source

Patch Changes
  • fix: flush stdout/stderr before exit (#​3014)

  • fix: report diagnostics in tsconfig.json (#​3005)

v4.4.6

Compare Source

Patch Changes
  • fix: prevent config loading message in svelte-check --incremental (#​2974)

  • fix: resolve svelte files with NodeNext in --incremental/tsgo (#​2990)

  • perf: various optimization with ast walk (#​2969)

  • fix: prevent error with escape sequence in attribute (#​2968)

  • fix: typescript 6.0 compatibility (#​2988)

microsoft/TypeScript (typescript)

v6.0.3

Compare Source

vitejs/vite (vite)

v8.0.14

Compare Source

Features
Bug Fixes
Miscellaneous Chores
  • deps: update rolldown-related dependencies (#​22470) (7cb728e)
  • remove irrelevant commits from changelog (2c69495)
Code Refactoring
Tests

v8.0.13

Compare Source

Features
Bug Fixes
Miscellaneous Chores

v8.0.12

Compare Source

Features
Bug Fixes
  • create-vite: pass react framework to TanStack CLI (#​22397) (18f0f90)
  • deps: update all non-major dependencies (#​22420) (2be6000)
  • module-runner: prevent partial-exports race on concurrent imports of in-flight invalidated re-export chains (#​22369) (f5a22e6)
  • refer to rolldownOptions instead of deprecated rollupOptions in messages (#​22400) (b675c7b)
  • worker: apply build.target to worker bundle (#​22404) (3c93fde)
  • worker: forward define to worker bundle transform (#​22408) (d4838a0)
Miscellaneous Chores

v8.0.11

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
Tests

v8.0.10

Compare Source

Features
Bug Fixes
  • hmrClient.logger.debug and hmrClient.logger.error looked different from other HMR logs (#​22147) (a4d828f)
  • css: show filename in CSS minification warnings for .css?inline (#​22292) (83f0a78)
  • optimizer: allow user transform.target to override default in optimizeDeps (#​22273) (5c7cec6)
  • remove format sniffing module resolution from JS resolver (#​22297) (b8a21cc)
Code Refactoring

v8.0.9

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores

v8.0.8

Compare Source

Features
Bug Fixes

v8.0.7

Compare Source

Bug Fixes
  • use sync dns.getDefaultResultOrder instead of dns.promises (#​22185) (5c05b04)

v8.0.6

Compare Source

Features
Bug Fixes
Performance Improvements
  • early return in getLocalhostAddressIfDiffersFromDNS when DNS order is verbatim (#​22151) (56ec256)
Miscellaneous Chores
colinhacks/zod (zod)

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge (squash) April 6, 2026 01:39
@github-actions

github-actions Bot commented Apr 6, 2026

Copy link
Copy Markdown

Test Results

75 tests   75 ✅  5s ⏱️
 2 suites   0 💤
 1 files     0 ❌

Results for commit 4e3fc98.

♻️ This comment has been updated with latest results.

@renovate renovate Bot force-pushed the renovate/npm branch 14 times, most recently from 8189936 to f37e58d Compare April 11, 2026 13:03
@renovate renovate Bot force-pushed the renovate/npm branch 4 times, most recently from a0a4c55 to c575442 Compare April 20, 2026 10:15
@renovate renovate Bot force-pushed the renovate/npm branch 4 times, most recently from 19a2d92 to f684299 Compare April 30, 2026 06:28
@renovate renovate Bot force-pushed the renovate/npm branch 6 times, most recently from 28bf73b to bf392ad Compare May 6, 2026 00:44
@renovate renovate Bot force-pushed the renovate/npm branch 4 times, most recently from de08799 to 4c968ac Compare May 11, 2026 15:53
@renovate renovate Bot force-pushed the renovate/npm branch 5 times, most recently from d7bb7c6 to f8d2771 Compare May 21, 2026 11:30
@renovate renovate Bot force-pushed the renovate/npm branch from f8d2771 to 4e3fc98 Compare May 21, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants