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

Merged
merged 1 commit into from Jan 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 12, 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
@typescript-eslint/eslint-plugin (source) devDependencies minor ^6.17.0 -> ^6.18.1 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor ^6.17.0 -> ^6.18.1 age adoption passing confidence
axios (source) overrides patch ^1.6.3 -> ^1.6.5 age adoption passing confidence
rollup (source) devDependencies patch ^4.9.2 -> ^4.9.4 age adoption passing confidence
vite (source) devDependencies patch ^5.0.10 -> ^5.0.11 age adoption passing confidence
vitepress (source) devDependencies patch ^1.0.0-rc.34 -> ^1.0.0-rc.36 age adoption passing confidence
vue (source) devDependencies patch ^3.4.3 -> ^3.4.6 3.4.10 (+3) age adoption passing confidence
base64 dependencies patch 0.21.5 -> 0.21.7 age adoption passing confidence
swc_compiler_base dependencies patch 0.4.16 -> 0.4.18 age adoption passing confidence
getrandom dependencies patch 0.2.11 -> 0.2.12 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.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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

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

v6.18.1

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.

v6.18.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.

axios/axios (axios)

v1.6.5

Compare Source

Bug Fixes
Contributors to this release
rollup/rollup (rollup)

v4.9.4

Compare Source

2024-01-06

Bug Fixes
  • Use quotes for keys in namespaces that are only numbers but are not valid integers (#​5328)
  • Allow to have comments between pure annotations and the annoted node (#​5332)
Pull Requests

v4.9.3

Compare Source

2024-01-05

Bug Fixes
  • Support __proto__ as export/import name (#​5313)
  • Use ESTree AST type over custom type in user-facing types (#​5323)
Pull Requests
vitejs/vite (vite)

v5.0.11

Compare Source

vuejs/vitepress (vitepress)

v1.0.0-rc.36

Compare Source

Bug Fixes
  • avoid pushing to history when clicking on the current link (#​3405) (d279e63)
  • theme/regression: external link icon not working (c236570), closes #​3424
  • theme/regression: inter getting bundled even importing without-fonts entry (#​3412) (b03fb83)
vuejs/core (vue)

v3.4.6

Compare Source

Bug Fixes
marshallpierce/rust-base64 (base64)

v0.21.7

Compare Source

  • Support getting an alphabet's contents as a str via Alphabet::as_str()

v0.21.6

Compare Source

  • Improved introductory documentation and example
swc-project/swc (swc_compiler_base)

v0.4.18

v0.4.17

rust-random/getrandom (getrandom)

v0.2.12

Compare Source

Fixed
  • Custom backend for targets without atomics #​385
Changed
  • Improve robustness of the Hermit backend and sys_fill_exact #​386
  • Raise minimum supported Apple OS versions to macOS 10.12 and iOS 10 #​388
Added
  • Document platform support policy #​387

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 12, 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 12, 2024 0:05am

Copy link

github-actions bot commented Jan 12, 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-8up0bcuzv-rollup-js.vercel.app/repl/?pr=5338

Copy link

codecov bot commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e37b05c) 98.81% compared to head (1e3a38a) 98.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5338   +/-   ##
=======================================
  Coverage   98.81%   98.81%           
=======================================
  Files         232      232           
  Lines        8983     8983           
  Branches     2342     2342           
=======================================
  Hits         8877     8877           
  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 12, 2024
Merged via the queue into master with commit d546732 Jan 12, 2024
29 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch January 12, 2024 05:57
Copy link

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