chore(deps): update dependency @clerk/clerk-react to v4.32.4 #11
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:
4.15.4
->4.32.4
Release Notes
clerk/javascript (@clerk/clerk-react)
v4.32.4
Compare Source
Patch Changes
c5df11382
,c5df11382
]:v4.32.3
Compare Source
Patch Changes
f18ca132d
]:v4.32.2
Compare Source
Patch Changes
76a1087c3
]:v4.32.1
Compare Source
Patch Changes
a8c0128be
]:v4.32.0
Compare Source
Minor Changes
React component
Patch Changes
fcc349cb5
]:v4.31.1
Compare Source
Patch Changes
7cd9dd668
]:v4.31.0
Compare Source
Minor Changes
Introduce experimental support for Google One Tap (#3196) by @panteliselef
<__experimental_GoogleOneTap/>
clerk.__experimental_mountGoogleOneTap(node,props)
Patch Changes
220b813d5
,4cf2a2198
,c8ba96b86
]:v4.30.10
Compare Source
Patch Changes
222acd810
]:v4.30.9
Compare Source
Patch Changes
Enable support for older browsers starting with Safari 12 by switching the compilation target to es2019 for all client-side SDKs (#3113) by @nikosdouvlis
Updated dependencies [
d9612801c
]:v4.30.8
Compare Source
Patch Changes
cd2bf9dce
,b47264367
]:v4.30.7
Compare Source
Patch Changes
f44ce8b76
]:v4.30.6
Compare Source
Patch Changes
228096446
]:v4.30.5
Compare Source
Patch Changes
Properly fire onLoad event when clerk-js is already loaded. (#2767) by @clerk-cookie
Updated dependencies [
cd00175cb
]:v4.30.4
Compare Source
Patch Changes
38f0f862b
]:v4.30.3
Compare Source
Patch Changes
65332d744
]:v4.30.2
Compare Source
Patch Changes
Fix support of Clerk@v3 instance from
<ClerkProvider />
(#2441) by @dimklUpdated dependencies [
0bf0bdd56
]:v4.30.1
Compare Source
Patch Changes
df40705d3
]:v4.30.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
b4868ab8f
,2dc93d4d8
]:v4.29.0
Compare Source
Minor Changes
Clerk.isReady()
in favor ofClerk.loaded
(#2293) by @dimklPatch Changes
a62479810
]:v4.28.3
Compare Source
Patch Changes
31ee1438a
,12b362923
]:v4.28.2
Compare Source
Patch Changes
v4.28.1
Compare Source
Patch Changes
e41374abf
,e41374abf
]:v4.28.0
Compare Source
Minor Changes
<Gate/>
with role checks. (#2051) by @panteliselefPatch Changes
7fa8fbcf2
,068a9025c
,4c3429010
,d7fe11ede
,f9d1bc758
,f652a5618
]:v4.27.2
Compare Source
Patch Changes
f6f67f9ab
,a8d7a687e
,0f8aedd62
,bc19fe025
,60ea712fa
]:v4.27.1
Compare Source
Patch Changes
29a5f5641
]:v4.27.0
Compare Source
Minor Changes
Introduce customization in
UserProfile
andOrganizationProfile
(#1822) by @anagstefThe
<UserProfile />
component now allows the addition of custom pages and external links to the navigation sidebar. Custom pages can be created using the<UserProfile.Page>
component, and external links can be added using the<UserProfile.Link>
component. The default routes, such asAccount
andSecurity
, can be reordered.Example React API usage:
Custom pages and links should be provided as children using the
<UserButton.UserProfilePage>
and<UserButton.UserProfileLink>
components when using theUserButton
component.The
<OrganizationProfile />
component now supports the addition of custom pages and external links to the navigation sidebar. Custom pages can be created using the<OrganizationProfile.Page>
component, and external links can be added using the<OrganizationProfile.Link>
component. The default routes, such asMembers
andSettings
, can be reordered.Example React API usage:
Custom pages and links should be provided as children using the
<OrganizationSwitcher.OrganizationProfilePage>
and<OrganizationSwitcher.OrganizationProfileLink>
components when using theOrganizationSwitcher
component.Patch Changes
Publish packages with npm provenance enabled (#1891) by @LekoArts
Update imports of
@clerk/shared
to granular entrypoints. This addresses warnings during a Next.js build that are the result of unsupported APIs being included in the module graph of builds for the edge runtime. (#1924) by @BRKalowConsider
Clerk.setActive
as stable. (#1917) by @dimklUpdated dependencies [
3bf64107e
,52f8553d2
,92727eec3
,b09b66eec
,51861addf
,aa4cd7615
]:v4.26.6
Compare Source
Patch Changes
9ca215702
]:v4.26.5
Compare Source
Patch Changes
Fix methods in clerk-js that consumede paginated endpoints in order to retrieve single resources. (#1871) by @panteliselef
Updated dependencies [
35be8709d
,e38488c92
,a11f962bc
,9b644d799
,a9894b445
,834dadb36
,70f251007
,a46d6fe99
]:v4.26.4
Compare Source
Patch Changes
Warn about MagicLink deprecations: (#1836) by @dimkl
MagicLinkError
isMagicLinkError
MagicLinkErrorCode
handleMagicLinkVerification
createMagicLinkFlow
useMagicLink
Introduce a new property on the core Clerk singleton,
sdkMetadata
. This will be populated by each host SDK. This metadata will be used to make logging and debugging easier. (#1857) by @BRKalowIntroduce new
*EmailLink*
helpers that will replace the*MagicLink*
helpers. (#1833) by @dimklAlso marked all the
*MagicLink*
as deprecated using JSDocs.Updated dependencies [
977336f79
,997b8e256
,91e9a55f4
,91014880d
,7f4d4b942
]:v4.26.3
Compare Source
Patch Changes
Make
types
the first key in allexports
maps defined in our packages'package.json
. The TypeScript docs recommends so, as the theexports
map is order-based. by @nikosdouvlisApply deprecation warnings for @clerk/types: (#1823) by @dimkl
orgs
jwt claimsapiKey
frontendApi
redirect_url
password
generateSignature
afterSwitchOrganizationUrl
profileImageUrl
Updated dependencies [
1136c7c15
,1e212c19d
,1136c7c15
,1136c7c15
]:v4.26.2
Compare Source
Patch Changes
Pins the internal dependency versions. This ensures that users installing our main framework SDKs will get consistent versions across all @clerk/ packages. (#1798) by @BRKalow
Fix internal subpath imports by replacing them with top level imports. (#1804) by @dimkl
Updated dependencies [
b59b6b75d
,164f3aac7
,68259a2bb
,33e927c59
,0636ff779
,9514618d6
,c7c6912f3
,71bb1c7b5
]:v4.26.1
Compare Source
Patch Changes
Refactor our script loading logic to use a
versionSelector
helper function. No change in behavior should occur. This internal change allows versions tagged withsnapshot
andstaging
to use the exact corresponding NPM version of@clerk/clerk-js
. (#1780) by @LekoArtsUpdated dependencies [
cecf74d79
]:v4.26.0
Compare Source
Minor Changes
<SignIn/>
,<SignUp/>
,<RedirectToSignin/>
,<RedirectToSignUp/>
,clerk.redirectToSignIn()
andclerk.redirectToSignUp()
now accept theinitialValues
option, which will prefill the appropriate form fields with the values provided. (#1701) by @desiprisgPatch Changes
Apply deprecation warnings for
@clerk/clerk-react
: (#1788) by @dimklsetSession
Updated dependencies [
7ffa6fac3
,5c8754239
,2f6a6ac99
,753f7bbda
,55c8ebd39
]:v4.25.2
Compare Source
Patch Changes
Remove nested
package.json
files insidedist/cjs
anddist/esm
and movesideEffects
property to top-levelpackage.json
file. This change won't change behavior. (#1785) by @LekoArtsUpdated dependencies [
07ede0f95
,0eb666118
,3b85311c9
,ffcc78c06
,c61ddf5bf
,0366e0b20
]:v4.25.1
Compare Source
Patch Changes
6706b154c
,086a2e0b7
]:v4.25.0
Compare Source
Minor Changes
Introduce the new brand-new component OrganizationList (#1692) by @panteliselef
useOrganizationList
react hookPatch Changes
Change
README
to include updated links to issue templates and update Discord link. (#1750) by @LekoArtsUpdated dependencies [
e99df0a0d
,4327b91f9
,8b9a7a360
,30bb9eccb
,01b024c57
]:v4.24.2
Compare Source
Patch Changes
463ff84f5
,1426e5eb3
]:v4.24.1
Compare Source
Patch Changes
v4.24.0
Compare Source
Minor Changes
Introduces userInvitations from
useOrganizationList
(#1520) by @panteliselefuserInvitations
is a paginated list of data. It can be used to create Paginated tables or Infinite lists.Patch Changes
96cc1921c
,8d1e7d76d
,435d2cff5
,8873841fc
,0a5f632f8
,34da40a50
,3158752c7
,8538cd0c1
,a412a5014
,4ea30e883
,86de584dd
,e02a1aff2
,09bfb793e
,b2296d630
,52ce79108
,4764e40c7
,1e117beec
,89bc5de04
]:v4.23.2
Compare Source
Patch Changes
ea95525a4
,24a46ae7e
,d433b83b9
,5e1a09df4
,0a59e122d
]:v4.23.1
Compare Source
Patch Changes
6fa4768dc
]:v4.23.0
Compare Source
Minor Changes
Patch Changes
2a9d83280
]:v4.22.1
Compare Source
Patch Changes
Mark setSession as deprecated when it is re-exported within hooks (#1486) by @panteliselef
Updated dependencies [
73c9c1d0e
,ae9fc247a
,1a151e701
,090bab66e
,5ecbb0a37
,592911196
]:v4.22.0
Compare Source
Minor Changes
v4.21.1
Compare Source
Patch Changes
openCreateOrganization
return from theuseClerk()
hook (#1435) by @panteliselefv4.21.0
Compare Source
Minor Changes
global is not defined
error when using Vite + React by @anagstefv4.20.6
Compare Source
Patch Changes
30f8ad18a
]:v4.20.5
Compare Source
Patch Changes
bfb3af28
]:v4.20.4
Compare Source
Patch Changes
11954816
,32148490
]:v4.20.3
Compare Source
Patch Changes
17cc14ec
]:v4.20.2
Compare Source
Patch Changes
9651658c
,4e1bb2bd
]:v4.20.1
Compare Source
Patch Changes
59bc649a
]:v4.20.0
Compare Source
Minor Changes
Patch Changes
Resolve all reported ESM build issues by @nikosdouvlis
Updated dependencies [
7af91bc3
,c42b4ac0
,6f3d4305
]:v4.19.0
Compare Source
Minor Changes
ESM/CJS support for
@clerk/clerk-react
by @nikosdouvlisChanges that should affect users and OS contributors:
@clerk/clerk-react
,@clerk/shared
. This affects anyone developing in our monorepo or anyone using a debugger with Clerk installed in their app.@clerk/clerk-react
,@clerk/shared
and@clerk/nextjs
are no longer getting bundled as a single-file package. This also improves error logging in nextjs a lot, as nextjs usually logs the line that threw the error - a minified, single-file package, usually consists of a very long single-line module, so logging error in NextJS wasn't ideal.clerkJSVersion
prop has been added on ClerkProvider allowing to fetch a specific clerk-js version.Patch Changes
b66ea0a5
,b66ea0a5
,b66ea0a5
,b66ea0a5
]:v4.18.0
Compare Source
Note: Version bump only for package @clerk/clerk-react
v4.17.0
Compare Source
Note: Version bump only for package @clerk/clerk-react
4.16.3 (2023-05-23)
Note: Version bump only for package @clerk/clerk-react
4.16.2 (2023-05-18)
Note: Version bump only for package @clerk/clerk-react
4.16.1 (2023-05-17)
Note: Version bump only for package @clerk/clerk-react
v4.16.3
Compare Source
Note: Version bump only for package @clerk/clerk-react
v4.16.2
Compare Source
Note: Version bump only for package @clerk/clerk-react
v4.16.1
Compare Source
Note: Version bump only for package @clerk/clerk-react
v4.16.0
Compare Source
Note: Version bump only for package @clerk/clerk-react
4.15.4 (2023-05-04)
Note: Version bump only for package @clerk/clerk-react
4.15.4-staging.5 (2023-05-04)
Note: Version bump only for package @clerk/clerk-react
4.15.4-staging.3 (2023-05-02)
Note: Version bump only for package @clerk/clerk-react
4.15.3 (2023-04-19)
Note: Version bump only for package @clerk/clerk-react
4.15.2 (2023-04-19)
Note: Version bump only for package @clerk/clerk-react
4.15.1 (2023-04-12)
Note: Version bump only for package @clerk/clerk-react
v4.15.5
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.