Skip to content

Commit c527775

Browse files
convex-renovate-runner[bot]Convex, Inc.
authored andcommitted
Update dependency @auth0/auth0-react to v2.4.0 (#40491)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@auth0/auth0-react](https://redirect.github.com/auth0/auth0-react) | dependencies | minor | [`2.3.0` -> `2.4.0`](https://renovatebot.com/diffs/npm/@auth0%2fauth0-react/2.3.0/2.4.0) | | [@auth0/auth0-react](https://redirect.github.com/auth0/auth0-react) | devDependencies | minor | [`2.3.0` -> `2.4.0`](https://renovatebot.com/diffs/npm/@auth0%2fauth0-react/2.3.0/2.4.0) | --- ### Release Notes <details> <summary>auth0/auth0-react (@&#8203;auth0/auth0-react)</summary> ### [`v2.4.0`](https://redirect.github.com/auth0/auth0-react/blob/HEAD/CHANGELOG.md#v240-2025-07-22) [Compare Source](https://redirect.github.com/auth0/auth0-react/compare/v2.3.0...v2.4.0) [Full Changelog](https://redirect.github.com/auth0/auth0-react/compare/v2.3.0...v2.4.0) **Added** - Bump [@&#8203;auth0/auth0-spa-js](https://redirect.github.com/auth0/auth0-spa-js) from 2.2.0 to 2.3.0 [#&#8203;858](https://redirect.github.com/auth0/auth0-react/pull/858) ([dependabot\[bot\]](https://redirect.github.com/apps/dependabot)) **Fixed** - Enhance type safety in Auth0Provider and reducer by introducing generic user type [#&#8203;842](https://redirect.github.com/auth0/auth0-react/pull/842) ([gyaneshgouraw-okta](https://redirect.github.com/gyaneshgouraw-okta)) </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 these updates 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: 0f2e2a79a38bf4caeed3548f74450a96ddaeba19
1 parent 185f914 commit c527775

File tree

5 files changed

+33
-33
lines changed

5 files changed

+33
-33
lines changed

npm-packages/common/config/rush/pnpm-lock.yaml

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
22
{
33
"preferredVersionsHash": "a61b386e423d46db4e8b0b295fc5800d5535160e",
4-
"packageJsonInjectedDependenciesHash": "1a3c69848bff086c246413ffd571b25c21f0c54d"
4+
"packageJsonInjectedDependenciesHash": "c3bc8934fb5bff0d44e005a8f5e0bc97c2a047ae"
55
}

npm-packages/convex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
"a bundle."
261261
],
262262
"devDependencies": {
263-
"@auth0/auth0-react": "2.3.0",
263+
"@auth0/auth0-react": "2.4.0",
264264
"@babel/parser": "^7.27.1",
265265
"@babel/types": "^7.27.1",
266266
"@clerk/clerk-react": "^5.20.0",

npm-packages/demos/nextjs-pages-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react": "^18.0.0",
1717
"react-dom": "^18.0.0",
1818
"convex": "workspace:*",
19-
"@auth0/auth0-react": "2.3.0",
19+
"@auth0/auth0-react": "2.4.0",
2020
"prettier": "3.6.2"
2121
},
2222
"devDependencies": {

npm-packages/demos/users-and-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"predev": "convex dev --until-success"
1010
},
1111
"dependencies": {
12-
"@auth0/auth0-react": "2.3.0",
12+
"@auth0/auth0-react": "2.4.0",
1313
"convex": "workspace:*",
1414
"react": "^18.0.0",
1515
"react-dom": "^18.0.0",

0 commit comments

Comments
 (0)