Skip to content

fix(deps): lock file maintenance minor/patch updates#5874

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/minorpatch-updates
Mar 7, 2025
Merged

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 7, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@codemirror/search devDependencies patch ^6.5.9 -> ^6.5.10 age adoption passing confidence
@codemirror/view devDependencies patch ^6.36.3 -> ^6.36.4 age adoption passing confidence
@shikijs/vitepress-twoslash (source) devDependencies patch ^3.0.0 -> ^3.1.0 age adoption passing confidence
@types/node (source) devDependencies patch ^18.19.76 -> ^18.19.79 age adoption passing confidence
@vue/language-server (source) devDependencies patch ^2.2.4 -> ^2.2.8 age adoption passing confidence
axios (source) overrides patch ^1.7.9 -> ^1.8.1 age adoption passing confidence
eslint-config-prettier devDependencies patch ^10.0.1 -> ^10.0.2 age adoption passing confidence
prettier (source) devDependencies patch ^3.5.2 -> ^3.5.3 age adoption passing confidence
rollup (source) devDependencies patch ^4.34.8 -> ^4.34.9 age adoption passing confidence
typescript (source) devDependencies minor ^5.7.3 -> ^5.8.2 age adoption passing confidence
typescript-eslint (source) devDependencies minor ^8.25.0 -> ^8.26.0 age adoption passing confidence
vue-tsc (source) devDependencies patch ^2.2.4 -> ^2.2.8 age adoption passing confidence
anyhow dependencies patch 1.0.96 -> 1.0.97 age adoption passing confidence
swc_compiler_base dependencies patch 13.0.0 -> 13.0.1 age adoption passing confidence
napi-build build-dependencies patch 2.1.4 -> 2.1.5 age adoption passing confidence

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


Release Notes

codemirror/view (@​codemirror/view)

v6.36.4

Compare Source

Bug fixes

Fix an issue where scrolling down to a range higher than the viewport could in some situations fail to scroll to the proper position.

vuejs/language-tools (@​vue/language-server)

v2.2.8

Compare Source

Bug Fixes
  • revert "fix(language-core): validate v-model variable against model type"

v2.2.6

Compare Source

Features
  • feat(language-core): infer prop JSDoc from defineModel's leading comments (#​5211) - Thanks to @​KazariEX!
Bug Fixes
  • fix(language-core): map camelized prop name correctly (#​5207) - Thanks to @​KazariEX!
  • fix(component-meta): resolve defineModel options to collect default value (#​5209) - Thanks to @​KazariEX!
  • fix(language-core): avoid duplicate generation of defineExpose's codes - Thanks to @​KazariEX!
  • fix(language-core): generate camelized prop name for defineModel (#​5213) - Thanks to @​KazariEX!
  • fix(language-core): validate v-model variable against model type (#​5214) - Thanks to @​KazariEX!
  • fix(language-core): use keywords instead of semicolons to separate script sections (#​5217) - Thanks to @​KazariEX!
Other Changes
  • ci: auto close issues with can't reproduce label - Thanks to @​KazariEX!
  • refactor(language-core): defer the calculation of linkedCodeMappings offsets (#​5220) - Thanks to @​KazariEX!
prettier/prettier (prettier)

v3.5.3

Compare Source

rollup/rollup (rollup)

v4.34.9

Compare Source

2025-03-01

Bug Fixes
  • Support JSX modes in WASM (#​5866)
  • Allow the CustomPluginOptions to be extended (#​5850)
Pull Requests
microsoft/TypeScript (typescript)

v5.8.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.26.0

Compare Source

🚀 Features
❤️ Thank You

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

dtolnay/anyhow (anyhow)

v1.0.97

Compare Source

  • Documentation improvements

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 March 7, 2025 02:47
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 7, 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 Mar 7, 2025 2:48am

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 7, 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-ldm6qf21u-rollup-js.vercel.app/repl/?pr=5874

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 7, 2025

Performance report

  • BUILD: 7682ms, 747 MB
    • initialize: 0ms, 28.2 MB
    • generate module graph: 2923ms, 560 MB
      • generate ast: 1290ms, 553 MB
    • sort and bind modules: 413ms, 604 MB
    • mark included statements: 4342ms, 747 MB
      • treeshaking pass 1: 2542ms, 744 MB
      • treeshaking pass 2: 505ms, 748 MB
      • treeshaking pass 3: 434ms, 747 MB
      • treeshaking pass 4: 428ms, 747 MB
      • treeshaking pass 5: 425ms, 747 MB
  • GENERATE: 775ms, 985 MB
    • initialize render: 0ms, 883 MB
    • generate chunks: 79ms, 894 MB
      • optimize chunks: 0ms, 887 MB
    • render chunks: 676ms, 963 MB
    • transform chunks: 21ms, 985 MB
    • generate bundle: 0ms, 985 MB

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.54%. Comparing base (caa406e) to head (872748e).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5874   +/-   ##
=======================================
  Coverage   98.54%   98.54%           
=======================================
  Files         269      269           
  Lines        8545     8545           
  Branches     1467     1467           
=======================================
  Hits         8421     8421           
  Misses         92       92           
  Partials       32       32           

☔ 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 Mar 7, 2025
Merged via the queue into master with commit 865d8d5 Mar 7, 2025
@renovate renovate Bot deleted the renovate/minorpatch-updates branch March 7, 2025 03:38
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 8, 2025

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