Skip to content

Commit

Permalink
Bump oidc-client-ts from 3.0.1 to 3.1.0 (#377)
Browse files Browse the repository at this point in the history
Bumps [oidc-client-ts](https://github.com/authts/oidc-client-ts) from
3.0.1 to 3.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/authts/oidc-client-ts/releases">oidc-client-ts's
releases</a>.</em></p>
<blockquote>
<h2>v3.1.0</h2>
<p>oidc-client-ts v3.1.0 is a minor release.</p>
<p>No longer using <code>crypto-js</code> package, but built-in browser
<a
href="https://developer.mozilla.org/en-US/docs/Web/API/Crypto/subtle">crypto.subtle</a>
module. Crypto.subtle is available only in <a
href="https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts">secure
contexts</a> (HTTPS). Also have a look into the <a
href="https://github.com/authts/oidc-client-ts/blob/main/docs/migration.md">migration</a>
info.</p>
<h2>Changelog:</h2>
<ul>
<li>Fixes:
<ul>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1666">#1666</a>:
fix link in docs to issue</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1600">#1600</a>:
updated docs about logger</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1589">#1589</a>:
fix compiler error for target=ES2022</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1539">#1539</a>:
fix small typo in <code>signinCallback</code> doc in UserManager.ts</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1504">#1504</a>:
typo in sample app config</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1490">#1490</a>:
fix the return type of <code>signinCallback</code></li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1443">#1443</a>:
fixes typos in docs</li>
</ul>
</li>
<li>Features:
<ul>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1672">#1672</a>:
make <code>signoutCallback</code> return signout response if
request_type is so:r</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1626">#1626</a>:
add <code>popupSignal</code> property to <code>signinPopup</code> and
<code>signoutPop</code></li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1580">#1580</a>:
add dpop docs</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1569">#1569</a>:
add dpop nonce support</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1457">#1457</a>:
add extra headers</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1461">#1461</a>:
add demonstrating proof of possession</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1430">#1430</a>:
add global <code>requestTimeoutInSeconds</code> setting</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1405">#1405</a>:
allow using default scopes from authorization server</li>
</ul>
</li>
</ul>
<p>thanks to <a
href="https://github.com/klues"><code>@​klues</code></a>, <a
href="https://github.com/smujmaiku"><code>@​smujmaiku</code></a>, <a
href="https://github.com/mftruso"><code>@​mftruso</code></a>, <a
href="https://github.com/peetck"><code>@​peetck</code></a>, <a
href="https://github.com/dbfr3qs"><code>@​dbfr3qs</code></a>, <a
href="https://github.com/mottykohn"><code>@​mottykohn</code></a>, <a
href="https://github.com/noshiro-pf"><code>@​noshiro-pf</code></a>, <a
href="https://github.com/dbfr3qs"><code>@​dbfr3qs</code></a>, <a
href="https://github.com/grjan7"><code>@​grjan7</code></a> and <a
href="https://github.com/natergj"><code>@​natergj</code></a></p>
<h2>v3.1.0-rc.1</h2>
<p>oidc-client-ts v3.1.0-rc.1 is a bug fix release.</p>
<p>No longer using <code>crypto-js</code> package, but built-in browser
<a
href="https://developer.mozilla.org/en-US/docs/Web/API/Crypto/subtle">crypto.subtle</a>
module. Crypto.subtle is available only in <a
href="https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts">secure
contexts</a> (HTTPS). Also have a look into the <a
href="https://github.com/authts/oidc-client-ts/blob/main/docs/migration.md">migration</a>
info.</p>
<h2>Changelog:</h2>
<ul>
<li>Fixes:
<ul>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1589">#1589</a>:
fix compiler error for target=ES2022</li>
</ul>
</li>
<li>Features:
<ul>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1580">#1580</a>:
add dpop docs</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1569">#1569</a>:
add dpop nonce support</li>
</ul>
</li>
</ul>
<p>thanks to <a
href="https://github.com/dbfr3qs"><code>@​dbfr3qs</code></a></p>
<h2>v3.1.0-rc.0</h2>
<p>oidc-client-ts v3.1.0-rc.0 is a minor release.</p>
<p>No longer using <code>crypto-js</code> package, but built-in browser
<a
href="https://developer.mozilla.org/en-US/docs/Web/API/Crypto/subtle">crypto.subtle</a>
module. Crypto.subtle is available only in <a
href="https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts">secure
contexts</a> (HTTPS). Also have a look into the <a
href="https://github.com/authts/oidc-client-ts/blob/main/docs/migration.md">migration</a>
info.</p>
<h2>Changelog:</h2>
<ul>
<li>Fixes:
<ul>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1539">#1539</a>:
fix small typo in signinCallback doc in UserManager.ts</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1504">#1504</a>:
typo in sample app config</li>
<li><a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1490">#1490</a>:
fix the return type of signinCallback</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/9ccae8f87b3e9e2df349aaf6f007964ced287b02"><code>9ccae8f</code></a>
v3.1.0</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/d815d52d5b8cdfa6814f6be110aabcd8673de527"><code>d815d52</code></a>
Merge pull request <a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1683">#1683</a>
from authts/dependabot/npm_and_yarn/types/node-22.7.4</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/841225aa3d92028c3e83dea8835b677d4adc13f8"><code>841225a</code></a>
build(deps-dev): bump <code>@​types/node</code> from 22.7.3 to
22.7.4</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/d789499c3201810b78521ec3e22e96abb0e3f55d"><code>d789499</code></a>
Merge pull request <a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1680">#1680</a>
from authts/dependabot/npm_and_yarn/types/node-22.7.3</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/db345bf8e7417e114f088029425364fd6afaf74f"><code>db345bf</code></a>
build(deps-dev): bump <code>@​types/node</code> from 22.5.5 to
22.7.3</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/ef0d8e76f588781f6d499c888eff1c3d30724e82"><code>ef0d8e7</code></a>
Merge pull request <a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1674">#1674</a>
from authts/dependabot/npm_and_yarn/jose-5.9.3</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/c975f83494568b931fae41110af56ce949c79c49"><code>c975f83</code></a>
Merge pull request <a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1673">#1673</a>
from authts/dependabot/npm_and_yarn/esbuild-0.24.0</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/cb8190ac8768808a6b959ab34f38412ba57c54e2"><code>cb8190a</code></a>
build(deps-dev): bump jose from 5.9.2 to 5.9.3</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/06d569ab69d2355a4fcc2a7ee253f220624cb4da"><code>06d569a</code></a>
build(deps-dev): bump esbuild from 0.23.1 to 0.24.0</li>
<li><a
href="https://github.com/authts/oidc-client-ts/commit/e04c82852fee3980766360dc38801972a5c83b04"><code>e04c828</code></a>
Merge pull request <a
href="https://redirect.github.com/authts/oidc-client-ts/issues/1672">#1672</a>
from peetck/main</li>
<li>Additional commits viewable in <a
href="https://github.com/authts/oidc-client-ts/compare/v3.0.1...v3.1.0">compare
view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| oidc-client-ts | [>= 2.4.a, < 2.5] |
| oidc-client-ts | [>= 2.3.a, < 2.4] |
</details>


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=oidc-client-ts&package-manager=npm_and_yarn&previous-version=3.0.1&new-version=3.1.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent ed7f793 commit f92bfcb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
26 changes: 5 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@angular/router": "18.2.6",
"@ngx-translate/core": "15.0.0",
"core-js": "3.38.1",
"oidc-client-ts": "3.0.1",
"oidc-client-ts": "3.1.0",
"rxjs": "7.8.1",
"tslib": "2.7.0",
"zone.js": "0.14.10"
Expand Down

0 comments on commit f92bfcb

Please sign in to comment.