Skip to content

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

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/minorpatch-updates
Nov 20, 2025
Merged

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
lockFileMaintenance All locks refreshed
@codemirror/view devDependencies patch ^6.38.6 -> ^6.38.8 age confidence
@inquirer/prompts (source) devDependencies patch ^7.10.0 -> ^7.10.1 age confidence
@vue/language-server (source) devDependencies patch ^3.1.3 -> ^3.1.4 age confidence
memfs devDependencies patch ^4.50.0 -> ^4.51.0 age confidence
typescript-eslint (source) devDependencies minor ^8.46.4 -> ^8.47.0 age confidence
vue-tsc (source) devDependencies patch ^3.1.3 -> ^3.1.4 age confidence
actions/checkout action patch v5.0.0 -> v5.0.1 age confidence
taiki-e/install-action action patch v2.62.50 -> v2.62.52 v2.62.54 (+1) age confidence
swc_ecma_parser dependencies patch 27.0.3 -> 27.0.5 27.0.6 age confidence

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


Release Notes

codemirror/view (@​codemirror/view)

v6.38.8

Compare Source

Bug fixes

Improve handling of composition with multiple cursors on MacOS.

Fix an issue where computing a document position from screen coordinates would sometimes go wrong in right-to-left text.

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

v3.1.4

Compare Source

Bug Fixes
  • fix(language-service): prevent auto-insertion of html snippets in template interpolation (#​5744) - Thanks to @​serkodev!
  • fix(language-service): strip interpolations from document passed to html service - Thanks to @​KazariEX!
  • fix(language-core): report unused @ts-expect-error directive on components with loose props checks (#​5750) - Thanks to @​serkodev and @​KazariEX!
  • fix(language-core): respect directive comments before v-else (#​5753) - Thanks to @​serkodev and @​KazariEX!
Other Changes
  • refactor(language-core): re-implement component references by codegen (#​5736) - Thanks to @​KazariEX!
  • refactor(language-core): simplify calculation of full interpolation content - Thanks to @​KazariEX!
typescript-eslint/typescript-eslint (typescript-eslint)

v8.47.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/checkout (actions/checkout)

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

taiki-e/install-action (taiki-e/install-action)

v2.62.52

Compare Source

Initial release


Configuration

📅 Schedule: Branch creation - Between 06:00 PM and 11:59 PM, only on Thursday ( * 18-23 * * 4 ), Between 12:00 AM and 05:59 AM, only on Friday ( * 0-5 * * 5 ) (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.

@vercel
Copy link

vercel bot commented Nov 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
rollup Error Error Nov 20, 2025 8:53pm

@github-actions
Copy link

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 nightly 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://rollupjs.org/repl/?pr=6186

@github-actions
Copy link

Performance report

  • BUILD: 6975ms, 828 MB
    • initialize: 0ms, 24.5 MB
    • generate module graph: 2585ms, 629 MB
      • generate ast: 1348ms (-54ms, -3.8%), 619 MB
    • sort and bind modules: 391ms, 687 MB
    • mark included statements: 3956ms, 828 MB
      • treeshaking pass 1: 2347ms, 826 MB
      • treeshaking pass 2: 455ms, 829 MB
      • treeshaking pass 3: 389ms, 829 MB
      • treeshaking pass 4: 375ms, 817 MB (-2%)
      • treeshaking pass 5: 372ms, 828 MB
  • GENERATE: 660ms, 892 MB (-3%)
    • initialize render: 0ms, 828 MB
    • generate chunks: 46ms, 818 MB (-2%)
      • optimize chunks: 0ms, 831 MB (-2%)
    • render chunks: 598ms, 873 MB (-2%)
    • transform chunks: 16ms, 892 MB (-3%)
    • generate bundle: 0ms, 892 MB (-3%)

@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.74%. Comparing base (998b595) to head (acae0b2).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6186   +/-   ##
=======================================
  Coverage   98.74%   98.74%           
=======================================
  Files         271      271           
  Lines       10646    10646           
  Branches     2850     2850           
=======================================
  Hits        10512    10512           
  Misses         91       91           
  Partials       43       43           

☔ 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 Nov 20, 2025
Merged via the queue into master with commit 0476625 Nov 20, 2025
43 of 46 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch November 20, 2025 21:28
@github-actions
Copy link

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