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 @fluentui/react-components from 9.36.0 to 9.37.0 in /webapp #559

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps @fluentui/react-components from 9.36.0 to 9.37.0.

Release notes

Sourced from @​fluentui/react-components's releases.

@​fluentui/react-components v9.37.0

Breaking changes

  • BREAKING CHANGE: Removed non-interactive item and slash divider (PR #29623 by ValentinaKozlova)
  • BREAKING CHANGE: remove appearance prop and set current prop for BreadcrumbButton last item (PR #29554 by ValentinaKozlova)

Minor changes

  • refactor: rename DrawerOverlay/DrawerInline components (PR #29523 by marcosmoura)
  • feat: add support to provide static duration to useMotion hook (PR #29655 by marcosmoura)
  • feat: add new drawer global style hooks that are needed by drawer public api changes (PR #29523 by marcosmoura)
  • refactor: rename main DrawerOverlay/DrawerInline components (PR #29523 by marcosmoura)

Patches

Prerelease changes

  • feat: deprecate component and utilities (PR #29615 by ling1726)
  • fix: regression with mountNode prop not available after refactor (PR #29524 by marcosmoura)
  • feat: use useMotionClassNames to create drawer motion styles (PR #29662 by marcosmoura)
  • BREAKING CHANGE: rename main DrawerOverlay/DrawerInline components (PR #29523 by marcosmoura)
  • fix: improve high contrast mode (PR #29627 by marcosmoura)
  • docs: add example on how to implement multiple levels inside one drawer (PR #29665 by marcosmoura)
  • chore: Deprecate InfoLabel and InfoButton from react-infobutton in favor of react-infolabel. (PR #29605 by sopranopillow)
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 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 [@fluentui/react-components](https://github.com/microsoft/fluentui) from 9.36.0 to 9.37.0.
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Changelog](https://github.com/microsoft/fluentui/blob/master/azure-pipelines.release-fluentui.yml)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.36.0...@fluentui/react-components_v9.37.0)

---
updated-dependencies:
- dependency-name: "@fluentui/react-components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 30, 2023
@github-actions github-actions bot added the webapp Pull requests that update Typescript code label Oct 30, 2023
@glahaye glahaye added this pull request to the merge queue Oct 30, 2023
Merged via the queue into main with commit 7c4da0d Oct 30, 2023
6 checks passed
@glahaye glahaye deleted the dependabot/npm_and_yarn/webapp/fluentui/react-components-9.37.0 branch October 30, 2023 16:58
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
…rosoft#559)

[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps
[@fluentui/react-components](https://github.com/microsoft/fluentui) from
9.36.0 to 9.37.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/fluentui/releases"><code>@​fluentui/react-components</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​fluentui/react-components</code> v9.37.0</h2>
<h3>Breaking changes</h3>
<ul>
<li>BREAKING CHANGE: Removed non-interactive item and <code>slash</code>
divider (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29623">#29623</a>
by <a
href="https://github.com/ValentinaKozlova">ValentinaKozlova</a>)</li>
<li>BREAKING CHANGE: remove <code>appearance</code> prop and set
<code>current</code> prop for BreadcrumbButton last item (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29554">#29554</a>
by <a
href="https://github.com/ValentinaKozlova">ValentinaKozlova</a>)</li>
</ul>
<h3>Minor changes</h3>
<ul>
<li>refactor: rename DrawerOverlay/DrawerInline components (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29523">#29523</a>
by <a href="https://github.com/marcosmoura">marcosmoura</a>)</li>
<li>feat: add support to provide static duration to useMotion hook (PR
<a
href="https://redirect.github.com/microsoft/fluentui/issues/29655">#29655</a>
by <a href="https://github.com/marcosmoura">marcosmoura</a>)</li>
<li>feat: add new drawer global style hooks that are needed by drawer
public api changes (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29523">#29523</a>
by <a href="https://github.com/marcosmoura">marcosmoura</a>)</li>
<li>refactor: rename main DrawerOverlay/DrawerInline components (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29523">#29523</a>
by <a href="https://github.com/marcosmoura">marcosmoura</a>)</li>
</ul>
<h3>Patches</h3>
<ul>
<li>fix: update <code>setActiveOption</code> type to be React Dispatch.
(PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29643">#29643</a>
by <a
href="https://github.com/YuanboXue-Amber">YuanboXue-Amber</a>)</li>
<li>chore: Deprecate InfoLabel and InfoButton from react-infobutton in
favor of react-infolabel. (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29605">#29605</a>
by <a href="https://github.com/sopranopillow">sopranopillow</a>)</li>
<li>chore: Deprecating Alert components and utilities. (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29615">#29615</a>
by <a href="https://github.com/ling1726">ling1726</a>)</li>
<li>fix: avoid breaking rule of hooks (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29628">#29628</a>
by <a href="https://github.com/marcosmoura">marcosmoura</a>)</li>
<li>fix: invoke useCustomStyleHook_unstable() (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29632">#29632</a>
by <a href="https://github.com/layershifter">layershifter</a>)</li>
<li>fix: invoke useCustomStyleHook_unstable() (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29632">#29632</a>
by <a href="https://github.com/layershifter">layershifter</a>)</li>
<li>fix: invoke useCustomStyleHook_unstable() (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29632">#29632</a>
by <a href="https://github.com/layershifter">layershifter</a>)</li>
</ul>
<h3>Prerelease changes</h3>
<ul>
<li>feat: deprecate component and utilities (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29615">#29615</a>
by <a href="https://github.com/ling1726">ling1726</a>)</li>
<li>fix: regression with mountNode prop not available after refactor (PR
<a
href="https://redirect.github.com/microsoft/fluentui/issues/29524">#29524</a>
by <a href="https://github.com/marcosmoura">marcosmoura</a>)</li>
<li>feat: use useMotionClassNames to create drawer motion styles (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29662">#29662</a>
by <a href="https://github.com/marcosmoura">marcosmoura</a>)</li>
<li>BREAKING CHANGE: rename main DrawerOverlay/DrawerInline components
(PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29523">#29523</a>
by <a href="https://github.com/marcosmoura">marcosmoura</a>)</li>
<li>fix: improve high contrast mode (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29627">#29627</a>
by <a href="https://github.com/marcosmoura">marcosmoura</a>)</li>
<li>docs: add example on how to implement multiple levels inside one
drawer (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29665">#29665</a>
by <a href="https://github.com/marcosmoura">marcosmoura</a>)</li>
<li>chore: Deprecate InfoLabel and InfoButton from react-infobutton in
favor of react-infolabel. (PR <a
href="https://redirect.github.com/microsoft/fluentui/issues/29605">#29605</a>
by <a href="https://github.com/sopranopillow">sopranopillow</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/microsoft/fluentui/commit/b13e237dfad61d83de12f69b48e7d4a4b9d939eb"><code>b13e237</code></a>
applying package updates</li>
<li><a
href="https://github.com/microsoft/fluentui/commit/555b0fae3ec7f052e765557ae243c58000514f92"><code>555b0fa</code></a>
🧪</li>
<li><a
href="https://github.com/microsoft/fluentui/commit/c5230492abcc910d3de6ab8dcf74c22194b91a75"><code>c523049</code></a>
🧪</li>
<li><a
href="https://github.com/microsoft/fluentui/commit/5fb35e4b9b48eb5731850a37c9961a8a64401e3c"><code>5fb35e4</code></a>
🧪</li>
<li><a
href="https://github.com/microsoft/fluentui/commit/693c4f8cc475d7d2fb39eeb278863624c76b08f9"><code>693c4f8</code></a>
🧪</li>
<li><a
href="https://github.com/microsoft/fluentui/commit/ff3b9600cf6d7c9643ad81230179c81fbad4880b"><code>ff3b960</code></a>
🧪</li>
<li><a
href="https://github.com/microsoft/fluentui/commit/2365fe50da7578f28c738489c1a28329cfa005e9"><code>2365fe5</code></a>
Rever accidentally pushed pipeline changes (<a
href="https://redirect.github.com/microsoft/fluentui/issues/29685">#29685</a>)</li>
<li><a
href="https://github.com/microsoft/fluentui/commit/bc9e18d9d39a78a36738095f8087397462785db0"><code>bc9e18d</code></a>
applying package updates</li>
<li><a
href="https://github.com/microsoft/fluentui/commit/70d0762fd12eb211f7c1dbe31a23b2fbb73a67c4"><code>70d0762</code></a>
🧪</li>
<li><a
href="https://github.com/microsoft/fluentui/commit/2fea2d88ec4e2bfca616a6b58dc7f535bf1cc4c5"><code>2fea2d8</code></a>
🧪</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.36.0...@fluentui/react-components_v9.37.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@fluentui/react-components&package-manager=npm_and_yarn&previous-version=9.36.0&new-version=9.37.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>
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 webapp Pull requests that update Typescript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant