-
Notifications
You must be signed in to change notification settings - Fork 253
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
Version Packages #1331
Version Packages #1331
Conversation
26326db
to
31a64c7
Compare
Hi, I’m Jit, a friendly security platform designed to help developers build secure applications from day zero with an MVS (Minimal viable security) mindset. In case there are security findings, they will be communicated to you as a comment inside the PR. Hope you’ll enjoy using Jit. Questions? Comments? Want to learn more? Get in touch with us. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.
31a64c7
to
befc1ff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.
befc1ff
to
506be27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.
506be27
to
6d70e66
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.
6d70e66
to
0bfba74
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.
0bfba74
to
65b4c1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.
65b4c1b
to
bac1251
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.
010e9ee
to
0b9522c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.
0b9522c
to
ec814f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.
ec814f3
to
8ac2cd5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.
8ac2cd5
to
beb4b58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Jit has detected important findings in this PR that you should review.
Click here to view these findings on Jit.
This reverts commit b32b363.
This PR has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@clerk/backend@0.22.0
Minor Changes
Add support for NextJS applications hosted on AWS Amplify (#1306) by @dimkl
Address npm audit issues for the clerk backend package (#1312) by @desiprisg
Add support for NextJS applications hosted on Railway (#1306) by @dimkl
Patch Changes
Remove unused
url
prop fromredirectToSignIn
andredirectToSignUp
helpers (#1293) by @nikosdouvlisUpdated dependencies [
cf65a322
,6018fb12
,fd15b341
]:@clerk/clerk-js@4.46.0
Minor Changes
<OrganizationSwitcher/>
(#1328) by @desiprisgPatch Changes
Make first name, last name & password readonly for users with active SAML accounts (#1278) by @yourtallness
Load CF turnstile from FAPI (#1296) by @panteliselef
ESM/CJS support for
@clerk/clerk-react
(#1289) 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.Add support for dataURLs in User.setProfileImage (#1320) by @panteliselef
Support OTP autofill for Chrome on iOS (#1315) by @panteliselef
Preview known SAML error messages during failed Sign in/up flows (#1310) by @chanioxaris
Updated dependencies [
cf65a322
,6018fb12
,4f8a821a
,fd15b341
]:@clerk/nextjs@4.20.0
Minor Changes
Add support for NextJS applications hosted on AWS Amplify (#1306) by @dimkl
Tweaked the default
authMiddleware
behavior for protected API routes. An unauthenticated request for a protected API route will no longer return a307 Redirect
- a401 Unauthorized
response will be returned instead. (#1276) by @anagstefWith this change, an API route is considered a request for which the following rules apply:
['/api/(.*)', '/trpc/(.*)']
Content-Type: application/json
GET
,OPTIONS
,HEAD
A new
apiRoutes
param has been introduced onauthMiddleware
. It can accept an array of path patterns,RegexExp
or strings. IfapiRoutes
is passed in explicitly, then it overrides the behavior described above and only the requests matchingapiRoutes
will be considered as API routes requests.For more technical details, refer to the PR's description.
Add support for NextJS applications hosted on Railway (#1306) by @dimkl
Patch Changes
Improve debug logs in NextJS by adding AuthStatusObject.debug data (#1306) by @dimkl
The devBrowser JWT is now added to all cross-origin redirects triggered by calling
redirectToSignIn
orredirectToSignUp
. (#1297) by @anagstefImprove debug logging by including
AuthObject.debug()
data whendebug
istrue
inauthMiddleware
(#1306) by @dimklESM/CJS support for
@clerk/clerk-react
(#1289) 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.authMiddleware
handles multi-domain relared properties passed as functions properly (#1332) by @panteliselefUpdated dependencies [
5fce80b8
,cf65a322
,6018fb12
,4f8a821a
,fd15b341
,cb7be34b
,5fce80b8
,9e64d2369
]:@clerk/clerk-react@4.19.0
Minor Changes
ESM/CJS support for
@clerk/clerk-react
(#1289) 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
cf65a322
,6018fb12
,4f8a821a
,fd15b341
]:@clerk/shared@0.18.0
Minor Changes
ESM/CJS support for
@clerk/clerk-react
(#1289) 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.@clerk/chrome-extension@0.3.8
Patch Changes
6018fb12
,78d538f09
,4f8a821a
,4e9eb438
,fd15b341
,7f200855
,6e555829
]:@clerk/clerk-expo@0.17.8
Patch Changes
6018fb12
,78d538f09
,4f8a821a
,4e9eb438
,fd15b341
,7f200855
,6e555829
]:@clerk/fastify@0.4.6
Patch Changes
5fce80b8
,cf65a322
,6018fb12
,fd15b341
,cb7be34b
,5fce80b8
,9e64d2369
]:gatsby-plugin-clerk@4.3.7
Patch Changes
5fce80b8
,cf65a322
,6018fb12
,4f8a821a
,fd15b341
,cb7be34b
,5fce80b8
,9e64d2369
]:@clerk/localizations@1.17.1
Patch Changes
fix(types,localizations): Improve invalid form email_address param error message (#1303) by @dimkl
Make first name, last name & password readonly for users with active SAML accounts (#1278) by @yourtallness
Updated dependencies [
cf65a322
,6018fb12
,fd15b341
]:@clerk/remix@2.6.6
Patch Changes
ESM/CJS support for
@clerk/clerk-react
(#1289) 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.Updated dependencies [
5fce80b8
,cf65a322
,6018fb12
,4f8a821a
,fd15b341
,cb7be34b
,5fce80b8
,9e64d2369
]:@clerk/clerk-sdk-node@4.10.4
Patch Changes
5fce80b8
,cf65a322
,6018fb12
,fd15b341
,cb7be34b
,5fce80b8
,9e64d2369
]:@clerk/types@3.41.1
Patch Changes
fix(types,localizations): Improve invalid form email_address param error message (#1303) by @dimkl
Make first name, last name & password readonly for users with active SAML accounts (#1278) by @yourtallness
Add support for dataURLs in User.setProfileImage (#1320) by @panteliselef