Skip to content

Commit 41267a7

Browse files
authored
Merge branch 'main' into fix-invalid-jwe
2 parents 0e59cfd + d1fe0b8 commit 41267a7

148 files changed

Lines changed: 5641 additions & 3715 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/rl-secure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939

4040
- name: Setup pnpm
41-
uses: pnpm/action-setup@v4
41+
uses: pnpm/action-setup@v5
4242
with:
4343
version: 10
4444

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3737

3838
- name: Setup pnpm
39-
uses: pnpm/action-setup@v4 # docs https://pnpm.io/continuous-integration#github-actions
39+
uses: pnpm/action-setup@v5 # docs https://pnpm.io/continuous-integration#github-actions
4040
with:
4141
version: 10
4242

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v6
3030

3131
- name: Setup pnpm
32-
uses: pnpm/action-setup@v4
32+
uses: pnpm/action-setup@v5
3333
with:
3434
version: 10
3535

@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/checkout@v6
6767

6868
- name: Setup pnpm
69-
uses: pnpm/action-setup@v4
69+
uses: pnpm/action-setup@v5
7070
with:
7171
version: 10
7272

@@ -83,7 +83,7 @@ jobs:
8383
run: pnpm test:coverage
8484

8585
- name: Upload coverage to Codecov
86-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # pin@5.5.2
86+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # pin@5.5.3
8787
with:
8888
token: ${{ secrets.CODECOV_TOKEN }}
8989

@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@v6
9797

9898
- name: Setup pnpm
99-
uses: pnpm/action-setup@v4
99+
uses: pnpm/action-setup@v5
100100
with:
101101
version: 10
102102

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.16.0
1+
v4.16.1

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [v4.16.1](https://github.com/auth0/nextjs-auth0/tree/v4.16.1) (2026-03-25)
4+
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.16.0...v4.16.1)
5+
6+
**Fixed**
7+
- fix: make withPageAuthRequired generic to support PageProps/LayoutProps types [\#2529](https://github.com/auth0/nextjs-auth0/pull/2529) ([sleitor](https://github.com/sleitor))
8+
- fix: enable full generic type inference for withPageAuthRequired to correctly propagate PageProps and LayoutProps [\#2550](https://github.com/auth0/nextjs-auth0/pull/2550) ([Piyush-85](https://github.com/Piyush-85))
9+
310
## [v4.16.0](https://github.com/auth0/nextjs-auth0/tree/v4.16.0) (2026-02-27)
411
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.15.0...v4.16.0)
512

docs/assets/hierarchy.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/navigation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/errors.AccessTokenError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)