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

Merged
merged 2 commits into from Oct 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2023

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/language devDependencies patch ^6.9.1 -> ^6.9.2 age adoption passing confidence
@codemirror/state devDependencies patch ^6.3.0 -> ^6.3.1 age adoption passing confidence
@codemirror/view devDependencies patch ^6.21.3 -> ^6.21.4 age adoption passing confidence
@mermaid-js/mermaid-cli devDependencies patch ^10.5.0 -> ^10.5.1 age adoption passing confidence
@types/estree (source) devDependencies patch 1.0.2 -> 1.0.3 age adoption passing confidence
@types/mocha (source) devDependencies patch ^10.0.2 -> ^10.0.3 age adoption passing confidence
@types/yargs-parser (source) devDependencies patch ^21.0.1 -> ^21.0.2 age adoption passing confidence
@typescript-eslint/eslint-plugin devDependencies minor ^6.8.0 -> ^6.9.0 age adoption passing confidence
@typescript-eslint/parser devDependencies minor ^6.8.0 -> ^6.9.0 age adoption passing confidence
base64 dependencies patch 0.21.4 -> 0.21.5 age adoption passing confidence
concurrently devDependencies patch ^8.2.1 -> ^8.2.2 age adoption passing confidence
core-js devDependencies patch ^3.33.0 -> ^3.33.1 age adoption passing confidence
eslint (source) devDependencies minor ^8.51.0 -> ^8.52.0 age adoption passing confidence
eslint-plugin-import devDependencies minor ^2.28.1 -> ^2.29.0 age adoption passing confidence
eslint-plugin-vue (source) devDependencies minor ^9.17.0 -> ^9.18.0 9.18.1 age adoption passing confidence
lint-staged devDependencies patch ^15.0.1 -> ^15.0.2 age adoption passing confidence
swc_common dependencies patch 0.33.0 -> 0.33.2 age adoption passing confidence
swc_compiler_base dependencies patch 0.3.10 -> 0.3.18 age adoption passing confidence
swc_ecma_ast dependencies patch 0.110.0 -> 0.110.2 age adoption passing confidence
swc_ecma_lints dependencies patch 0.89.7 -> 0.89.10 age adoption passing confidence
swc_ecma_parser dependencies patch 0.141.2 -> 0.141.5 age adoption passing confidence
swc_ecma_transforms_base dependencies patch 0.134.7 -> 0.134.10 age adoption passing confidence
swc_ecma_visit dependencies patch 0.96.0 -> 0.96.2 age adoption passing confidence
vite (source) devDependencies patch ^4.4.11 -> ^4.5.0 age adoption passing confidence
vitepress (source) devDependencies patch ^1.0.0-rc.22 -> ^1.0.0-rc.24 age adoption passing confidence
vue (source) devDependencies patch ^3.3.4 -> ^3.3.7 age adoption passing confidence
swc_error_reporters dependencies patch 0.17.0 -> 0.17.2 age adoption passing confidence

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


Release Notes

codemirror/language (@​codemirror/language)

v6.9.2

Compare Source

Bug fixes

Allow StreamParser tokens get multiple highlighting tags.

codemirror/view (@​codemirror/view)

v6.21.4

Compare Source

Bug fixes

Support the offset, getCoords, overlap, and resize properties on hover tooltips, as long as they aren't given conflicting values when there are multiple active hover tooltips.

Fix a bug that caused tooltips in the default configuration to be positioned incorrectly on Chrome when the editor was transformed.

mermaid-js/mermaid-cli (@​mermaid-js/mermaid-cli)

v10.5.1

Compare Source

Changes

📦 Dependency updates

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

v6.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#​7674) (7e52f27)
  • eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#​7708) (c6124b2)
Features
  • eslint-plugin: [max-params] don't count this: void parameter (#​7696) (6398d3f), closes #​7538
  • eslint-plugin: [naming-convention] add support for default and namespace imports (#​7269) (bb15aae)
  • eslint-plugin: [no-restricted-imports] support import = require (#​7709) (4c8edcf)
  • eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#​7691) (53d5263), closes #​7643
  • eslint-plugin: [prefer-readonly] private fields support (#​7686) (0e875bf)

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

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

v6.9.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

marshallpierce/rust-base64 (base64)

v0.21.5

Compare Source

  • Add Debug and Clone impls for the general purpose Engine
eslint/eslint (eslint)

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#​17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#​17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#​17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#​17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#​17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#​17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#​17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#​17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#​17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#​17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#​17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores

import-js/eslint-plugin-import (eslint-plugin-import)

v2.29.0

Compare Source

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

v9.18.0

Compare Source

vuejs/vitepress (vitepress)

v1.0.0-rc.24

Compare Source

Bug Fixes
  • lock plugin-vue version (aa75fd6)
  • styles: large blur radius is causing color issues with safari (a31e143)
Features

v1.0.0-rc.23

Compare Source

Bug Fixes
vuejs/core (vue)

v3.3.7

Compare Source

Bug Fixes

v3.3.6

Compare Source

Bug Fixes
Performance Improvements

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.

@vercel
Copy link

vercel bot commented Oct 27, 2023

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 Oct 28, 2023 6:31am

@github-actions
Copy link

github-actions bot commented Oct 28, 2023

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-6jaqdyfm8-rollup-js.vercel.app/repl/?pr=5225

@codecov
Copy link

codecov bot commented Oct 28, 2023

Codecov Report

Merging #5225 (771cafc) into master (6001fc7) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #5225   +/-   ##
=======================================
  Coverage   98.82%   98.82%           
=======================================
  Files         231      231           
  Lines        8850     8850           
  Branches     2315     2315           
=======================================
  Hits         8746     8746           
  Misses         43       43           
  Partials       61       61           

@lukastaegert lukastaegert added this pull request to the merge queue Oct 28, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Oct 28, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@lukastaegert
Copy link
Member

I fixed it by reverting the lock file and just update the toml files and build. Let's see how it goes next Friday.

Merged via the queue into master with commit 02ff799 Oct 28, 2023
27 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch October 28, 2023 07:00
@github-actions
Copy link

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