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 @azure/msal-react from 2.0.19 to 2.0.21 in /webapp #1103

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @azure/msal-react from 2.0.19 to 2.0.21.

Release notes

Sourced from @​azure/msal-react's releases.

@​azure/msal-react v2.0.21

2.0.21

Tue, 16 Jul 2024 18:22:27 GMT

Patches

  • Bump @​azure/msal-browser to v3.19.1 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)

@​azure/msal-react v2.0.20

2.0.20

Mon, 01 Jul 2024 19:18:29 GMT

Patches

  • Bump @​azure/msal-browser to v3.18.0 (beachball)
  • Bump eslint-config-msal to v0.0.0 (beachball)
Commits
  • 22651b3 Bump package versions
  • 5eabb42 SHA-256 thumbprints now use PSS padding (#7200)
  • aa24330 Create default tenant profile without idToken (#7197)
  • 0ba711a Bump package versions
  • 2ff18f2 Deprecated SHA-1 Thumbprints and Added SHA-256 support in Auth Flow with Cert...
  • 2adfb68 Remove onRedirectNavigate callback function in native ATRedirect calls (#7193)
  • b07a985 Add missing param to PCA.initialize (#7194)
  • 1a15eb9 Use SNI certs (#7188)
  • 6339ce7 Add correlation id param to initialize and clearTokensAndKeysWithClaims APIs ...
  • be05b05 Bump package versions
  • Additional commits viewable in compare view

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 [@azure/msal-react](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.0.19 to 2.0.21.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-react-v2.0.19...msal-react-v2.0.21)

---
updated-dependencies:
- dependency-name: "@azure/msal-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 5, 2024
@github-actions github-actions bot added the webapp Pull requests that update Typescript code label Aug 5, 2024
@glahaye glahaye added this pull request to the merge queue Aug 6, 2024
Merged via the queue into main with commit 3ddac85 Aug 6, 2024
5 checks passed
@glahaye glahaye deleted the dependabot/npm_and_yarn/webapp/azure/msal-react-2.0.21 branch August 6, 2024 15:32
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
Bumps
[@azure/msal-react](https://github.com/AzureAD/microsoft-authentication-library-for-js)
from 2.0.19 to 2.0.21.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/releases"><code>@​azure/msal-react</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​azure/msal-react</code> v2.0.21</h2>
<h2>2.0.21</h2>
<p>Tue, 16 Jul 2024 18:22:27 GMT</p>
<h3>Patches</h3>
<ul>
<li>Bump <code>@​azure/msal-browser</code> to v3.19.1 (beachball)</li>
<li>Bump eslint-config-msal to v0.0.0 (beachball)</li>
</ul>
<h2><code>@​azure/msal-react</code> v2.0.20</h2>
<h2>2.0.20</h2>
<p>Mon, 01 Jul 2024 19:18:29 GMT</p>
<h3>Patches</h3>
<ul>
<li>Bump <code>@​azure/msal-browser</code> to v3.18.0 (beachball)</li>
<li>Bump eslint-config-msal to v0.0.0 (beachball)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/22651b30bce9244cce2d7ffcfa1a81e4c44be133"><code>22651b3</code></a>
Bump package versions</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/5eabb42fe253ca40be6ded4158e63da2b8a2c6ec"><code>5eabb42</code></a>
SHA-256 thumbprints now use PSS padding (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7200">#7200</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/aa24330717b5e1f2f98c9d534d3766caefbaa452"><code>aa24330</code></a>
Create default tenant profile without idToken (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7197">#7197</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/0ba711a47f526c99fa371dbd1bb81f8d9abe3f3e"><code>0ba711a</code></a>
Bump package versions</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/2ff18f23f0631507ccbf966478b152b02c9d25af"><code>2ff18f2</code></a>
Deprecated SHA-1 Thumbprints and Added SHA-256 support in Auth Flow with
Cert...</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/2adfb68294d29f35a3afcd6571a199e64c6e99b3"><code>2adfb68</code></a>
Remove onRedirectNavigate callback function in native ATRedirect calls
(<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7193">#7193</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/b07a985e8fc2e92faf1134e40f706f2f7d57acca"><code>b07a985</code></a>
Add missing param to PCA.initialize (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7194">#7194</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/1a15eb9c61f1b884ccb10aece26e84e5a1e0ae4e"><code>1a15eb9</code></a>
Use SNI certs (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7188">#7188</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/6339ce72fd790ed59aaf1b428b0a4d537e5a5fbc"><code>6339ce7</code></a>
Add correlation id param to initialize and clearTokensAndKeysWithClaims
APIs ...</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/be05b0571b240c9053ea84dff5551bbce5d1f05b"><code>be05b05</code></a>
Bump package versions</li>
<li>Additional commits viewable in <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/compare/msal-react-v2.0.19...msal-react-v2.0.21">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@azure/msal-react&package-manager=npm_and_yarn&previous-version=2.0.19&new-version=2.0.21)](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] <[email protected]>
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