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 #5475

Merged
merged 1 commit into from Apr 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 19, 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.26.1 -> ^6.26.3 age adoption passing confidence
@shikijs/vitepress-twoslash (source) devDependencies patch ^1.2.4 -> ^1.3.0 age adoption passing confidence
@types/eslint (source) devDependencies patch ^8.56.7 -> ^8.56.9 8.56.10 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor ^7.6.0 -> ^7.7.0 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor ^7.6.0 -> ^7.7.0 age adoption passing confidence
eslint-plugin-vue (source) devDependencies minor ^9.24.1 -> ^9.25.0 age adoption passing confidence
inquirer (source) devDependencies patch ^9.2.17 -> ^9.2.18 9.2.19 age adoption passing confidence
rollup (source) devDependencies patch ^4.14.1 -> ^4.14.3 age adoption passing confidence
typescript (source) devDependencies patch ^5.4.4 -> ^5.4.5 age adoption passing confidence
vite (source) devDependencies patch ^5.2.8 -> ^5.2.9 age adoption passing confidence
vitepress (source) devDependencies patch ^1.0.2 -> ^1.1.0 1.1.3 (+2) age adoption passing confidence
vue (source) devDependencies patch ^3.4.21 -> ^3.4.22 3.4.23 age adoption passing confidence
napi dependencies patch 2.16.2 -> 2.16.4 age adoption passing confidence
napi-build build-dependencies patch 2.1.2 -> 2.1.3 age adoption passing confidence
napi-derive dependencies patch 2.16.2 -> 2.16.3 age adoption passing confidence
swc_atoms dependencies patch 0.6.6 -> 0.6.7 age adoption passing confidence
swc_common dependencies patch 0.33.22 -> 0.33.25 age adoption passing confidence
swc_ecma_ast dependencies patch 0.112.7 -> 0.112.8 age adoption passing confidence
swc_ecma_parser dependencies patch 0.143.13 -> 0.143.16 age adoption passing confidence

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


Release Notes

codemirror/view (@​codemirror/view)

v6.26.3

Compare Source

Bug fixes

Fix an issue where dispatching an update to an editor before it measured itself for the first time could cause the scroll position to incorrectly move.

Fix a crash when multiple tooltips with arrows are shown.

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

v7.7.0

Compare Source

🚀 Features
  • eslint-plugin: replace no-new-symbol with no-new-native-nonconstructor
❤️ Thank You
  • Dave
  • Josh Goldberg ✨

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

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

v7.7.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.

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

v9.25.0

Compare Source

SBoudrias/Inquirer.js (inquirer)

v9.2.18

Compare Source

rollup/rollup (rollup)

v4.14.3

Compare Source

2024-04-15

Bug Fixes
  • Support Alpine Linux and other MUSL builds on ARM (#​5471)
Pull Requests

v4.14.2

Compare Source

2024-04-12

Bug Fixes
  • Do not create invalid code when reexporting both a namespace and the default export from that namespace (#​5466)
  • Ensure ppc64 platform is properly detected (#​5460)
Pull Requests
vitejs/vite (vite)

v5.2.9

Compare Source

vuejs/core (vue)

v3.4.22

Compare Source

Bug Fixes
Performance Improvements
  • add __NO_SIDE_EFFECTS__ comments (#​9053) (d46df6b)
  • optimize component props/slots internal object checks (6af733d)
  • ssr: avoid calling markRaw on component instance proxy (4bc9f39)
  • ssr: optimize setup context creation for ssr in v8 (ca84316)
napi-rs/napi-rs (napi)

v2.16.4

Compare Source

What changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.16.2...napi@2.16.4

v2.16.3

Compare Source

What Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.16.4...napi-derive@2.16.3


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge April 19, 2024 03:04
Copy link

vercel bot commented Apr 19, 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 Apr 19, 2024 7:49am

Copy link

github-actions bot commented Apr 19, 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 Rust nightly. If you haven't installed it yet, please first see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust, then see https://rust-lang.github.io/rustup/concepts/channels.html to learn how to install Rust nightly.

or load it into the REPL:
https://rollup-o8n66qm0p-rollup-js.vercel.app/repl/?pr=5475

Copy link

codecov bot commented Apr 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.81%. Comparing base (e64f3d8) to head (224976e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5475   +/-   ##
=======================================
  Coverage   98.81%   98.81%           
=======================================
  Files         238      238           
  Lines        9450     9450           
  Branches     2407     2407           
=======================================
  Hits         9338     9338           
  Misses         47       47           
  Partials       65       65           

☔ 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 Apr 19, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Apr 19, 2024
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 359faa5 to 224976e Compare April 19, 2024 07:48
@renovate renovate bot enabled auto-merge April 19, 2024 07:48
@renovate renovate bot added this pull request to the merge queue Apr 19, 2024
@lukastaegert lukastaegert removed this pull request from the merge queue due to a manual request Apr 19, 2024
@lukastaegert lukastaegert merged commit 4ca4ea9 into master Apr 19, 2024
32 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch April 19, 2024 08:08
Copy link

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

None yet

1 participant