MoveoTech / terraform-aws-rest-api-architecture

REST API architecture baseline
Apache License 2.0
4 stars 1 forks source link

fix: bump @aws-amplify/ui-react from 3.5.9 to 4.6.1 in /client #746

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @aws-amplify/ui-react from 3.5.9 to 4.6.1.

Release notes

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

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

Patch Changes

  • #3750 1412aa4eb Thanks @​tannerbyers! - Removed optional undefined type workaround for MapView props (fog & terrain) due to fix in react-map-gl library.

  • #3788 37d63424e Thanks @​dbanksdesign! - feat(storage-manager): add metadata and the rest of the Storage.put params

    const processFile = ({ file, key }) => {
      return {
        file,
        key,
        metadata: {
          id: key,
        },
      };
    };
    

    export function StorageManagerMetadataExample() { return ( <StorageManager acceptedFileTypes={['image/*']} accessLevel="private" maxFileCount={3} showThumbnails={true} processFile={processFile} /> ); }

  • #3708 9551c521b Thanks @​helmax-y! - Clear button is removed for disabled SearchField

  • Updated dependencies [4ca838978, d6a3676f2, 37d63424e]:

    • @​aws-amplify/ui@​5.6.1
    • @​aws-amplify/ui-react-core@​2.1.20

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

Minor Changes

Patch Changes

... (truncated)

Changelog

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

4.6.1

Patch Changes

  • #3750 1412aa4eb Thanks @​tannerbyers! - Removed optional undefined type workaround for MapView props (fog & terrain) due to fix in react-map-gl library.

  • #3788 37d63424e Thanks @​dbanksdesign! - feat(storage-manager): add metadata and the rest of the Storage.put params

    const processFile = ({ file, key }) => {
      return {
        file,
        key,
        metadata: {
          id: key,
        },
      };
    };
    

    export function StorageManagerMetadataExample() { return ( <StorageManager acceptedFileTypes={['image/*']} accessLevel="private" maxFileCount={3} showThumbnails={true} processFile={processFile} /> ); }

  • #3708 9551c521b Thanks @​helmax-y! - Clear button is removed for disabled SearchField

  • Updated dependencies [4ca838978, d6a3676f2, 37d63424e]:

    • @​aws-amplify/ui@​5.6.1
    • @​aws-amplify/ui-react-core@​2.1.20

4.6.0

Minor Changes

Patch Changes

... (truncated)

Commits


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 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[bot] commented 1 year ago

Superseded by #777.