Skip to content

Commit

Permalink
chore(deps): update dependency @clerk/types to v3.65.4 (#11829)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@clerk/types](https://clerk.com/)
([source](https://github.com/clerk/javascript/tree/HEAD/packages/types))
| [`3.65.3` ->
`3.65.4`](https://renovatebot.com/diffs/npm/@clerk%2ftypes/3.65.3/3.65.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@clerk%2ftypes/3.65.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@clerk%2ftypes/3.65.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@clerk%2ftypes/3.65.3/3.65.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@clerk%2ftypes/3.65.3/3.65.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

###
[`v3.65.4`](https://github.com/clerk/javascript/releases/tag/%40clerk/types%403.65.4)

[Compare
Source](https://github.com/clerk/javascript/compare/@clerk/[email protected]...@clerk/[email protected])

##### Patch Changes

- Bypass captcha for providers dynamically provided in environment
([#&#8203;4330](https://github.com/clerk/javascript/pull/4330))
by [@&#8203;anagstef](https://github.com/anagstef)

</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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/redwoodjs/redwood).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 37b6103 commit 165cd75
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 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 @@ -53,7 +53,7 @@
},
"devDependencies": {
"@clerk/clerk-react": "4.32.3",
"@clerk/types": "3.65.3",
"@clerk/types": "3.65.4",
"@redwoodjs/framework-tools": "workspace:*",
"@types/react": "^18.2.55",
"concurrently": "8.2.2",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2241,6 +2241,15 @@ __metadata:
languageName: node
linkType: hard

"@clerk/types@npm:3.65.4":
version: 3.65.4
resolution: "@clerk/types@npm:3.65.4"
dependencies:
csstype: "npm:3.1.1"
checksum: 10c0/2137b0b54387842a3da667076d80093c432e3db3d89ab50cb5a1288005249cb461cfa56486c4595fe2b0adbd00670c4be5e39a11e0c067794ced913f8d3a915d
languageName: node
linkType: hard

"@colors/colors@npm:1.5.0":
version: 1.5.0
resolution: "@colors/colors@npm:1.5.0"
Expand Down Expand Up @@ -7628,7 +7637,7 @@ __metadata:
resolution: "@redwoodjs/auth-clerk-web@workspace:packages/auth-providers/clerk/web"
dependencies:
"@clerk/clerk-react": "npm:4.32.3"
"@clerk/types": "npm:3.65.3"
"@clerk/types": "npm:3.65.4"
"@redwoodjs/auth": "workspace:*"
"@redwoodjs/framework-tools": "workspace:*"
"@types/react": "npm:^18.2.55"
Expand Down

0 comments on commit 165cd75

Please sign in to comment.