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

Merged
merged 1 commit into from Jan 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 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
@types/eslint (source) devDependencies minor ^8.44.9 -> ^8.56.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor ^6.18.1 -> ^6.19.0 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor ^6.18.1 -> ^6.19.0 age adoption passing confidence
eslint-plugin-prettier devDependencies patch ^5.1.2 -> ^5.1.3 age adoption passing confidence
eslint-plugin-vue (source) devDependencies patch ^9.19.2 -> ^9.20.1 age adoption passing confidence
prettier (source) devDependencies minor ^3.1.1 -> ^3.2.2 3.2.4 (+1) age adoption passing confidence
rollup (source) devDependencies patch ^4.9.4 -> ^4.9.5 age adoption passing confidence
vitepress (source) devDependencies patch ^1.0.0-rc.36 -> ^1.0.0-rc.39 age adoption passing confidence
vue (source) devDependencies patch ^3.4.6 -> ^3.4.14 3.4.15 age adoption passing confidence
swc_compiler_base dependencies patch 0.4.18 -> 0.4.23 age adoption passing confidence
js-sys (source) dependencies patch 0.3.66 -> 0.3.67 age adoption passing confidence
wasm-bindgen (source) dependencies patch 0.2.89 -> 0.2.90 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.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

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

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

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

v9.20.1

Compare Source

🐛 Bug Fixes

  • #​2364 Fixed false positives for defineModel in vue/no-undef-properties rule.

Full Changelog: vuejs/eslint-plugin-vue@v9.20.0...v9.20.1

prettier/prettier (prettier)

v3.2.2

Compare Source

diff

Fix crash when parsing template literal CSS in a JSX style tag using a spread attribute (#​15896 by @​eelco)

For example this code would crash before:

<style {...spread}>{`.{}`}</style>
Fix formatting error on optional call expression and member chain (#​15920 by @​sosukesuzuki)
// Input
a(() => {}, c?.d());

// Prettier 3.2.1
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.2
a(() => {}, c?.d());

v3.2.1

Compare Source

diff

Fix formatting error on member chain (#​15915 by @​sosukesuzuki)
// Input
test().test2().test2(thing?.something);

// Prettier 3.2.0
TypeError: Cannot read properties of undefined (reading 'type')

// Prettier 3.2.1
test().test2().test2(thing?.something);

v3.2.0

Compare Source

diff

🔗 Release Notes

rollup/rollup (rollup)

v4.9.5

Compare Source

2024-01-12

Bug Fixes
  • Fix issue where on Windows, Rollup would not load due to problems with the MSVC executable (#​5335)
Pull Requests
vuejs/vitepress (vitepress)

v1.0.0-rc.39

Compare Source

Bug Fixes
  • theme: misaligned outline indicator (#​3458) (0ce5ece)
  • theme: enter key behavior conflict with IME in search box (#​3454) (cd8ee6f)
  • theme: use--vp-c-tip- CSS variable for badge/block colors with typetip (#​3434) (78abf47)
Features

v1.0.0-rc.38

Compare Source

Reverts
  • Revert "fix(theme): misaligned outline indicator" (4020b41)

v1.0.0-rc.37

Compare Source

Bug Fixes
  • theme: enter key behavior conflict with IME in search box (#​3454) (cd8ee6f)
  • theme: misaligned outline indicator (910b212), closes #​3449
  • theme: use--vp-c-tip- CSS variable for badge/block colors with typetip (#​3434) (78abf47)
Features
vuejs/core (vue)

v3.4.14

Compare Source

Bug Fixes

v3.4.13

Compare Source

Bug Fixes

v3.4.12

Compare Source

Reverts

v3.4.11

Compare Source

Bug Fixes
swc-project/swc (swc_compiler_base)

v0.4.19

rustwasm/wasm-bindgen (wasm-bindgen)

v0.2.90

Compare Source

Released 2024-01-06

Fixed
  • Fix JS shim default path detection for the no-modules target.
    #​3748
Added
  • Add bindings for HTMLFormElement.requestSubmit().
    #​3747

  • Add bindings for RTCRtpSender.getCapabilities(DOMString) method, RTCRtpCapabilities, RTCRtpCodecCapability and RTCRtpHeaderExtensionCapability.
    #​3737

  • Add bindings for UserActivation.
    #​3719

  • Add unstable bindings for the Compression Streams API.
    #​3752

Changed
Fixed
  • Fixed a compiler error when using #[wasm_bindgen] inside macro_rules!.
    #​3725
Removed
  • Removed Gecko-only InstallTriggerData and Gecko-internal FlexLineGrowthState, GridDeclaration, GridTrackState,
    RtcLifecycleEvent and WebrtcGlobalStatisticsReport features.
    #​3723

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 19, 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 19, 2024 11:05am

Copy link

github-actions bot commented Jan 19, 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-3ro4p0uu4-rollup-js.vercel.app/repl/?pr=5348

Copy link

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (11734c1) 98.81% compared to head (c3d4787) 98.81%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5348   +/-   ##
=======================================
  Coverage   98.81%   98.81%           
=======================================
  Files         232      232           
  Lines        8993     8993           
  Branches     2345     2345           
=======================================
  Hits         8886     8886           
  Misses         46       46           
  Partials       61       61           

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

@renovate renovate bot force-pushed the renovate/minorpatch-updates branch from 6c1bdbe to c3d4787 Compare January 19, 2024 11:04
@lukastaegert lukastaegert added this pull request to the merge queue Jan 19, 2024
Merged via the queue into master with commit 328e7d2 Jan 19, 2024
29 checks passed
@lukastaegert lukastaegert deleted the renovate/minorpatch-updates branch January 19, 2024 16:01
Copy link

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