chore(deps): update all non-major dependencies #283
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.45.1
->^1.45.2
^5.51.1
->^5.51.9
^20.14.10
->^20.14.11
^126.0.4
->^126.0.5
^13.13.0
->^13.13.1
^2.3.1
->^2.4.0
^4.4.1
->^4.4.2
^9.0.11
->^9.1.1
^24.1.0
->^24.1.1
^3.6.4
->^3.7.0
^3.4.4
->^3.4.6
^5.3.3
->^5.3.4
^2.0.2
->^2.0.3
^3.4.31
->^3.4.33
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
notifyOnChangeProps
query option to returnundefined
(#7441) (0c671ee
) by @winghouchanCi
a5bfc30
) by Lachlan CollinsDocs
d02e610
) by Lachlan Collins13817e9
) by Lachlan Collins81ca333
) by @robin4a4Packages
v5.51.5
Compare Source
Version 5.51.5 - 7/17/24, 2:35 PM
Changes
Fix
a87c2fe
) by @yannickcrTest
01212de
) by Lachlan CollinsDocs
91cfc10
) by DhruvPackages
v5.51.4
Compare Source
Version 5.51.4 - 7/17/24, 11:10 AM
Changes
Fix
7edf587
) by Dominik DorfmeisterChore
95d814a
) by MinhoParkDocs
a1ce3c4
) by Ryan MillerPackages
v5.51.3
Compare Source
Version 5.51.3 - 7/16/24, 8:32 PM
Changes
Fix
InitialQueryOptions
types (#7720) (a3f5a0a
) by Andy LiChore
23b9a19
) by 김석진(poki)28af03f
) by Lachlan Collinsd10a456
) by Jonghyeon Ko4635954
) by Dominik DorfmeisterTest
38e5c4b
) by Lachlan CollinsDocs
369d826
) by Kier Borromeo79e5202
) by Alessia BellisarioPackages
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
4cf49dc
18841d3
7c9ed37
d554958
e23a0f8
bcc1a0e
4e4036a
1e3996f
7d8644c
161f21e
a963590
8d7bf08
2f409cc
4cf6b6b
125a2fc
4c68b62
de164cb
ed6c024
76653e1
40ff734
0379951
042be3a
205dc26
4881def
073a706
6dd56ae
85fa5a1
ab5ac7c
02ff7d9
361c87a
eb1fdac
0b2910b
0cdf777
44c0a8c
b9c8537
7b81a25
0d6c12e
b691fed
913e064
b998a2a
4765d40
0b6e514
23b42b8
b70d2c1
1fbb5b1
335f567
eb98850
d28b717
bd9a716
1c3f339
d5939ae
webdriverio-community/node-geckodriver (geckodriver)
v4.4.2
: Release 4.4.2Compare Source
382ec79
)46054e4
)73b4b48
)b0408b4
)2231cb6
)e36f104
)3394c52
)5c9a841
)7faf0f6
)4d9a2d7
)4f74da1
)bdbe078
)d553258
)b8da9c8
)bb3d62b
)a820585
)846451b
)3900287
)c386f72
)04c6162
)5a8cfc1
)0608c8b
)74f5ee6
)2fe9b75
)37efe28
)d6c0f89
)c13c438
)ef0a899
)219163d
)2da24b5
)4956b5a
)33a4cec
)76e3567
)87fb9ce
)bee88ab
)e17d0a7
)417504b
)typicode/husky (husky)
v9.1.1
Compare Source
v9.1.0
Compare Source
Super saiyan
goddog! 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 🐺⚡️
A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.
For more advanced use cases, see lint-staged.
Fixes
bunx husky init
commandDeprecations
#!/usr/bin/env sh
and. "$(dirname -- "$0")/_/husky.sh"
from your hooks~/.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
selectionchange
event on theDocument
object. (piotr-oles)nightwatchjs/nightwatch (nightwatch)
v3.7.0
Compare Source
tailwindlabs/tailwindcss (tailwindcss)
v3.4.6
Compare Source
Fixed
Changed
:is()
wrapping rules when using an important selector (#13900)v3.4.5
Compare Source
vitejs/vite (vite)
v5.3.4
Compare Source
.css?url
in assets field of manifest (#17623) (1465b20), closes #17623vitest-dev/vitest (vitest)
v2.0.3
Compare Source
🚀 Features
🐞 Bug Fixes
--inspect-brk
stop on Windows - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6110 (f8519)vi.spyOn
toMockInstance
of function overload - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6086 (e9f9a)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.
This PR has been generated by Mend Renovate. View repository job log here.