[PR #417] [CLOSED] chore(deps): bump next-auth from 4.22.3 to 4.23.1 in /apps/marketing #960

Closed
opened 2026-02-26 19:31:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/417
Author: @dependabot[bot]
Created: 9/24/2023
Status: Closed

Base: feat/refreshHead: dependabot/npm_and_yarn/apps/marketing/feat/refresh/next-auth-4.23.1


📝 Commits (1)

  • 21c4809 chore(deps): bump next-auth from 4.22.3 to 4.23.1 in /apps/marketing

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 apps/marketing/package.json (+1 -1)

📄 Description

Bumps next-auth from 4.22.3 to 4.23.1.

Release notes

Sourced from next-auth's releases.

next-auth@4.23.1

Bugfixes

  • ts: correctly expose next-auth/adapters (20c3fe33)
  • use default submodules export in package.json (#8330)

next-auth@4.23.0

Features

  • providers: add Passage by 1Password (5a8aa2e5)

Bugfixes

  • ts: correctly export submodule types (05ff6ae2)
  • sort cookie chunks correctly (#8284)

next-auth@4.22.5

Bugfixes

Other

  • docs: amplify note

next-auth@4.22.4

Bugfixes

  • ts: SignInResponse.error type (#8109) (465644f9)
  • Remove RSC warning in getServerSession (#8108)
  • Don't return res.end() in api handler (#8244)

Other

  • docs: fixing broken link in documentation (#8208)
  • docs: clarify getServerSession
  • docs: move unstable_getServerSession
  • docs: Typo fixed (#8206)
  • docs(providers): mention HTTP-based Email guide (#8214)
  • docs: Update object key "email" to "username" (#8113)
  • doc: Add a guide on sending magic links to existing users only (#7663)
  • docs: Update refresh-token-rotation.md - fix example client code filename (#8088)
  • docs(providers): updated docs with missing account attribute (#8084)
Commits
  • 9f900be chore(release): bump version [skip ci]
  • 09c2a89 fix: use default submodules export in package.json (#8330)
  • 20c3fe3 fix(ts): correctly expose next-auth/adapters
  • e26f500 docs(providers): add warning for gitlab provider (#8292)
  • 494d16e chore(release): bump version [skip ci]
  • 5a8aa2e feat(providers): add Passage by 1Password
  • 05ff6ae fix(ts): correctly export submodule types
  • 1fbc684 fix: sort cookie chunks correctly (#8284)
  • 124be4f chore(release): bump version [skip ci]
  • 3b0128c fix(ts): match next-auth/adapter & @auth/core/adapters
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/417 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/24/2023 **Status:** ❌ Closed **Base:** `feat/refresh` ← **Head:** `dependabot/npm_and_yarn/apps/marketing/feat/refresh/next-auth-4.23.1` --- ### 📝 Commits (1) - [`21c4809`](https://github.com/documenso/documenso/commit/21c4809153b13abbef68c272a9a9a2b7af5bc016) chore(deps): bump next-auth from 4.22.3 to 4.23.1 in /apps/marketing ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/marketing/package.json` (+1 -1) </details> ### 📄 Description Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.22.3 to 4.23.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nextauthjs/next-auth/releases">next-auth's releases</a>.</em></p> <blockquote> <h2>next-auth@4.23.1</h2> <h2>Bugfixes</h2> <ul> <li><strong>ts</strong>: correctly expose <code>next-auth/adapters</code> (20c3fe33)</li> <li>use <code>default</code> submodules export in <code>package.json</code> (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8330">#8330</a>)</li> </ul> <h2>next-auth@4.23.0</h2> <h2>Features</h2> <ul> <li><strong>providers</strong>: add Passage by 1Password (5a8aa2e5)</li> </ul> <h2>Bugfixes</h2> <ul> <li><strong>ts</strong>: correctly export submodule types (05ff6ae2)</li> <li>sort cookie chunks correctly (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8284">#8284</a>)</li> </ul> <h2>next-auth@4.22.5</h2> <h2>Bugfixes</h2> <ul> <li><strong>ts</strong>: match <code>next-auth/adapter</code> &amp; <code>@auth/core/adapters</code> (<a href="https://github.com/nextauthjs/next-auth/commit/3b0128c3cabfaa014531e38e06919ea435df35fd">https://github.com/nextauthjs/next-auth/commit/3b0128c3cabfaa014531e38e06919ea435df35fd</a>)</li> </ul> <h2>Other</h2> <ul> <li>docs: amplify note</li> </ul> <h2>next-auth@4.22.4</h2> <h2>Bugfixes</h2> <ul> <li><strong>ts</strong>: SignInResponse.error type (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8109">#8109</a>) (465644f9)</li> <li>Remove RSC warning in <code>getServerSession</code> (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8108">#8108</a>)</li> <li>Don't return <code>res.end()</code> in api handler (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8244">#8244</a>)</li> </ul> <h2>Other</h2> <ul> <li>docs: fixing broken link in documentation (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8208">#8208</a>)</li> <li>docs: clarify <code>getServerSession</code></li> <li>docs: move <code>unstable_getServerSession</code></li> <li>docs: Typo fixed (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8206">#8206</a>)</li> <li>docs(providers): mention HTTP-based Email guide (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8214">#8214</a>)</li> <li>docs: Update object key &quot;email&quot; to &quot;username&quot; (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8113">#8113</a>)</li> <li>doc: Add a guide on sending magic links to existing users only (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/7663">#7663</a>)</li> <li>docs: Update refresh-token-rotation.md - fix example client code filename (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8088">#8088</a>)</li> <li>docs(providers): updated docs with missing account attribute (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8084">#8084</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nextauthjs/next-auth/commit/9f900befe67b0d4affef659e2938b3b3be81aba2"><code>9f900be</code></a> chore(release): bump version [skip ci]</li> <li><a href="https://github.com/nextauthjs/next-auth/commit/09c2a89df8631a47679e10c63bd54158b6d6f135"><code>09c2a89</code></a> fix: use <code>default</code> submodules export in <code>package.json</code> (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8330">#8330</a>)</li> <li><a href="https://github.com/nextauthjs/next-auth/commit/20c3fe3331273893651c68d2e43151b4ca0c67b4"><code>20c3fe3</code></a> fix(ts): correctly expose <code>next-auth/adapters</code></li> <li><a href="https://github.com/nextauthjs/next-auth/commit/e26f500d18c2bb2b21a816b770ed7b1105f28033"><code>e26f500</code></a> docs(providers): add warning for gitlab provider (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8292">#8292</a>)</li> <li><a href="https://github.com/nextauthjs/next-auth/commit/494d16e54dd137d1b685a04f6aa8b5ba5e1121b0"><code>494d16e</code></a> chore(release): bump version [skip ci]</li> <li><a href="https://github.com/nextauthjs/next-auth/commit/5a8aa2e5e51b77de898282cb1ecc113cd2f1bf8b"><code>5a8aa2e</code></a> feat(providers): add Passage by 1Password</li> <li><a href="https://github.com/nextauthjs/next-auth/commit/05ff6ae221b0434784e056de4bff6e3e45c49552"><code>05ff6ae</code></a> fix(ts): correctly export submodule types</li> <li><a href="https://github.com/nextauthjs/next-auth/commit/1fbc684f53a939f8a6943e16c55100dc66b626ef"><code>1fbc684</code></a> fix: sort cookie chunks correctly (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8284">#8284</a>)</li> <li><a href="https://github.com/nextauthjs/next-auth/commit/124be4fb1f55bed46413a0ba941fc067671e07ce"><code>124be4f</code></a> chore(release): bump version [skip ci]</li> <li><a href="https://github.com/nextauthjs/next-auth/commit/3b0128c3cabfaa014531e38e06919ea435df35fd"><code>3b0128c</code></a> fix(ts): match <code>next-auth/adapter</code> &amp; <code>@auth/core/adapters</code></li> <li>Additional commits viewable in <a href="https://github.com/nextauthjs/next-auth/compare/next-auth@4.22.3...next-auth@4.23.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next-auth&package-manager=npm_and_yarn&previous-version=4.22.3&new-version=4.23.1)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:31:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#960
No description provided.