Skip to content

Commit

Permalink
Update dependency @auth0/nextjs-auth0 to v3.5.0 (#33498)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@auth0/nextjs-auth0](https://redirect.github.com/auth0/nextjs-auth0) | dependencies | minor | [`3.1.0` -> `3.5.0`](https://renovatebot.com/diffs/npm/@auth0%2fnextjs-auth0/3.1.0/3.5.0) |

---

### Release Notes

<details>
<summary>auth0/nextjs-auth0 (@&#8203;auth0/nextjs-auth0)</summary>

### [`v3.5.0`](https://redirect.github.com/auth0/nextjs-auth0/blob/HEAD/CHANGELOG.md#v350-2023-12-06)

[Compare Source](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.4.0...v3.5.0)

[Full Changelog](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.4.0...v3.5.0)

**Added**

-   Add Pushed Authorization Requests [#&#8203;1598](https://redirect.github.com/auth0/nextjs-auth0/pull/1598) ([ewanharris](https://redirect.github.com/ewanharris))

### [`v3.4.0`](https://redirect.github.com/auth0/nextjs-auth0/blob/HEAD/CHANGELOG.md#v340-2023-12-04)

[Compare Source](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.3.0...v3.4.0)

[Full Changelog](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.3.0...v3.4.0)

**Added**

-   \[SDK-4719] Back-Channel Logout [#&#8203;1590](https://redirect.github.com/auth0/nextjs-auth0/pull/1590) ([adamjmcgrath](https://redirect.github.com/adamjmcgrath))

**Fixed**

-   Should get instance of Session in RSCs [#&#8203;1565](https://redirect.github.com/auth0/nextjs-auth0/pull/1565) ([adamjmcgrath](https://redirect.github.com/adamjmcgrath))

### [`v3.3.0`](https://redirect.github.com/auth0/nextjs-auth0/blob/HEAD/CHANGELOG.md#v330-2023-11-13)

[Compare Source](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.2.0...v3.3.0)

[Full Changelog](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.2.0...v3.3.0)

**Added**

-   Bail out of static rendering for pages and routes in app dir [#&#8203;1541](https://redirect.github.com/auth0/nextjs-auth0/pull/1541) ([adamjmcgrath](https://redirect.github.com/adamjmcgrath))

**Fixed**

-   Fix wrong response type in AfterRefreshPageRoute [#&#8203;1523](https://redirect.github.com/auth0/nextjs-auth0/pull/1523) ([thutter](https://redirect.github.com/thutter))

### [`v3.2.0`](https://redirect.github.com/auth0/nextjs-auth0/blob/HEAD/CHANGELOG.md#v320-2023-10-05)

[Compare Source](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.1.0...v3.2.0)

[Full Changelog](https://redirect.github.com/auth0/nextjs-auth0/compare/v3.1.0...v3.2.0)

**Added**

-   Add support for passing a custom http agent [#&#8203;1447](https://redirect.github.com/auth0/nextjs-auth0/pull/1447) ([ryanolson-aumni](https://redirect.github.com/ryanolson-aumni))
-   fix: add missing touchSession for exported function [#&#8203;1461](https://redirect.github.com/auth0/nextjs-auth0/pull/1461) ([benevbright](https://redirect.github.com/benevbright))

**Fixed**

-   withApiAuthRequired callback can return just Response [#&#8203;1476](https://redirect.github.com/auth0/nextjs-auth0/pull/1476) ([adamjmcgrath](https://redirect.github.com/adamjmcgrath))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, 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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate).

GitOrigin-RevId: ec9b911f38e1964f41cbda9fe69db36b234b4fc5
  • Loading branch information
convex-renovate-runner[bot] authored and Convex, Inc. committed Jan 28, 2025
1 parent b8ad72b commit 531164d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
18 changes: 6 additions & 12 deletions npm-packages/common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm-packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"checkApiSpec": "npx openapi-typescript ./dashboard-openapi.json --output ./src/generatedApi.ts --root-types --root-types-no-schema-prefix --check || (echo 'Dashboard API spec check failed. Run `just format-js` to fix.'; false)"
},
"dependencies": {
"@auth0/nextjs-auth0": "3.1.0",
"@auth0/nextjs-auth0": "3.5.0",
"@headlessui/react": "1.7.17",
"@heroicons/react": "2.2.0",
"@next/bundle-analyzer": "~12.3.0",
Expand Down

0 comments on commit 531164d

Please sign in to comment.