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

chore(deps): bump the deps group across 1 directory with 6 updates #554

Merged
merged 1 commit into from
May 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the deps group with 6 updates in the / directory:

Package From To
@aws-amplify/ui-react 6.1.8 6.1.9
aws-sdk 2.1609.0 2.1613.0
@testing-library/jest-dom 6.4.2 6.4.5
@types/busboy 1.5.3 1.5.4
@types/node 20.12.7 20.12.8
eslint-plugin-unused-imports 3.1.0 3.2.0

Updates @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

Updates aws-sdk from 2.1609.0 to 2.1613.0

Release notes

Sourced from aws-sdk's releases.

Release v2.1613.0

See changelog for more information.

Release v2.1612.0

See changelog for more information.

Release v2.1611.0

See changelog for more information.

Release v2.1610.0

See changelog for more information.

Commits

Updates @testing-library/jest-dom from 6.4.2 to 6.4.5

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.4.5

6.4.5 (2024-05-03)

Bug Fixes

v6.4.4

6.4.4 (2024-05-03)

Bug Fixes

v6.4.3

6.4.3 (2024-05-03)

Bug Fixes

  • Updates role support for aria-required attribute in toBeRequired (#590) (20aca33)
Commits
  • e8c8b13 fix: add js suffix to isEqualWith import (#599)
  • f03a582 fix(infra): codecoverage token addition (#600)
  • 20aca33 fix: Updates role support for aria-required attribute in toBeRequired (#590)
  • bd82f64 refactor: replace lodash with own implementation when possible (#593)
  • See full diff in compare view

Updates @types/busboy from 1.5.3 to 1.5.4

Commits

Updates @types/node from 20.12.7 to 20.12.8

Commits

Updates eslint-plugin-unused-imports from 3.1.0 to 3.2.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 5, 2024
@kurkle
Copy link
Member

kurkle commented May 5, 2024

@dependabot rebase

Bumps the deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) | `6.1.8` | `6.1.9` |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.1609.0` | `2.1613.0` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.4.2` | `6.4.5` |
| [@types/busboy](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/busboy) | `1.5.3` | `1.5.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.7` | `20.12.8` |
| [eslint-plugin-unused-imports](https://github.com/sweepline/eslint-plugin-unused-imports) | `3.1.0` | `3.2.0` |



Updates `@aws-amplify/ui-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/ui-react@6.1.9/packages/react)

Updates `aws-sdk` from 2.1609.0 to 2.1613.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1609.0...v2.1613.0)

Updates `@testing-library/jest-dom` from 6.4.2 to 6.4.5
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.4.2...v6.4.5)

Updates `@types/busboy` from 1.5.3 to 1.5.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/busboy)

Updates `@types/node` from 20.12.7 to 20.12.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-plugin-unused-imports` from 3.1.0 to 3.2.0
- [Commits](https://github.com/sweepline/eslint-plugin-unused-imports/commits)

---
updated-dependencies:
- dependency-name: "@aws-amplify/ui-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@types/busboy"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: eslint-plugin-unused-imports
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/deps-f9c4493d93 branch from dfb63d1 to 591f58f Compare May 5, 2024 14:27
@kurkle kurkle merged commit 53b0468 into main May 5, 2024
12 checks passed
@kurkle kurkle deleted the dependabot/npm_and_yarn/deps-f9c4493d93 branch May 5, 2024 19:03
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant