chore(deps): bump the npm-dependencies group across 1 directory with 6 updates
Bumps the npm-dependencies group with 6 updates in the /frontend directory:
| Package | From | To |
|---|---|---|
| @aws-amplify/ui-react | 6.7.0 |
6.9.3 |
| @fontsource/inter | 5.1.0 |
5.2.5 |
| @testing-library/react | 16.0.1 |
16.2.0 |
| @testing-library/user-event | 14.5.2 |
14.6.1 |
| aws-amplify | 6.9.0 |
6.13.4 |
| react-router-dom | 7.0.1 |
7.3.0 |
Updates @aws-amplify/ui-react from 6.7.0 to 6.9.3
Release notes
Sourced from @aws-amplify/ui-react's releases.
@aws-amplify/ui-react@6.9.3Patch Changes
#6381
00fadd4f0fe8c79b6045558053257e9375942ca1Thanks@tacck! - fix: Numeric 0 can be set in the propertyUpdated dependencies [
81543cb38604a80ca2d8b93cfb7d1884d43e0a4f,e6248bd8dd8980b095826e6476b65e19af006960]:
@aws-amplify/ui-react@6.9.2Patch Changes
- Updated dependencies [
fa6984721124029cf2e7d5b4ac5a3cc6c34097a6]:
@aws-amplify/ui-react@6.9.1Patch Changes
#6303
6e51c1750f8f3e01cf8827f4c5c2e5ef02240ca6Thanks@calebpollman! - fix(slider): remounted controlled value not updatingUpdated dependencies [
272ec8e575718ea990dcb9f51d1baaf522f45fb6]:
@aws-amplify/ui-react@6.9.0Minor Changes
- #6296
8d2aa79b174d4e48aaca913bd568898b8c8975a2Thanks@calebpollman! - feat(react): reenable react 19 supportPatch Changes
- Updated dependencies [
8757f03b7b1d761d9a13cfe29382a2208d4f3999,8d2aa79b174d4e48aaca913bd568898b8c8975a2]:
@aws-amplify/ui-react@6.8.1Patch Changes
#6278
475e4a37a404bd116ec55e95579acb8f2d23c9a4Thanks@jordanvn! - revert changes introduced for React 19 supportUpdated dependencies [
475e4a37a404bd116ec55e95579acb8f2d23c9a4]:
@aws-amplify/ui-react-core@3.2.1
@aws-amplify/ui-react@6.8.0Minor Changes
- #5826
954e9be2d055a57ebddab5b902e3e6b427d09f67Thanks@calebpollman! - chore(react): add support for React 19Patch Changes
... (truncated)
Changelog
Sourced from @aws-amplify/ui-react's changelog.
6.9.3
Patch Changes
#6381
00fadd4f0fe8c79b6045558053257e9375942ca1Thanks@tacck! - fix: Numeric 0 can be set in the propertyUpdated dependencies [
81543cb38604a80ca2d8b93cfb7d1884d43e0a4f,e6248bd8dd8980b095826e6476b65e19af006960]:6.9.2
Patch Changes
- Updated dependencies [
fa6984721124029cf2e7d5b4ac5a3cc6c34097a6]:6.9.1
Patch Changes
#6303
6e51c1750f8f3e01cf8827f4c5c2e5ef02240ca6Thanks@calebpollman! - fix(slider): remounted controlled value not updatingUpdated dependencies [
272ec8e575718ea990dcb9f51d1baaf522f45fb6]:6.9.0
Minor Changes
- #6296
8d2aa79b174d4e48aaca913bd568898b8c8975a2Thanks@calebpollman! - feat(react): reenable react 19 supportPatch Changes
- Updated dependencies [
8757f03b7b1d761d9a13cfe29382a2208d4f3999,8d2aa79b174d4e48aaca913bd568898b8c8975a2]:6.8.1
Patch Changes
#6278
475e4a37a404bd116ec55e95579acb8f2d23c9a4Thanks@jordanvn! - revert changes introduced for React 19 supportUpdated dependencies [
475e4a37a404bd116ec55e95579acb8f2d23c9a4]:
@aws-amplify/ui-react-core@3.2.16.8.0
... (truncated)
Commits
3859cc4Version Packages (#6385)00fadd4fix: Numeric 0 can be set in the property (#6381)4a4d8d6Version Packages (#6370)440e0caVersion Packages (#6304)da318c2fix(slider): remounted controlled value not updating (#6301)3b2f3b5Version Packages (#6292)8d2aa79feat(react): reenable react 19 support (#6296)d1c5f8cVersion Packages (#6281)475e4a3Revert support for React 19 (#6278)abeb329Version Packages (#6261)- Additional commits viewable in compare view
Updates @fontsource/inter from 5.1.0 to 5.2.5
Commits
- See full diff in compare view
Updates @testing-library/react from 16.0.1 to 16.2.0
Release notes
Sourced from @testing-library/react's releases.
v16.2.0
16.2.0 (2025-01-15)
Features
v16.1.0
16.1.0 (2024-12-05)
Features
Commits
Updates @testing-library/user-event from 14.5.2 to 14.6.1
Release notes
Sourced from @testing-library/user-event's releases.
v14.6.1
14.6.1 (2025-01-21)
Bug Fixes
- correct description for
delayoption (#1175) (2edf14d)- keyboard: add
ContextMenutodefaultKeyMap(#1079) (3e471d1)- keyboard: add brackets to
defaultKeyMap(#1226) (543ecb0)- keyboard: walk through radio group per arrow keys (#1049) (bf8111c)
- pointer: dispatch mouse events if
pointerdownisdefaultPrevented(#1121) (f681f7b)- pointer: set
buttonandbuttonsproperties onPointerEvent(#1219) (6614f72)- pointer: use
1as default value forPointerEvent.widthandPointerEvent.height(#1224) (f0468d0)- prevent
clickevent loop on form-associated custom element (#1238) (465fc7e)- prevent
clickevent on non-focusable control (#1130) (e429094)- upload: apply
acceptfilter more leniently (#1064) (a344ad4)v14.6.0
14.6.0 (2025-01-15)
Features
Bug Fixes
- clipboard: await
DataTransferItem.getAsString()callback (#1251) (7b11b0e)- event: assign pointer coords to MouseEvent (#1039) (8528972)
- pointer: check
PointerCoords.xinisDifferentPointerPosition(#1216) (75edef5)- pointer: check all fields of
PointerCoordsinisDifferentPointerPosition()(#1229) (5f3d28f)
Commits
d42954bchore: fix typos (#1260)465fc7efix: preventclickevent loop on form-associated custom element (#1238)65c1f6ctest: update snapshots (#1261)543ecb0fix(keyboard): add brackets todefaultKeyMap(#1226)f0468d0fix(pointer): use1as default value forPointerEvent.widthand `PointerE...6614f72fix(pointer): setbuttonandbuttonsproperties onPointerEvent(#1219)2edf14dfix: correct description fordelayoption (#1175)e429094fix: preventclickevent on non-focusable control (#1130)f681f7bfix(pointer): dispatch mouse events ifpointerdownisdefaultPrevented(#...3e471d1fix(keyboard): addContextMenutodefaultKeyMap(#1079)- Additional commits viewable in compare view
Updates aws-amplify from 6.9.0 to 6.13.4
Release notes
Sourced from aws-amplify's releases.
2025-03-06 Amplify JS release - [email protected]
What's Changed
- chore: Merge release into main by
@aws-amplify-opsin aws-amplify/amplify-js#14266- fix(auth): clear browser tab location before sending final success hub events during OAuth signIn by
@Samaritan1011001in aws-amplify/amplify-js#14188- fix(auth): associate unAuth identityId to newly authenticated user's identityId by
@Samaritan1011001in aws-amplify/amplify-js#14207- fix(auth): update service returned identity id to the in-memory store by
@HuiSFin aws-amplify/amplify-js#14268- release(required): Amplify JS release by
@HuiSFin aws-amplify/amplify-js#14271Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.13.4
2025-03-05 Amplify JS release - [email protected]
What's Changed
- fix(core): make AmplifyOutputs category types as unknown by
@ashwinkumar6in aws-amplify/amplify-js#14153- fix(core): add Partial back to AmplifyOutputs groups and paths by
@ashwinkumar6in aws-amplify/amplify-js#14265Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.13.3
2025-02-27 Amplify JS release - [email protected]
What's Changed
- fix(adapter-nextjs): secure: false is not set for localhost on sign-in by
@HuiSFin aws-amplify/amplify-js#14231- fix(adapter-nextjs): server-side sign out not working with Firefox and Safari by
@HuiSFin aws-amplify/amplify-js#14246Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.13.2
2025-02-20 Amplify JS release - [email protected]
What's Changed
- chore: update node version in contributing by
@aadimchin aws-amplify/amplify-js#14209- chore: Merge release into main by
@aws-amplify-opsin aws-amplify/amplify-js#14206- chore: update codeowner by
@HuiSFin aws-amplify/amplify-js#14214- fix(core): build in CookieSerializeOptions def by
@HuiSFin aws-amplify/amplify-js#14213- release: Amplify JS release by
@jjarvispin aws-amplify/amplify-js#14223New Contributors
@aadimchmade their first contribution in aws-amplify/amplify-js#14209Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.13.1
2025-02-11 Amplify JS release - [email protected]
What's Changed
- chore: Merge release into main by
@aws-amplify-opsin aws-amplify/amplify-js#14189- fix(auth): update FetchDevicesOutput output type to include name attribute by
@ashwinkumar6in aws-amplify/amplify-js#14186- feat: support server-side auth flows with Cognito managed login by
@HuiSFin aws-amplify/amplify-js#14168- chore(adapter-nextjs): update tsdoc of the public APIs by
@HuiSFin aws-amplify/amplify-js#14187- chore(adapter-nextjs): bump the lower bond of peer aws-amplify by
@HuiSFin aws-amplify/amplify-js#14204- release(required): Amplify JS release by
@ashwinkumar6in aws-amplify/amplify-js#14205
... (truncated)
Commits
2c3bac4chore(release): Publish [skip release]8410d60chore(release): Set core metadata [skip release]2a4bc19release(required): Amplify JS release (#14271)d7ada2bfix(auth): update service returned identity id to the in-memory store (#14268)1cd12bffix(auth): associate unAuth identityId to newly authenticated user's identity...e924f12fix(auth): clear browser tab location before sending final success hub events...9145612chore: Merge release into main (#14266)e9e9901chore(release): Update API docs [skip release]eacdf1achore(release): Publish [skip release]2d7369bchore(release): Set core metadata [skip release]- Additional commits viewable in compare view
Updates react-router-dom from 7.0.1 to 7.3.0
Release notes
Sourced from react-router-dom's releases.
v7.1.3
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v713
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- 44bce3c6: Fix
react-router-dompeer dependency version
... (truncated)
Changelog
Sourced from react-router-dom's changelog.
7.3.0
Patch Changes
- Updated dependencies:
7.2.0
Patch Changes
- Updated dependencies:
7.1.5
Patch Changes
- Updated dependencies:
7.1.4
Patch Changes
- Updated dependencies:
7.1.3
Patch Changes
- Updated dependencies:
7.1.2
Patch Changes
- Updated dependencies:
7.1.1
Patch Changes
- Updated dependencies:
7.1.0
... (truncated)
Commits
d3bed18chore: Update version for release (#13175)c24bc42chore: Update version for release (pre) (#13174)754c304chore: Update version for release (pre) (#13157)22cd401Add typecheck script to packages (#13040)7d49de2chore: format4b5793dchore: Update version for release (#13051)e7eb36fchore: Update version for release (pre) (#13050)95fd01dchore: Update version for release (pre) (#13048)6bb9e5cchore: Update version for release (pre) (#13041)3f98a9achore: Update version for release (pre) (#13038)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions