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.0 to 2.38.1 in /webapp #168

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2023

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

Release notes

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

@​azure/msal-browser v2.38.1

2.38.1

Mon, 07 Aug 2023 21:58:26 GMT

Patches

Discussion: https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6297

Commits
  • 2819735 Expose "CacheRecord" as part of internals API (#6291)
  • f772f1c Remove beta tags from publish commands (#6287)
  • b9fd236 Update certificate-credentials.md (#6275)
  • 2a169dc Revert allowNativeBroker default to false (#6280)
  • 8cbd07c Append v2 to endpoint when using a Microsoft authority under OIDC protocol mo...
  • 8c382b3 Hydrate cache API (#6271)
  • e698e4e Remove derisen from CODEOWNERS (#6279)
  • d8b4b70 Add storeInCache request parameter to control which tokens are persisted to t...
  • e498fa3 Expose BrowserPerformanceClient and BrowserPerformanceMeasurement artifac...
  • 396f5b2 Disable telemetry parameters in the token request when using OIDC protocol mo...
  • 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-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.38.0 to 2.38.1.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-browser-v2.38.0...msal-browser-v2.38.1)

---
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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 14, 2023
@github-actions github-actions bot added webapp Pull requests that update Typescript code PR: ready for review labels Aug 14, 2023
@crickman crickman added this pull request to the merge queue Aug 14, 2023
Merged via the queue into main with commit d16d801 Aug 14, 2023
6 checks passed
@crickman crickman deleted the dependabot/npm_and_yarn/webapp/azure/msal-browser-2.38.1 branch August 14, 2023 16:30
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.0 to 2.38.1.
<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.1</h2>
<h2>2.38.1</h2>
<p>Mon, 07 Aug 2023 21:58:26 GMT</p>
<h3>Patches</h3>
<ul>
<li>When RT is not found in cache, attempts SSO <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6217">#6217</a>
(<a
href="mailto:sameera.gajjarapu@microsoft.com">sameera.gajjarapu@microsoft.com</a>)</li>
<li>Bump <code>@​azure/msal-common</code> to v13.2.1 (beachball)</li>
</ul>
<p>Discussion: <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6297">https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6297</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/2819735fe031ae36bea1d88f31f56089ac6ee21f"><code>2819735</code></a>
Expose &quot;CacheRecord&quot; as part of internals API (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6291">#6291</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/f772f1c80cdac61bbe8f635df81823b06dc1c060"><code>f772f1c</code></a>
Remove beta tags from publish commands (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6287">#6287</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/b9fd236a5128aaaf5d6274f98bfe573a16cf1798"><code>b9fd236</code></a>
Update certificate-credentials.md (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6275">#6275</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/2a169dc79b09ee661e85210073a6de1995e3b12a"><code>2a169dc</code></a>
Revert allowNativeBroker default to false (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6280">#6280</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/8cbd07c7100f0790220e84004138ba8a76c203d4"><code>8cbd07c</code></a>
Append v2 to endpoint when using a Microsoft authority under OIDC
protocol mo...</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/8c382b3b677bf9388154ab6c2863d6951905e91a"><code>8c382b3</code></a>
Hydrate cache API (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6271">#6271</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/e698e4e56ce62f962447b5a0363bcceae060b469"><code>e698e4e</code></a>
Remove derisen from CODEOWNERS (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6279">#6279</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/d8b4b702d4bf4293a35bcf9a22b8c45210afb871"><code>d8b4b70</code></a>
Add storeInCache request parameter to control which tokens are persisted
to t...</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/e498fa34e673349f77f3dd57dcb831b3fad5cce7"><code>e498fa3</code></a>
Expose <code>BrowserPerformanceClient</code> and
<code>BrowserPerformanceMeasurement</code> artifac...</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/396f5b2ff4bfbd56a991e2b0b706c90e5f98fdec"><code>396f5b2</code></a>
Disable telemetry parameters in the token request when using OIDC
protocol mo...</li>
<li>Additional commits viewable in <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/compare/msal-browser-v2.38.0...msal-browser-v2.38.1">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.0&new-version=2.38.1)](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