8000 fix(deps): lock file maintenance minor/patch updates by renovate[bot] · Pull Request #5878 · rollup/rollup · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

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 1 commit into from
Mar 14, 2025

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Mar 14, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@eslint/js (source) devDependencies minor ^9.21.0 -> ^9.22.0 age adoption passing confidence
@inquirer/prompts (source) devDependencies patch ^7.3.2 -> ^7.3.3 age adoption passing confidence
@rollup/plugin-commonjs (source) devDependencies patch ^28.0.2 -> ^28.0.3 age adoption passing confidence
@types/node (source) devDependencies patch ^18.19.79 -> ^18.19.80 age adoption passing confidence
acorn devDependencies patch ^8.14.0 -> ^8.14.1 age adoption passing confidence
eslint (source) devDependencies minor ^9.21.0 -> ^9.22.0 age adoption passing confidence
eslint-config-prettier devDependencies minor ^10.0.2 -> ^10.1.1 age adoption passing confidence
eslint-plugin-vue (source) devDependencies patch ^9.32.0 -> ^9.33.0 age adoption passing confidence
rollup (source) devDependencies minor ^4.34.9 -> ^4.35.0 age adoption passing confidence
typescript-eslint (source) devDependencies patch ^8.26.0 -> ^8.26.1 age adoption passing confidence
vite (source) devDependencies patch ^6.2.0 -> ^6.2.1 6.2.2 age adoption passing confidence
swc_ecma_parser dependencies patch 10.0.0 -> 10.0.1 age adoption passing confidence

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


Release Notes

eslint/eslint (@​eslint/js)

v9.22.0

Compare Source

SBoudrias/Inquirer.js (@​inquirer/prompts)

v7.3.3

Compare Source

  • Fix an issue where inquirer would throw if Node is ran with the new --frozen-intrinsics flag.

This fix is also released through patches of all specific prompts packages.

eslint/eslint (eslint)

v9.22.0

Compare Source

prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.1

Compare Source

Patch Changes
  • #​309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also #​308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

v10.1.0

Compare Source

Minor Changes

v10.0.3

Compare Source

Patch Changes
rollup/rollup (rollup)

v4.35.0

Compare Source

2025-03-08

Features
  • Pass build errors to the closeBundle hook (#​5867)
Pull Requests
typescript-eslint/typescript-eslint (typescript-eslint)

v8.26.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 March 14, 2025 02:48
Copy link
vercel bot commented Mar 14, 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 Mar 14, 2025 2:49am

Copy link
github-actions bot commented Mar 14, 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-lzr2yq55f-rollup-js.vercel.app/repl/?pr=5878

Copy link

Performance report

  • BUILD: 7269ms, 746 MB
    • initialize: 0ms, 28.2 MB
    • generate module graph: 2781ms, 559 MB
      • generate ast: 1253ms, 552 MB
    • sort and bind modules: 402ms, 604 MB
    • mark included statements: 4080ms, 746 MB
      • treeshaking pass 1: 2405ms, 742 MB
      • treeshaking pass 2: 470ms, 746 MB
      • treeshaking pass 3: 405ms, 744 MB
      • treeshaking pass 4: 397ms, 747 MB
      • treeshaking pass 5: 397ms, 746 MB
  • GENERATE: 736ms, 985 MB
    • initialize render: 0ms, 882 MB
    • generate chunks: 74ms, 893 MB
      • optimize chunks: 0ms, 889 MB
    • render chunks: 644ms, 963 MB
    • transform chunks: 18ms, 985 MB
    • generate bundle: 0ms, 985 MB

Copy link
codecov bot commented Mar 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.54%. Comparing base (70ef1cc) to head (2ca976c).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5878   +/-   ##
=======================================
  Coverage   98.54%   98.54%           
=======================================
  Files         269      269           
  Lines        8550     8550           
  Branches     1467     1467           
=======================================
  Hits         8426     8426           
  Misses         92       92           
  Partials       32       32           

☔ 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 Mar 14, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 14, 2025
@renovate renovate bot added this pull request to the merge queue Mar 14, 2025
Merged via the queue into master with commit 7710d69 Mar 14, 2025
42 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch March 14, 2025 07:08
Copy link

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

0 participants
0