Skip to content

Update dev dependencies#275

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/dev-dependencies
Jun 25, 2026
Merged

Update dev dependencies#275
renovate[bot] merged 1 commit into
mainfrom
renovate/dev-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^24.12.2^24.13.2 age confidence
@vitest/coverage-v8 (source) ^4.1.5^4.1.9 age confidence
@vitest/eslint-plugin ^1.6.16^1.6.20 age confidence
prettier (source) ^3.8.3^3.8.4 age confidence
vitest (source) ^4.1.5^4.1.9 age confidence

Release Notes

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

v4.1.9

Compare Source

🐞 Bug Fixes
  • Fix importOriginal with optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in #​10546 (a5180)
  • browser:
    • Wait for orchestrator readiness before resolving browser sessions [backport to v4] - by Vladimir and Séamus O'Connor in #​10555 (7fb29)
    • Wait for iframe tester readiness before preparing [backport to v4] - by Vladimir and Séamus O'Connor in #​10497 and #​10556 (fbc62)
  • mocker:
    • Hoist vi.mock() for vite-plus/test imports [backport to v4] - by Hiroshi Ogawa, LongYinan, Claude Opus 4.8 and Vladimir in #​10548 (2c955)
  • pool:
    • Prevent test run hang on worker crash [backport to v4] - by Ari Perkkiö and Jattioui Ismail in #​10543 and #​10564 (934b0)
View changes on GitHub

v4.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.6

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.6.20

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.19

Compare Source

No significant changes

    View changes on GitHub

v1.6.18

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.6.17

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
prettier/prettier (prettier)

v3.8.4

Compare Source

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#​17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a

  - b

- c

  - d

<!-- Prettier 3.8.3 -->
- a
  - b
- c
  - d

<!-- Prettier 3.8.4 -->
- a

  - b

- c

  - d

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "on the 1st day of the month"
  • 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) June 1, 2026 21:02
@renovate
renovate Bot requested a review from emmercm June 2, 2026 02:45
@renovate
renovate Bot force-pushed the renovate/dev-dependencies branch 4 times, most recently from e789c71 to dc2f441 Compare June 9, 2026 02:37
@renovate
renovate Bot force-pushed the renovate/dev-dependencies branch 4 times, most recently from 04ba07c to 0fb61f7 Compare June 18, 2026 17:59
@renovate
renovate Bot force-pushed the renovate/dev-dependencies branch from 0fb61f7 to d90b26b Compare June 25, 2026 21:15
@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.61%. Comparing base (dd61e34) to head (d90b26b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #275   +/-   ##
=======================================
  Coverage   91.61%   91.61%           
=======================================
  Files          19       19           
  Lines        1133     1133           
  Branches      283      283           
=======================================
  Hits         1038     1038           
  Misses         86       86           
  Partials        9        9           
Flag Coverage Δ
metalsmith-build-cache 92.85% <ø> (ø)
metalsmith-collections-related 98.00% <ø> (ø)
metalsmith-css-unused 83.33% <ø> (ø)
metalsmith-github-profile 78.31% <ø> (ø)
metalsmith-htaccess 100.00% <ø> (ø)
metalsmith-html-favicons 69.44% <ø> (ø)
metalsmith-html-glob 97.67% <ø> (ø)
metalsmith-html-linter 90.76% <ø> (ø)
metalsmith-html-relative 97.43% <ø> (ø)
metalsmith-html-sri 90.90% <ø> (ø)
metalsmith-html-unused 100.00% <ø> (ø)
metalsmith-img-sharp 90.90% <ø> (ø)
metalsmith-include-files 100.00% <ø> (ø)
metalsmith-link-checker 93.52% <ø> (ø)
metalsmith-mermaid 97.22% <ø> (ø)
metalsmith-multi-collections 77.77% <ø> (ø)
metalsmith-reading-time 100.00% <ø> (ø)
metalsmith-tracer 85.85% <ø> (ø)
metalsmith-vega 90.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 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 merged commit 709c047 into main Jun 25, 2026
18 checks passed
@renovate
renovate Bot deleted the renovate/dev-dependencies branch June 25, 2026 21:18
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