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): lock file maintenance minor/patch updates #5514

Merged
merged 1 commit 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 Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@napi-rs/cli devDependencies patch ^2.18.2 -> ^2.18.3 age adoption passing confidence
@shikijs/vitepress-twoslash (source) devDependencies patch ^1.3.0 -> ^1.4.0 1.5.1 (+1) age adoption passing confidence
rollup (source) devDependencies patch ^4.17.1 -> ^4.17.2 age adoption passing confidence
vite (source) devDependencies patch ^5.2.10 -> ^5.2.11 age adoption passing confidence
vue (source) devDependencies patch ^3.4.26 -> ^3.4.27 age adoption passing confidence
anyhow dependencies patch 1.0.82 -> 1.0.83 age adoption passing confidence
getrandom dependencies patch 0.2.14 -> 0.2.15 age adoption passing confidence
napi dependencies patch 2.16.4 -> 2.16.6 age adoption passing confidence
napi-derive dependencies patch 2.16.3 -> 2.16.4 age adoption passing confidence
swc_compiler_base dependencies minor 0.8.1 -> 0.9.0 age adoption passing confidence
swc_ecma_ast dependencies patch 0.113.1 -> 0.113.2 age adoption passing confidence

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


Release Notes

napi-rs/napi-rs (@​napi-rs/cli)

v2.18.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.2...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.3

vuejs/core (vue)

v3.4.27

Compare Source

Bug Fixes
dtolnay/anyhow (anyhow)

v1.0.83

Compare Source

  • Integrate compile-time checking of cfgs (#​363)
rust-random/getrandom (getrandom)

v0.2.15

Compare Source

Added
Changed

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge May 10, 2024 01:48
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 1:49am

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/minorpatch-updates

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-liaoo14zs-rollup-js.vercel.app/repl/?pr=5514

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.170 ± 0.094 9.090 9.273 1.00 ± 0.02
node _benchmark/current/bin/rollup -i ./perf/entry.js -o _benchmark/result/current.js 9.152 ± 0.137 9.033 9.302 1.00

Internal benchmark

  • BUILD: 8314ms, 748 MB
    • initialize: 0ms, 26 MB
    • generate module graph: 3207ms, 573 MB
      • generate ast: 1508ms, 566 MB
    • sort and bind modules: 443ms, 619 MB
    • mark included statements: 4666ms, 748 MB
      • treeshaking pass 1: 1593ms, 715 MB
      • treeshaking pass 2: 771ms, 742 MB
      • treeshaking pass 3: 296ms, 743 MB
      • treeshaking pass 4: 274ms, 744 MB
      • treeshaking pass 5: 319ms, 747 MB
      • treeshaking pass 6: 264ms, 752 MB
      • treeshaking pass 7: 246ms, 750 MB
      • treeshaking pass 8: 237ms, 756 MB
      • treeshaking pass 9: 216ms, 752 MB
      • treeshaking pass 10: 218ms, 750 MB
      • treeshaking pass 11: 215ms, 748 MB
  • GENERATE: 889ms, 1.02 GB
    • initialize render: 0ms, 913 MB
    • generate chunks: 84ms, 926 MB
      • optimize chunks: 0ms, 916 MB
    • render chunks: 788ms, 1000 MB
    • transform chunks: 16ms, 1.02 GB
    • generate bundle: 0ms, 1.02 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 (8570eb8).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5514   +/-   ##
=======================================
  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.

@renovate renovate bot added this pull request to the merge queue May 10, 2024
Merged via the queue into master with commit afdcc84 May 10, 2024
40 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch May 10, 2024 04:55
Copy link

This PR has been released as part of [email protected]. 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

0 participants