8000 fix(deps): lock file maintenance minor/patch updates by renovate[bot] · Pull Request #5927 · 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 #5927

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
Apr 18, 2025

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Apr 18, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@shikijs/vitepress-twoslash (source) devDependencies patch ^3.2.1 -> ^3.2.2 age adoption passing confidence
eslint-config-prettier devDependencies patch ^10.1.1 -> ^10.1.2 age adoption passing confidence
lint-staged devDependencies patch ^15.5.0 -> ^15.5.1 age adoption passing confidence
pinia devDependencies patch ^3.0.1 -> ^3.0.2 age adoption passing confidence
rollup (source) devDependencies minor ^4.39.0 -> ^4.40.0 age adoption passing confidence
typescript-eslint (source) devDependencies minor ^8.29.1 -> ^8.30.1 age adoption passing confidence
actions/setup-node action minor v4.3.0 -> v4.4.0 age adoption passing confidence
codecov/codecov-action action patch v5.4.0 -> v5.4.2 age adoption passing confidence
anyhow dependencies patch 1.0.97 -> 1.0.98 age adoption passing confidence
swc_common dependencies patch 8.0.1 -> 8.1.0 age adoption passing confidence
swc_ecma_ast dependencies patch 8.1.0 -> 8.1.2 age adoption passing confidence
swc_ecma_parser dependencies minor 11.0.0 -> 11.1.1 11.1.2 age adoption passing confidence

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


Release Notes

rollup/rollup (rollup)

v4.40.0

Compare Source

2025-04-12

Features
  • Only show eval warnings on first render and only when the call is not tree-shaken (#​5892)
  • Tree-shake non-included dynamic import members when the handler just maps to one named export (#​5898)
Bug Fixes
  • Consider dynamic imports nested within top-level-awaited dynamic import expressions to be awaited as well (#​5900)
  • Fix namespace rendering when tree-shaking is disabled (#​5908)
  • When using multiple transform hook filters, all of them need to be satisfied together (#​5909)
Pull Requests
typescript-eslint/typescript-eslint (typescript-eslint)

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

v8.30.0

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.

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

v4.4.0

Compare Source

codecov/codecov-action (codecov/codecov-action)

v5.4.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2

v5.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1

dtolnay/anyhow (anyhow)

v1.0.98

Compare Source


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 April 18, 2025 02:52
Copy link
vercel bot commented Apr 18, 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 Apr 18, 2025 2:53am

Copy link
github-actions bot commented Apr 18, 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-dyon44pqt-rollup-js.vercel.app/repl/?pr=5927

Copy link

Performance report

  • BUILD: 7224ms, 750 MB
    • initialize: 0ms, 28.1 MB
    • generate module graph: 2775ms, 560 MB
      • generate ast: 1252ms, 554 MB
    • sort and bind modules: 395ms, 604 MB
    • mark included statements: 4045ms, 750 MB
      • treeshaking pass 1: 2391ms, 743 MB
      • treeshaking pass 2: 466ms, 746 MB
      • treeshaking pass 3: 402ms, 745 MB
      • treeshaking pass 4: 389ms, 748 MB
      • treeshaking pass 5: 393ms, 750 MB
  • GENERATE: 728ms, 986 MB
    • initialize render: 0ms, 884 MB
    • generate chunks: 72ms, 894 MB
      • optimize chunks: 0ms, 892 MB
    • render chunks: 636ms, 964 MB
    • transform chunks: 17ms, 986 MB
    • generate bundle: 0ms, 986 MB

Copy link
codecov bot commented Apr 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.55%. Comparing base (1f2d579) to head (ed6f943).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5927   +/-   ##
=======================================
  Coverage   98.55%   98.55%           
=======================================
  Files         270      270           
  Lines        8692     8692           
  Branches     1488     1488           
=======================================
  Hits         8566     8566           
  Misses         93       93           
  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 Apr 18, 2025
Merged via the queue into master with commit 6a924c0 Apr 18, 2025
43 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch April 18, 2025 03:36
Copy link

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

0 participants
0