Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the npm_and_yarn at /src/frontend/testcentre security update group in /src/frontend/testcentre with 2 updates #82

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2023

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.2

Patch Changes

@​aws-amplify/ui-vue@​4.0.1

Patch Changes

@​aws-amplify/ui-vue@​3.1.29

Patch Changes

@​aws-amplify/ui-vue@​3.1.28

Patch Changes

@​aws-amplify/ui-vue@​3.1.27

Patch Changes

@​aws-amplify/ui-vue@​3.1.26

Patch Changes

@​aws-amplify/ui-vue@​3.1.25

Patch Changes

@​aws-amplify/ui-vue@​3.1.24

Patch Changes

... (truncated)

Changelog

Sourced from @​aws-amplify/ui-vue's changelog.

4.0.2

Patch Changes

4.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

  • Authenticator Breaking Changes

    - <authenticator initial-state="resetPassword">
    - </authenticator>
    + <authenticator initial-state="forgotPassword">
    + </authenticator>

    The user object provided after an end user has been authenticated has been updated to reflect the AuthUser interface available from aws-amplify/auth:

    - interface AmplifyUser {
    -   challengeName?: ChallengeName;
    -   attributes?: CognitpAttributes;
    -   username: string;
    - }
    + interface AuthUser  {
    +   username: string;
    +   userId: string;
    +   signInDetails?: CognitoAuthSignInDetails;
    + }

    AuthUser can be imported from aws-amplify/auth:

... (truncated)

Commits

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 - aws-amplify@6.0.5

What's Changed

Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.4...aws-amplify@6.0.5

2023-11-20 Amplify JS release - aws-amplify@6.0.4

What's Changed

Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.3...aws-amplify@6.0.4

2023-11-16 Amplify JS release - aws-amplify@6.0.3

What's Changed

Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.0.2...aws-amplify@6.0.3

2023-11-06 Amplify JS release - aws-amplify@5.3.12

What's Changed

Full Changelog: https://github.com/aws-amplify/amplify-js/compare/aws-amplify@5.3.11...aws-amplify@5.3.12

2023-09-14 Amplify JS release - aws-amplify@5.3.11

What's Changed

... (truncated)

Commits
  • 1c545f4 chore(release): Publish [ci skip]
  • 8971b1f Release: Amplify JS release (#12618)
  • a0f9e26 chore(core): add contextSpec object shape validation for better debugging (#1...
  • 4ac6d53 fix(aws-amplify): destroyAmplifyServerContext may not be called (#12608)
  • a04a462 fix: server/generateModelsProperty bug (#12610)
  • fe5afe6 chore: Upgrade to Lerna v7 (#12605)
  • b877493 fix: multi-part-copy canary fix (#12596)
  • b765493 (chore): add dependency-review action in workflow #PR1 (#12585)
  • 4e12ec9 fix(datastore): Make ds tests run on M1 by using uuid for randomness (#12604)
  • cdb267e chore(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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

…ty update group

Bumps the npm_and_yarn at /src/frontend/testcentre security update group in /src/frontend/testcentre with 2 updates: [@aws-amplify/ui-vue](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/vue) and [aws-amplify](https://github.com/aws-amplify/amplify-js).


Updates `@aws-amplify/ui-vue` from 1.1.14 to 4.0.2
- [Release notes](https://github.com/aws-amplify/amplify-ui/releases)
- [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/vue/CHANGELOG.md)
- [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/ui-vue@4.0.2/packages/vue)

Updates `aws-amplify` from 4.3.2 to 6.0.5
- [Release notes](https://github.com/aws-amplify/amplify-js/releases)
- [Changelog](https://github.com/aws-amplify/amplify-js/blob/main/docs/changelog.md)
- [Commits](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@4.3.2...aws-amplify@6.0.5)

---
updated-dependencies:
- dependency-name: "@aws-amplify/ui-vue"
  dependency-type: direct:production
- dependency-name: aws-amplify
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants