-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): lock file maintenance minor/patch updates #5608
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Performance report!Rough benchmark
Internal benchmark
|
9bcec1a
to
001cfd1
Compare
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 stable 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: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5608 +/- ##
=======================================
Coverage 99.05% 99.05%
=======================================
Files 242 242
Lines 9311 9311
Branches 2466 2466
=======================================
Hits 9223 9223
Misses 58 58
Partials 30 30 ☔ View full report in Codecov by Sentry. |
001cfd1
to
237b1b0
Compare
This PR has been released as part of rollup@4.21.0. You can test it via |
This PR contains the following updates:
^6.29.1
->^6.30.0
^1.12.0
->^1.12.1
^1.7.2
->^1.7.3
^10.1.5
->^10.1.8
^15.2.7
->^15.2.8
^2.2.0
->^2.2.1
^4.19.1
->^4.20.0
^1.3.1
->^1.3.2
^3.4.34
->^3.4.36
3.4.37
2.16.8
->2.16.9
2.16.10
->2.16.11
0.36.3
->0.37.2
0.15.2
->0.16.0
0.117.4
->0.118.0
0.148.3
->0.149.0
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
codemirror/view (@codemirror/view)
v6.30.0
Compare Source
Bug fixes
Make spell check corrections work again on
EditContext
-enabled Chrome versions.New features
The value returned by
hoverTooltip
now has anactive
property providing the state field used to store the open tooltips.SBoudrias/Inquirer.js (inquirer)
v10.1.8
Compare Source
v10.1.7
Compare Source
lint-staged/lint-staged (lint-staged)
v15.2.8
Compare Source
Patch Changes
f0480f0
Thanks @iiroj! - In the previous version the nativegit rev-parse --show-toplevel
command was taken into use for resolving the current git repo root. This version switched the--show-toplevel
flag with--show-cdup
, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.jschild_process
. The new flag returns a path relative to the working directory, avoiding the issue.The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
vuejs/pinia (pinia)
v2.2.1
Compare Source
Please refer to CHANGELOG.md for details.
rollup/rollup (rollup)
v4.20.0
Compare Source
2024-08-03
Features
Pull Requests
vuejs/vitepress (vitepress)
v1.3.2
Compare Source
Bug Fixes
vuejs/core (vue)
v3.4.36
Compare Source
napi-rs/napi-rs (napi)
v2.16.9
Compare Source
What Changed
serde::Serialize
forEither
by @lbarthon #2209Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.16.8...napi@2.16.9
Configuration
📅 Schedule: Branch creation - "before 4am on Friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, 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.