-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
release: Amplify JS release #13026
Merged
release: Amplify JS release #13026
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore(api-graphql): bump data-schema-types version to gain EnumTypes * chore(core): export GraphQLProviderConfig from /internals/utils subpath * feat(api-graphql): add .enums property to the GQL client
* fix(api-graphql): iam auth mode is ineffective on the server side * chore(api-graphql): update unit test suites
* chore(core): enable eslint and remove tslint * chore(core): run yarn lint:fix * chore(core): manual fix of errors reported by yarn lint * chore(notifications): fix the type issue raised after linting core * chore(storage): rename imports from core package
…3010) * chore(repo): update eslint ignore rule to be specific to packages * chore(core): run yarn lint:fix * chore(core): manually fix linter reported errors * chore(adapter-nextjs): rerun yarn lint:fix * chore(auth): make mocked test data compatible with function interface
* chore(analytics): Enable eslint and remove tslint * chore(analytics): Run yarn lint:fix * chore(analytics): Manually fix errors reported by yarn lint * Bump bundle size threshold
* chore(aws-amplify): enable eslint and remove tslint * chore(aws-amplify): run yarn lint:fix
* chore(api): enable eslint and remove tslint * chore(api): run yarn lint:fix * chore(api): manual fix of errors reported by yarn lint * chore(api-rest): enable eslint and remove tslint * chore(api-reset): run yarn lint:fix * chore(api-rest): manual fix of errors reported by yarn lint
… dispatching signedIn event (#13019) * chore(auth): improve error message on failure of getCurrentUser while dispatching signedIn event * Apply suggestions from code review Co-authored-by: Chris F <5827964+cshfang@users.noreply.github.com> * Update test * rebaseline bundle size (newly added error message) --------- Co-authored-by: Chris F <5827964+cshfang@users.noreply.github.com>
* fix: remove dependency on wml and react-native script that used it * fix: update CONTRIBUTING guide to remove react-native script and point to Verdaccio * fix: remove proxy registry from yarn.lock * fix: remove winston package * chore: add CC0-1 to allowed licenses * chore: rebuild yarn.lock after merge * chore: increase analytics bundle size limits * build: fix license name typo
* chore(storage): enable eslint and remove tslint * chore(storage): run yarn lint:fix * chore(storage): manual fix of linter reported errors * chore(storage): re-baseline jest statements coverage threshold
iartemiev
approved these changes
Feb 19, 2024
HuiSF
approved these changes
Feb 19, 2024
elorzafe
approved these changes
Feb 19, 2024
ashika112
approved these changes
Feb 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
Routine release of Amplify JS.
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.