-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency @clerk/types to v3.60.0 #9644
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/clerk-types-3.x
branch
2 times, most recently
from
December 11, 2023 09:11
fd2c115
to
a623c44
Compare
renovate
bot
changed the title
chore(deps): update dependency @clerk/types to v3.58.1
chore(deps): update dependency @clerk/types to v3.59.0
Dec 11, 2023
renovate
bot
force-pushed
the
renovate/clerk-types-3.x
branch
from
December 13, 2023 17:10
a623c44
to
7cabcd4
Compare
renovate
bot
changed the title
chore(deps): update dependency @clerk/types to v3.59.0
chore(deps): update dependency @clerk/types to v3.60.0
Dec 13, 2023
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Tobbe
pushed a commit
that referenced
this pull request
Dec 21, 2023
[![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://github.com/clerk/javascript/tree/HEAD/packages/types)) | [`3.58.0` -> `3.60.0`](https://renovatebot.com/diffs/npm/@clerk%2ftypes/3.58.0/3.60.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@clerk%2ftypes/3.60.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@clerk%2ftypes/3.60.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@clerk%2ftypes/3.58.0/3.60.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@clerk%2ftypes/3.58.0/3.60.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- <details> <summary>clerk/javascript (@​clerk/types)</summary> [`v3.60.0`](https://github.com/clerk/javascript/releases/tag/%40clerk/types%403.60.0) [Compare Source](https://github.com/clerk/javascript/compare/@clerk/types@3.59.0...@clerk/types@3.60.0) - Introduce Protect for authorization. ([#​2309](https://github.com/clerk/javascript/pull/2309)) by [@​panteliselef](https://github.com/panteliselef) Changes in public APIs: - Rename Gate to Protect - Support for permission checks. (Previously only roles could be used) - Remove the `experimental` tags and prefixes - Drop `some` from the `has` utility and Protect. Protect now accepts a `condition` prop where a function is expected with the `has` being exposed as the param. - Protect can now be used without required props. In this case behaves as `<SignedIn>`, if no authorization props are passed. - `has` will throw an error if neither `permission` or `role` is passed. - `auth().protect()` for Nextjs App Router. Allow per page protection in app router. This utility will automatically throw a 404 error if user is not authorized or authenticated. - inside a page or layout file it will render the nearest `not-found` component set by the developer - inside a route handler it will return empty response body with a 404 status code - Adjust `ZxcvbnResult` interface to use current `feedback.warning` type as used in the upstream `@zxcvbn-ts/core` library. ([#​2332](https://github.com/clerk/javascript/pull/2332)) by [@​clerk-cookie](https://github.com/clerk-cookie) [`v3.59.0`](https://github.com/clerk/javascript/releases/tag/%40clerk/types%403.59.0) [Compare Source](https://github.com/clerk/javascript/compare/@clerk/types@3.58.1...@clerk/types@3.59.0) - Deprecate `Clerk.isReady()` in favor of `Clerk.loaded` ([#​2293](https://github.com/clerk/javascript/pull/2293)) by [@​dimkl](https://github.com/dimkl) [`v3.58.1`](https://github.com/clerk/javascript/releases/tag/%40clerk/types%403.58.1) [Compare Source](https://github.com/clerk/javascript/compare/@clerk/types@3.58.0...@clerk/types@3.58.1) - Add `permissions` to `meta` field of fapi error. ([#​2285](https://github.com/clerk/javascript/pull/2285)) by [@​clerk-cookie](https://github.com/clerk-cookie) - Drop `org:sys_domains:delete` and `org:sys_memberships:delete` as those have now been merged with the respective `manage` ones. ([#​2270](https://github.com/clerk/javascript/pull/2270)) by [@​panteliselef](https://github.com/panteliselef) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dominic Saadi <dominiceliassaadi@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.58.0
->3.60.0
Release Notes
clerk/javascript (@clerk/types)
v3.60.0
Compare Source
Minor Changes
Introduce Protect for authorization. (#2309) by @panteliselef
Changes in public APIs:
experimental
tags and prefixessome
from thehas
utility and Protect. Protect now accepts acondition
prop where a function is expected with thehas
being exposed as the param.<SignedIn>
, if no authorization props are passed.has
will throw an error if neitherpermission
orrole
is passed.auth().protect()
for Nextjs App Router. Allow per page protection in app router. This utility will automatically throw a 404 error if user is not authorized or authenticated.not-found
component set by the developerPatch Changes
ZxcvbnResult
interface to use currentfeedback.warning
type as used in the upstream@zxcvbn-ts/core
library. (#2332) by @clerk-cookiev3.59.0
Compare Source
Minor Changes
Clerk.isReady()
in favor ofClerk.loaded
(#2293) by @dimklv3.58.1
Compare Source
Patch Changes
Add
permissions
tometa
field of fapi error. (#2285) by @clerk-cookieDrop
org:sys_domains:delete
andorg:sys_memberships:delete
as those have now been merged with the respectivemanage
ones. (#2270) by @panteliselefConfiguration
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.