Skip to content
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): update dependency builtin-modules to v4 #5512

Merged
merged 2 commits into from
May 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
builtin-modules ^3.3.0 -> ^4.0.0 age adoption passing confidence

Release Notes

sindresorhus/builtin-modules (builtin-modules)

v4.0.0

Compare Source

Breaking
  • Require Node.js 18 75f59d3
  • This package is now pure ESM. Please read this.
  • This package now only exports a static list of built-ins 75f59d3
    • To get a list of built-ins for the current Node.js version, use the built-in API: import {builtinModules} from 'node:module'

Configuration

📅 Schedule: Branch creation - "before 4am on Friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

vercel bot commented May 10, 2024

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 May 10, 2024 4:36am

Copy link

github-actions bot commented May 10, 2024

Thank you for your contribution! ❤️

You can try out this pull request locally by installing Rollup via

npm install rollup/rollup#renovate/builtin-modules-4.x

Notice: Ensure you have installed Rust nightly. If you haven't installed it yet, please first see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust, then see https://rust-lang.github.io/rustup/concepts/channels.html to learn how to install Rust nightly.

or load it into the REPL:
https://rollup-95wjia0bb-rollup-js.vercel.app/repl/?pr=5512

Copy link
Contributor Author

renovate bot commented May 10, 2024

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

Performance report!

Rough benchmark

Command Mean [s] Min [s] Max [s] Relative
node _benchmark/previous/bin/rollup -i ./perf/entry.js -o _benchmark/result/previous.js 9.428 ± 0.046 9.383 9.474 1.00
node _benchmark/current/bin/rollup -i ./perf/entry.js -o _benchmark/result/current.js 9.561 ± 0.140 9.399 9.643 1.01 ± 0.02

Internal benchmark

  • BUILD: 8376ms, 749 MB
    • initialize: 0ms, 26.1 MB
    • generate module graph: 3248ms, 574 MB
      • generate ast: 1517ms, 567 MB
    • sort and bind modules: 454ms, 617 MB
    • mark included statements: 4663ms, 749 MB
      • treeshaking pass 1: 1599ms, 716 MB
      • treeshaking pass 2: 755ms, 742 MB
      • treeshaking pass 3: 298ms, 745 MB
      • treeshaking pass 4: 275ms, 748 MB
      • treeshaking pass 5: 318ms, 748 MB
      • treeshaking pass 6: 264ms, 752 MB
      • treeshaking pass 7: 246ms, 753 MB
      • treeshaking pass 8: 238ms, 754 MB
      • treeshaking pass 9: 215ms, 754 MB
      • treeshaking pass 10: 218ms, 751 MB
      • treeshaking pass 11: 215ms, 749 MB
  • GENERATE: 902ms, 1.03 GB
    • initialize render: 0ms, 914 MB
    • generate chunks: 86ms, 926 MB
      • optimize chunks: 0ms, 921 MB
    • render chunks: 795ms, 1 GB
    • transform chunks: 18ms, 1.03 GB
    • generate bundle: 0ms, 1.03 GB

Copy link

codecov bot commented May 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.81%. Comparing base (00f0681) to head (abb889a).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5512   +/-   ##
=======================================
  Coverage   98.81%   98.81%           
=======================================
  Files         238      238           
  Lines        9540     9540           
  Branches     2437     2437           
=======================================
  Hits         9427     9427           
  Misses         48       48           
  Partials       65       65           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lukastaegert lukastaegert added this pull request to the merge queue May 10, 2024
Merged via the queue into master with commit 3520da5 May 10, 2024
39 checks passed
@lukastaegert lukastaegert deleted the renovate/builtin-modules-4.x branch May 10, 2024 05:11
Copy link

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

None yet

1 participant