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

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 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/commands devDependencies patch ^6.3.2 -> ^6.3.3 age adoption passing confidence
@codemirror/language devDependencies patch ^6.9.3 -> ^6.10.0 age adoption passing confidence
@codemirror/state devDependencies patch ^6.3.3 -> ^6.4.0 age adoption passing confidence
@codemirror/view devDependencies patch ^6.22.3 -> ^6.23.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor ^6.16.0 -> ^6.17.0 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor ^6.16.0 -> ^6.17.0 age adoption passing confidence
acorn devDependencies patch ^8.11.2 -> ^8.11.3 age adoption passing confidence
axios (source) overrides patch ^1.6.2 -> ^1.6.3 1.6.4 age adoption passing confidence
core-js (source) devDependencies patch ^3.34.0 -> ^3.35.0 age adoption passing confidence
rollup (source) devDependencies patch ^4.9.1 -> ^4.9.2 age adoption passing confidence
systemjs devDependencies patch ^6.14.2 -> ^6.14.3 age adoption passing confidence
vitepress (source) devDependencies patch ^1.0.0-rc.32 -> ^1.0.0-rc.34 1.0.0-rc.35 age adoption passing confidence
vue (source) devDependencies patch ^3.3.13 -> ^3.4.3 3.4.5 (+1) age adoption passing confidence
anyhow dependencies patch 1.0.77 -> 1.0.79 age adoption passing confidence
napi dependencies patch 2.14.1 -> 2.14.2 age adoption passing confidence
swc_compiler_base dependencies patch 0.4.6 -> 0.4.16 age adoption passing confidence
swc_ecma_ast dependencies patch 0.110.15 -> 0.110.17 age adoption passing confidence
swc_ecma_parser dependencies patch 0.141.33 -> 0.141.37 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)

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

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

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

v6.17.0

Compare Source

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

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

acornjs/acorn (acorn)

v8.11.3

Compare Source

rollup/rollup (rollup)

v4.9.2

Compare Source

2023-12-30

Bug Fixes
  • Extend support for arbitrary namespace identifiers in SystemJS (#​5321)
  • Do not wrongly flag functions without side effects as side effects if moduleSideEffects is false (#​5322)
Pull Requests
systemjs/systemjs (systemjs)

v6.14.3

Compare Source

Fixes an issue where the Terser minification of system.min.js would apply unsafe optimizations breaking support for URL rewriting in CSS (https://github.com/systemjs/systemjs/issues/2474).

Full Changelog: systemjs/systemjs@6.14.2...6.14.3

vuejs/vitepress (vitepress)

v1.0.0-rc.34

Compare Source

Bug Fixes
  • build: clear cache after build (9568fea), closes #​3363
  • default-theme: remove use of reactify for search i18n (8687b86)
  • print errors when importing an invalid dynamic route (#​3201) (6d89a08)
  • remove double title from home pages (9f1f04e), closes #​3375
  • theme/i18n: support customizing dark mode switch titles (#​3311) (50c9758)
Features
vuejs/core (vue)

v3.4.3

Compare Source

Bug Fixes
  • compiler-sfc: respect sfc parse options in cache key (b8d58ec)

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes
  • compat: correct enum value for COMPILER_FILTERS feature (#​9875) (77d33e2)
  • defineModel: always default modifiers to empty object (9bc3c7e), closes #​9945
  • defineModel: support local mutation when only prop but no listener is passed (97ce041)
  • types: fix defineModel watch type error (#​9942) (4af8583), closes #​9939
Features
dtolnay/anyhow (anyhow)

v1.0.79

Compare Source

  • Work around improperly cached build script result by sccache (#​340)

v1.0.78

Compare Source

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#​337)
napi-rs/napi-rs (napi)

v2.14.2

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi@2.14.1...napi@2.14.2

swc-project/swc (swc_compiler_base)

v0.4.16


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.

Copy link

vercel bot commented Jan 5, 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 Jan 5, 2024 5:37am

Copy link

github-actions bot commented Jan 5, 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-kof0nmutj-rollup-js.vercel.app/repl/?pr=5330

Copy link

codecov bot commented Jan 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (97562ca) 98.81% compared to head (205cbda) 98.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5330   +/-   ##
=======================================
  Coverage   98.81%   98.81%           
=======================================
  Files         232      232           
  Lines        8981     8981           
  Branches     2341     2341           
=======================================
  Hits         8875     8875           
  Misses         46       46           
  Partials       60       60           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lukastaegert lukastaegert added this pull request to the merge queue Jan 5, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Jan 5, 2024
@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 2fd25f2 to 205cbda Compare January 5, 2024 05:36
@lukastaegert lukastaegert added this pull request to the merge queue Jan 5, 2024
Merged via the queue into master with commit 2fe215d Jan 5, 2024
29 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch January 5, 2024 06:00
Copy link

github-actions bot commented Jan 5, 2024

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

1 participant