Skip to content

Commit

Permalink
chore(ui): update dependency next-auth to v4.23.1 (#722)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [next-auth](https://next-auth.js.org) ([source](https://togithub.com/nextauthjs/next-auth)) | [`4.23.0` -> `4.23.1`](https://renovatebot.com/diffs/npm/next-auth/4.23.0/4.23.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/next-auth/4.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/next-auth/4.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/next-auth/4.23.0/4.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/next-auth/4.23.0/4.23.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>nextauthjs/next-auth (next-auth)</summary>

### [`v4.23.1`](https://togithub.com/nextauthjs/next-auth/releases/tag/next-auth%404.23.1)

[Compare Source](https://togithub.com/nextauthjs/next-auth/compare/[email protected]@4.23.1)

#### Bugfixes

-   **ts**: correctly expose `next-auth/adapters` ([`20c3fe3`](https://togithub.com/nextauthjs/next-auth/commit/20c3fe33))
-   use `default` submodules export in `package.json` ([#&#8203;8330](https://togithub.com/nextauthjs/next-auth/issues/8330))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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/weareinreach/InReach).



PR-URL: #722
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joe Karow <[email protected]>
  • Loading branch information
renovate[bot] and JoeKarow authored Aug 17, 2023
1 parent 3da861f commit c734ad9
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 582 deletions.
8 changes: 1 addition & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@
"packageRules": [
{
"groupName": "patched packages",
"matchPackageNames": [
"@crowdin/ota-client",
"eslint-plugin-node",
"iso-google-locales",
"trpc-panel",
"next-auth"
],
"matchPackageNames": ["@crowdin/ota-client", "eslint-plugin-node", "iso-google-locales", "trpc-panel"],
"matchUpdateTypes": ["major", "minor", "patch"]
}
],
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"just-compare": "2.3.0",
"luxon": "3.4.0",
"next": "13.4.16",
"next-auth": "4.23.0",
"next-auth": "4.23.1",
"next-i18next": "14.0.0",
"next-seo": "6.1.0",
"nextjs-routes": "2.0.1",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@
"@crowdin/[email protected]": "patches/@[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
"[email protected]": "patches/[email protected]"
},
"peerDependencyRules": {
"allowedVersions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@weareinreach/eslint-config": "0.100.0",
"eslint": "8.47.0",
"next": "13.4.16",
"next-auth": "4.23.0",
"next-auth": "4.23.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"msw": "1.2.3",
"msw-storybook-addon": "1.8.0",
"next": "13.4.16",
"next-auth": "4.23.0",
"next-auth": "4.23.1",
"next-i18next": "14.0.0",
"next-router-mock": "0.9.9",
"postcss-loader": "7.3.3",
Expand Down
278 changes: 0 additions & 278 deletions patches/[email protected]

This file was deleted.

Loading

0 comments on commit c734ad9

Please sign in to comment.