Skip to content

Commit 0295a38

Browse files
Upgrade: [dependabot] - bump @aws-amplify/ui-react from 6.6.0 to 6.7.0 (#217)
Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 6.6.0 to 6.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-amplify/amplify-ui/releases"><code>@​aws-amplify/ui-react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​aws-amplify/ui-react</code><a href="https://github.com/6"><code>@​6</code></a>.7.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/aws-amplify/amplify-ui/pull/6175">#6175</a> <a href="https://github.com/aws-amplify/amplify-ui/commit/70971f310f69717657849f29d0a9e1d993b08d9a"><code>70971f310</code></a> Thanks <a href="https://github.com/calebpollman"><code>@​calebpollman</code></a>! - feat(storage-browser): add <code>StorageBrowser</code> and <code>createStorageBrowser</code></p> <pre lang="tsx"><code>import { Amplify } from 'aws-amplify'; <p>import { StorageBrowser } from '<code>@​aws-amplify/ui-react-storage</code>'; import '<code>@​aws-amplify/ui-react-storage/</code>styles.css';</p> <p>import config from './aws-exports';</p> <p>Amplify.configure(config);</p> <p>function App() { return &lt;StorageBrowser /&gt;; } </code></pre></p> <pre lang="tsx"><code>import { Amplify } from 'aws-amplify'; import { createAmplifyAuthAdapter, createStorageBrowser, } from '@aws-amplify/ui-react-storage/browser'; import '@aws-amplify/ui-react-storage/styles.css'; import config from './aws-exports'; Amplify.configure(config); const { StorageBrowser } = createStorageBrowser({ config: createAmplifyAuthAdapter(), }); function App() { return &lt;StorageBrowser /&gt;; } </code></pre> </li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/aws-amplify/amplify-ui/commit/70971f310f69717657849f29d0a9e1d993b08d9a"><code>70971f310</code></a>]: <ul> <li><code>@​aws-amplify/ui-react-core</code><a href="https://github.com/3"><code>@​3</code></a>.1.0</li> <li><code>@​aws-amplify/ui</code><a href="https://github.com/6"><code>@​6</code></a>.7.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md"><code>@​aws-amplify/ui-react</code>'s changelog</a>.</em></p> <blockquote> <h2>6.7.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/aws-amplify/amplify-ui/pull/6175">#6175</a> <a href="https://github.com/aws-amplify/amplify-ui/commit/70971f310f69717657849f29d0a9e1d993b08d9a"><code>70971f310</code></a> Thanks <a href="https://github.com/calebpollman"><code>@​calebpollman</code></a>! - feat(storage-browser): add <code>StorageBrowser</code> and <code>createStorageBrowser</code></p> <pre lang="tsx"><code>import { Amplify } from 'aws-amplify'; <p>import { StorageBrowser } from '<code>@​aws-amplify/ui-react-storage</code>'; import '<code>@​aws-amplify/ui-react-storage/</code>styles.css';</p> <p>import config from './aws-exports';</p> <p>Amplify.configure(config);</p> <p>function App() { return &lt;StorageBrowser /&gt;; } </code></pre></p> <pre lang="tsx"><code>import { Amplify } from 'aws-amplify'; import { createAmplifyAuthAdapter, createStorageBrowser, } from '@aws-amplify/ui-react-storage/browser'; import '@aws-amplify/ui-react-storage/styles.css'; import config from './aws-exports'; Amplify.configure(config); const { StorageBrowser } = createStorageBrowser({ config: createAmplifyAuthAdapter(), }); function App() { return &lt;StorageBrowser /&gt;; } </code></pre> </li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/aws-amplify/amplify-ui/commit/70971f310f69717657849f29d0a9e1d993b08d9a"><code>70971f310</code></a>]: <ul> <li><code>@​aws-amplify/ui-react-core</code><a href="https://github.com/3"><code>@​3</code></a>.1.0</li> <li><code>@​aws-amplify/ui</code><a href="https://github.com/6"><code>@​6</code></a>.7.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-amplify/amplify-ui/commit/a68d8f76aeb766000a9c231196d6b249f1bba1ab"><code>a68d8f7</code></a> Version Packages (<a href="https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react/issues/6178">#6178</a>)</li> <li><a href="https://github.com/aws-amplify/amplify-ui/commit/0d1c61f69b4cb4c61e1d04b10ff649fee8c4d377"><code>0d1c61f</code></a> chore: update aws-amplify to latest (<a href="https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react/issues/6188">#6188</a>)</li> <li><a href="https://github.com/aws-amplify/amplify-ui/commit/70971f310f69717657849f29d0a9e1d993b08d9a"><code>70971f3</code></a> feat(storage-browser): add storage browser (<a href="https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react/issues/6175">#6175</a>)</li> <li>See full diff in <a href="https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/ui-react@6.7.0/packages/react">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@aws-amplify/ui-react&package-manager=npm_and_yarn&previous-version=6.6.0&new-version=6.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6d2247 commit 0295a38

File tree

2 files changed

+24
-17
lines changed

2 files changed

+24
-17
lines changed

package-lock.json

Lines changed: 23 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auth_demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@aws-amplify/ui-react": "^6.6.0",
6+
"@aws-amplify/ui-react": "^6.7.0",
77
"@testing-library/jest-dom": "^6.5.0",
88
"@testing-library/react": "^16.0.1",
99
"@testing-library/user-event": "^14.5.2",

0 commit comments

Comments
 (0)