Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(deps): update all non-major dependencies #269

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

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/vue-query (source) ^5.38.0 -> ^5.40.0 age adoption passing confidence
@types/jsdom (source) ^21.1.6 -> ^21.1.7 age adoption passing confidence
@types/node (source) ^20.12.12 -> ^20.14.0 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.4 -> ^5.0.5 age adoption passing confidence
@vueuse/core (source) ^10.9.0 -> ^10.10.0 age adoption passing confidence
chromedriver ^125.0.2 -> ^125.0.3 age adoption passing confidence
eslint-plugin-cypress ^3.2.0 -> ^3.3.0 age adoption passing confidence
geckodriver ^4.4.0 -> ^4.4.1 age adoption passing confidence
prettier (source) ^3.2.5 -> ^3.3.0 age adoption passing confidence
vite (source) ^5.2.11 -> ^5.2.12 age adoption passing confidence
zx ^8.1.1 -> ^8.1.2 age adoption passing confidence

Release Notes

TanStack/query (@​tanstack/vue-query)

v5.40.0

Compare Source

Version 5.40.0 - 5/27/2024, 6:15 PM

Changes
Feat
  • allow to dehydrate and restore promises (#​7481) (721730a) by Dominik Dorfmeister
Packages
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.0.5

vueuse/vueuse (@​vueuse/core)

v10.10.0

Compare Source

giggio/node-chromedriver (chromedriver)

v125.0.3

Compare Source

cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v3.3.0

Compare Source

Features
  • add flat configurations (0e434c7)
webdriverio-community/node-geckodriver (geckodriver)

v4.4.1: Release 4.4.1

Compare Source

prettier/prettier (prettier)

v3.3.0

Compare Source

diff

🔗 Release Notes

vitejs/vite (vite)

v5.2.12

Compare Source

google/zx (zx)

v8.1.2

Compare Source

Every new zx version is better than previous one. What have we here?

Features

  • Added ProcessPromise.verbose() to enhance debugging experience.
    #​820, #​710
const p = $`echo foo`
p.quiet()        // enable silent mode
p.quiet(false)   // then disable
p.verbose()      // enable verbose/debug mode
p.verbose(false) // and turn it off

await p
  • Aligned ProcessPromise.isSmth() API:
    #​823
const p = $`echo foo`

p.isHalted()
p.isVerbose()
p.isQuiet()
p.isNothrow()

Bug Fixes

  • fix: apply EOL ensurer to the last chunk only #​825
  • fix(cli): return exit code 1 on incorrect inputs #​826
  • fix: set cjs bundle as legacy main entrypoint #​827

Chore


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 requested a review from Yordan-Ramchev as a code owner June 3, 2024 01:54
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 3, 2024
@Yordan-Ramchev Yordan-Ramchev merged commit 40c652e into main Jun 3, 2024
@Yordan-Ramchev Yordan-Ramchev deleted the renovate/all-minor-patch branch June 3, 2024 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant