Skip to content

chore(deps): lock file maintenance minor/patch updates#5689

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/minorpatch-updates
Oct 4, 2024
Merged

chore(deps): lock file maintenance minor/patch updates#5689
renovate[bot] merged 1 commit intomasterfrom
renovate/minorpatch-updates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2024

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@codemirror/view devDependencies patch ^6.33.0 -> ^6.34.1 age adoption passing confidence
@shikijs/vitepress-twoslash (source) devDependencies minor ^1.18.0 -> ^1.21.0 age adoption passing confidence
@types/node (source) devDependencies patch ^18.19.50 -> ^18.19.54 age adoption passing confidence
pinia devDependencies patch ^2.2.2 -> ^2.2.3 2.2.4 age adoption passing confidence
rollup (source) devDependencies patch ^4.22.4 -> ^4.22.5 4.24.0 (+1) age adoption passing confidence
terser (source) devDependencies patch ^5.33.0 -> ^5.34.1 age adoption passing confidence
typescript-eslint (source) devDependencies minor ^8.7.0 -> ^8.8.0 age adoption passing confidence
vite (source) devDependencies patch ^5.4.7 -> ^5.4.8 age adoption passing confidence
vue (source) devDependencies patch ^3.5.8 -> ^3.5.10 3.5.11 age adoption passing confidence
swc_atoms dependencies patch 1.0.0 -> 1.0.1 age adoption passing confidence
swc_common dependencies patch 0.40.0 -> 0.40.1 age adoption passing confidence
swc_ecma_ast dependencies patch 0.121.0 -> 0.121.1 age adoption passing confidence
swc_ecma_parser dependencies patch 0.152.0 -> 0.152.1 age adoption passing confidence

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


Release Notes

codemirror/view (@​codemirror/view)

v6.34.1

Compare Source

Bug fixes

Avoid a stack overflow that could happen when updating a line with a lot of text tokens.

Improve the way enormously long (non-wrapped) lines are displayed by making sure they stay shorter than the maximal pixel size the browser's CSS engine can handle.

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

v1.21.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/pinia (pinia)

v2.2.3

Compare Source

Please refer to CHANGELOG.md for details.

rollup/rollup (rollup)

v4.22.5

Compare Source

2024-09-27

Bug Fixes
  • Allow parsing of certain unicode characters again (#​5674)
Pull Requests
terser/terser (terser)

v5.34.1

Compare Source

  • bump the rollup devDependency to disable CVE warnings (Terser was not affected)
typescript-eslint/typescript-eslint (typescript-eslint)

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

vuejs/core (vue)

v3.5.10

Compare Source

Bug Fixes

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 October 4, 2024 01:29
@vercel
Copy link

vercel bot commented Oct 4, 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 Oct 4, 2024 4:38am

@github-actions
Copy link

github-actions bot commented Oct 4, 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 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-4a0ib3yqn-rollup-js.vercel.app/repl/?pr=5689

@github-actions
Copy link

github-actions bot commented Oct 4, 2024

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.403 ± 0.064 9.353 9.475 1.01 ± 0.01
node _benchmark/current/bin/rollup -i ./perf/entry.js -o _benchmark/result/current.js 9.356 ± 0.041 9.324 9.403 1.00

Internal benchmark

  • BUILD: 8404ms, 755 MB
    • initialize: 0ms, 26.4 MB
    • generate module graph: 3224ms, 577 MB
      • generate ast: 1555ms, 570 MB
    • sort and bind modules: 459ms, 620 MB
    • mark included statements: 4743ms, 755 MB
      • treeshaking pass 1: 1639ms, 720 MB
      • treeshaking pass 2: 773ms, 744 MB
      • treeshaking pass 3: 301ms, 748 MB
      • treeshaking pass 4: 277ms, 746 MB
      • treeshaking pass 5: 321ms, 754 MB
      • treeshaking pass 6: 266ms, 755 MB
      • treeshaking pass 7: 247ms, 753 MB
      • treeshaking pass 8: 241ms, 754 MB
      • treeshaking pass 9: 219ms, 757 MB
      • treeshaking pass 10: 222ms, 755 MB
      • treeshaking pass 11: 220ms, 755 MB
  • GENERATE: 914ms, 1.02 GB
    • initialize render: 0ms, 916 MB
    • generate chunks: 90ms, 924 MB
      • optimize chunks: 0ms, 919 MB
    • render chunks: 802ms, 1 GB
    • transform chunks: 19ms, 1.02 GB
    • generate bundle: 0ms, 1.02 GB

@codecov
Copy link

codecov bot commented Oct 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.06%. Comparing base (d3c000f) to head (c932afc).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5689   +/-   ##
=======================================
  Coverage   99.06%   99.06%           
=======================================
  Files         257      257           
  Lines        9735     9735           
  Branches     2574     2574           
=======================================
  Hits         9644     9644           
  Misses         59       59           
  Partials       32       32           

☔ 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 Oct 4, 2024
Merged via the queue into master with commit 5d91210 Oct 4, 2024
@renovate renovate bot deleted the renovate/minorpatch-updates branch October 4, 2024 04:57
@github-actions
Copy link

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