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

chore(rna): merge next-release/main to rna/main #2901

Conversation

calebpollman
Copy link
Member

Description of changes

merge next-release/main to rna/main

Issue #, if available

NA

Description of how you validated changes

Ran unit tests, smoke tested Authenticator (including auto sign in) and InAppMessaging demo apps

Checklist

  • PR description included
  • yarn test passes
  • Tests are updated
  • No side effects or sideEffects field updated
  • Relevant documentation is changed or added (and PR referenced)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

reesscot and others added 30 commits September 8, 2022 08:58
Update `next-release/main` with changes from `main`
* chore: upgrade radix to 1.0

Co-authored-by: Heather Buchel <hbuchel@gmail.com>
…amplify#2556)

* chore: remove isMultiline prop from TextField

* chore: address feedback, fix typo and add resize to PrimitiveCatalog

* chore(next-release): add test on merge for next-release/main (aws-amplify#2564)

Co-authored-by: Caleb Pollman <cpollman@amazon.com>
…n-update

Update `next-release` with latest `main`
…mplify#2622)

* chore: remove old Authenticator exports

* chore: cleanup references to old Authenticator exports
…t-release

chore: sync `next-release` with `main`
aws-amplify#2667)

* chore(react-core): add ui-react-core and configuration

* chore(ui-react-core): add ui-react-core to bump-react.md (aws-amplify#1839)

* chore(react-core): update linting rules to reflect rules in ui-react package (aws-amplify#1907)

* chore(react-core): delete example code (aws-amplify#1912)

* chore(react-core): set tsconfig.json jsx field to react, add tsconfig.dev.json for test file ts support (aws-amplify#1911)

* fix(ui-react-core): update prebuild and clean commands, remove react as a devDep (aws-amplify#1954)

* chore(ui-react-core): add react devDeps (aws-amplify#2007)

* chore(ui-react-core): replace tsup with tsc in ui-react-core (aws-amplify#2008)

* chore(rwa): build react-core during CI (aws-amplify#2627)

* chore(ui-react-core): migrate useAuthenticator and AuthenticatorProvider (aws-amplify#2605)

Co-authored-by: William Lee <43682783+wlee221@users.noreply.github.com>

Co-authored-by: William Lee <43682783+wlee221@users.noreply.github.com>
* feat(ui-react-core): merge ui-react-core in to main (aws-amplify#2659)

* chore(react-core): add ui-react-core and configuration

* chore(ui-react-core): add ui-react-core to bump-react.md (aws-amplify#1839)

* chore(react-core): update linting rules to reflect rules in ui-react package (aws-amplify#1907)

* chore(react-core): delete example code (aws-amplify#1912)

* chore(react-core): set tsconfig.json jsx field to react, add tsconfig.dev.json for test file ts support (aws-amplify#1911)

* fix(ui-react-core): update prebuild and clean commands, remove react as a devDep (aws-amplify#1954)

* chore(ui-react-core): add react devDeps (aws-amplify#2007)

* chore(ui-react-core): replace tsup with tsc in ui-react-core (aws-amplify#2008)

* chore(rwa): build react-core during CI (aws-amplify#2627)

* chore(ui-react-core): migrate useAuthenticator and AuthenticatorProvider (aws-amplify#2605)

Co-authored-by: William Lee <43682783+wlee221@users.noreply.github.com>

* chore(workflow): Bump setup-node version in our workflows (aws-amplify#2654)

* chore(rna): add test-rna-prs.yml (aws-amplify#2664)

* chore(ui-react-core): add .lintstagedrc.js (aws-amplify#2677)

* Updates to dev center nav (aws-amplify#2658)

Co-authored-by: Jacob Logan <lognjc@amazon.com>
Co-authored-by: Danny Banks <djb@amazon.com>
Co-authored-by: jacoblogan <jacob.maiola.logan@gmail.com>
Co-authored-by: Scott Rees <6165315+reesscot@users.noreply.github.com>

* chore(ui-react): remove deprecated useAuthenticator internals (aws-amplify#2676)

* chore(ui-react): remove deprecated useAuthenticator internals

Co-authored-by: William Lee <43682783+wlee221@users.noreply.github.com>
Co-authored-by: Ioana Brooks <68251134+ioanabrooks@users.noreply.github.com>
Co-authored-by: Tim Nguyen <54393192+timngyn@users.noreply.github.com>
Co-authored-by: Jacob Logan <lognjc@amazon.com>
Co-authored-by: Danny Banks <djb@amazon.com>
Co-authored-by: jacoblogan <jacob.maiola.logan@gmail.com>
Co-authored-by: Scott Rees <6165315+reesscot@users.noreply.github.com>
…rge-main

chore(next-release): merge from main
* Bump packages/angular to Angular 12

* [Revert] Pin aws-amplify version

This resolves `ng update` error "can't resolve aws-amplify version"

* Bump examples/angular

* Bump angular canary

* Revert aws-amplify changes

* trigger ci

* Enable ivy in examples

* Use partial compilation mode

* Remove enableIvy line

* Create three-rules-work.md

* Create smart-lobsters-jump.md

* Update three-rules-work.md

* Update .changeset/three-rules-work.md

* Update smart-lobsters-jump.md

* Update three-rules-work.md
…amplify#2703)

* chore(next-release): add changeset for useAuthenticator updates

Co-authored-by: William Lee <43682783+wlee221@users.noreply.github.com>
…rge-main

chore(next-release): Next release/merge main
…ge-from-main

chore(next-release): Next release/merge from main
…ge-main

chore(next-release): merge `main` into `next-release/main`
* Add next-release build tests

* trigger ci

* fix typo

* Skip unrelated tests

* Revert "Skip unrelated tests"

This reverts commit c046da4.

* Update step name
…ate-from-main

chore: merge `main` into `next-release/main`
* chore: remove legacy amplify exports

* chore: remove legacy docs

* chore: remove angular ui-components / stencil/core dep
wlee221 and others added 8 commits October 31, 2022 14:58
…ge-main

chore(next-release): merge `main` into `next-release/main`
* First commit on xstate changes

* continued updates for auto sign in

* Updated auto-sign in for manual and auto sign ups

* Update auto sign in

* Configured to always use auto sign up

* Began fixing tests

* Fixing tests

* fixed tests

* Updated router config

* Updated logic for xstate

* Added new run actor state

* Fixed route config

* Cleaned up code

* Added more tests

* Updated test

* Updated test

* Trying to fix tests...

* Trying to fix tests....

* trying to fix tests....

* Updated tests...

* Trying to fix tests....

* Added additional documentation

* removed console.logs

* Fixed angular

* Added explicit instructions to update to the latest version of the aws-amplify library

* fixed test

* Create cuddly-insects-pump.md

* Create neat-houses-heal.md

* Create brown-lies-wonder.md

* Reverted overrides

* Updated docs

* Fixed issue with vue-tsc

* Added in more docs

* Updated migration docs

* Fixed spelling mistake

* Updated based on code review

* Refactored defaultAuthServices out and made some minor changes based on feedback from code review

* Fixed test

* Updated migration guides

* chore: wait for state machine to be in autoSignIn state (aws-amplify#2760)

* Remove 300ms wait

* wait for autoSignIn state

* Test `defaultAuthHubHandler` instead

* Add listenToAuthHub test

* Change extension

* Remove typo

* Change function type

* ignore waitFor error

* await defaultAuthHubHandler in Angular

* trigger ci

* Updated based on PR feedback

* Fixed bug in tests

* Update docs/src/pages/[platform]/connected-components/authenticator/customization/overrides/username.vue.mdx

* Added new transition

* Fixed test

* Fixed more tests

* Update fix for autoSignIn issue

* Fix

* Remove duplicate conditions

* Remove unnecessary onError cases

* Simplify experssion

* Revert "Remove unnecessary onError cases"

This reverts commit 4aeb2c4.

* Use event.data instead of context.actorDoneData

* Remove unnecessary onError cases

This reverts commit d97541f.

* Updated changeset

* Updated sign-up-with-email removed extra context.route

* updated changerequest file

* Updates from code review

* Supplement comment for waitFor

* Use named export

* chore: update yarn.lock file (aws-amplify#2806)

* Added comment on routes facade

* explicit type for hub handler

* Add comment

* Update packages/ui/src/helpers/authenticator/facade.ts

* Whitespace push

* Updated migration docs based on feedback

* Updated migration docs

* fixed typos

* whitespace push

Co-authored-by: Erik Hanchett <ehhanche@amazon.com>
Co-authored-by: William Lee <43682783+wlee221@users.noreply.github.com>
Co-authored-by: wlee221 <willeea@amazon.com>
Co-authored-by: Scott Rees <6165315+reesscot@users.noreply.github.com>
* First commit on xstate changes

* continued updates for auto sign in

* Updated auto-sign in for manual and auto sign ups

* Update auto sign in

* Configured to always use auto sign up

* Began fixing tests

* Fixing tests

* fixed tests

* Updated router config

* Updated logic for xstate

* Added new run actor state

* Fixed route config

* Cleaned up code

* Added more tests

* Updated test

* Updated test

* Trying to fix tests...

* Trying to fix tests....

* trying to fix tests....

* Updated tests...

* Trying to fix tests....

* Added additional documentation

* removed console.logs

* Fixed angular

* Added explicit instructions to update to the latest version of the aws-amplify library

* fixed test

* Create cuddly-insects-pump.md

* Create neat-houses-heal.md

* Create brown-lies-wonder.md

* Reverted overrides

* Updated docs

* Fixed issue with vue-tsc

* Added in more docs

* Updated migration docs

* Fixed spelling mistake

* Updated based on code review

* Refactored defaultAuthServices out and made some minor changes based on feedback from code review

* Fixed test

* Updated migration guides

* chore: wait for state machine to be in autoSignIn state (aws-amplify#2760)

* Remove 300ms wait

* wait for autoSignIn state

* Test `defaultAuthHubHandler` instead

* Add listenToAuthHub test

* Change extension

* Remove typo

* Change function type

* ignore waitFor error

* await defaultAuthHubHandler in Angular

* trigger ci

* Updated based on PR feedback

* Fixed bug in tests

* Update docs/src/pages/[platform]/connected-components/authenticator/customization/overrides/username.vue.mdx

* Added new transition

* Fixed test

* Fixed more tests

* Update fix for autoSignIn issue

* Fix

* Remove duplicate conditions

* Remove unnecessary onError cases

* Simplify experssion

* Revert "Remove unnecessary onError cases"

This reverts commit 4aeb2c4.

* Use event.data instead of context.actorDoneData

* Remove unnecessary onError cases

This reverts commit d97541f.

* Updated changeset

* Updated sign-up-with-email removed extra context.route

* updated changerequest file

* Updates from code review

* Supplement comment for waitFor

* Use named export

* Add migration guides for i18n

* Fix typo

* chore: update yarn.lock file (aws-amplify#2806)

* Added comment on routes facade

* explicit type for hub handler

* Add comment

* Update packages/ui/src/helpers/authenticator/facade.ts

* Whitespace push

* Updated migration docs based on feedback

* Updated migration docs

* fixed typos

* whitespace push

* Fix typo

Co-authored-by: Erik Hanchett <ehhanche@amazon.com>
Co-authored-by: Erik Hanchett <icystorm@gmail.com>
Co-authored-by: Scott Rees <6165315+reesscot@users.noreply.github.com>
…ify#2804)

* First commit on xstate changes

* continued updates for auto sign in

* Updated auto-sign in for manual and auto sign ups

* Update auto sign in

* Configured to always use auto sign up

* Began fixing tests

* Fixing tests

* fixed tests

* Updated router config

* Updated logic for xstate

* Added new run actor state

* Fixed route config

* Cleaned up code

* Added more tests

* Updated test

* Updated test

* Trying to fix tests...

* Trying to fix tests....

* trying to fix tests....

* Updated tests...

* Trying to fix tests....

* Added additional documentation

* removed console.logs

* Fixed angular

* Added explicit instructions to update to the latest version of the aws-amplify library

* fixed test

* Create cuddly-insects-pump.md

* Create neat-houses-heal.md

* Create brown-lies-wonder.md

* Reverted overrides

* Updated docs

* Fixed issue with vue-tsc

* Added in more docs

* Updated migration docs

* Fixed spelling mistake

* Updated based on code review

* Refactored defaultAuthServices out and made some minor changes based on feedback from code review

* Fixed test

* Updated migration guides

* chore: wait for state machine to be in autoSignIn state (aws-amplify#2760)

* Remove 300ms wait

* wait for autoSignIn state

* Test `defaultAuthHubHandler` instead

* Add listenToAuthHub test

* Change extension

* Remove typo

* Change function type

* ignore waitFor error

* await defaultAuthHubHandler in Angular

* trigger ci

* Updated based on PR feedback

* Fixed bug in tests

* Update docs/src/pages/[platform]/connected-components/authenticator/customization/overrides/username.vue.mdx

* Added new transition

* Fixed test

* Fixed more tests

* Update fix for autoSignIn issue

* Fix

* Remove duplicate conditions

* Remove unnecessary onError cases

* Simplify experssion

* Revert "Remove unnecessary onError cases"

This reverts commit 4aeb2c4.

* Use event.data instead of context.actorDoneData

* Remove unnecessary onError cases

This reverts commit d97541f.

* Updated changeset

* Updated sign-up-with-email removed extra context.route

* updated changerequest file

* Updates from code review

* Supplement comment for waitFor

* Use named export

* Add migration guides for i18n

* Fix typo

* Add documentation for angular 12 bump

* Fix ```

* Fix typo 2

* Change wording

* Revert lock changes

* Update docs/src/pages/[platform]/getting-started/migration/migration.angular.mdx

Co-authored-by: Erik Hanchett <ehhanche@amazon.com>
Co-authored-by: Erik Hanchett <icystorm@gmail.com>
Co-authored-by: Chenwei Zhang <40295569+zchenwei@users.noreply.github.com>
@calebpollman calebpollman requested a review from a team as a code owner November 4, 2022 22:35
@changeset-bot
Copy link

changeset-bot bot commented Nov 4, 2022

🦋 Changeset detected

Latest commit: 9cb15cc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 6 packages
Name Type
@aws-amplify/ui-react Major
@aws-amplify/ui Major
@aws-amplify/ui-angular Major
@aws-amplify/ui-vue Major
@aws-amplify/ui-react-core Major
@aws-amplify/ui-react-native Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@calebpollman calebpollman added the run-tests Adding this label will trigger tests to run label Nov 4, 2022
@github-actions github-actions bot removed the run-tests Adding this label will trigger tests to run label Nov 4, 2022
@calebpollman calebpollman temporarily deployed to ci November 4, 2022 22:58 Inactive
@calebpollman calebpollman temporarily deployed to ci November 4, 2022 22:58 Inactive
@calebpollman calebpollman temporarily deployed to ci November 4, 2022 22:58 Inactive
@calebpollman calebpollman temporarily deployed to ci November 4, 2022 22:58 Inactive
@calebpollman calebpollman merged commit 9aaf966 into aws-amplify:rna/main Nov 5, 2022
@calebpollman calebpollman deleted the rna/merge-next-release-to-rna-main branch November 5, 2022 16:55
@calebpollman calebpollman restored the rna/merge-next-release-to-rna-main branch November 5, 2022 16:58
calebpollman added a commit that referenced this pull request Nov 5, 2022
calebpollman added a commit that referenced this pull request Nov 5, 2022
@calebpollman calebpollman temporarily deployed to ci November 5, 2022 17:30 Inactive
@calebpollman calebpollman temporarily deployed to ci November 5, 2022 17:30 Inactive
@calebpollman calebpollman temporarily deployed to ci November 5, 2022 17:30 Inactive
@calebpollman calebpollman temporarily deployed to ci November 5, 2022 17:30 Inactive
@calebpollman calebpollman deleted the rna/merge-next-release-to-rna-main branch November 5, 2022 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants