Commit 0295a38
authored
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 <StorageBrowser />;
}
</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 <StorageBrowser />;
}
</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 <StorageBrowser />;
}
</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 <StorageBrowser />;
}
</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 />
[](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
2 files changed
+24
-17
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments