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.8 to 6.1.9 #69

Merged
merged 1 commit into from
May 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @aws-amplify/ui-react from 6.1.8 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
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
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 ...
  • See full diff 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)

Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 6.1.8 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/[email protected]/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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 13, 2024
Copy link

vercel bot commented May 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bna-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 6:17am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
bna-dashboard-b3e9 ⬜️ Ignored (Inspect) Visit Preview May 13, 2024 6:17am

@pull-request-size pull-request-size bot added the size/M Medium (30-99 lines of changes) label May 13, 2024
@kodiakhq kodiakhq bot merged commit 64ad5e6 into main May 13, 2024
6 of 7 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/npm_and_yarn/aws-amplify/ui-react-6.1.9 branch May 13, 2024 06:16
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 javascript Pull requests that update Javascript code size/M Medium (30-99 lines of changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants