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-browser from 2.38.1 to 2.38.2 in /webapp #294

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps @azure/msal-browser from 2.38.1 to 2.38.2.

Release notes

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

@​azure/msal-browser v2.38.2

2.38.2

Thu, 24 Aug 2023 18:23:25 GMT

Patches

  • Clear tokens and token keys for claims based ATs when claimsBasedCachingEnabled is set to false #6356 (sameera.gajjarapu@microsoft.com)
  • Bump @​azure/msal-common to v13.3.0 (beachball)

Discussion: AzureAD/microsoft-authentication-library-for-js#6391

Commits
  • 5d05054 Make eventName of type string for BrowserPerformanceClient and `Performan...
  • 908e97f Extend proactive token refresh to client_credentials (#6102)
  • c3a508b August 2023 Patch Release #2 (#6367)
  • 05b714f Add special npmrc write/delete in local directory for msal-angular (#6361)
  • 020856e Fix Readme links (#6365)
  • 212d1ba Fix addEventCallback input parameter type (#6353)
  • a34066e Add explanation to docs about default scopes (#6352)
  • c7edc10 Update Angular v2-v3 upgrade guide (#6351)
  • b29498c Fixed jwt import error in msal-node v2.0.0+ (#6347)
  • 4d23a90 Fixed http(s) import errors in msal-node (#6349)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 4, 2023
@github-actions github-actions bot added webapp Pull requests that update Typescript code PR: ready for review labels Sep 4, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webapp/azure/msal-browser-2.38.2 branch from fe8bfe4 to 3c72168 Compare September 6, 2023 22:53
glahaye
glahaye previously approved these changes Sep 6, 2023
Bumps [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.38.1 to 2.38.2.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-browser-v2.38.1...msal-browser-v2.38.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webapp/azure/msal-browser-2.38.2 branch from 3c72168 to 41ee451 Compare September 6, 2023 23:19
@teresaqhoang teresaqhoang added this pull request to the merge queue Sep 6, 2023
Merged via the queue into main with commit 0f976ee Sep 6, 2023
6 checks passed
@teresaqhoang teresaqhoang deleted the dependabot/npm_and_yarn/webapp/azure/msal-browser-2.38.2 branch September 6, 2023 23:29
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
)

Bumps
[@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js)
from 2.38.1 to 2.38.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/releases"><code>@​azure/msal-browser</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​azure/msal-browser</code> v2.38.2</h2>
<h2>2.38.2</h2>
<p>Thu, 24 Aug 2023 18:23:25 GMT</p>
<h3>Patches</h3>
<ul>
<li>Clear tokens and token keys for claims based ATs when
<code>claimsBasedCachingEnabled</code> is set to <code>false</code> <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6356">#6356</a>
(<a
href="mailto:sameera.gajjarapu@microsoft.com">sameera.gajjarapu@microsoft.com</a>)</li>
<li>Bump <code>@​azure/msal-common</code> to v13.3.0 (beachball)</li>
</ul>
<p>Discussion: <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6391">https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6391</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/5d050542c3f24a5d5ded1b9b1eb7e49d73cd5b8d"><code>5d05054</code></a>
Make <code>eventName</code> of type string for
<code>BrowserPerformanceClient</code> and `Performan...</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/908e97f68b3d3732750c09c80b1bd702f98c2949"><code>908e97f</code></a>
Extend proactive token refresh to client_credentials (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6102">#6102</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/c3a508b95b260d28af13885a49472d9ad41f4836"><code>c3a508b</code></a>
August 2023 Patch Release <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/2">#2</a>
(<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6367">#6367</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/05b714f7670e8195f9440f8dd2f750ba6896c3bb"><code>05b714f</code></a>
Add special npmrc write/delete in local directory for msal-angular (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6361">#6361</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/020856e01dd51885900d42545872e13bb83a9f12"><code>020856e</code></a>
Fix Readme links (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6365">#6365</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/212d1ba6a2069298ca496f95d5e8fc0489990779"><code>212d1ba</code></a>
Fix addEventCallback input parameter type (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6353">#6353</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/a34066e55fdcb8633c175e4afc11a3fbc2e1abdd"><code>a34066e</code></a>
Add explanation to docs about default scopes (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6352">#6352</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/c7edc108424a5b20ba4ff5965e897308cc7c86ed"><code>c7edc10</code></a>
Update Angular v2-v3 upgrade guide (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6351">#6351</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/b29498c2bde71b17035a7e278c5e578917cfd8d3"><code>b29498c</code></a>
Fixed jwt import error in msal-node v2.0.0+ (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6347">#6347</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/4d23a9049a7ecf6c0bc85171d76e7437ba9403dd"><code>4d23a90</code></a>
Fixed http(s) import errors in msal-node (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6349">#6349</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/compare/msal-browser-v2.38.1...msal-browser-v2.38.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@azure/msal-browser&package-manager=npm_and_yarn&previous-version=2.38.1&new-version=2.38.2)](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
No open projects
Development

Successfully merging this pull request may close these issues.

2 participants