Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@clack/prompts (source) 1.0.11.1.0 age confidence dependencies minor
@jest/globals (source) 30.2.030.3.0 age confidence devDependencies minor
@types/bun (source) 1.3.101.3.11 age confidence devDependencies patch
@types/jsdom (source) 28.0.028.0.1 age confidence devDependencies patch
actions/setup-node v6.2.0v6.3.0 age confidence action minor
better-sqlite3 12.6.212.8.0 age confidence devDependencies minor
eslint (source) 10.0.210.1.0 age confidence devDependencies minor
happy-dom 20.8.320.8.4 age confidence devDependencies patch
jest (source) 30.2.030.3.0 age confidence devDependencies minor
knip (source) 5.85.05.88.1 age confidence devDependencies minor
nitropack 2.13.12.13.2 age confidence devDependencies patch
oven-sh/setup-bun v2.1.2v2.2.0 age confidence action minor
oxc-parser (source) 0.116.00.121.0 age confidence devDependencies minor
pkg-pr-new (source) 0.0.650.0.66 age confidence devDependencies patch
pnpm (source) 10.30.310.32.1 age confidence packageManager minor
rollup (source) 4.59.04.59.1 age confidence resolutions patch
rollup (source) 4.59.04.59.1 age confidence devDependencies patch
tailwindcss (source) 4.2.14.2.2 age confidence devDependencies patch
tinyexec ^1.0.2^1.0.4 age confidence dependencies patch
unimport 6.0.06.0.2 age confidence devDependencies patch
vitest-browser-vue 2.0.22.1.0 age confidence devDependencies minor
vue (source) ^3.5.29^3.5.30 age confidence resolutions patch
vue (source) ^3.5.29^3.5.30 age confidence dependencies patch
vue-router (source) 5.0.35.0.4 age confidence devDependencies patch
vue-router (source) ^5.0.3^5.0.4 age confidence dependencies patch
vue-tsc (source) 3.2.53.2.6 age confidence devDependencies patch

Release Notes

bombshell-dev/clack (@​clack/prompts)

v1.1.0

Compare Source

Minor Changes
  • e3333fb: Replaces picocolors with Node.js built-in styleText.
Patch Changes
  • c3666e2: destruct limitOption param for better code readability, tweak types definitions
  • ba3df8e: Fixes withGuide support in intro, outro, and cancel messages.
  • Updated dependencies [e3333fb]
jestjs/jest (@​jest/globals)

v30.3.0

Compare Source

Features
  • [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (#​15844)
  • [jest-fake-timers] Add setTimerTickMode to configure how timers advance
  • [*] Reduce token usage when run through LLMs (3f17932)
Fixes
  • [jest-config] Keep CLI coverage output when using --json with --outputFile (#​15918)
  • [jest-mock] Use Symbol from test environment (#​15858)
  • [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (#​15864)
  • [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (#​15842)
  • [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (#​15851)
  • [jest-util] Make sure process.features.require_module is false (#​15867)
Chore & Maintenance
  • [*] Replace remaining micromatch uses with picomatch
  • [deps] Update to sinon/fake-timers v15
  • [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (#​15849)
  • Updated Twitter icon to match the latest brand guidelines (#​15869)
actions/setup-node (actions/setup-node)

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

WiseLibs/better-sqlite3 (better-sqlite3)

v12.8.0

Compare Source

What's Changed

New Contributors

Why SQLite v3.51.3 instead of v3.52.0

From the SQLite team:

Some important issues have been found with version 3.52.0. In order to give us time to deal with those issues, we plan to withdraw the 3.52.0 release. In its place, we will put up a new 3.51.3 patch release that includes a fix for the recently discovered WAL-reset bug as well as other patches. This will happen probably within about the next twelve hours.

Hence, if you were planning to upgrade to 3.52.0 tomorrow (Friday, 2026-03-14), perhaps it would be better to wait a day or so for 3.51.3.

At some point we will do version 3.52.1 which will hopefully resolve the issues that have arisen with the 3.52.0 release.

Full Changelog: WiseLibs/better-sqlite3@v12.7.1...v12.8.0

eslint/eslint (eslint)

v10.1.0

Compare Source

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#​20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#​20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#​20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#​20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#​20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#​20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#​20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#​20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#​20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#​20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#​20510) (Nicholas C. Zakas)

Chores

v10.0.3

Compare Source

capricorn86/happy-dom (happy-dom)

v20.8.4

Compare Source

webpro-nl/knip (knip)

v5.88.1: Release 5.88.1

Compare Source

v5.88.0: Release 5.88.0

Compare Source

v5.87.0

Compare Source

v5.86.0: Release 5.86.0

Compare Source

nitrojs/nitro (nitropack)

v2.13.2

Compare Source

compare changes

[!NOTE]
This release upgrades h3 to latest 1.15.9 which contains security fixes.

🩹 Fixes
  • prerender: Skip writing routes with .. or outside of public dir (81f76800)
  • prerender: Mark invalid routes as skipped (9cb795c7)
📖 Documentation
Preset Changes
  • vercel: Add types and docs for isr.exposeErrBody (f7753152)
❤️ Contributors
oven-sh/setup-bun (oven-sh/setup-bun)

v2.2.0

Compare Source

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed
New Contributors

Full Changelog: oven-sh/setup-bun@v2...v2.2.0

v2.1.3

Compare Source

oven-sh/setup-bun is the github action for setting up Bun.

What's Changed
New Contributors

Full Changelog: oven-sh/setup-bun@v2...v2.1.3

oxc-project/oxc (oxc-parser)

v0.120.0

⚡ Performance

v0.119.0

📚 Documentation
  • e4aa5b5 parser/napi, linter/plugins: Add JSDoc comments to raw transfer constants (#​20286) (overlookmotel)

v0.118.0

v0.117.0

🐛 Bug Fixes
  • 92cfb14 linter/plugins: Fix types for walkProgram and walkProgramWithCfg (#​20081) (overlookmotel)
  • ee0491e apps,napi: Explicitly specify libs in tsconfigs (#​20071) (camc314)
stackblitz-labs/pkg.pr.new (pkg-pr-new)

v0.0.66

Compare Source

pnpm/pnpm (pnpm)

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.32.0: pnpm 10.32

Compare Source

Minor Changes

  • Added --all flag to pnpm approve-builds that approves all pending builds without interactive prompts #​10136.

Patch Changes

  • Reverted change related to setting explicitly the npm config file path, which caused regressions.
  • Reverted fix related to lockfile-include-tarball-url. Fixes #​10915.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.31.0

Compare Source

rollup/rollup (rollup)

v4.59.1

Compare Source

2026-03-21

Bug Fixes
  • Fix a crash when using lazy dynamic imports with moduleSideEffects:false (#​6306)
Pull Requests

Configuration

📅 Schedule: Branch creation - "on Monday" (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 requested a review from danielroe as a code owner March 9, 2026 03:01
@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 9, 2026

Open in StackBlitz

npm i https://pkg.pr.new/nuxt/test-utils/@nuxt/test-utils@1612
npm i https://pkg.pr.new/nuxt/test-utils/vitest-environment-nuxt@1612

commit: 4f0f14a

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 4060509 to c780ed8 Compare March 16, 2026 11:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from f7d327e to 43961e2 Compare March 20, 2026 18:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 43961e2 to 4f0f14a Compare March 21, 2026 10:39
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