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

Merged
merged 1 commit into from Mar 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 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.25.0 -> ^6.25.1 6.26.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor ^7.1.1 -> ^7.2.0 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor ^7.1.1 -> ^7.2.0 age adoption passing confidence
eslint-plugin-vue (source) devDependencies minor ^9.22.0 -> ^9.23.0 age adoption passing confidence
rollup (source) devDependencies patch ^4.12.0 -> ^4.12.1 4.13.0 age adoption passing confidence
rollup-plugin-license devDependencies minor ^3.2.0 -> ^3.3.1 age adoption passing confidence
terser (source) devDependencies patch ^5.28.1 -> ^5.29.1 5.29.2 age adoption passing confidence
typescript (source) devDependencies patch ^5.3.3 -> ^5.4.2 age adoption passing confidence
vite (source) devDependencies patch ^5.1.5 -> ^5.1.6 age adoption passing confidence
anyhow dependencies patch 1.0.80 -> 1.0.81 age adoption passing confidence
swc_compiler_base dependencies patch 0.7.13 -> 0.7.17 age adoption passing confidence
swc_ecma_parser dependencies patch 0.143.8 -> 0.143.9 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.2.0

Compare Source

🚀 Features
  • support TS 5.4

  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option

🩹 Fixes
  • eslint-plugin: expose *-type-checked-only configs for extension

  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group

  • eslint-plugin: [no-var-requires, no-require-imports] support template literal

  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral

  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type

  • eslint-plugin: [prefer-find] support ternary branches in prefer-find

❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

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

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4
❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

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

v9.23.0

Compare Source

mjeanroy/rollup-plugin-license (rollup-plugin-license)

v3.3.1

Compare Source

  • release: prepare next release (eb46211)
  • release: release version (8ea2668)
  • fix: add missing multipleVersions option to validated schema (889dfbc)
  • chore: add publish action (a589059)
  • chore: update publish workflow (a64478a)
  • chore: upgrade actions/checkout to version 4.1.1 (6b052d6)
  • chore: upgrade actions/setup-node to version 4.1.1 (d01b0fb)

v3.3.0

Compare Source

vitejs/vite (vite)

v5.1.6

Compare Source

dtolnay/anyhow (anyhow)

v1.0.81

Compare Source


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 15, 2024 01:11
Copy link

vercel bot commented Mar 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rollup ❌ Failed (Inspect) Mar 15, 2024 1:12am

Copy link

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://rollupjs.org/repl/?pr=5431

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.80%. Comparing base (1c8afed) to head (a7f95fd).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5431   +/-   ##
=======================================
  Coverage   98.80%   98.80%           
=======================================
  Files         236      236           
  Lines        9423     9423           
  Branches     2398     2398           
=======================================
  Hits         9310     9310           
  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 15, 2024
Merged via the queue into master with commit 84216e3 Mar 15, 2024
27 of 29 checks passed
Copy link

This PR has been released as part of rollup@4.13.1-1. Note that this is a pre-release, so to test it, you need to install Rollup via npm install rollup@4.13.1-1 or npm install rollup@beta. It will likely become part of a regular release later.

Copy link

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