Move @testing-library/dom and @types/react-dom to peer dependencies (#1305) (a4744fa)
BREAKING CHANGES
@testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency.
@types/react-dom needs to be installed if you're typechecking files using @testing-library/react.
Bumps the dev-dependencies group with 14 updates in the /frontend directory:
8.2.6
8.2.7
8.2.6
8.2.7
5.51.21
5.53.1
5.51.23
5.53.1
5.51.23
5.53.1
5.51.15
5.53.0
5.17.0
6.5.0
14.3.1
16.0.1
18.3.3
18.3.5
5.4.1
5.4.2
8.57.0
9.9.1
22.1.0
25.0.0
5.4.0
5.4.2
0.20.1
0.20.2
Updates
@ionic/react
from 8.2.6 to 8.2.7Release notes
Sourced from
@ionic/react
's releases.Changelog
Sourced from
@ionic/react
's changelog.Commits
43ff02c
v8.2.79c4ba2e
chore(deps): update capacitor to v6.1.2 (#29764)43ad81e
chore(deps): update dependency@stencil/core
to v4.20.0 (#29749)20073e1
fix(angular): remove the tabindex set by routerLink from Ionic components (#2...7b16397
fix(content): allow custom roles and aria attributes to be set on content (#2...ab4f279
fix(vue): pass router-link value to href to properly render clickable element...a9f278a
fix(item): router-link remains clickable with item cover (#29743)bfee3cd
fix(react): add onPointerDown, onTouchEnd, add onTouchMove (#29736)133995a
chore(deps): update playwright (#29719)bf60712
chore(playwright): add click method to promise assertion lint checks (#29740)Updates
@ionic/react-router
from 8.2.6 to 8.2.7Release notes
Sourced from
@ionic/react-router
's releases.Changelog
Sourced from
@ionic/react-router
's changelog.Commits
43ff02c
v8.2.79c4ba2e
chore(deps): update capacitor to v6.1.2 (#29764)43ad81e
chore(deps): update dependency@stencil/core
to v4.20.0 (#29749)20073e1
fix(angular): remove the tabindex set by routerLink from Ionic components (#2...7b16397
fix(content): allow custom roles and aria attributes to be set on content (#2...ab4f279
fix(vue): pass router-link value to href to properly render clickable element...a9f278a
fix(item): router-link remains clickable with item cover (#29743)bfee3cd
fix(react): add onPointerDown, onTouchEnd, add onTouchMove (#29736)133995a
chore(deps): update playwright (#29719)bf60712
chore(playwright): add click method to promise assertion lint checks (#29740)Updates
@tanstack/query-sync-storage-persister
from 5.51.21 to 5.53.1Release notes
Sourced from
@tanstack/query-sync-storage-persister
's releases.... (truncated)
Commits
466401f
release: v5.53.19e75547
release: v5.52.3907a38b
chore: simplify clean commands (#7973)d29997a
release: v5.52.27ac71ac
release: v5.52.0eee3948
release: v5.51.24ab1a353
ci(*): official@vitest/eslint-plugin
(#7896)Updates
@tanstack/react-query
from 5.51.23 to 5.53.1Release notes
Sourced from
@tanstack/react-query
's releases.... (truncated)
Commits
466401f
release: v5.53.18fe9010
chore(deps): update eslint plugins (#7984)9e75547
release: v5.52.3907a38b
chore: simplify clean commands (#7973)86d8438
chore: better type vs value import separation (#7972)d29997a
release: v5.52.2b93941d
fix(types): error booleans shouldn't permanently be typed asfalse
(#7956)d5a0342
release: v5.52.1ca2e306
fix(react-query): Add missing React 19 peer dependency. (#7937)7ac71ac
release: v5.52.0Updates
@tanstack/react-query-persist-client
from 5.51.23 to 5.53.1Release notes
Sourced from
@tanstack/react-query-persist-client
's releases.... (truncated)
Commits
466401f
release: v5.53.19e75547
release: v5.52.3907a38b
chore: simplify clean commands (#7973)d29997a
release: v5.52.2d5a0342
release: v5.52.17ac71ac
release: v5.52.0eee3948
release: v5.51.24Updates
@tanstack/eslint-plugin-query
from 5.51.15 to 5.53.0Release notes
Sourced from
@tanstack/eslint-plugin-query
's releases.... (truncated)
Commits
9e086d8
release: v5.53.0f3aad7c
feat(eslint-plugin): use typescript-eslint v8 stable (#7968)9e75547
release: v5.52.3907a38b
chore: simplify clean commands (#7973)7ac71ac
release: v5.52.0f65ebe7
feat(eslint-plugin-query): add rule that disallows putting the result of quer...Updates
@testing-library/jest-dom
from 5.17.0 to 6.5.0Release notes
Sourced from
@testing-library/jest-dom
's releases.... (truncated)
Commits
62f0e3a
docs: add waynevanson as a contributor for code, and test (#626)acbf416
feat(toHaveValue): Asserting aria-valuenow (#479)47a667c
docs: add vorant94 as a contributor for code (#619)06d19ba
adjust vitest ambient declaration file according to vitest docs (#612)a073b08
docs: add aleks-elkin as a contributor for maintenance (#618)aa094a5
chore: remove unused@babel/runtime
dependency (#617)d02e80b
docs: add ddolcimascolo as a contributor for maintenance (#616)faf534b
fix: Drop peerDependencies from package.json (#610)78a2934
docs: add tonyhallett as a contributor for bug (#615)5cc6298
fix: Type definition oftoHaveClass
(#611)Updates
@testing-library/react
from 14.3.1 to 16.0.1Release notes
Sourced from
@testing-library/react
's releases.... (truncated)
Commits
3dcd8a9
fix: Add support for exactOptionalPropertyTypes in TypeScript (#1351)7a28fa9
Fix React Canary and Experimental tests (#1353)a4744fa
feat: Move@testing-library/dom
and@types/react-dom
to peer dependencie...c1f2957
fix: Ensureact
is notany
whenReact.act
is not declared (#1323)b6e59f7
fix: export new act when available (#1319)f6a1677
chore: Adjust tests to workaround 18.3.0 bug (#1315)d143f46
fix: Stop restrictingcontainer
option based onhydrate
(#1313)48282c2
fix: EnsurerenderHook
options extend options forrender
(#1308)067d0c6
fix: Don't raise TypeScript errors when hydatingdocument
(#1304)c63b873
fix: ImprovelegacyRoot
error message (#1301)Updates
@types/react
from 18.3.3 to 18.3.5Commits
Updates
@vitejs/plugin-legacy
from 5.4.1 to 5.4.2Release notes
Sourced from
@vitejs/plugin-legacy
's releases.Changelog
Sourced from
@vitejs/plugin-legacy
's changelog.Commits
e012f29
chore: remove stale TODOs (#17866)9370742
release: plugin-legacy@5.4.2Updates
eslint
from 8.57.0 to 9.9.1Release notes
Sourced from eslint's releases.