fix(deps): update minor/patch updates#6386
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#renovate/minorpatch-updatesNotice: 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: |
Performance report
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6386 +/- ##
=======================================
Coverage 98.78% 98.78%
=======================================
Files 274 274
Lines 10795 10795
Branches 2883 2883
=======================================
Hits 10664 10664
Misses 89 89
Partials 42 42 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2912c67 to
26a5b1a
Compare
|
This PR has been released as part of rollup@4.61.0. You can test it via |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^6.42.1→^6.43.0^11.14.0→^11.15.0^3.2.8→^3.3.03.3.1v4.0.2→v4.3.1^1.16.0→^1.16.1v6.0.0→v6.0.1v1.0.0→v1.1.0^10.3.0→^10.4.0^17.0.4→^17.0.50.1.59→0.1.613.8.6→3.9.02.3.1→2.3.23.5.5→3.5.6^4.60.3→^4.60.421.0.1→21.0.223.0.0→23.0.139.0.2→39.1.0v2.77.6→v2.79.1v2.79.4(+2)^8.59.3→^8.59.4^3.2.8→^3.3.03.3.1^0.13.1→^0.15.0Release Notes
mermaid-js/mermaid-cli (@mermaid-js/mermaid-cli)
v11.15.0Compare Source
🚀 Features
@mermaid-js/layout-tidy-treesupport @aloisklink (#1055)--jobsto limit parallel diagram renders @aloisklink (#1058)🐛 Bug Fixes
run()Node.JS API @aloisklink (#1057)@mermaid-js/layout-elkto^0.1.5 || ^0.2@aloisklink (#1054)🧰 Maintenance
release-publish.ymlworkflow @aloisklink (#1060)📦 Dependency updates
vuejs/language-tools (@vue/language-server)
v3.3.0Compare Source
language-core
v-ifbranch fragments when collecting single root nodes - Thanks to @KazariEX!SfcAPIs toIR- Thanks to @KazariEX!language-service
html.customData(#5910) - Thanks to @Bomberus!=""only for plain boolean props completion edits - Thanks to @KazariEX!typescript-plugin
vscode
extraFileExtensionsin tsserverconfigurerequest payload (#6048) - Thanks to @KazariEX!v3.2.9Compare Source
language-core
vscode
workspace
aws-actions/configure-aws-credentials (aws-actions/configure-aws-credentials)
v4.3.1Compare Source
Bug Fixes
v4.3.0Compare Source
NOTE: This release tag originally pointed to
59b4418, but a critical bug was discovered shortly after publishing. We updated this tag tod0834adto prevent anyone using the 4.3.0 tag from encountering the bug, and we published 4.3.1 to allow workflows to auto update correctly.Features
Bug Fixes
Miscellaneous Chores
v4.2.1Compare Source
Bug Fixes
v4.2.0Compare Source
Features
Bug Fixes
v4.1.0Compare Source
Features
Bug Fixes
v4.0.3Compare Source
Features
Bug Fixes
Miscellaneous Chores
axios/axios (axios)
v1.16.1Compare Source
codecov/codecov-action (codecov/codecov-action)
v6.0.1Compare Source
cross-platform-actions/action (cross-platform-actions/action)
v1.1.0: Cross Platform Action 1.1.0Compare Source
Added
Add support for DragonFly BSD (#19)
Add support for MidnightBSD (#102)
Add support for FreeBSD 14.4 (#122)
Add support for OmniOS r151058
New syntax for multiple steps (#83).
Instead of invoking the action multiple times it's now possible to use a
custom shell when running commands:
Each custom-shell step automatically synchronizes files in both
directions: runner-to-vm before the step runs and vm-to-runner after.
Pass
--sync-files DIRECTIONafter the file argument to change this(
both(default),none(skip sync),runner-to-vm, orvm-to-runner), or usecpa.sh --sync-filesstandalone to sync ondemand without running a command:
Reboot mode for rebooting the VM and waiting for it to come back up
(#103,
#118).
cpa.sh --rebootissues the reboot and blocks until the VM is reachableagain:
Security
integrity verification for downloaded artifacts
(#140)
Deprecated
The
runinput parameter has been deprecated and is now optional. Use thecustom shell (
shell: cpa.sh {0}) in subsequent steps to run commands inthe virtual machine instead.
The
shutdown_vminput parameter has been deprecated and will be removedin a future release. There is no replacement. When unset, it now defaults
to
trueif therunparameter is provided (preserving the legacybehavior) and
falseotherwise (so the VM stays alive across subsequentcustom-shell steps without needing to specify it).
eslint/eslint (eslint)
v10.4.0Compare Source
lint-staged/lint-staged (lint-staged)
v17.0.5Compare Source
Patch Changes
1f67271- Correctly set the--max-arg-lengthdefault value based on the running platform. This controls how very long lists of staged files are split into multiple chunks.napi-rs/mimalloc-safe (mimalloc-safe)
v0.1.61Compare Source
Chore
rollup/rollup (rollup)
v4.60.4Compare Source
2026-05-14
Bug Fixes
Pull Requests
taiki-e/install-action (taiki-e/install-action)
v2.79.1: 2.79.1Compare Source
Update
tombi@latestto 0.11.5.Update
cargo-nextest@latestto 0.9.136.Update
typos@latestto 1.46.2.Update
mise@latestto 2026.5.10.v2.79.0: 2.79.0Compare Source
Support more host architectures. (#1841, thanks @Gelbpunkt)
Deprecate
mdbook-alertsbecause the feature now included inmdbookand the repository has been archived. (#1844)Deprecate
iai-callgrind-runnerbecause it has been renamed togungraun-runner.gungraun-runneris also supported by this action. (#1844)v2.78.3: 2.78.3Compare Source
Update
zizmor@latestto 1.25.2.Update
cargo-zigbuild@latestto 0.22.3. (#1814, thanks @simonhollingshead)Update
wasm-tools@latestto 1.249.0.Update
gungraun-runner@latestto 0.19.0.v2.78.2: 2.78.2Compare Source
Update
wasm-pack@latestto 0.15.0.Update
zizmor@latestto 1.25.0.Update
mise@latestto 2026.5.9.Update
cargo-nextest@latestto 0.9.135.Update
cyclonedx@latestto 0.32.0.Update
prek@latestto 0.4.0.v2.78.1: 2.78.1Compare Source
Update
mise@latestto 2026.5.7.Diagnostic improvements.
v2.78.0: 2.78.0Compare Source
Support
cargo-mutants. (#1812, thanks @jakewimmer)Update
covgate@latestto 0.2.0.Update
cargo-llvm-cov@latestto 0.8.7.Update
uv@latestto 0.11.14.Update
martin@latestto 1.9.1.Update
tombi@latestto 0.11.4.v2.77.7: 2.77.7Compare Source
Update
mise@latestto 2026.5.6.Update
cargo-deny@latestto 0.19.6.typescript-eslint/typescript-eslint (typescript-eslint)
v8.59.4Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
wasm-bindgen/wasm-pack (wasm-pack)
v0.15.0Compare Source
✨ Features
Add wasm64-unknown-unknown target support - audreyt, pull/1553
Parameterizes the target triple in
cargo_build_wasm()andcargo_build_wasm_tests(), extracts--targetfrom extra options, adds--enable-memory64to wasm-opt args for wasm64 targets, and dynamically constructs theCARGO_TARGET_*_RUNNERenv var from the target triple.Add
--panic-unwindflag to build and test commands - guybedford, pull/1572Move
wasm-pack-templateinto the repo - guybedford, pull/1573Vendors the project template directly into this repository so
wasm-pack newno longer depends on a separate external template repo.🤕 Fixes
Replace deprecated
binary-installand add release auto-publish - guybedford, pull/1579The 0.14.0 npm package shipped with the old
drager/wasm-packrelease URL and was never republished after the repository moved, sonpm install -g wasm-packfailed with a 404. This inlines the install/run logic intonpm/binary.js, drops the deprecatedbinary-installdependency (which pulled in unmaintainedrimraf@3,glob@7,inflight, andtar@6), promotestarto a real dependency, and adds release workflow automation so the npm package no longer requires a manualnpm publish.Make
init.shPOSIX-compatible and stop mangling$VERSION- guybedford, pull/1578Add trailing newline in
package.json- joaofreires, pull/1162Fix
drager→wasm-bindgenin URLs - akesling, pull/1571🛠️ Maintenance
Bump follow-redirects from 1.15.11 to 1.16.0 in /npm - [dependabot], pull/1565
Bump rustls-webpki from 0.103.9 to 0.103.13 - [dependabot], pull/1570
Bump brace-expansion from 1.1.12 to 1.1.14 in /npm - [dependabot], pull/1574
Bump tar from 0.4.44 to 0.4.45 - [dependabot], pull/1559
Bump time from 0.3.45 to 0.3.47 - [dependabot], pull/1549
Bump minimatch from 3.1.2 to 3.1.5 in /npm - [dependabot], pull/1555
📖 Documentation
Update documentation and references to the new GitHub repo - [qinyuhang], pull/1567
Fix typo in prerequisites documentation - pRizz, pull/1545
v0.14.0Compare Source
✨ Features
Support arbitrary wasm targets (WASI support) - RReverser, pull/1524
Allows building for targets other than wasm32-unknown-unknown, enabling WASI and other custom wasm targets.
macOS ARM (aarch64-apple-darwin) build support - kaleidawave, pull/1529
Adds native Apple Silicon support in release builds and NPM package.
Allow
--split-linked-modulesflag for wasm-bindgen - codeart1st, pull/1443Custom build profile support - rafaelbeckel, pull/1428
Allows using custom cargo profiles via
--profile.🤕 Fixes
Fix NPM package download URL - qinyuhang, pull/1543
Filter build artifacts to only .wasm files - [drager], pull/1535
Handle undefined VERSION in installer script - BrianHung, pull/1512
Fix it_gets_wasm_bindgen_version test - mshroyer, pull/1509
🛠️ Maintenance
Update dependencies to latest versions - [drager], pull/1536
Security workflow permissions fixes - [drager]
Bump ring from 0.17.8 to 0.17.14 - dependabot, pull/1516
Bump brace-expansion from 1.1.11 to 1.1.12 in /npm - dependabot, pull/1515
Bump rustls from 0.23.16 to 0.23.18 - dependabot, pull/1451
Fix tar vulnerability (CVE-2026-23745) in npm package
Override tar dependency to ^7.5.3 to fix arbitrary file overwrite and symlink poisoning vulnerability (GHSA-8qq5-rm4j-mr97).
Fix axios vulnerabilities in npm package
Override axios dependency to ^0.30.0 to fix SSRF/credential leakage via absolute URL and XSRF-TOKEN leakage (CSRF) vulnerabilities.
📖 Documentation
Update documentation links to drager's repo - yutannihilation, pull/1513
Document prerequisites for webdriver tests - mshroyer, pull/1509
Configuration
📅 Schedule: (UTC)
* 18-23 * * 4)* 0-5 * * 5)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.