INL / corpus-frontend

BlackLab Frontend, a feature-rich corpus search interface for BlackLab.
16 stars 7 forks source link

Bump oidc-client-ts from 2.4.0 to 3.0.1 in /src/frontend #507

Open dependabot[bot] opened 2 months ago

dependabot[bot] commented 2 months ago

Bumps oidc-client-ts from 2.4.0 to 3.0.1.

Release notes

Sourced from oidc-client-ts's releases.

v3.0.1

oidc-client-ts 3.0.1 is a bug fix release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Fixes:
    • #1379: userManager.signoutRedirect not working (by reverting #1342)

v3.0.0

oidc-client-ts 3.0.0 is a major release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Breaking changes:
    • #275: use native web crypto instead of crypto-js package
    • #1232: improve merge claims behavior
    • #930: drop deprecated settings
    • #1230: update jwt-decode
    • #1231: require node >=18
  • Fixes:
    • #1010: make response_mode optional
    • #1242: session change not fired if identity token does not contain a sid claim
    • #1300: explicitly throw an error when crypto.subtle is undefined
    • #1292: docs(authorization-code-grant.md): update broken link
    • #1316: use npm distribution tags for upcoming releases
    • #1313: handle promise in Events.raise
    • #1341: UserManager.events().unload() event is triggered too early on UserManager.signoutRedirect()
  • Features:
    • #1250: improve documentation
    • #1291: allow to optionally pass redirect_uri to UserManager.signinSilent when using refresh token
    • #1258: allow to optionally pass extraTokenParams to UserManager.signinSilent when using refresh token
    • #1275: add documentation section about hash-mode routing

thanks to @​43081j, @​huysentruitw, @​marcoreni, @​Lyokolux, @​MathiasRossen, @​tennox and @​PSanetra

v3.0.0-rc.2

oidc-client-ts 3.0.0-rc.2 is a major pre release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS).

Changelog:

  • Fixes:
    • #1341: UserManager.events().unload() event is triggered too early on UserManager.signoutRedirect()

thanks to @​PSanetra

v3.0.0-rc.1

... (truncated)

Commits
  • 0d9dd56 v3.0.1
  • b155e21 Merge pull request #1393 from authts/improve-unit-tests
  • 85ae19d fix: ignore user's editor settings
  • 166f5ae test: add unit-test for signoutRedirect
  • af51b5b Merge pull request #1392 from authts/fix-1379-revert-1341
  • 8d6c944 Revert "fix(UserManager): Fix too early events().unload() event before user i...
  • fbfab23 Revert "fix: improve migration notice about #1379"
  • b58bbb4 Merge pull request #1390 from authts/dependabot/npm_and_yarn/microsoft/api-ex...
  • 2d03d7c build(deps-dev): bump @​microsoft/api-extractor from 7.39.5 to 7.40.0
  • 2a69f62 Merge pull request #1387 from authts/dependabot/npm_and_yarn/lint-staged-15.2.2
  • 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 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)