-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix(deps): lock file maintenance minor/patch updates #6004
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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: |
Performance report
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6004 +/- ##
=======================================
Coverage 98.78% 98.78%
=======================================
Files 270 270
Lines 8745 8745
Branches 1512 1512
=======================================
Hits 8639 8639
Misses 73 73
Partials 33 33 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR has been released as part of rollup@4.44.2. You can test it via |
This PR contains the following updates:
^6.11.1
->^6.11.2
^6.37.2
->^6.38.0
^9.29.0
->^9.30.0
9.30.1
^1.5.0
->^1.5.3
1.5.4
^11.4.3
->^11.6.0
^28.0.5
->^28.0.6
^12.1.2
->^12.1.4
^5.1.4
->^5.2.0
^3.6.0
->^3.7.0
^18.19.112
->^18.19.113
18.19.115
(+1)^9.1.2
->^9.2.0
^9.29.0
->^9.30.0
9.30.1
^5.4.1
->^5.5.1
^11.6.0
->^11.7.1
^3.5.3
->^3.6.2
^4.43.0
->^4.44.1
^5.42.0
->^5.43.1
^8.34.1
->^8.35.1
^3.5.16
->^3.5.17
2.2.1
->2.2.2
23.0.1
->23.0.2
3.1.0
->3.1.1
🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
codemirror/language (@codemirror/language)
v6.11.2
Compare Source
Bug fixes
Make sure folded ranges open when backspacing or deleting into them.
codemirror/view (@codemirror/view)
v6.38.0
Compare Source
New features
Gutters can now specify that they should be displayed after the content (which would be to the right in a left-to-right layout).
eslint/eslint (@eslint/js)
v9.30.0
Compare Source
jridgewell/sourcemaps (@jridgewell/sourcemap-codec)
v1.5.3
Compare Source
getOwnPropertyDescriptors
polyfill to support Node v6: #34Full Changelog: jridgewell/sourcemaps@sourcemap-codec/1.5.2...sourcemap-codec/1.5.3
v1.5.2
Compare Source
require(esm)
support to fix bug with Node v22: jridgewell/sourcemaps@e957842Full Changelog: jridgewell/sourcemaps@sourcemap-codec/1.5.1...sourcemap-codec/1.5.2
v1.5.1
Compare Source
module-sync
exports type for require(esm): jridgewell/sourcemaps@3836f6cFull Changelog: jridgewell/sourcemaps@sourcemap-codec/1.5.0...sourcemap-codec/1.5.1
rollup/plugins (@rollup/plugin-typescript)
v12.1.4
2025-06-28
Bugfixes
shikijs/shiki (@shikijs/vitepress-twoslash)
v3.7.0
Compare Source
🚀 Features
🐞 Bug Fixes
light-dark
on colors, close #1036 - by @antfu in https://github.com/shikijs/shiki/issues/1036 (ac58a)View changes on GitHub
open-cli-tools/concurrently (concurrently)
v9.2.0
Compare Source
What's Changed
--kill-timeout
by @gustavohenke in https://github.com/open-cli-tools/concurrently/pull/540New Contributors
Full Changelog: open-cli-tools/concurrently@v9.1.2...v9.2.0
eslint/eslint (eslint)
v9.30.0
Compare Source
prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.5.1
Compare Source
Patch Changes
bfd1e95
Thanks @JounQin! - fix: useprettierRcOptions
directly for prettier 3.6+mochajs/mocha (mocha)
v11.7.1
Compare Source
🩹 Fixes
🧹 Chores
prettier/prettier (prettier)
v3.6.2
Compare Source
diff
Markdown: Add missing blank line around code block (#17675 by @fisker)
v3.6.1
Compare Source
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker)
Miscellaneous: Avoid closing files multiple times (#17665 by @43081j)
When reading a file to infer the interpreter from a shebang, we use the
n-readlines
library to read the first line in order to get the shebang.This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if
n-readlines
did not already closethem.
v3.6.0
Compare Source
diff
🔗 Release Notes
rollup/rollup (rollup)
v4.44.1
Compare Source
2025-06-26
Bug Fixes
Pull Requests
typescript-eslint/typescript-eslint (typescript-eslint)
v8.35.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.35.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
napi-rs/napi-rs (napi-build)
v2.2.2
Compare Source
What's Changed
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@3.0.0-beta.10...napi-build@2.2.2
Configuration
📅 Schedule: Branch creation - "before 4am on Friday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.