Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^24.10.0^24.10.6 age confidence
@vitest/coverage-v8 (source) ^4.0.8^4.0.16 age confidence
eslint (source) ^9.39.1^9.39.2 age confidence
eslint-config-unjs ^0.5.0^0.6.2 age confidence
happy-dom ^20.0.10^20.1.0 age confidence
obuild ^0.4.1^0.4.14 age confidence
pnpm (source) 10.21.010.28.0 age confidence
prettier (source) ^3.6.2^3.7.4 age confidence
vitest (source) ^4.0.8^4.0.16 age confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v4.0.16

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.15

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub

v4.0.14

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.13

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.0.12

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.11

Compare Source

   🚀 Experimental Features
   🏎 Performance
    View changes on GitHub

v4.0.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.0.9

Compare Source

   🚀 Experimental Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.39.2

Compare Source

unjs/eslint-config (eslint-config-unjs)

v0.6.2

Compare Source

compare changes

🩹 Fixes
  • Disable array immutation rules for now (3cde73a)
❤️ Contributors

v0.6.1

Compare Source

compare changes

💅 Refactors
  • Migrate to @eslint/markdown (2f92a53)
  • Update default rules (84cdbad)
📦 Build
🏡 Chore
❤️ Contributors

v0.6.0

Compare Source

compare changes

💅 Refactors
  • Migrate to @eslint/markdown (2f92a53)
📦 Build
🏡 Chore
❤️ Contributors
capricorn86/happy-dom (happy-dom)

v20.1.0

Compare Source

🎨 Features
👷‍♂️ Patch fixes

v20.0.11

Compare Source

unjs/obuild (obuild)

v0.4.14

Compare Source

compare changes

🏡 Chore
  • Update rolldown to 1.0.0-beta.59 (51bd7d2)
❤️ Contributors

v0.4.13

Compare Source

compare changes

🩹 Fixes
  • rolldown: Revert includeDependenciesRecursively (7325ddd)
❤️ Contributors

v0.4.12

Compare Source

compare changes

🩹 Fixes
  • rolldown: Enable includeDependenciesRecursively (6974fb5)
  • bundle: Avoid recursion on resolveDeps (2bba5b9)
❤️ Contributors

v0.4.11

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.4.10

Compare Source

compare changes

🏡 Chore

v0.4.9

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.4.8

Compare Source

compare changes

📖 Documentation
  • Add c12 to "currently used" section (#​66)
🏡 Chore
🤖 CI
  • Bump actions checkout (#​64)
❤️ Contributors

v0.4.7

Compare Source

compare changes

💅 Refactors
  • rolldown: Use dist/_chunks for chunks (c1c8877)
❤️ Contributors

v0.4.6

Compare Source

compare changes

🚀 Enhancements
  • rolldown: Use dist/_libs for bundled dependencies (ec8c3fe)
❤️ Contributors

v0.4.5

Compare Source

compare changes

🩹 Fixes
  • rolldown: Default platform to node (439b03a)
🏡 Chore
❤️ Contributors

v0.4.4

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.4.3

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.4.2

Compare Source

compare changes

🏡 Chore
❤️ Contributors
pnpm/pnpm (pnpm)

v10.28.0

Compare Source

v10.27.0

Compare Source

v10.26.2: pnpm 10.26.2

Compare Source

Patch Changes

  • Improve error message when a package version exists but does not meet the minimumReleaseAge constraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #​10307.

  • Fix installation of Git dependencies using annotated tags #​10335.

    Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused ERR_PNPM_GIT_CHECKOUT_FAILED errors because the checked-out commit hash didn't match the stored tag object hash.

  • Binaries of runtime engines (Node.js, Deno, Bun) are written to node_modules/.bin before lifecycle scripts (install, postinstall, prepare) are executed #​10244.

  • Try to avoid making network calls with preferOffline #​10334.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.1: pnpm 10.26.1

Compare Source

Patch Changes

  • Don't fail on pnpm add, when blockExoticSubdeps is set to true #​10324.
  • Always resolve git references to full commits and ensure HEAD points to the commit after checkout #​10310.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.0

Compare Source

v10.25.0

Compare Source

v10.24.0

Compare Source

v10.23.0: pnpm 10.23

Compare Source

Minor Changes

  • Added --lockfile-only option to pnpm list #​10020.

Patch Changes

  • pnpm self-update should download pnpm from the configured npm registry #​10205.
  • pnpm self-update should always install the non-executable pnpm package (pnpm in the registry) and never the @pnpm/exe package, when installing v11 or newer. We currently cannot ship @pnpm/exe as pkg doesn't work with ESM #​10190.
  • Node.js runtime is not added to "dependencies" on pnpm add, if there's a engines.runtime setting declared in package.json #​10209.
  • The installation should fail if an optional dependency cannot be installed due to a trust policy check failure #​10208.
  • pnpm list and pnpm why now display npm: protocol for aliased packages (e.g., foo npm:[email protected]) #​8660.
  • Don't add an extra slash to the Node.js mirror URL #​10204.
  • pnpm store prune should not fail if the store contains Node.js packages #​10131.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.22.0: pnpm 10.22

Compare Source

Minor Changes

  • Added support for trustPolicyExclude #​10164.

    You can now list one or more specific packages or versions that pnpm should allow to install, even if those packages don't satisfy the trust policy requirement. For example:

    trustPolicy: no-downgrade
    trustPolicyExclude:
      - [email protected]
      - [email protected] || 5.102.1
  • Allow to override the engines field on publish by the publishConfig.engines field.

Patch Changes

  • Don't crash when two processes of pnpm are hardlinking the contents of a directory to the same destination simultaneously #​10179.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite
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);

v3.7.3

Compare Source

diff

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

Compare Source

diff


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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 force-pushed the renovate/all-minor-patch branch from 116a2e8 to fe50702 Compare November 20, 2025 02:52
@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 49.81%. Comparing base (2c08b87) to head (05f42e8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
- Coverage   50.66%   49.81%   -0.85%     
==========================================
  Files           6        6              
  Lines         825      825              
  Branches      307      307              
==========================================
- Hits          418      411       -7     
- Misses        306      312       +6     
- Partials      101      102       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a95f6ab to 47f211e Compare November 25, 2025 19:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from cbcea47 to 90c0a33 Compare December 3, 2025 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 78f2087 to 9abd57b Compare December 11, 2025 03:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e8391d1 to 6419c11 Compare December 19, 2025 03:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6419c11 to cadfee5 Compare December 23, 2025 14:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 398d3a9 to 7100689 Compare January 2, 2026 15:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 23201be to 05f42e8 Compare January 7, 2026 18:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05f42e8 to 725559b Compare January 10, 2026 02:23
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.

1 participant