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

Skip to content

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

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
Jul 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) ^1.45.1 -> ^1.45.2 age adoption passing confidence
@tanstack/vue-query (source) ^5.51.1 -> ^5.51.9 age adoption passing confidence
@types/node (source) ^20.14.10 -> ^20.14.11 age adoption passing confidence
chromedriver ^126.0.4 -> ^126.0.5 age adoption passing confidence
cypress (source) ^13.13.0 -> ^13.13.1 age adoption passing confidence
eslint-plugin-vuejs-accessibility ^2.3.1 -> ^2.4.0 age adoption passing confidence
geckodriver ^4.4.1 -> ^4.4.2 age adoption passing confidence
husky ^9.0.11 -> ^9.1.1 age adoption passing confidence
jsdom ^24.1.0 -> ^24.1.1 age adoption passing confidence
nightwatch (source) ^3.6.4 -> ^3.7.0 age adoption passing confidence
tailwindcss (source) ^3.4.4 -> ^3.4.6 age adoption passing confidence
vite (source) ^5.3.3 -> ^5.3.4 age adoption passing confidence
vitest (source) ^2.0.2 -> ^2.0.3 age adoption passing confidence
vue (source) ^3.4.31 -> ^3.4.33 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.45.2

Compare Source

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

v5.51.9

Version 5.51.9 - 7/18/24, 7:35 AM (Manual Release)

Changes
Fix
Ci
Docs
Packages

v5.51.5

Compare Source

Version 5.51.5 - 7/17/24, 2:35 PM

Changes
Fix
Test
  • svelte-query: Refactor test logic (#​7744) (01212de) by Lachlan Collins
Docs
  • solid-query: add optional chaining to prevent suspense bug (#​7709) (91cfc10) by Dhruv
Packages

v5.51.4

Compare Source

Version 5.51.4 - 7/17/24, 11:10 AM

Changes
Fix
  • core: do not invoke getNextPageParam or getPreviousPageParam if there is we have empty pages in the cache (#​7743) (7edf587) by Dominik Dorfmeister
Chore
  • utils: Ensure consistent declaration style of utility functions and standardize parameters for the sleep method (#​7554) (95d814a) by MinhoPark
Docs
  • Update Streaming with Server Components docs to reflect correct usage (#​7725) (a1ce3c4) by Ryan Miller
Packages

v5.51.3

Compare Source

Version 5.51.3 - 7/16/24, 8:32 PM

Changes
Fix
  • vue-query: export InitialQueryOptions types (#​7720) (a3f5a0a) by Andy Li
Chore
Test
Docs
Packages
giggio/node-chromedriver (chromedriver)

v126.0.5

Compare Source

cypress-io/cypress (cypress)

v13.13.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-1

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

v2.4.0

Compare Source

webdriverio-community/node-geckodriver (geckodriver)

v4.4.2: Release 4.4.2

Compare Source

typicode/husky (husky)

v9.1.1

Compare Source

v9.1.0

Compare Source

Super saiyan god dog! It's over 9.0.0!

There's a bug with this release which prevents the deprecation notice to appear and requires to remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" (which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.

What's new

You can now run package commands directly, no need for npx or equivalents.
It makes writing hooks more intuitive and is also slightly faster 🐺⚡️

### .husky/pre-commit
- npx jest
+ jest # ~0.2s faster

A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.

### .husky/pre-commit
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again

For more advanced use cases, see lint-staged.

Fixes

  • bunx husky init command
  • Workaround for some hooks implementation on Windows 🤷

Deprecations

  • Remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" from your hooks
  • Move your code from ~/.huskyrc to .config/husky/init.sh

Support for these will be removed in v10, notices have been added.

Friendly reminder

If Git hooks don't fit your workflow, you can disable Husky globally. Just add export HUSKY=0 to .config/husky/init.sh.

I've seen some confusion about this on X, so just a heads-up!

Sponsoring

Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.

Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉

jsdom/jsdom (jsdom)

v24.1.1

Compare Source

  • Fixed selection methods to trigger the selectionchange event on the Document object. (piotr-oles)
nightwatchjs/nightwatch (nightwatch)

v3.7.0

Compare Source

tailwindlabs/tailwindcss (tailwindcss)

v3.4.6

Compare Source

Fixed
  • Fix detection of some utilities in Slim/Pug templates (#​14006)
Changed
  • Loosen :is() wrapping rules when using an important selector (#​13900)

v3.4.5

Compare Source

vitejs/vite (vite)

v5.3.4

Compare Source

vitest-dev/vitest (vitest)

v2.0.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (vue)

v3.4.33

Compare Source

Bug Fixes

v3.4.32

Compare Source

Bug Fixes

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 added the dependencies Pull requests that update a dependency file label Jul 22, 2024
@Yordan-Ramchev Yordan-Ramchev merged commit d6277ba into main Jul 22, 2024
31 checks passed
@Yordan-Ramchev Yordan-Ramchev deleted the renovate/all-minor-patch branch July 22, 2024 04:39
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