Skip to content

Commit d45b758

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/playwright/test-1.55.0
2 parents 6e7a9b4 + 21ca02b commit d45b758

File tree

15 files changed

+981
-338
lines changed

15 files changed

+981
-338
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Claude Code PR Review
2+
3+
on:
4+
issue_comment:
5+
types: [ created ]
6+
pull_request_review_comment:
7+
types: [ created ]
8+
pull_request_review:
9+
types: [ submitted ]
10+
11+
jobs:
12+
claude-review:
13+
uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@main

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v5
14-
- uses: actions/setup-node@v4
14+
- uses: actions/setup-node@v5
1515
with:
1616
node-version: lts/*
1717
- name: Install dependencies

.github/workflows/rl-secure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
version: 10
4444

4545
- name: Setup Node.js with pnpm caching
46-
uses: actions/setup-node@v4
46+
uses: actions/setup-node@v5
4747
with:
4848
node-version: ${{ inputs.node-version }}
4949
cache: "pnpm"

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
version: 10
3535

3636
- name: Setup Node.js with pnpm caching
37-
uses: actions/setup-node@v4
37+
uses: actions/setup-node@v5
3838
with:
3939
node-version: ${{ env.NODE_VERSION }}
4040
cache: "pnpm"
@@ -71,7 +71,7 @@ jobs:
7171
version: 10
7272

7373
- name: Setup Node.js with pnpm caching
74-
uses: actions/setup-node@v4
74+
uses: actions/setup-node@v5
7575
with:
7676
node-version: ${{ matrix.node }}
7777
cache: "pnpm"
@@ -83,7 +83,7 @@ jobs:
8383
run: pnpm test:coverage
8484

8585
- name: Upload coverage to Codecov
86-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # pin@5.4.3
86+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # pin@5.5.1
8787
with:
8888
token: ${{ secrets.CODECOV_TOKEN }}
8989

@@ -101,7 +101,7 @@ jobs:
101101
version: 10
102102

103103
- name: Setup Node.js with pnpm caching
104-
uses: actions/setup-node@v4
104+
uses: actions/setup-node@v5
105105
with:
106106
node-version: 22
107107
cache: "pnpm"

EXAMPLES.md

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Auth0 Next.js SDK is a library for implementing user authentication in Next.
1010

1111
## Documentation
1212

13-
- [QuickStart](https://auth0.com/docs/quickstart/webapp/nextjs)- our guide for adding Auth0 to your Next.js app.
13+
- [QuickStart](https://auth0.com/docs/quickstart/webapp/nextjs) - our guide for adding Auth0 to your Next.js app.
1414
- [Examples](https://github.com/auth0/nextjs-auth0/blob/main/EXAMPLES.md) - lots of examples for your different use cases.
1515
- [Security](https://github.com/auth0/nextjs-auth0/blob/main/SECURITY.md) - Some important security notices that you should check.
1616
- [Docs Site](https://auth0.com/docs) - explore our docs site and learn more about Auth0.

examples/with-next-intl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@auth0/nextjs-auth0": "^4.0.0",
13-
"next": "15.2.4",
13+
"next": "15.4.7",
1414
"next-intl": "^3.25.0",
1515
"react": "19.0.0-rc-66855b96-20241106",
1616
"react-dom": "19.0.0-rc-66855b96-20241106"

examples/with-next-intl/pnpm-lock.yaml

Lines changed: 185 additions & 175 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"@panva/hkdf": "^1.2.1",
8686
"jose": "^6.0.11",
8787
"oauth4webapi": "^3.1.2",
88+
"openid-client": "^6.6.2",
8889
"swr": "^2.2.5"
8990
},
9091
"publishConfig": {

0 commit comments

Comments
 (0)