Skip to content

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

Merged
renovate[bot] merged 2 commits intomasterfrom
renovate/minorpatch-updates
Nov 29, 2025
Merged

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
lockFileMaintenance All locks refreshed
@vue/language-server (source) devDependencies patch ^3.1.4 -> ^3.1.5 age confidence
eslint-plugin-vue (source) devDependencies minor ^10.5.1 -> ^10.6.1 10.6.2 age confidence
lint-staged devDependencies patch ^16.2.6 -> ^16.2.7 age confidence
rollup (source) devDependencies patch ^4.53.2 -> ^4.53.3 age confidence
typescript-eslint (source) devDependencies minor ^8.47.0 -> ^8.48.0 age confidence
vite (source) devDependencies patch ^7.2.2 -> ^7.2.4 age confidence
vue (source) devDependencies patch ^3.5.24 -> ^3.5.25 age confidence
vue-tsc (source) devDependencies patch ^3.1.4 -> ^3.1.5 age confidence
taiki-e/install-action action patch v2.62.53 -> v2.62.57 v2.62.59 (+1) age confidence
swc_ecma_parser dependencies patch 27.0.5 -> 27.0.7 age confidence

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


Release Notes

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

v3.1.5

Compare Source

Features
  • feat(language-service): support tsconfig path alias resolution for document links (#​5562) - Thanks to @​KazariEX!
  • feat(language-server): add serverInfo to initialized result (#​5767) - Thanks to @​kada49!
Bug Fixes
Performance
vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.6.1

Compare Source

Patch Changes

v10.6.0

Compare Source

Minor Changes
Patch Changes
typescript-eslint/typescript-eslint (typescript-eslint)

v8.48.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.25

Compare Source

Bug Fixes
vuejs/language-tools (vue-tsc)

v3.1.5

Compare Source

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

v2.62.57

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.

@renovate renovate bot enabled auto-merge November 27, 2025 18:05
@vercel
Copy link

vercel bot commented Nov 27, 2025

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

Project Deployment Preview Comments Updated (UTC)
rollup Ready Ready Preview Comment Nov 29, 2025 6:36am

@github-actions
Copy link

github-actions bot commented Nov 27, 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 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://rollup-7ijl7iwz8-rollup-js.vercel.app/repl/?pr=6195

@github-actions
Copy link

github-actions bot commented Nov 27, 2025

Performance report

  • BUILD: 6950ms, 839 MB
    • initialize: 0ms, 24.6 MB (+7%)
    • generate module graph: 2603ms, 634 MB
      • generate ast: 1379ms (-31ms, -2.2%), 624 MB
    • sort and bind modules: 396ms, 690 MB
    • mark included statements: 3920ms, 839 MB
      • treeshaking pass 1: 2320ms, 834 MB
      • treeshaking pass 2: 453ms, 818 MB
      • treeshaking pass 3: 388ms, 840 MB
      • treeshaking pass 4: 375ms, 822 MB
      • treeshaking pass 5: 372ms, 839 MB
  • GENERATE: 672ms, 915 MB
    • initialize render: 0ms, 839 MB
    • generate chunks: 47ms, 823 MB
      • optimize chunks: 0ms, 824 MB
    • render chunks: 610ms, 889 MB
    • transform chunks: 16ms, 915 MB
    • generate bundle: 0ms, 915 MB

@codecov
Copy link

codecov bot commented Nov 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.74%. Comparing base (0e38255) to head (c252f41).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6195   +/-   ##
=======================================
  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
Copy link
Contributor Author

renovate bot commented Nov 29, 2025

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.

@renovate renovate bot added this pull request to the merge queue Nov 29, 2025
Merged via the queue into master with commit 7dcce8a Nov 29, 2025
72 of 73 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch November 29, 2025 07:17
@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.

1 participant