Skip to content

fix(deps): update all non-major dependencies#743

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

fix(deps): update all non-major dependencies#743
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) ^24.12.4^24.13.2 age confidence
@vitest/coverage-v8 (source) ^4.1.7^4.1.9 age confidence
js-yaml ^4.1.1^4.3.0 age confidence
prettier (source) ^3.8.3^3.9.1 age confidence
turbo (source) ^2.9.16^2.10.0 age confidence
vitest (source) ^4.1.7^4.1.9 age confidence
yarn (source) 4.15.04.17.0 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
nodeca/js-yaml (js-yaml)

v4.3.0

Compare Source

v4.2.0

Compare Source

Added
  • Added docs/safety.md with notes about processing untrusted YAML.
  • Added maxDepth (100) loader option. Not a problem, but gives a better
    exception instead of RangeError on stack overflow.
  • Added maxMergeSeqLength (20) loader option. Not a problem after merge fix,
    but an additional restriction for safety.
  • Added sourcemaps to dist/ builds.
Changed
  • Stop resolving numbers with underscores as numeric scalars, #​627.
  • Switched dev toolchains to Vite / neostandard.
  • Updated demo.
  • Reorganized tests.
  • dist/ files are no longer kept in the repository.
Fixed
  • Fix parsing of properties on the first implicit block mapping key, #​62.
  • Fix trailing whitespace handling when folding flow scalar lines, #​307.
  • Reject top-level block scalars without content indentation, #​280.
  • Ensure numbers survive round-trip, #​737.
  • Fix test coverage for issue #​221.
  • Fix flow scalar trailing whitespace folding, #​307.
  • Fix digits in YAML named tag handles.
Security
  • Fix potential DoS via quadratic complexity in merge - deduplicate repeated
    elements (makes sense for malformed files > 10K).
prettier/prettier (prettier)

v3.9.1

Compare Source

v3.9.0

Compare Source

diff

🔗 Release Notes

v3.8.5

Compare Source

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
vercel/turborepo (turbo)

v2.10.0: Turborepo v2.10.0

Compare Source

What's Changed

create-turbo
@​turbo/codemod
eslint
@​turbo/repository
@​turbo/telemetry
Examples
Changelog

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 12pm on Sunday"
  • 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 added the dependencies label Jun 7, 2026
@renovate renovate Bot enabled auto-merge (squash) June 7, 2026 02:06
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jun 7, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 7, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 82b71bc to 13a0016 Compare June 9, 2026 16:55
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jun 9, 2026
@renovate

renovate Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
➤ YN0000: · Yarn 4.17.0
➤ YN0000: ┌ Resolution step
➤ YN0016: │ prettier@npm:^3.9.1: All versions satisfying "^3.9.1" are quarantined
➤ YN0000: └ Completed in 1s 365ms
➤ YN0000: · Failed with errors in 1s 394ms

renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 9, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 13a0016 to 6af2b25 Compare June 11, 2026 01:10
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jun 11, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 11, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6af2b25 to e25371e Compare June 15, 2026 10:52
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 15, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jun 15, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e25371e to ecbad0d Compare June 24, 2026 19:06
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jun 24, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 24, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ecbad0d to c3ceadb Compare June 26, 2026 19:31
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 26, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jun 26, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c3ceadb to b5caeb0 Compare June 26, 2026 23:46
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jun 26, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 26, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from b5caeb0 to fa41774 Compare June 27, 2026 13:15
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jun 27, 2026
renovate-approve-2[bot]
renovate-approve-2 Bot previously approved these changes Jun 27, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fa41774 to 9bef766 Compare June 28, 2026 01:35
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