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

Merged
merged 1 commit into from Feb 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed age adoption passing confidence
@codemirror/state devDependencies patch ^6.4.0 -> ^6.4.1 age adoption passing confidence
@codemirror/view devDependencies patch ^6.24.0 -> ^6.24.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies patch ^7.0.1 -> ^7.0.2 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies patch ^7.0.1 -> ^7.0.2 age adoption passing confidence
husky devDependencies patch ^9.0.10 -> ^9.0.11 age adoption passing confidence
inquirer (source) devDependencies patch ^9.2.14 -> ^9.2.15 age adoption passing confidence
rollup (source) devDependencies minor ^4.10.0 -> ^4.12.0 age adoption passing confidence
terser (source) devDependencies patch ^5.27.0 -> ^5.27.2 age adoption passing confidence
vite (source) devDependencies patch ^5.1.1 -> ^5.1.3 5.1.4 age adoption passing confidence
vue (source) devDependencies patch ^3.4.18 -> ^3.4.19 age adoption passing confidence
anyhow dependencies patch 1.0.79 -> 1.0.80 age adoption passing confidence
napi dependencies patch 2.15.1 -> 2.15.4 age adoption passing confidence
napi-derive dependencies patch 2.15.1 -> 2.15.3 age adoption passing confidence
swc_common dependencies patch 0.33.17 -> 0.33.18 age adoption passing confidence
swc_compiler_base dependencies patch 0.7.5 -> 0.7.8 age adoption passing confidence
swc_ecma_ast dependencies patch 0.112.2 -> 0.112.4 age adoption passing confidence
xxhash-rust dependencies patch 0.8.8 -> 0.8.10 age adoption passing confidence
swc_ecma_parser dependencies patch 0.143.3 -> 0.143.5 age adoption passing confidence
napi-build build-dependencies patch 2.1.0 -> 2.1.2 age adoption passing confidence

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


Release Notes

codemirror/state (@​codemirror/state)

v6.4.1

Compare Source

Bug fixes

Fix an issue that caused widgets at the end of a mark decoration to be rendered in their own separate mark DOM element.

codemirror/view (@​codemirror/view)

v6.24.1

Compare Source

Bug fixes

Fix a crash that happens when hover tooltips are active during changes, introduced in 6.24.0.

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

v7.0.2

Compare Source

🩹 Fixes
  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests
❤️ Thank You
  • Brad Zacher
  • Gareth Jones

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

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

v7.0.2

Compare Source

🩹 Fixes
  • fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests
❤️ Thank You
  • Brad Zacher
  • Gareth Jones

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

SBoudrias/Inquirer.js (inquirer)

v9.2.15

Compare Source

rollup/rollup (rollup)

v4.12.0

Compare Source

2024-02-16

Features
  • Improve raw bundling performance by 10-15% when not using the cache or plugins that return an AST (#​5391)
Pull Requests
terser/terser (terser)

v5.27.2

Compare Source

  • Recognise this as a reference to the surrounding class in drop_unused. Closes #​1472
dtolnay/anyhow (anyhow)

v1.0.80

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78
napi-rs/napi-rs (napi)

v2.15.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.15.3...napi@2.15.4

v2.15.2

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​3](https://togithub.com/3).0.0-alpha.38...napi@2.15.2


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 February 23, 2024 01:25
Copy link

vercel bot commented Feb 23, 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 Feb 23, 2024 1:25am

Copy link

github-actions bot commented Feb 23, 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-4x929fojh-rollup-js.vercel.app/repl/?pr=5399

Copy link

codecov bot commented Feb 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.80%. Comparing base (67d7f10) to head (c7a163e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5399   +/-   ##
=======================================
  Coverage   98.80%   98.80%           
=======================================
  Files         236      236           
  Lines        9418     9418           
  Branches     2396     2396           
=======================================
  Hits         9305     9305           
  Misses         48       48           
  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 Feb 23, 2024
Merged via the queue into master with commit 265bb9a Feb 23, 2024
29 checks passed
Copy link

github-actions bot commented Mar 6, 2024

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

0 participants