Skip to content

fix(deps): update minor/patch updates - #6477

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/minorpatch-updates
Aug 13, 2026
Merged

fix(deps): update minor/patch updates#6477
renovate[bot] merged 1 commit into
masterfrom
renovate/minorpatch-updates

Conversation

@renovate

@renovate renovate Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@shikijs/vitepress-twoslash (source) ^4.4.2^4.4.3 age confidence devDependencies patch
cross-platform-actions/action v1.3.0v1.4.0 age confidence action minor
memfs ^4.68.0^4.68.1 age confidence devDependencies patch
napi 3.12.03.12.1 age confidence dependencies patch
napi-build 2.4.02.4.1 age confidence build-dependencies patch
napi-derive 3.6.23.6.3 age confidence dependencies patch
typescript-eslint (source) ^8.66.0^8.67.0 age confidence devDependencies minor

Release Notes

shikijs/shiki (@​shikijs/vitepress-twoslash)

v4.4.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
cross-platform-actions/action (cross-platform-actions/action)

v1.4.0: Cross Platform Action 1.4.0

Compare Source

Added
  • Add support for FreeBSD on RISC-V 64 (riscv64) (#​36)
  • Add support for NetBSD on VAX, running on the SIMH simulator
  • Add support for NetBSD 11.0 (#​154)
Changed
  • OpenBSD on ARM64 now boots with the same EDK II UEFI firmware (uefi.fd) as
    every other ARM64 guest, instead of a separate Linaro UEFI build. The QEMU
    machine type for OpenBSD on ARM64 is now virt,acpi=off, which makes the
    kernel fall back to the device tree instead of hanging during ACPI attach.
    This removes the dependency on the Linaro release server, which no longer
    exists
Fixed
  • Don't log the Tearing down VM group when shutdown_vm is false, since
    the VM is not being torn down in that case
    (#​109)
  • The "Start VM" step could keep running for hours when the VM failed to boot
    (#​158).
    Waiting for the VM to become ready is now bounded by an actual wall clock
    timeout, instead of by a number of connection attempts, and a single SSH
    connection attempt is bounded by ConnectTimeout.
  • The post job step now reports when the console log of the VM is missing or
    empty, instead of silently printing nothing
    (#​158)
  • A reboot of a guest that dies instead of rebooting now fails after roughly
    20 seconds, instead of after 13 minutes. The SSH session that issues the
    reboot is bounded by ServerAliveInterval, so it no longer blocks for the
    full TCP retransmission time, and waiting for the VM to come back up is
    given up on as soon as the guest announces a kernel panic on its serial
    console
  • Advanced Matrix Extensions (AMX) is no longer exposed to the guests on
    x86-64, so which runner a job happens to get no longer decides whether the
    VM boots
    (#​158).
    Kernels released before AMX existed fault as soon as userland starts, which
    affected NetBSD 9.4 and 10.1 and FreeBSD 12.4 on the runners that have it
streamich/memfs (memfs)

v4.68.1

Compare Source

What's Changed

Full Changelog: streamich/memfs@v4.68.0...v4.68.1

typescript-eslint/typescript-eslint (typescript-eslint)

v8.67.0

Compare Source

🚀 Features
  • typescript-eslint: export basic globs for using tseslint (#​12105)
❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 06:00 PM and 11:59 PM, only on Thursday (* 18-23 * * 4)
    • Between 12:00 AM and 05:59 AM, only on Friday (* 0-5 * * 5)
  • 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 August 13, 2026 19:07
@vercel

vercel Bot commented Aug 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
rollup Ready Ready Preview Aug 13, 2026 7:08pm

Request Review

@github-actions

github-actions Bot commented Aug 13, 2026

Copy link
Copy Markdown

Thank you for your contribution! ❤️

You can try out this pull request locally by installing Rollup via

npm install rollup/rollup#renovate/minorpatch-updates

Notice: Ensure you have installed the latest nightly Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust.

or load it into the REPL:
https://rollup-36s3sibkm-rollup-js.vercel.app/repl/?pr=6477

@github-actions

Copy link
Copy Markdown

Performance report

  • BUILD: 6963ms, 829 MB
    • initialize: 0ms, 24.1 MB
    • generate module graph: 2506ms, 625 MB
      • generate ast: 1268ms, 615 MB
    • sort and bind modules: 445ms, 683 MB
    • mark included statements: 3993ms, 829 MB
      • treeshaking pass 1: 2248ms, 821 MB
      • treeshaking pass 2: 487ms, 848 MB
      • treeshaking pass 3: 424ms, 830 MB
      • treeshaking pass 4: 411ms, 845 MB
      • treeshaking pass 5: 409ms, 829 MB
  • GENERATE: 641ms, 890 MB
    • initialize render: 0ms, 829 MB
    • generate chunks: 42ms, 847 MB
      • optimize chunks: 0ms, 839 MB
    • render chunks: 583ms, 864 MB
    • transform chunks: 14ms, 890 MB
    • generate bundle: 0ms, 890 MB

@codecov

codecov Bot commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.78%. Comparing base (bfda94f) to head (ff6be37).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6477   +/-   ##
=======================================
  Coverage   98.78%   98.78%           
=======================================
  Files         275      275           
  Lines       10822    10822           
  Branches     2887     2887           
=======================================
  Hits        10690    10690           
  Misses         89       89           
  Partials       43       43           

☔ 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 added this pull request to the merge queue Aug 13, 2026
Merged via the queue into master with commit d42b0d6 Aug 13, 2026
49 checks passed
@renovate
renovate Bot deleted the renovate/minorpatch-updates branch August 13, 2026 19:53
@github-actions

Copy link
Copy Markdown

This PR has been released as part of rollup@4.62.5. You can test it via npm install rollup.

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