Skip to content

Commit

Permalink
chore(deps): update dependency @clerk/types to v3.65.3 (#11230)
Browse files Browse the repository at this point in the history
[![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.65.2` ->
`3.65.3`](https://renovatebot.com/diffs/npm/@clerk%2ftypes/3.65.2/3.65.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@clerk%2ftypes/3.65.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@clerk%2ftypes/3.65.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@clerk%2ftypes/3.65.2/3.65.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@clerk%2ftypes/3.65.2/3.65.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>clerk/javascript (@&#8203;clerk/types)</summary>

###
[`v3.65.3`](https://togithub.com/clerk/javascript/releases/tag/%40clerk/types%403.65.3)

[Compare
Source](https://togithub.com/clerk/javascript/compare/@clerk/types@3.65.2...@clerk/types@3.65.3)

##### Patch Changes

- Allow users to display the email address field after selecting to
input a phone number. Previously that was not possible when passkeys
were enabled. (v4)
([#&#8203;3920](https://togithub.com/clerk/javascript/pull/3920)) by
[@&#8203;EmmanouelaPothitou](https://togithub.com/EmmanouelaPothitou)

</details>

---

### Configuration

📅 **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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent e4b1a5f commit 7618fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@clerk/clerk-react": "4.32.3",
"@clerk/types": "3.65.2",
"@clerk/types": "3.65.3",
"@types/react": "^18.2.55",
"react": "19.0.0-rc-8269d55d-20240802",
"typescript": "5.5.4",
Expand Down
11 changes: 1 addition & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2219,15 +2219,6 @@ __metadata:
languageName: node
linkType: hard

"@clerk/types@npm:3.65.2":
version: 3.65.2
resolution: "@clerk/types@npm:3.65.2"
dependencies:
csstype: "npm:3.1.1"
checksum: 10c0/036f4443b383c81ee07df281fe0044eb66f6a647655cd7d10684ef4760afdc50f056f0bd9c8d78bd8506636011c954f092d17a4f95857245bd4539e58cb99131
languageName: node
linkType: hard

"@clerk/types@npm:3.65.3":
version: 3.65.3
resolution: "@clerk/types@npm:3.65.3"
Expand Down Expand Up @@ -7423,7 +7414,7 @@ __metadata:
"@babel/core": "npm:^7.22.20"
"@babel/runtime-corejs3": "npm:7.24.8"
"@clerk/clerk-react": "npm:4.32.3"
"@clerk/types": "npm:3.65.2"
"@clerk/types": "npm:3.65.3"
"@redwoodjs/auth": "workspace:*"
"@types/react": "npm:^18.2.55"
core-js: "npm:3.38.0"
Expand Down

0 comments on commit 7618fbb

Please sign in to comment.