Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@codemirror/search devDependencies patch ^6.5.6 -> ^6.5.7 age adoption passing confidence
@inquirer/prompts (source) devDependencies patch ^7.0.0 -> ^7.0.1 age adoption passing confidence
@rollup/pluginutils (source) devDependencies patch ^5.1.2 -> ^5.1.3 age adoption passing confidence
@shikijs/vitepress-twoslash (source) devDependencies patch ^1.22.0 -> ^1.22.2 age adoption passing confidence
@types/node (source) devDependencies patch ^18.19.58 -> ^18.19.63 18.19.64 age adoption passing confidence
@vue/language-server (source) devDependencies patch ^2.1.6 -> ^2.1.10 age adoption passing confidence
acorn devDependencies minor ^8.13.0 -> ^8.14.0 age adoption passing confidence
eslint-plugin-vue (source) devDependencies minor ^9.29.1 -> ^9.30.0 age adoption passing confidence
mocha (source) devDependencies minor ^10.7.3 -> ^10.8.2 age adoption passing confidence
pinia devDependencies patch ^2.2.4 -> ^2.2.5 2.2.6 age adoption passing confidence
rollup (source) devDependencies patch ^4.24.0 -> ^4.24.3 age adoption passing confidence
tslib (source) devDependencies patch ^2.8.0 -> ^2.8.1 age adoption passing confidence
typescript-eslint (source) devDependencies minor ^8.11.0 -> ^8.12.2 age adoption passing confidence
vite (source) devDependencies patch ^5.4.9 -> ^5.4.10 age adoption passing confidence
vitepress (source) devDependencies patch ^1.4.1 -> ^1.4.3 1.4.5 (+1) age adoption passing confidence
vue-tsc (source) devDependencies patch ^2.1.6 -> ^2.1.10 age adoption passing confidence
wasm-pack devDependencies patch ^0.13.0 -> ^0.13.1 age adoption passing confidence

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


Release Notes

codemirror/search (@​codemirror/search)

v6.5.7

Compare Source

Bug fixes

Fix an issue where findNext and findPrevious would do nothing when the only match in the document was partially selected.

Fix an infinite loop in SearchCursor when the normalizer function deletes characters.

SBoudrias/Inquirer.js (@​inquirer/prompts)

v7.0.1

Compare Source

  • Hoist peer-dependencies to remove warning when using yarn
shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.22.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (@​vue/language-server)

v2.1.10

Compare Source

Features
  • language-service: auto insert const props = with props completion (#​4942) - Thanks to @​KazariEX!
Bug Fixes
  • language-core: revert #​4902
  • language-core: inject as assertion of useCssModule into correct location (#​4952) - Thanks to @​KazariEX!
  • language-core: hold prev track id correctly (#​4961) - Thanks to @​KazariEX!
  • language-core: generate style modules type as needed (#​4953) - Thanks to @​KazariEX!
  • language-core: reference global types file with relative path (#​4966)
Refactors

v2.1.8

Compare Source

Features
  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#​4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#​4813) - Thanks to @​KazariEX!
Bug Fixes
Performance
  • language-service: find destructured props only with enabled setting (#​4815) - Thanks to @​KazariEX!
Other Changes
acornjs/acorn (acorn)

v8.14.0

Compare Source

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v9.30.0

Compare Source

mochajs/mocha (mocha)

v10.8.2

Compare Source

🩹 Fixes
📚 Documentation
  • indicate 'exports' interface does not work in browsers (#​5181) (14e640e)
🧹 Chores
  • fix docs builds by re-adding eleventy and ignoring gitignore again (#​5240) (881e3b0)
🤖 Automation

v10.8.1

Compare Source

🩹 Fixes

v10.8.0

Compare Source

🌟 Features
🩹 Fixes
📚 Documentation
🧹 Chores
vuejs/pinia (pinia)

v2.2.5

Compare Source

Please refer to CHANGELOG.md for details.

rollup/rollup (rollup)

v4.24.3

Compare Source

2024-10-29

Bug Fixes
  • Slightly reduce memory consumption by specifying fixed array sizes where possible (#​5703)
Pull Requests

v4.24.2

Compare Source

2024-10-27

Bug Fixes
  • Add missing build dependency (#​5705)
Pull Requests

v4.24.1

Compare Source

2024-10-27

Bug Fixes
  • Support running Rollup natively on FreeBSD (#​5698)
Pull Requests
Microsoft/tslib (tslib)

v2.8.1

Compare Source

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

v8.12.2

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.

v8.12.1

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.

v8.12.0

Compare Source

🚀 Features
  • typescript-eslint: improve undefined extension handling (#​10177)
❤️ Thank You

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

vuejs/vitepress (vitepress)

v1.4.3

Compare Source

Performance Improvements

v1.4.2

Compare Source

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

v2.1.10

Compare Source

v2.1.8

Compare Source

Features
  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#​4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#​4813) - Thanks to @​KazariEX!
Bug Fixes
Performance
  • language-service: find destructured props only with enabled setting (#​4815) - Thanks to @​KazariEX!
Other Changes
rustwasm/wasm-pack (wasm-pack)

v0.13.1

Compare Source

  • ✨ Features

    • Requests using proxy settings from env - jjyr, pull/1438

      This enables ureq to use proxy settings from env, it solves lots of pain in network restricted environments.

  • 🤕 Fixes

    • Update binary-install to v0.4.1 - drager, pull/1407

      Release v0.4.0 of binary-install introduced a regression that caused failures on some platforms. This release fixes that regression.

    • ** Allow npm binary upgrades - net, pull/1439**

      Fixes an issue where upgrading wasm-pack via NPM would not update the underlying binary.
      Previously, the binary was stored in the binary-install package's directory without versioning, causing version upgrades to silently fail as the old binary continued to be used.
      The binary is now stored in node_modules/wasm-pack/binary/, ensuring proper version updates when upgrading the package.

      Before: Upgrading from 0.12.1 to 0.13.0 would continue using the 0.12.1 binary
      After: Each wasm-pack version manages its own binary, enabling proper version upgrades

  • 🛠️ Maintenance


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 November 1, 2024 01:34
Copy link

vercel bot commented Nov 1, 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 Nov 4, 2024 5:26am

Copy link

github-actions bot commented Nov 1, 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-l06aqegpa-rollup-js.vercel.app/repl/?pr=5711

Copy link

github-actions bot commented Nov 1, 2024

Performance report

  • BUILD: 8308ms, 731 MB
    • initialize: 0ms, 26.3 MB
    • generate module graph: 3206ms, 552 MB
      • generate ast: 1525ms, 546 MB
    • sort and bind modules: 445ms, 598 MB
    • mark included statements: 4659ms, 731 MB
      • treeshaking pass 1: 1568ms, 696 MB
      • treeshaking pass 2: 761ms, 721 MB
      • treeshaking pass 3: 297ms, 722 MB
      • treeshaking pass 4: 278ms, 724 MB
      • treeshaking pass 5: 322ms, 727 MB
      • treeshaking pass 6: 268ms, 731 MB
      • treeshaking pass 7: 249ms, 729 MB
      • treeshaking pass 8: 240ms, 732 MB
      • treeshaking pass 9: 218ms, 731 MB
      • treeshaking pass 10: 221ms, 731 MB
      • treeshaking pass 11: 218ms, 731 MB
  • GENERATE: 899ms, 979 MB
    • initialize render: 0ms, 871 MB
    • generate chunks: 90ms, 875 MB
      • optimize chunks: 0ms, 873 MB
    • render chunks: 788ms, 957 MB
    • transform chunks: 18ms, 979 MB
    • generate bundle: 0ms, 979 MB

@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 67e3924 to b87a05c Compare November 1, 2024 14:06
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from b87a05c to 0dd240a Compare November 1, 2024 15:37
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 0dd240a to 1580776 Compare November 1, 2024 18:58
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 1580776 to 9cb0dea Compare November 1, 2024 22:16
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 9cb0dea to 5855022 Compare November 2, 2024 19:27
@lukastaegert lukastaegert force-pushed the renovate/minorpatch-updates branch from 5855022 to 75e68b2 Compare November 3, 2024 06:43
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 75e68b2 to f5a8f0e Compare November 3, 2024 06:46
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from f5a8f0e to 4109ffa Compare November 3, 2024 15:44
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 4109ffa to d98fb10 Compare November 3, 2024 19:59
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from d98fb10 to 9595f96 Compare November 4, 2024 01:03
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 9595f96 to 4868d35 Compare November 4, 2024 04:54
@lukastaegert lukastaegert force-pushed the renovate/minorpatch-updates branch from 4868d35 to a24cf44 Compare November 4, 2024 05:25
Copy link

codecov bot commented Nov 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.01%. Comparing base (69353a8) to head (a24cf44).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5711   +/-   ##
=======================================
  Coverage   99.01%   99.01%           
=======================================
  Files         257      257           
  Lines        8055     8055           
  Branches     1358     1358           
=======================================
  Hits         7976     7976           
  Misses         52       52           
  Partials       27       27           

☔ 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 Nov 4, 2024
Merged via the queue into master with commit d8d6f5a Nov 4, 2024
41 checks passed
@renovate renovate bot deleted the renovate/minorpatch-updates branch November 4, 2024 05:50
Copy link

github-actions bot commented Nov 4, 2024

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