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

Bump @aws-amplify/ui-react from 6.1.4 to 6.1.9 #7493

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps @aws-amplify/ui-react from 6.1.4 to 6.1.9.

Release notes

Sourced from @​aws-amplify/ui-react's releases.

@​aws-amplify/ui-react@​6.1.9

Patch Changes

  • #5193 de2402842 Thanks @​calebpollman! - chore(aws-amplify): point amplify to 6.2.0

  • #5186 9ce5f9d88 Thanks @​calebpollman! - feat(@​aws-amplify/ui-react-storage): Add handling for aws-amplify/storage improvements:

    Update StorageManager to support differing usages of path prop - existing: accessLevel prop provided with or without optional path prop - additive: no accessLevel prop provided with required path as either a string or a callback provided the current identityId

    Migrate from accessLevel to path as a string:

      <StorageManager
    -   accessLevel="guest"
    +   path="public/"
        maxFileCount={1}
      />

    Migrate from accessLevel to path as a callback:

      <StorageManager
    -   accessLevel="private"
    -   path="images/"
    +   path={({ identityId }) => `private/${identityId}/images/`}
        maxFileCount={1}
      />

    Update StorageImage to support path prop

    Migrate from imagKey and accessLevel to path:

      <StorageImage
    -   imgKey="cat.jpeg"
    -   accessLevel="public"
    +   path="public/cat.jpeg"
      />
  • Updated dependencies [de2402842, 9ce5f9d88]:

    • @​aws-amplify/ui-react-core@​3.0.14
    • @​aws-amplify/ui@​6.0.14

@​aws-amplify/ui-react@​6.1.8

Patch Changes

... (truncated)

Changelog

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

6.1.9

Patch Changes

  • #5193 de2402842 Thanks @​calebpollman! - chore(aws-amplify): point amplify to 6.2.0

  • #5186 9ce5f9d88 Thanks @​calebpollman! - feat(@​aws-amplify/ui-react-storage): Add handling for aws-amplify/storage improvements:

    Update StorageManager to support differing usages of path prop - existing: accessLevel prop provided with or without optional path prop - additive: no accessLevel prop provided with required path as either a string or a callback provided the current identityId

    Migrate from accessLevel to path as a string:

      <StorageManager
    -   accessLevel="guest"
    +   path="public/"
        maxFileCount={1}
      />

    Migrate from accessLevel to path as a callback:

      <StorageManager
    -   accessLevel="private"
    -   path="images/"
    +   path={({ identityId }) => `private/${identityId}/images/`}
        maxFileCount={1}
      />

    Update StorageImage to support path prop

    Migrate from imagKey and accessLevel to path:

      <StorageImage
    -   imgKey="cat.jpeg"
    -   accessLevel="public"
    +   path="public/cat.jpeg"
      />
  • Updated dependencies [de2402842, 9ce5f9d88]:

    • @​aws-amplify/ui-react-core@​3.0.14
    • @​aws-amplify/ui@​6.0.14

6.1.8

Patch Changes

... (truncated)

Commits
  • b7e4826 Version Packages (#5181)
  • 10d5061 feat(storage-manager): add prefix prop to support gen2 use cases (#5176)
  • de24028 chore(aws-amplify): point amplify to 6.2.0 (#5193)
  • f0223b9 chore(tsc-files): remove tsc-files (#5184)
  • 6206f5a chore(deps): bump amplify peerDeps and installed version to 6.0.30 (#5127)
  • 3357620 fix(tsc-files): import @​testing-library/jest-dom/jest-globals types in jest s...
  • 9ca0bd3 chore: add type checking on commit for all public packages except for ui-vue ...
  • 5e22052 Version Packages (#5165)
  • 18da6ae fix(Menu): Fix ability to disable menu component (#5167)
  • 0090a73 Version Packages (#5135)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from a team as a code owner May 6, 2024 11:51
@dependabot dependabot bot added the Dependency Update Pull requests that update a dependency file label May 6, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/aws-amplify/ui-react-6.1.9 branch 2 times, most recently from 84ea125 to f88fda6 Compare May 6, 2024 18:15
katiegoines
katiegoines previously approved these changes May 8, 2024
Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 6.1.4 to 6.1.9.
- [Release notes](https://github.com/aws-amplify/amplify-ui/releases)
- [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/ui-react@6.1.9/packages/react)

---
updated-dependencies:
- dependency-name: "@aws-amplify/ui-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/aws-amplify/ui-react-6.1.9 branch from f88fda6 to d7c4ee2 Compare May 9, 2024 20:06
Copy link
Contributor Author

dependabot bot commented on behalf of github May 15, 2024

Superseded by #7591.

@dependabot dependabot bot closed this May 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/aws-amplify/ui-react-6.1.9 branch May 15, 2024 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependency Update Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant