Skip to content

chore(deps): update minor/patch updates#6290

Merged
lukastaegert merged 2 commits intomasterfrom
renovate/minorpatch-updates
Mar 6, 2026
Merged

chore(deps): update minor/patch updates#6290
lukastaegert merged 2 commits intomasterfrom
renovate/minorpatch-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 5, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@codemirror/lang-javascript ^6.2.4^6.2.5 age confidence devDependencies patch
@codemirror/view ^6.39.15^6.39.16 age confidence devDependencies patch
actions/setup-node v6.2.0v6.3.0 age confidence action minor
globals ^17.3.0^17.4.0 age confidence devDependencies minor
lint-staged ^16.2.7^16.3.1 age confidence devDependencies minor 16.3.2
taiki-e/install-action v2.68.14v2.68.16 age confidence action patch v2.68.19 (+2)

Release Notes

codemirror/lang-javascript (@​codemirror/lang-javascript)

v6.2.5

Compare Source

Bug fixes

Support code folding of JSX elements and tags.

When reading properties in scopeCompletionSource, use the original object, not a prototype.

actions/setup-node (actions/setup-node)

v6.3.0

Compare Source

What's Changed
Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:
New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

sindresorhus/globals (globals)

v17.4.0

Compare Source

lint-staged/lint-staged (lint-staged)

v16.3.1

Compare Source

Patch Changes
  • #​1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

v16.3.0

Compare Source

Minor Changes
  • #​1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #​1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes
  • #​1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
taiki-e/install-action (taiki-e/install-action)

v2.68.16

Compare Source

Initial release


Configuration

📅 Schedule: 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 ) (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.


  • 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 March 5, 2026 19:36
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 5, 2026

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

Project Deployment Actions Updated (UTC)
rollup Ready Ready Preview, Comment Mar 6, 2026 6:21am

Request Review

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.77%. Comparing base (f5193f7) to head (eb93710).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6290   +/-   ##
=======================================
  Coverage   98.77%   98.77%           
=======================================
  Files         273      273           
  Lines       10725    10725           
  Branches     2859     2859           
=======================================
  Hits        10594    10594           
  Misses         89       89           
  Partials       42       42           

☔ View full report in Codecov by Sentry.
📢 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
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 6, 2026

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 6, 2026

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-43jvaorex-rollup-js.vercel.app/repl/?pr=6290

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 6, 2026

Performance report

  • BUILD: 6958ms, 836 MB
    • initialize: 0ms, 23.8 MB (+8%)
    • generate module graph: 2678ms, 634 MB
      • generate ast: 1419ms, 627 MB
    • sort and bind modules: 399ms, 691 MB
    • mark included statements: 3882ms, 836 MB
      • treeshaking pass 1: 2275ms, 828 MB
      • treeshaking pass 2: 455ms, 852 MB
      • treeshaking pass 3: 391ms, 834 MB
      • treeshaking pass 4: 378ms, 844 MB
      • treeshaking pass 5: 376ms, 836 MB
  • GENERATE: 676ms, 922 MB
    • initialize render: 0ms, 836 MB
    • generate chunks: 39ms, 851 MB
      • optimize chunks: 0ms, 843 MB
    • render chunks: 622ms, 913 MB
    • transform chunks: 16ms, 922 MB
    • generate bundle: 0ms, 922 MB

@lukastaegert lukastaegert force-pushed the renovate/minorpatch-updates branch from 8a9e3a3 to eb93710 Compare March 6, 2026 06:20
@lukastaegert lukastaegert disabled auto-merge March 6, 2026 06:36
@lukastaegert lukastaegert merged commit 7e21e51 into master Mar 6, 2026
47 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch March 6, 2026 06:37
@github-actions
Copy link
Copy Markdown

This PR has been released as part of rollup@4.59.1. 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.

1 participant