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

Merged
merged 1 commit into from Mar 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 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/lang-javascript devDependencies patch ^6.2.1 -> ^6.2.2 age adoption passing confidence
@types/eslint (source) devDependencies patch ^8.56.2 -> ^8.56.3 8.56.5 (+1) age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor ^7.0.2 -> ^7.1.0 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor ^7.0.2 -> ^7.1.0 age adoption passing confidence
eslint (source) devDependencies minor ^8.56.0 -> ^8.57.0 age adoption passing confidence
eslint-plugin-vue (source) devDependencies minor ^9.21.1 -> ^9.22.0 age adoption passing confidence
terser (source) devDependencies minor ^5.27.2 -> ^5.28.1 age adoption passing confidence
vite (source) devDependencies patch ^5.1.3 -> ^5.1.4 age adoption passing confidence
vue (source) devDependencies patch ^3.4.19 -> ^3.4.20 3.4.21 age adoption passing confidence
napi dependencies minor 2.15.4 -> 2.16.0 age adoption passing confidence
napi-derive dependencies minor 2.15.3 -> 2.16.0 age adoption passing confidence
swc_compiler_base dependencies patch 0.7.8 -> 0.7.10 age adoption passing confidence

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


Release Notes

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

v7.1.0

Compare Source

🚀 Features
  • eslint-plugin: add *-type-checked-only configs

  • eslint-plugin: [naming-convention] support the auto-accessor syntax

  • eslint-plugin: [consistent-return] add new rule

🩹 Fixes
  • eslint-plugin: [prefer-optional-chan] allow typeof for avoiding reference error

  • eslint-plugin: [no-misused-promises] improve check union types

  • eslint-plugin: [no-use-before-define] fix false positive type reference in as, satisfies

❤️ Thank You
  • Arka Pratim Chaudhuri
  • Josh Goldberg ✨
  • YeonJuan

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

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

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

eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

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

v9.22.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.21.1...v9.22.0

terser/terser (terser)

v5.28.1

Compare Source

(hotfix release)

  • Reverts v5.28.0

v5.28.0

Compare Source

  • Optimise redundant or shrinkable bitwise operations (|, ^, &, >>, <<)
  • Evaluate some BigInt math operations
vuejs/core (vue)

v3.4.20

Compare Source

Bug Fixes
napi-rs/napi-rs (napi)

v2.16.0

Compare Source

What's Changed
New Contributors

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


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 March 1, 2024 00:29
Copy link

vercel bot commented Mar 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 Mar 1, 2024 0:30am

Copy link

github-actions bot commented Mar 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 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-1s8een2ze-rollup-js.vercel.app/repl/?pr=5406

Copy link

codecov bot commented Mar 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.80%. Comparing base (27690dc) to head (702c66b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5406   +/-   ##
=======================================
  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 Mar 1, 2024
Merged via the queue into master with commit 7207ff0 Mar 1, 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