Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency react-oidc-context to v3.1.0 (#354)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [react-oidc-context](https://github.com/authts/react-oidc-context) | [`3.0.0` -> `3.1.0`](https://renovatebot.com/diffs/npm/react-oidc-context/3.0.0/3.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-oidc-context/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-oidc-context/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-oidc-context/3.0.0/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-oidc-context/3.0.0/3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>authts/react-oidc-context (react-oidc-context)</summary> ### [`v3.1.0`](https://github.com/authts/react-oidc-context/releases/tag/v3.1.0) [Compare Source](https://github.com/authts/react-oidc-context/compare/v3.0.0...v3.1.0) react-oidc-context 3.1.0 is a minor release. No longer using `crypto-js` package, but built-in browser [crypto.subtle](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/subtle) module. Crypto.subtle is available only in [secure contexts](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts) (HTTPS). Also have a look into the [migration](https://github.com/authts/oidc-client-ts/blob/main/docs/migration.md) info. #### Changelog: - Features: - [#​1119](https://github.com/authts/react-oidc-context/issues/1119) add sign-out callback support - [#​1119](https://github.com/authts/react-oidc-context/issues/1119) add SSR unit-test - [#​1119](https://github.com/authts/react-oidc-context/issues/1119) update to required node 18.x in CI - [#​1121](https://github.com/authts/react-oidc-context/issues/1121) avoid unit-test warnings about move function into `act()` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on sunday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/SvenKirschbaum/share.kirschbaum.cloud).
- Loading branch information