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 oidc-client-ts from 2.4.0 to 3.0.1 #161

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

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 <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 the dependencies Pull requests that update a dependency file label Feb 12, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oidc-client-ts-3.0.1 branch 3 times, most recently from 83bcfc1 to 9f00185 Compare February 19, 2024 07:38
Bumps [oidc-client-ts](https://github.com/authts/oidc-client-ts) from 2.4.0 to 3.0.1.
- [Release notes](https://github.com/authts/oidc-client-ts/releases)
- [Commits](authts/oidc-client-ts@v2.4.0...v3.0.1)

---
updated-dependencies:
- dependency-name: oidc-client-ts
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oidc-client-ts-3.0.1 branch from 9f00185 to 5e45f1d Compare February 19, 2024 07:39
@oxisto oxisto enabled auto-merge (squash) February 19, 2024 07:39
@oxisto oxisto merged commit 6358e85 into main Feb 19, 2024
2 checks passed
@oxisto oxisto deleted the dependabot/npm_and_yarn/oidc-client-ts-3.0.1 branch February 19, 2024 07:39
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant