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 3.20.0 to 3.26.1 in /webapp #1179

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps @azure/msal-browser from 3.20.0 to 3.26.1.

Release notes

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

@​azure/msal-browser v3.26.1

3.26.1

Tue, 08 Oct 2024 20:45:26 GMT

Patches

  • Respect cache policy and claims set in the request #7363 ([email protected])
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump msal-test-utils to v0.0.1 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

@​azure/msal-browser v3.26.0

3.26.0

Tue, 08 Oct 2024 16:51:05 GMT

Minor changes

  • Add optional event type filter to addEventCallback #7351 ([email protected])
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump msal-test-utils to v0.0.1 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

Patches

@​azure/msal-browser v3.25.0

3.25.0

Thu, 03 Oct 2024 00:40:42 GMT

Minor changes

  • Mute no_server_response error when back navigation is detected #7342 ([email protected])
  • Bump eslint-config-msal to v0.0.0 (beachball)
  • Bump msal-test-utils to v0.0.1 (beachball)
  • Bump rollup-msal to v0.0.0 (beachball)

@​azure/msal-browser v3.24.0

3.24.0

Thu, 19 Sep 2024 23:48:30 GMT

Minor changes

... (truncated)

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 14, 2024
@github-actions github-actions bot added the webapp Pull requests that update Typescript code label Oct 14, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webapp/azure/msal-browser-3.26.1 branch from 9e56e64 to 01d3c92 Compare October 14, 2024 23:56
Bumps [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 3.20.0 to 3.26.1.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-browser-v3.20.0...msal-browser-v3.26.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webapp/azure/msal-browser-3.26.1 branch from 01d3c92 to 6f5c194 Compare October 14, 2024 23:58
@glahaye glahaye added this pull request to the merge queue Oct 15, 2024
Merged via the queue into main with commit ad6bcf6 Oct 15, 2024
5 checks passed
@glahaye glahaye deleted the dependabot/npm_and_yarn/webapp/azure/msal-browser-3.26.1 branch October 15, 2024 00:04
kb0039 pushed a commit to aaronba/chat-copilot that referenced this pull request Jan 8, 2025
…1179)

Bumps
[@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js)
from 3.20.0 to 3.26.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> v3.26.1</h2>
<h2>3.26.1</h2>
<p>Tue, 08 Oct 2024 20:45:26 GMT</p>
<h3>Patches</h3>
<ul>
<li>Respect cache policy and claims set in the request <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7363">#7363</a>
(<a
href="mailto:[email protected]">[email protected]</a>)</li>
<li>Bump eslint-config-msal to v0.0.0 (beachball)</li>
<li>Bump msal-test-utils to v0.0.1 (beachball)</li>
<li>Bump rollup-msal to v0.0.0 (beachball)</li>
</ul>
<h2><code>@​azure/msal-browser</code> v3.26.0</h2>
<h2>3.26.0</h2>
<p>Tue, 08 Oct 2024 16:51:05 GMT</p>
<h3>Minor changes</h3>
<ul>
<li>Add optional event type filter to addEventCallback <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7351">#7351</a>
(<a
href="mailto:[email protected]">[email protected]</a>)</li>
<li>Bump eslint-config-msal to v0.0.0 (beachball)</li>
<li>Bump msal-test-utils to v0.0.1 (beachball)</li>
<li>Bump rollup-msal to v0.0.0 (beachball)</li>
</ul>
<h3>Patches</h3>
<ul>
<li>Bug fixes for windowless PCA (<a
href="mailto:[email protected]">[email protected]</a>)</li>
</ul>
<h2><code>@​azure/msal-browser</code> v3.25.0</h2>
<h2>3.25.0</h2>
<p>Thu, 03 Oct 2024 00:40:42 GMT</p>
<h3>Minor changes</h3>
<ul>
<li>Mute no_server_response error when back navigation is detected <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7342">#7342</a>
(<a
href="mailto:[email protected]">[email protected]</a>)</li>
<li>Bump eslint-config-msal to v0.0.0 (beachball)</li>
<li>Bump msal-test-utils to v0.0.1 (beachball)</li>
<li>Bump rollup-msal to v0.0.0 (beachball)</li>
</ul>
<h2><code>@​azure/msal-browser</code> v3.24.0</h2>
<h2>3.24.0</h2>
<p>Thu, 19 Sep 2024 23:48:30 GMT</p>
<h3>Minor changes</h3>
<ul>
<li>Fix type resolution when using moduleResolution node16 (<a
href="mailto:[email protected]">[email protected]</a>)</li>
<li>Allow passing popup parent for multi-window flows (<a
href="mailto:[email protected]">[email protected]</a>)</li>
<li>Add instance_aware auth config param <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7259">#7259</a>
(<a
href="mailto:[email protected]">[email protected]</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/c8e74c3aaa87326ccce36eab041e2b25c600aeea"><code>c8e74c3</code></a>
Bump package versions</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/9ff67274116c0509b9d9eaa956c4a35617a6cb38"><code>9ff6727</code></a>
Cache fixes for NAA flow (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7363">#7363</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/5879cf36cfd1d4ec0b044e548f74656c1dde092a"><code>5879cf3</code></a>
Bump package versions</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/34c39709d1eedf3e051d80a978e94fe8f75b44cf"><code>34c3970</code></a>
PoP Support for Node when brokered (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7360">#7360</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/367915c86375e27d7aad8ecf777d2c0573a25b58"><code>367915c</code></a>
Add filters to the event callbacks (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7351">#7351</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/243b68bcb1d9fb90adbfcfe4c17773a32881ed3c"><code>243b68b</code></a>
Fixing window unavailable bugs for PCA and PBA (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7355">#7355</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/f85b567557737e965f30a5a961bafdb177b0dfa2"><code>f85b567</code></a>
msal-node e2e tests: cert_path -&gt; certificate_path (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7357">#7357</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/ed4e1f393fe7ee39d23d8d4d135e59da81e99dcd"><code>ed4e1f3</code></a>
Replace E2E test MSA account (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7358">#7358</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/f820022bbb103f036e12a8ee2485f044fc98d092"><code>f820022</code></a>
Bump package versions</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/704a8de9cc2d622534dee1a79dc19b0a8a52fe91"><code>704a8de</code></a>
Allow pop params for brokered flows (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/7335">#7335</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-js/compare/msal-browser-v3.20.0...msal-browser-v3.26.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=3.20.0&new-version=3.26.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] <[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