Skip to content

Commit b9926d2

Browse files
renovate[bot]Josh-Walker-GM
authored andcommitted
chore(deps): update dependency @clerk/types to v3.64.1 (#10617)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@clerk/types](https://clerk.com/) ([source](https://togithub.com/clerk/javascript/tree/HEAD/packages/types)) | [`3.62.1` -> `3.64.1`](https://renovatebot.com/diffs/npm/@clerk%2ftypes/3.62.1/3.64.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@clerk%2ftypes/3.64.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@clerk%2ftypes/3.64.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@clerk%2ftypes/3.62.1/3.64.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@clerk%2ftypes/3.62.1/3.64.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- <details> <summary>clerk/javascript (@&#8203;clerk/types)</summary> [`v3.64.1`](https://togithub.com/clerk/javascript/releases/tag/%40clerk/types%403.64.1) [Compare Source](https://togithub.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) - Use default value for `signIn.userData`, to correctly align it with the types. ([#&#8203;3284](https://togithub.com/clerk/javascript/pull/3284)) by [@&#8203;desiprisg](https://togithub.com/desiprisg) [`v3.64.0`](https://togithub.com/clerk/javascript/releases/tag/%40clerk/types%403.64.0) [Compare Source](https://togithub.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) - Add support for different Bot Protection widget types ([#&#8203;3216](https://togithub.com/clerk/javascript/pull/3216)) by [@&#8203;anagstef](https://togithub.com/anagstef) - Introduce experimental support for Google One Tap ([#&#8203;3196](https://togithub.com/clerk/javascript/pull/3196)) by [@&#8203;panteliselef](https://togithub.com/panteliselef) - React Component `<__experimental_GoogleOneTap/>` - JS `clerk.__experimental_mountGoogleOneTap(node,props)` - Adds translation keys to be able to customize error messages when an identifier already exists: ([#&#8203;3208](https://togithub.com/clerk/javascript/pull/3208)) by [@&#8203;octoper](https://togithub.com/octoper) - form_identifier_exists\_\_email_address - form_identifier_exists\_\_username - form_identifier_exists\_\_phone_number [`v3.63.1`](https://togithub.com/clerk/javascript/releases/tag/%40clerk/types%403.63.1) [Compare Source](https://togithub.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) - Add maintenance mode banner to the SignIn and SignUp components. The text can be customized by updating the `maintenanceMode` localization key. by [@&#8203;nikosdouvlis](https://togithub.com/nikosdouvlis) [`v3.63.0`](https://togithub.com/clerk/javascript/releases/tag/%40clerk/types%403.63.0) [Compare Source](https://togithub.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected]) - Support for prompting a user to reset their password if it is found to be compromised during sign-in. ([#&#8203;3075](https://togithub.com/clerk/javascript/pull/3075)) by [@&#8203;yourtallness](https://togithub.com/yourtallness) - Update token refresh mechanism to handle network failures without raising an error ([#&#8203;3068](https://togithub.com/clerk/javascript/pull/3068)) by [@&#8203;dimkl](https://togithub.com/dimkl) </details> --- 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 154988c commit b9926d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/auth-providers/clerk/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@babel/cli": "7.24.1",
3232
"@babel/core": "^7.22.20",
3333
"@clerk/clerk-react": "4.30.7",
34-
"@clerk/types": "3.62.1",
34+
"@clerk/types": "3.64.1",
3535
"@types/react": "^18.2.55",
3636
"react": "18.2.0",
3737
"typescript": "5.4.5",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7896,7 +7896,7 @@ __metadata:
78967896
"@babel/core": "npm:^7.22.20"
78977897
"@babel/runtime-corejs3": "npm:7.24.1"
78987898
"@clerk/clerk-react": "npm:4.30.7"
7899-
"@clerk/types": "npm:3.62.1"
7899+
"@clerk/types": "npm:3.64.1"
79007900
"@redwoodjs/auth": "npm:7.5.1"
79017901
"@types/react": "npm:^18.2.55"
79027902
core-js: "npm:3.36.1"

0 commit comments

Comments
 (0)