Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 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 minor ^1.24.4 -> ^1.26.1 age adoption passing confidence
@types/node (source) devDependencies patch ^18.19.68 -> ^18.19.70 age adoption passing confidence
concurrently devDependencies patch ^9.1.0 -> ^9.1.2 age adoption passing confidence
lint-staged devDependencies minor ^15.2.11 -> ^15.3.0 age adoption passing confidence
rollup (source) devDependencies minor ^4.29.1 -> ^4.30.0 4.30.1 age adoption passing confidence
typescript-eslint (source) devDependencies minor ^8.18.2 -> ^8.19.1 age adoption passing confidence
vite (source) devDependencies patch ^6.0.5 -> ^6.0.7 age adoption passing confidence
swc_atoms dependencies patch 3.0.0 -> 3.0.2 age adoption passing confidence
swc_ecma_ast dependencies patch 5.0.0 -> 5.0.1 age adoption passing confidence

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


Release Notes

shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.26.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.26.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.25.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.25.0

Compare Source

   🚀 Features
    View changes on GitHub
open-cli-tools/concurrently (concurrently)

v9.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.1...v9.1.2

lint-staged/lint-staged (lint-staged)

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    
rollup/rollup (rollup)

v4.30.0

Compare Source

2025-01-06

Features
  • Inline values of resolvable unary expressions for improved tree-shaking (#​5775)
Pull Requests

v4.29.2

Compare Source

2025-01-05

Bug Fixes
  • Keep import attributes when using dynamic ESM import() expressions from CommonJS (#​5781)
Pull Requests
typescript-eslint/typescript-eslint (typescript-eslint)

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

vitejs/vite (vite)

v6.0.7

Compare Source

swc-project/swc (swc_atoms)

v3.0.2

v3.0.1


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 January 10, 2025 02:16
Copy link

vercel bot commented Jan 10, 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 Jan 10, 2025 2:18am

Copy link

github-actions bot commented Jan 10, 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-kipy0lmtl-rollup-js.vercel.app/repl/?pr=5793

Copy link

Performance report

  • BUILD: 7464ms, 732 MB
    • initialize: 0ms, 27.3 MB
    • generate module graph: 2777ms, 549 MB
      • generate ast: 1261ms, 543 MB
    • sort and bind modules: 406ms, 593 MB
    • mark included statements: 4244ms, 732 MB
      • treeshaking pass 1: 1376ms, 696 MB
      • treeshaking pass 2: 664ms, 715 MB
      • treeshaking pass 3: 277ms, 723 MB
      • treeshaking pass 4: 263ms, 727 MB
      • treeshaking pass 5: 305ms, 731 MB
      • treeshaking pass 6: 248ms, 732 MB
      • treeshaking pass 7: 232ms, 731 MB
      • treeshaking pass 8: 226ms, 735 MB
      • treeshaking pass 9: 212ms, 729 MB
      • treeshaking pass 10: 214ms, 733 MB
      • treeshaking pass 11: 210ms, 732 MB
  • GENERATE: 730ms, 973 MB
    • initialize render: 0ms, 868 MB
    • generate chunks: 75ms, 879 MB
      • optimize chunks: 0ms, 871 MB
    • render chunks: 639ms, 948 MB
    • transform chunks: 16ms, 973 MB
    • generate bundle: 0ms, 973 MB

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.01%. Comparing base (9491708) to head (75ce786).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5793   +/-   ##
=======================================
  Coverage   99.01%   99.01%           
=======================================
  Files         259      259           
  Lines        8117     8117           
  Branches     1370     1370           
=======================================
  Hits         8037     8037           
  Misses         53       53           
  Partials       27       27           

☔ 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 Jan 10, 2025
Merged via the queue into master with commit ad9d904 Jan 10, 2025
42 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch January 10, 2025 02:45
Copy link

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