Bump the minor-and-patch group with 10 updates #356
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.
Bumps the minor-and-patch group with 10 updates:
5.59.13
5.59.15
7.53.0
7.53.1
9.12.0
9.13.0
6.5.0
6.6.2
4.3.2
4.3.3
4.10.0
4.10.1
9.12.0
9.13.0
1.79.5
1.80.3
8.8.1
8.10.0
0.13.5
0.14.0
Updates
@tanstack/react-query
from 5.59.13 to 5.59.15Release notes
Sourced from
@tanstack/react-query
's releases.Commits
0c720e1
release: v5.59.156c06781
fix(react-query): resolve overload matches error with exactOptionalPropertyTy...1adaf3f
release: v5.59.14a085c92
fix(react-query): make queryFn optional again (#8176)d409854
fix(react-query): do not overwrite staleTime with the suspense default value ...Updates
react-hook-form
from 7.53.0 to 7.53.1Release notes
Sourced from react-hook-form's releases.
Changelog
Sourced from react-hook-form's changelog.
Commits
79964dc
7.53.11ce56d7
🔧 chore: upgrade eslint to v9 (#12150)978d407
🐞 fix: #12294 ensure Invalid Date is evaluated correctly (#12295)ca5077a
📖 fix: code example input field placeholder name (#12296)38960fd
🪙 package upgrades (#12327)67de1a4
🏺 watch reference update on formState update (#12326)76a6b53
🐞 fix #12316 setValue should work for arrays of primitives to handle checkbox...3bce0c8
Revert "☸️ fix #11910 watch reference update on each re-render (#12267)" (#12...cb61669
📝 improve flatten function with object type check (#12306)087433d
🐞 fix #12291 field array remove causeundefined
with FormData (#12305)Updates
@eslint/js
from 9.12.0 to 9.13.0Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
2211f0a
chore: package.json update for@eslint/js
releaseUpdates
@testing-library/jest-dom
from 6.5.0 to 6.6.2Release notes
Sourced from
@testing-library/jest-dom
's releases.Commits
4468378
fix: remove recursive type reference in vitest types (#636)abba961
docs: add billyjanitsch as a contributor for bug (#644)9490615
docs: add G-Rath as a contributor for code (#643)ced792e
fix: fix lodash import in to-have-selection.js (#642)9b14804
feat: implement toHaveSelection (#637)f5b0e94
docs: add diegohaz as a contributor for ideas (#640)68e927e
docs: add pwolaq as a contributor for code, and test (#639)04005db
docs: add silviuaavram as a contributor for code, and test (#638)4723de3
docs: add mibcadet as a contributor for doc (#628)8fd402a
docs: how to update tsconfig for vitest matchers extension (#624)Updates
@vitejs/plugin-react
from 4.3.2 to 4.3.3Release notes
Sourced from
@vitejs/plugin-react
's releases.Changelog
Sourced from
@vitejs/plugin-react
's changelog.Commits
b61592a
release: plugin-react@4.3.3e8a923f
fix: addreact-dom
inoptimizeOps
to handle CJS script. (#375)7a7e339
feat: support new React Compiler target option (#374)Updates
axe-core
from 4.10.0 to 4.10.1Release notes
Sourced from axe-core's releases.
Changelog
Sourced from axe-core's changelog.
Commits
b581695
chore(release): v4.10.1 (#4615)316b54c
chore(release): 4.10.1365acae
perf(selector): more caching for faster selector creation (#4611)ae3d6db
docs(readme): link download badge to npm-stats.com (#4603)bdd94a2
fix(get-ancestry): add nth-child selector for multiple siblings of shadow roo...364eb72
fix(button-name,input-button-name,input-img-alt): allow label to give accessi...a95ed13
test: fix flakiness in rerun integration test (#4598)e66c368
chore: avoid auto-formatter workflow failing on fork PRs (#4600)c404266
chore: sync generated files (#4597)31e0f61
fix(rules): Change "alternate text" to "alternative text" (#4582)Updates
eslint
from 9.12.0 to 9.13.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
1a7cdbf
9.13.0627d5bf
Build: changelog update for 9.13.068d2d9d
chore: upgrade to@eslint/js@9.13.0
and@eslint/core@^0.7.0
(#19034)2211f0a
chore: package.json update for@eslint/js
release381c32b
feat: Allow languages to providedefaultLanguageOptions
(#19003)78836d4
fix: update thecomplexity
rule type (#19027)c7abaef
perf: using Node.js compile cache (#19012)bf723bd
feat: Improve eslintrc warning message (#19023)1d7c077
chore: add pkg.type "commonjs" (#19011)abdbfa8
docs: markLintMessage#nodeType
as deprecated (#19019)Updates
sass
from 1.79.5 to 1.80.3Release notes
Sourced from sass's releases.
... (truncated)
Changelog
Sourced from sass's changelog.
Commits
76cfd6b
Fix@import url("...")
in plain CSS (#2398)60d440a
Emit all warnings in the evaluator (#2396)01b2a5b
Fix setup-node (#2395)2ad2133
Don't emit warnings for plain-CSSinvert()
(#2394)e6391d3
Always limit the repetition of loggers (#2391)ab19f94
Deprecate@import
and global builtins (#2282)f7b2e63
Fix GitHub Actions config (#2387)1e27aeb
Add a changelog entry for sass/embedded-host-node#338 (#2384)73ff9a9
Don't generate extra*/
s for trailing whitespace in Sass (#2383)164224f
Update QEMU (#2382)Updates
typescript-eslint
from 8.8.1 to 8.10.0Release notes
Sourced from typescript-eslint's releases.
... (truncated)
Changelog
Sourced from typescript-eslint's changelog.
Commits
7effdea
chore(release): publish 8.10.0be5bc0f
fix(typescript-eslint): propagatename
field to extended configs in `config...4666ed4
chore(release): publish 8.9.0Updates
unlighthouse
from 0.13.5 to 0.14.0Release notes
Sourced from unlighthouse's releases.