Skip to content

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

Merged
renovate[bot] merged 2 commits intomasterfrom
renovate/minorpatch-updates
Aug 2, 2024
Merged

chore(deps): lock file maintenance minor/patch updates#5600
renovate[bot] merged 2 commits intomasterfrom
renovate/minorpatch-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 2, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@codemirror/view devDependencies patch ^6.28.6 -> ^6.29.1 age adoption passing confidence
@shikijs/vitepress-twoslash (source) devDependencies minor ^1.11.0 -> ^1.12.0 1.12.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor ^7.17.0 -> ^7.18.0 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor ^7.17.0 -> ^7.18.0 age adoption passing confidence
husky devDependencies patch ^9.1.1 -> ^9.1.4 age adoption passing confidence
inquirer (source) devDependencies patch ^10.1.2 -> ^10.1.5 10.1.6 age adoption passing confidence
magic-string devDependencies patch ^0.30.10 -> ^0.30.11 age adoption passing confidence
pinia devDependencies minor ^2.1.7 -> ^2.2.0 age adoption passing confidence
pretty-ms devDependencies patch ^9.0.0 -> ^9.1.0 age adoption passing confidence
rollup (source) devDependencies patch ^4.19.0 -> ^4.19.1 4.19.2 age adoption passing confidence
vite (source) devDependencies patch ^5.3.4 -> ^5.3.5 age adoption passing confidence
vue (source) devDependencies patch ^3.4.33 -> ^3.4.34 3.4.35 age adoption passing confidence
swc_common dependencies patch 0.36.2 -> 0.36.3 age adoption passing confidence
swc_ecma_parser dependencies patch 0.148.1 -> 0.148.3 age adoption passing confidence
xxhash-rust dependencies patch 0.8.11 -> 0.8.12 age adoption passing confidence

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


Release Notes

codemirror/view (@​codemirror/view)

v6.29.1

Compare Source

Bug fixes

Fix a crash on old Safari browsers that don't support MediaQueryList.addEventListener.

Fix an issue where EditorView.viewportLineBlocks (and thus other things like the gutter) might be out of date after some kinds of decoration changes.

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

v1.12.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.18.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You
  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.18.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typicode/husky (husky)

v9.1.4

Compare Source

v9.1.3

Compare Source

  • fix: better handle space in PATH
SBoudrias/Inquirer.js (inquirer)

v10.1.5

Compare Source

v10.1.4

Compare Source

v10.1.3

Compare Source

rich-harris/magic-string (magic-string)

v0.30.11

Compare Source

Bug Fixes
  • not use negative indices for remove in empty string (#​281) (5c1cba0)
vuejs/pinia (pinia)

v2.2.0

Compare Source

Please refer to CHANGELOG.md for details.

rollup/rollup (rollup)

v4.19.1

Compare Source

2024-07-27

Bug Fixes
  • Do not remove parantheses when tree-shaking logical expressions (#​5584)
  • Do not ignore side effects in calls left of an optional chaining operator (#​5589)
Pull Requests

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge August 2, 2024 01:15
@vercel
Copy link
Copy Markdown

vercel Bot commented Aug 2, 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 Aug 2, 2024 4:38am

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 2, 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-2xvi5hp2m-rollup-js.vercel.app/repl/?pr=5600

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 2, 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.027 ± 0.023 9.000 9.043 1.00
node _benchmark/current/bin/rollup -i ./perf/entry.js -o _benchmark/result/current.js 9.120 ± 0.084 9.036 9.204 1.01 ± 0.01

Internal benchmark

  • BUILD: 8096ms, 752 MB
    • initialize: 0ms, 25.9 MB
    • generate module graph: 3114ms, 574 MB
      • generate ast: 1524ms, 566 MB
    • sort and bind modules: 454ms, 615 MB
    • mark included statements: 4530ms, 752 MB
      • treeshaking pass 1: 1525ms, 717 MB
      • treeshaking pass 2: 733ms, 736 MB
      • treeshaking pass 3: 293ms, 744 MB
      • treeshaking pass 4: 269ms, 746 MB
      • treeshaking pass 5: 311ms, 751 MB
      • treeshaking pass 6: 258ms, 746 MB
      • treeshaking pass 7: 243ms, 752 MB
      • treeshaking pass 8: 235ms, 750 MB
      • treeshaking pass 9: 215ms, 748 MB
      • treeshaking pass 10: 219ms, 751 MB
      • treeshaking pass 11: 217ms, 752 MB
  • GENERATE: 879ms, 1.02 GB
    • initialize render: 0ms, 913 MB
    • generate chunks: 87ms, 918 MB
      • optimize chunks: 0ms, 916 MB
    • render chunks: 774ms, 999 MB
    • transform chunks: 19ms, 1.02 GB
    • generate bundle: 0ms, 1.02 GB

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.05%. Comparing base (39955e5) to head (f09c3aa).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5600   +/-   ##
=======================================
  Coverage   99.05%   99.05%           
=======================================
  Files         242      242           
  Lines        9308     9308           
  Branches     2465     2465           
=======================================
  Hits         9220     9220           
  Misses         58       58           
  Partials       30       30           

☔ 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 Aug 2, 2024
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Aug 2, 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.

Merged via the queue into master with commit 060021e Aug 2, 2024
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Aug 3, 2024

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

1 participant