Skip to content

fix(deps): lock file maintenance minor/patch updates #5988

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

Merged
merged 5 commits into from
Jun 20, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@codemirror/view devDependencies patch ^6.37.1 -> ^6.37.2 age adoption passing confidence
@eslint/js (source) devDependencies patch ^9.28.0 -> ^9.29.0 age adoption passing confidence
@rollup/plugin-commonjs (source) devDependencies patch ^28.0.3 -> ^28.0.5 28.0.6 age adoption passing confidence
@types/node (source) devDependencies patch ^18.19.111 -> ^18.19.112 age adoption passing confidence
axios (source) overrides minor ^1.9.0 -> ^1.10.0 age adoption passing confidence
eslint (source) devDependencies patch ^9.28.0 -> ^9.29.0 age adoption passing confidence
lint-staged devDependencies patch ^16.1.0 -> ^16.1.2 age adoption passing confidence
typescript-eslint (source) devDependencies patch ^8.34.0 -> ^8.34.1 age adoption passing confidence
swc_config dependencies patch 3.1.0 -> 3.1.1 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

rollup/plugins (@​rollup/plugin-commonjs)

v28.0.5

2025-06-14

Bugfixes
  • fix: crawl dynamicRequireRoot outside cwd (#​1859)

v28.0.4

2025-06-14

Bugfixes
  • fix: try/catch instanceof in getAugmentedNamespace (#​1868)
axios/axios (axios)

v1.10.0

Compare Source

Bug Fixes
  • adapter: pass fetchOptions to fetch function (#​6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#​6917) (5064b10)
  • package: add module entry point for React Native; (#​6933) (3d343b8)
Features
Contributors to this release
lint-staged/lint-staged (lint-staged)

v16.1.2

Compare Source

Patch Changes
  • #​1570 a7c0c88 Thanks @​ItsNickBarry! - When using --diff-filter with the D option to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error from git add like fatal: pathspec 'deleted-file' did not match any files.

  • 38f942e Thanks @​iiroj! - Removed an extraneous log entry that printed shouldHidePArtiallyStagedFiles to console output.

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

v8.34.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.


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.


  • 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 June 20, 2025 02:39
Copy link

vercel bot commented Jun 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rollup ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 20, 2025 7:16am

Copy link
Contributor Author

renovate bot commented Jun 20, 2025

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.

Copy link

github-actions bot commented Jun 20, 2025

Performance report

  • BUILD: 6946ms, 828 MB
    • initialize: 0ms, 24.7 MB
    • generate module graph: 2566ms, 630 MB
      • generate ast: 1410ms, 628 MB
    • sort and bind modules: 388ms, 678 MB
    • mark included statements: 3994ms, 828 MB
      • treeshaking pass 1: 2347ms, 817 MB
      • treeshaking pass 2: 465ms, 827 MB
      • treeshaking pass 3: 400ms, 820 MB
      • treeshaking pass 4: 386ms, 832 MB (+2%)
      • treeshaking pass 5: 385ms, 828 MB
  • GENERATE: 690ms (-110ms, -13.7%), 930 MB (-5%)
    • initialize render: 0ms, 806 MB (-13%)
    • generate chunks: 50ms (-157ms, -76.0%), 838 MB (-5%)
      • optimize chunks: 0ms, 825 MB (-11%)
    • render chunks: 627ms, 904 MB (-5%)
    • transform chunks: 18ms, 930 MB (-5%)
    • generate bundle: 0ms, 930 MB (-5%)

Copy link

github-actions bot commented Jun 20, 2025

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:
https://rollup-k1gimtf6n-rollup-js.vercel.app/repl/?pr=5988

Copy link

codecov bot commented Jun 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.78%. Comparing base (fa4b284) to head (88a00b1).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5988   +/-   ##
=======================================
  Coverage   98.78%   98.78%           
=======================================
  Files         270      270           
  Lines        8744     8744           
  Branches     1512     1512           
=======================================
  Hits         8638     8638           
  Misses         73       73           
  Partials       33       33           

☔ 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 renovate bot added this pull request to the merge queue Jun 20, 2025
Merged via the queue into master with commit 37d1915 Jun 20, 2025
42 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch June 20, 2025 07:33
Copy link

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