[PR #539] [CLOSED] chore(deps): bump next-auth from 4.22.3 to 4.23.2 in /apps/web #1032

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

📋 Pull Request Information

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

Base: feat/refreshHead: dependabot/npm_and_yarn/apps/web/feat/refresh/next-auth-4.23.2


📝 Commits (1)

  • ceffb95 chore(deps): bump next-auth from 4.22.3 to 4.23.2 in /apps/web

📊 Changes

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

View changed files

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

📄 Description

Bumps next-auth from 4.22.3 to 4.23.2.

Release notes

Sourced from next-auth's releases.

next-auth@4.23.2

Bugfixes

  • next: returns correct status for signing in with redirect: false for route handler (#8775) (27b2519b)
  • ts: fix typo (d813c00b)
  • remove trailing ? from signIn URL (#8466)

Other

  • update security policy link

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)

... (truncated)

Commits
  • 2510f74 chore(release): bump version [skip ci]
  • 27b2519 fix(next): returns correct status for signing in with redirect: false for r...
  • 5f15b07 docs: fix typo (#8767)
  • e4573ff docs: typo
  • 4ce1951 docs: close admonition
  • c95531d docs: mention auth() convention under getServerSession
  • 654d52b docs: mention getServerSession under SessionProvider
  • b72d7be docs: set decode fn not jwt obj (#8742)
  • 76fcc4e chore: don't sync example from v4 branch
  • 4cacf50 docs: clarify pages in middleware
  • 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/539 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/9/2023 **Status:** ❌ Closed **Base:** `feat/refresh` ← **Head:** `dependabot/npm_and_yarn/apps/web/feat/refresh/next-auth-4.23.2` --- ### 📝 Commits (1) - [`ceffb95`](https://github.com/documenso/documenso/commit/ceffb95667a04ea3d8e4d4a12de403e14b664b39) chore(deps): bump next-auth from 4.22.3 to 4.23.2 in /apps/web ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/package.json` (+1 -1) </details> ### 📄 Description Bumps [next-auth](https://github.com/nextauthjs/next-auth) from 4.22.3 to 4.23.2. <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.2</h2> <h2>Bugfixes</h2> <ul> <li><strong>next</strong>: returns correct status for signing in with <code>redirect: false</code> for route handler (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8775">#8775</a>) (27b2519b)</li> <li><strong>ts</strong>: fix typo (d813c00b)</li> <li>remove trailing <code>?</code> from signIn URL (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8466">#8466</a>)</li> </ul> <h2>Other</h2> <ul> <li>update security policy link</li> </ul> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nextauthjs/next-auth/commit/2510f7480994ad5a7d535023db77fd819b49c129"><code>2510f74</code></a> chore(release): bump version [skip ci]</li> <li><a href="https://github.com/nextauthjs/next-auth/commit/27b2519b84b8eb9cf053775dea29d577d2aa0098"><code>27b2519</code></a> fix(next): returns correct status for signing in with <code>redirect: false</code> for r...</li> <li><a href="https://github.com/nextauthjs/next-auth/commit/5f15b0704aa1075b9aff5c084e9ab47aebb8e95b"><code>5f15b07</code></a> docs: fix typo (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8767">#8767</a>)</li> <li><a href="https://github.com/nextauthjs/next-auth/commit/e4573ffff54427a73beee68ec253625f86c1cc07"><code>e4573ff</code></a> docs: typo</li> <li><a href="https://github.com/nextauthjs/next-auth/commit/4ce1951a2be3d5acf3f9b3a77124e1f98f191ec3"><code>4ce1951</code></a> docs: close admonition</li> <li><a href="https://github.com/nextauthjs/next-auth/commit/c95531d651fe3d207cf06c08711e8b9e79c2b9c5"><code>c95531d</code></a> docs: mention <code>auth()</code> convention under <code>getServerSession</code></li> <li><a href="https://github.com/nextauthjs/next-auth/commit/654d52bb56ec92fec15c79979b87cb6623068ff2"><code>654d52b</code></a> docs: mention <code>getServerSession</code> under <code>SessionProvider</code></li> <li><a href="https://github.com/nextauthjs/next-auth/commit/b72d7be9be362c53fee900806b2633809cb04eea"><code>b72d7be</code></a> docs: set decode fn not jwt obj (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/8742">#8742</a>)</li> <li><a href="https://github.com/nextauthjs/next-auth/commit/76fcc4e70c95a4e0722532444ea955c42652726b"><code>76fcc4e</code></a> chore: don't sync example from v4 branch</li> <li><a href="https://github.com/nextauthjs/next-auth/commit/4cacf504dd7d8c32774deb3b2f006ce277fb9374"><code>4cacf50</code></a> docs: clarify <code>pages</code> in middleware</li> <li>Additional commits viewable in <a href="https://github.com/nextauthjs/next-auth/compare/next-auth@4.22.3...next-auth@4.23.2">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.2)](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:33 +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#1032
No description provided.