aws-step-functions-plagiarism-demo-dotnetcore
aws-step-functions-plagiarism-demo-dotnetcore copied to clipboard
build(deps): bump the npm_and_yarn at /src/frontend/testcentre security update group in /src/frontend/testcentre with 2 updates
Bumps the npm_and_yarn at /src/frontend/testcentre security update group in /src/frontend/testcentre with 2 updates: @aws-amplify/ui-vue and aws-amplify.
Updates @aws-amplify/ui-vue from 1.1.14 to 4.0.2
Release notes
Sourced from @aws-amplify/ui-vue's releases.
@aws-amplify/ui-vue@4.0.2Patch Changes
#4767
4ff26e27eThanks@calebpollman! - fix(authenticator): forgot password clean upUpdated dependencies [
4ff26e27e,bb141a719]:
@aws-amplify/ui@6.0.2
@aws-amplify/ui-vue@4.0.1Patch Changes
@aws-amplify/ui-vue@3.1.29Patch Changes
- #4489
e0c819b86Thanks@ioanabrooks! - Fixes an issue where warnings related to unused css would appear while building with nuxt.
@aws-amplify/ui-vue@3.1.28Patch Changes
@aws-amplify/ui-vue@3.1.27Patch Changes
- Updated dependencies [
276968530,ec495a6f6,e1fc61119,14e402b6e,2407ac294,64fba0fd2]:
@aws-amplify/ui@5.8.0
@aws-amplify/ui-vue@3.1.26Patch Changes
@aws-amplify/ui-vue@3.1.25Patch Changes
@aws-amplify/ui-vue@3.1.24Patch Changes
... (truncated)
Changelog
Sourced from @aws-amplify/ui-vue's changelog.
4.0.2
Patch Changes
#4767
4ff26e27eThanks@calebpollman! - fix(authenticator): forgot password clean upUpdated dependencies [
4ff26e27e,bb141a719]:
@aws-amplify/ui@6.0.24.0.1
Patch Changes
4.0.0
Major Changes
Major version bump for all Amplify UI packages due to upgrade of peerDependency aws-amplify to v6
AuthenticatorBreaking Changes- <authenticator initial-state="resetPassword"> - </authenticator> + <authenticator initial-state="forgotPassword"> + </authenticator>
The
userobject provided after an end user has been authenticated has been updated to reflect theAuthUserinterface available fromaws-amplify/auth:- interface AmplifyUser { - challengeName?: ChallengeName; - attributes?: CognitpAttributes; - username: string; - } + interface AuthUser { + username: string; + userId: string; + signInDetails?: CognitoAuthSignInDetails; + }
AuthUsercan be imported fromaws-amplify/auth:
... (truncated)
Commits
- See full diff in compare view
Updates aws-amplify from 4.3.2 to 6.0.5
Release notes
Sourced from aws-amplify's releases.
2023-11-22 Amplify JS release - [email protected]
What's Changed
- fix:server/generateModelsProperty bug by
@iartemievin aws-amplify/amplify-js#12610- fix(aws-amplify): destroyAmplifyServerContext may not be called by
@HuiSFin aws-amplify/amplify-js#12608- fix(core): add contextSpec object shape validation for better debugging by
@HuiSFin aws-amplify/amplify-js#12616Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.5
2023-11-20 Amplify JS release - [email protected]
What's Changed
- graphql: utilize default auth by
@iartemievin aws-amplify/amplify-js#12586- chore(actions): remove usage of set-output by
@ashwinkumar6in aws-amplify/amplify-js#12576- chore: publish release branch to latest by
@erinleigh90in aws-amplify/amplify-js#12583- release: Amplify JS release by
@erinleigh90in aws-amplify/amplify-js#12601Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.4
2023-11-16 Amplify JS release - [email protected]
What's Changed
- test: update signOut unit tests by
@cshfangin aws-amplify/amplify-js#12561- Update README.md to v6 by
@elorzafein aws-amplify/amplify-js#12569- feat(data): add custom header support to data schema client by
@david-mcafeein aws-amplify/amplify-js#12559- Update README.md by
@elorzafein aws-amplify/amplify-js#12571- fix: export generateClient return types; don't throw error in genClient by
@iartemievin aws-amplify/amplify-js#12577- fix(data): fix ConsoleLogger argument typo by
@david-mcafeein aws-amplify/amplify-js#12581- fix: Client type explicit default type arg by
@iartemievin aws-amplify/amplify-js#12580- release(required): Amplify JS release by
@erinleigh90in aws-amplify/amplify-js#12575Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.0.3
2023-11-06 Amplify JS release - [email protected]
What's Changed
- fix: restrict to specific staging branch - no fuzzy matching by
@stocaaroin aws-amplify/amplify-js#12057- chore: bump
@babel/traversefrom 7.22.10 to 7.23.2 by@dependabotin aws-amplify/amplify-js#12349- fix: make the android modules compatible with AGP 8 by
@HuiSFin aws-amplify/amplify-js#12371- fix(rtn-pn): correct the namespace by
@HuiSFin aws-amplify/amplify-js#12376- chore: Setup v5 LTS CI infrastructure by
@jimblancin aws-amplify/amplify-js#12455- chore(deps): upgrade axios to 1.6.0 by
@elorzafein aws-amplify/amplify-js#12489- fix(react-native): Update namespace to be unique by
@cshfangin aws-amplify/amplify-js#12511- fix(api-rest): infinite retry when clock skew go back and forth by
@AllanZhengYPin aws-amplify/amplify-js#12488Full Changelog: https://github.com/aws-amplify/amplify-js/compare/[email protected]@5.3.12
2023-09-14 Amplify JS release - [email protected]
What's Changed
- feat(data): add custom primary key and related model tests by
@david-mcafeein aws-amplify/amplify-js#11836
... (truncated)
Commits
1c545f4chore(release): Publish [ci skip]8971b1fRelease: Amplify JS release (#12618)a0f9e26chore(core): add contextSpec object shape validation for better debugging (#1...4ac6d53fix(aws-amplify): destroyAmplifyServerContext may not be called (#12608)a04a462fix: server/generateModelsProperty bug (#12610)fe5afe6chore: Upgrade to Lerna v7 (#12605)b877493fix:multi-part-copycanary fix (#12596)b765493(chore): add dependency-review action in workflow #PR1 (#12585)4e12ec9fix(datastore): Make ds tests run on M1 by using uuid for randomness (#12604)cdb267echore(release): update API docs [ci skip]- 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.