-
Notifications
You must be signed in to change notification settings - Fork 1.1k
chore(deps): bump @aws-amplify/amplify-cli-core from 4.2.7 to 4.2.10 #6011
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
Merged
katieklein
merged 2 commits into
main
from
dependabot/npm_and_yarn/aws-amplify/amplify-cli-core-4.2.10
Oct 16, 2023
Merged
chore(deps): bump @aws-amplify/amplify-cli-core from 4.2.7 to 4.2.10 #6011
katieklein
merged 2 commits into
main
from
dependabot/npm_and_yarn/aws-amplify/amplify-cli-core-4.2.10
Oct 16, 2023
Conversation
This file contains hidden or 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
Bumps [@aws-amplify/amplify-cli-core](https://github.com/aws-amplify/amplify-cli/tree/HEAD/packages/amplify-cli-core) from 4.2.7 to 4.2.10. - [Release notes](https://github.com/aws-amplify/amplify-cli/releases) - [Changelog](https://github.com/aws-amplify/amplify-cli/blob/@aws-amplify/amplify-cli-core@4.2.10/packages/amplify-cli-core/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-cli/commits/@aws-amplify/amplify-cli-core@4.2.10/packages/amplify-cli-core) --- updated-dependencies: - dependency-name: "@aws-amplify/amplify-cli-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
katieklein
approved these changes
Oct 16, 2023
jacoblogan
approved these changes
Oct 16, 2023
hbuchel
added a commit
that referenced
this pull request
Oct 19, 2023
* Copyedit of Auth guide for sign-in, sign-up, and sign-out * add pr version of link checker script * Updated authenticator callout for react native * convert server to use serve instead of next-start * add static server for testing * update broken link for pr script * update link checker script, add dev mode and pr link checker * update link script * remove unused code * add axios timeout * remove unused command * remove choose filter filtering * update links * correct directory.mjs entry add react-native lib-v1 base page * Update overview.mdx * remove permissions * update pathmap default * GH action to check bundlesize of PR (#5986) * add gh workflow to check bundle size of selected pages * pinning versions * remove unnecessary package * remove errant script from package.json * consolidating functions * change logic for check * fix issues * fix main branch ref --------- Co-authored-by: katiegoines <katiegoines@gmail.com> * adding needed index files * Update csp (#5987) * Remove deprecated prefetch-src header * Update alpha CSP to remove warnings during local testing * update index script * update write script * add missing index files * revert ssg revert * add static generation to new js docs * add static paths to page * remove unlinked and unbuilt pages * adding highlight for CDK support on main page * update pages to match filters and generate the same index files as main * Added What's New Banner * addressed based on Janaina's feedback * Update data-modeling.mdx * update table in fragment to resolve hydration issue * render contribute getting started text in spans * chore(flutter): remove null safety references (#5998) Co-authored-by: Tim Nguyen <54393192+timngyn@users.noreply.github.com> * Update versions.ts Updating the android library version * Update-project-setup (#6007) * updated project set up * update framework info * updated project set up * update project set up * Update src/pages/lib-v1/project-setup/create-application/q/platform/[platform].mdx added period * Update src/pages/lib-v1/project-setup/create-application/q/platform/[platform].mdx Co-authored-by: Ashwin Kumar <ashwinkumar2468@gmail.com> --------- Co-authored-by: Chris Womack <67726635+cwomack@users.noreply.github.com> Co-authored-by: Ashwin Kumar <ashwinkumar2468@gmail.com> Co-authored-by: Katie Goines <30757403+katiegoines@users.noreply.github.com> * chore(deps): bump @aws-amplify/amplify-cli-core from 4.2.7 to 4.2.10 (#6011) Bumps [@aws-amplify/amplify-cli-core](https://github.com/aws-amplify/amplify-cli/tree/HEAD/packages/amplify-cli-core) from 4.2.7 to 4.2.10. - [Release notes](https://github.com/aws-amplify/amplify-cli/releases) - [Changelog](https://github.com/aws-amplify/amplify-cli/blob/@aws-amplify/amplify-cli-core@4.2.10/packages/amplify-cli-core/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-cli/commits/@aws-amplify/amplify-cli-core@4.2.10/packages/amplify-cli-core) --- updated-dependencies: - dependency-name: "@aws-amplify/amplify-cli-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Katie Goines <30757403+katiegoines@users.noreply.github.com> * Add custom analytics event for the "What's New" banner (#6006) * Add a custom adobe analytics event for the WhatsNewBanner component * Add comment for function * update home page to update page context * fix: updating @babel/traverse (#6025) * update @babel/core and @babel/traverse * updated @babel/traverse --------- Co-authored-by: katiegoines <katiegoines@gmail.com> * update base lib, sdk, and guides pages * update next/previous styles * Amplify Android API Relational Models (#6020) * feat(api): iOS Android API GraphQL relational models pages * update schema * Add callout, update many-to-many schema * update callout to point to migration guide for existing developers * add new sections for query and css * Updates to Android API Relationship page * Defragmented pages and reordered content. * Remove iOS docs for now * Remove iOS docs for now * Remove fragments * Add delete code snippet * Correct description of query --------- Co-authored-by: Michael Law <1365977+lawmicha@users.noreply.github.com> Co-authored-by: Rene Brandel <renbran@amazon.com> * Update CODEOWNERS to exclude documentation team from all files (#6030) * chore: update auth docs now that cdk tokens are supported for adminRole and identityPoolId * Update src/pages/cli/graphql/authorization-rules.mdx * fix: update example naming * Revert "Update CODEOWNERS to exclude documentation team from all files (#6030)" (#6031) * update new page to include ssg required exports * update sample amplifyconfiguration json file (#5874) Co-authored-by: Tim Nguyen <54393192+timngyn@users.noreply.github.com> Co-authored-by: Katie Goines <30757403+katiegoines@users.noreply.github.com> * add choose your filter page * filter out all but android (#6036) Co-authored-by: katiegoines <katiegoines@gmail.com> Co-authored-by: Rene Brandel <4989523+renebrandel@users.noreply.github.com> * Update Amplify Android Version * revert InternalLink back to next-release/main, needs to be refactored out * fix versions export * Delete some tests for now from components that are going to be removed * Delete some tests for now from components that are going to be removed --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Jim Eagan <jeeagan@amazon.com> Co-authored-by: Jim Eagan <84857865+hibler13@users.noreply.github.com> Co-authored-by: Jacob Logan <lognjc@amazon.com> Co-authored-by: Heather Pundt <119376175+heatheramz@users.noreply.github.com> Co-authored-by: jacoblogan <jacob.maiola.logan@gmail.com> Co-authored-by: Rene Brandel <4989523+renebrandel@users.noreply.github.com> Co-authored-by: Katie Goines <30757403+katiegoines@users.noreply.github.com> Co-authored-by: katiegoines <katiegoines@gmail.com> Co-authored-by: Tim Nguyen <54393192+timngyn@users.noreply.github.com> Co-authored-by: Rene Brandel <renbran@amazon.com> Co-authored-by: Dustin Noyes <dustin.noyes.dev@gmail.com> Co-authored-by: gpanshu <91897496+gpanshu@users.noreply.github.com> Co-authored-by: Abdallah Shaban <awshaban@amazon.com> Co-authored-by: Chris Womack <67726635+cwomack@users.noreply.github.com> Co-authored-by: Ashwin Kumar <ashwinkumar2468@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Roach <tjroach@amazon.com> Co-authored-by: Michael Law <1365977+lawmicha@users.noreply.github.com> Co-authored-by: Al Harris <alharris@amazon.com> Co-authored-by: Tuan Pham <103537251+phantumcode@users.noreply.github.com>
hbuchel
added a commit
that referenced
this pull request
Nov 6, 2023
* Update common content from Flutter revisions * Update based on API ref * Updating directory for new page * Adding new page for managing user sessions * Updating the directory with new page title * First half of updates to social sign-in * Second half update for js content * Added React Native content * Update CLI diff for js and react-native * dan changes part1 * Updating menu for manage user profiles * Updates to the Manage User Profile * Updating directory for password mgmt * Updates for password management * Updated wording and small edits * docs (js): Copyedited Set up Amplify Auth guide * additional clarifications * Copyedit of Auth guide for sign-in, sign-up, and sign-out * additional clarifications * additional changes * additional changes * add pr version of link checker script * Updated authenticator callout for react native * Updating directory title * Removed comment * Updates to delete user guide * Minor update to note testing * Removed comment markers * convert server to use serve instead of next-start * add static server for testing * update broken link for pr script * first round of changes * update link checker script, add dev mode and pr link checker * update link script * remove unused code * final changes * latest changes * initial changes * add axios timeout * remove unused command * final changes * Updating directory name * final changes * Staging for auth events content * remove choose filter filtering * update links * correct directory.mjs entry add react-native lib-v1 base page * Update overview.mdx * remove permissions * update pathmap default * GH action to check bundlesize of PR (#5986) * add gh workflow to check bundle size of selected pages * pinning versions * remove unnecessary package * remove errant script from package.json * consolidating functions * change logic for check * fix issues * fix main branch ref --------- Co-authored-by: katiegoines <katiegoines@gmail.com> * adding needed index files * Update csp (#5987) * Remove deprecated prefetch-src header * Update alpha CSP to remove warnings during local testing * update index script * update write script * add missing index files * final RN changes * revert ssg revert * add static generation to new js docs * add static paths to page * remove unlinked and unbuilt pages * adding highlight for CDK support on main page * update pages to match filters and generate the same index files as main * Added What's New Banner * addressed based on Janaina's feedback * Update data-modeling.mdx * update table in fragment to resolve hydration issue * render contribute getting started text in spans * Removed inline comment and minor edits * chore(flutter): remove null safety references (#5998) Co-authored-by: Tim Nguyen <54393192+timngyn@users.noreply.github.com> * Removed mkdwn comments and minor edits and links * Updated directory * Update versions.ts Updating the android library version * Updates for manage user profiles per comments * Updated password mgmt per comments * Removed mrkdwn comment and minor edits * Update-project-setup (#6007) * updated project set up * update framework info * updated project set up * update project set up * Update src/pages/lib-v1/project-setup/create-application/q/platform/[platform].mdx added period * Update src/pages/lib-v1/project-setup/create-application/q/platform/[platform].mdx Co-authored-by: Ashwin Kumar <ashwinkumar2468@gmail.com> --------- Co-authored-by: Chris Womack <67726635+cwomack@users.noreply.github.com> Co-authored-by: Ashwin Kumar <ashwinkumar2468@gmail.com> Co-authored-by: Katie Goines <30757403+katiegoines@users.noreply.github.com> * chore(deps): bump @aws-amplify/amplify-cli-core from 4.2.7 to 4.2.10 (#6011) Bumps [@aws-amplify/amplify-cli-core](https://github.com/aws-amplify/amplify-cli/tree/HEAD/packages/amplify-cli-core) from 4.2.7 to 4.2.10. - [Release notes](https://github.com/aws-amplify/amplify-cli/releases) - [Changelog](https://github.com/aws-amplify/amplify-cli/blob/@aws-amplify/amplify-cli-core@4.2.10/packages/amplify-cli-core/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-cli/commits/@aws-amplify/amplify-cli-core@4.2.10/packages/amplify-cli-core) --- updated-dependencies: - dependency-name: "@aws-amplify/amplify-cli-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Katie Goines <30757403+katiegoines@users.noreply.github.com> * Removed mkdwn comments and small edits * Add custom analytics event for the "What's New" banner (#6006) * Add a custom adobe analytics event for the WhatsNewBanner component * Add comment for function * Updated with react-native links * update home page to update page context * Removed mkdwn comment and minor edit * Update directory * Updating directory * Fixing directory * Fix directory update * Update directory * fix: updating @babel/traverse (#6025) * update @babel/core and @babel/traverse * updated @babel/traverse --------- Co-authored-by: katiegoines <katiegoines@gmail.com> * update base lib, sdk, and guides pages * final changes * update next/previous styles * Removed mkdwn and minor edits * Amplify Android API Relational Models (#6020) * feat(api): iOS Android API GraphQL relational models pages * update schema * Add callout, update many-to-many schema * update callout to point to migration guide for existing developers * add new sections for query and css * Updates to Android API Relationship page * Defragmented pages and reordered content. * Remove iOS docs for now * Remove iOS docs for now * Remove fragments * Add delete code snippet * Correct description of query --------- Co-authored-by: Michael Law <1365977+lawmicha@users.noreply.github.com> Co-authored-by: Rene Brandel <renbran@amazon.com> * Update CODEOWNERS to exclude documentation team from all files (#6030) * chore: update auth docs now that cdk tokens are supported for adminRole and identityPoolId * Update src/pages/cli/graphql/authorization-rules.mdx * fix: update example naming * Revert "Update CODEOWNERS to exclude documentation team from all files (#6030)" (#6031) * update new page to include ssg required exports * update sample amplifyconfiguration json file (#5874) Co-authored-by: Tim Nguyen <54393192+timngyn@users.noreply.github.com> Co-authored-by: Katie Goines <30757403+katiegoines@users.noreply.github.com> * add choose your filter page * filter out all but android (#6036) Co-authored-by: katiegoines <katiegoines@gmail.com> Co-authored-by: Rene Brandel <4989523+renebrandel@users.noreply.github.com> * Update Amplify Android Version * fix: Fix CDK types in overview Fix CDK types in the overview. Previous version referred to non-existent types. * chore(Auth): add singedIn and signedOut Hub events in v6 (#6048) * chore: add SignIn and SignOut events * chore: update 'guest' to `guest` (#5981) Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com> Co-authored-by: AllanZhengYP <zheallan@amazon.com> * update algolia index function to remove INTEGRATION_FILTER_OPTIONS from meta object before parsing * Update src/pages/lib/auth/manageusers/q/platform/[platform].mdx Co-authored-by: Venkata Ramyasri Kota <34170013+kvramyasri7@users.noreply.github.com> * Update src/pages/lib/auth/manageusers/q/platform/[platform].mdx Co-authored-by: Venkata Ramyasri Kota <34170013+kvramyasri7@users.noreply.github.com> * Update src/pages/lib/auth/password_management/q/platform/[platform].mdx Co-authored-by: Venkata Ramyasri Kota <34170013+kvramyasri7@users.noreply.github.com> * Update src/pages/lib/auth/password_management/q/platform/[platform].mdx Co-authored-by: Venkata Ramyasri Kota <34170013+kvramyasri7@users.noreply.github.com> * Update src/pages/lib/auth/manageusers/q/platform/[platform].mdx Co-authored-by: Venkata Ramyasri Kota <34170013+kvramyasri7@users.noreply.github.com> * Apply suggestions for password title update Co-authored-by: Venkata Ramyasri Kota <34170013+kvramyasri7@users.noreply.github.com> * Update recap based on review Co-authored-by: Venkata Ramyasri Kota <34170013+kvramyasri7@users.noreply.github.com> * Update meta content in headers * Change instance of my to your * Adding 4 guides and updating directory * Updating directory entry for password_management * Updating from feedback and adding react-native * Adding index page for new page * Updating per feedback * update the choose a filter component to try and pull filters from directory and prefer those instead of the passed in values * Punctuation edits * don't parse BlockSwitchers for headers * Removing comments, minor edits, added react-native * Updating header and feedback * Remove SSR link * formatting * Set isExternal to true for whats new banner (#6077) * add debugging line to ampliy.yml * Update next config (#6095) * Use 'output' config for exporting * Update maxWorkers to jest run * Update next to 13.5.6 * applied "connect" changes * Updated per feedback * Release Amplify Android 2.14.2, also reference AppSync SDK v3.4.0 which fixed a bug (#6096) Co-authored-by: Thomas Leing <leint@amazon.com> * Update src/pages/lib/auth/manage-session/q/platform/[platform].mdx Update the `clear()` example to include use of `this` reference. * Update src/pages/lib/auth/mfa/q/platform/[platform].mdx nit * Adding redirects tracking file and update README (#6082) * add redirects tracking file and update README * Update Readme.md --------- Co-authored-by: katiegoines <katiegoines@gmail.com> Co-authored-by: Tim Nguyen <54393192+timngyn@users.noreply.github.com> * add standalone how amplify works page (#6051) * add standalone how amplify works page * merged in main * merging jims changes * update content * refresh yarn * add checkmark png * table changes * add addtl space where needed * remove directory.json --------- Co-authored-by: katiegoines <katiegoines@gmail.com> * feat: remove docs team approval for spelling changes using codeowners * chore: update readme for cspell check * Revert "Chore: Update codeowners file to exclude documentation team for approvals on cspell json file changes" * chore: update codeowner for console * fix(flutter/analytics): temporarily remove broken url (#6177) * Update how-amplify-works.mdx * Update how-amplify-works.mdx * remove files removed in initial refactor, fix a merge conflict * remove stray index, [platform].index pages * merge InternalLink changes from next-release/main to not reference Page component * Clean up linting errors and string/booleans in next.config * fix prettier version * fix missing json5 dependency * remove unused script in package.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Heather Pundt <119376175+heatheramz@users.noreply.github.com> Co-authored-by: Dan Kiuna <dkkiuna11@gmail.com> Co-authored-by: Jim Eagan <jeeagan@amazon.com> Co-authored-by: Jim Eagan <84857865+hibler13@users.noreply.github.com> Co-authored-by: Dan Kiuna <dkkiuna@amazon.com> Co-authored-by: Jacob Logan <lognjc@amazon.com> Co-authored-by: Katie Goines <30757403+katiegoines@users.noreply.github.com> Co-authored-by: jacoblogan <jacob.maiola.logan@gmail.com> Co-authored-by: Rene Brandel <4989523+renebrandel@users.noreply.github.com> Co-authored-by: katiegoines <katiegoines@gmail.com> Co-authored-by: Tim Nguyen <54393192+timngyn@users.noreply.github.com> Co-authored-by: Rene Brandel <renbran@amazon.com> Co-authored-by: Dustin Noyes <dustin.noyes.dev@gmail.com> Co-authored-by: gpanshu <91897496+gpanshu@users.noreply.github.com> Co-authored-by: Abdallah Shaban <awshaban@amazon.com> Co-authored-by: Chris Womack <67726635+cwomack@users.noreply.github.com> Co-authored-by: Ashwin Kumar <ashwinkumar2468@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Roach <tjroach@amazon.com> Co-authored-by: Michael Law <1365977+lawmicha@users.noreply.github.com> Co-authored-by: Al Harris <alharris@amazon.com> Co-authored-by: Tuan Pham <103537251+phantumcode@users.noreply.github.com> Co-authored-by: Tim Schmelter <schmelte@amazon.com> Co-authored-by: Venkata Ramyasri Kota <34170013+kvramyasri7@users.noreply.github.com> Co-authored-by: Jim Blanchard <jim.l.blanchard@gmail.com> Co-authored-by: AllanZhengYP <zheallan@amazon.com> Co-authored-by: Thomas Leing <bluezebragames@gmail.com> Co-authored-by: Thomas Leing <leint@amazon.com> Co-authored-by: israx <70438514+israx@users.noreply.github.com> Co-authored-by: sowmyadev-kota <124720934+sowmyadev-kota@users.noreply.github.com> Co-authored-by: Sowmya Kota <kvsowmyasri21@gmail.com> Co-authored-by: Scott Rees <6165315+reesscot@users.noreply.github.com>
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.
Bumps @aws-amplify/amplify-cli-core from 4.2.7 to 4.2.10.
Changelog
Sourced from
@aws-amplify/amplify-cli-core
's changelog.Commits
7add012
chore(release): Publish latestd60e505
fix: set awscloudformation flag to false in vscode settings after override (#...fe08536
chore(release): Publish latest18dbfb2
"chore: merge release commit from main to dev"4590564
chore(release): Publish latest3836b90
fix: update api category and codegen to capture high-priority bug-fixesea81e43
fix: remove .cmd extension for pnpm and npm invocations (#13133)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)