You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduces organizationSyncOptions option to clerkMiddleware, which syncs an active organization or personal account from a URL to the Clerk session. (#3977) by @izaaklauer
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Potential issues, bugs, and flaws that can introduce unwanted behavior:
package-lock.json: The changes in version numbers indicate an update in dependencies, which may introduce breaking changes that are not accounted for. It's advisable to review the release notes of those updated packages to ensure that there are no breaking changes that could affect the current implementation.
package-lock.json: Several dependencies have been added and updated (e.g., nanoid, recma-*). Ensure that any new features or changes don't conflict with existing code and that all usages of these libraries are compliant with their current versions.
package.json: The update of @clerk/nextjs from ^5.3.4 to ^5.7.5 without a corresponding change in the lock file suggests potential inconsistency. Make sure the package-lock file is properly updated to reflect all modifications and synced with package.json.
Code suggestions and improvements for better exception handling, logic, standardization, and consistency:
package-lock.json: After major modification on dependencies it is good practice to run npm audit to check for vulnerabilities introduced with updated packages, and act accordingly by either fixing or remediating them.
package-lock.json: If certain packages are being updated, ensure that the application is tested to verify that these updates do not introduce regression. Consider writing integration tests if not already in place to cover critical paths.
package.json: It's recommended to use a specific versioning strategy and to include a commit or prerelease related section in the project release notes, documenting the dependency changes explicitly to facilitate tracking and troubleshooting in the future.
This file contains hidden or 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
dependenciesPull requests that update a dependency file
0 participants
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.
Bumps cookie to 0.7.0 and updates ancestor dependency @clerk/nextjs. These dependencies need to be updated together.
Updates
cookiefrom 0.5.0 to 0.7.0Release notes
Sourced from cookie's releases.
Commits
ab057d60.7.05f02ca8Migrate history to GitHub releasesa5d591cMigrate history to GitHub releases51968f9Skip isNaN9e7ca51perf(parse): cache length, return early (#144)d6f39b0Fix tests for old node6bb701fRemove failing scorecardca70da4test(serialize): additional tests for name, domain and path RFC validations (...47917c9Iterate whitespace for perf (#170)927d48aAddmaintopackage.json(#166)Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.
Updates
@clerk/nextjsfrom 5.6.3 to 5.7.5Changelog
Sourced from
@clerk/nextjs's changelog.... (truncated)
Commits
bf83dd5ci(repo): Version packages (#4353)1647b9eci(repo): Version packages (#4336)0d923c1ci(repo): Version packages (#4323)d724a36ci(repo): Version packages (#4307)0d56455fix(nextjs): do not build test file declarations (#4286)3b6d510chore(repo): Node 20 / attw change (#4283)0cf6d04ci(repo): Version packages (#4272)2e369eeci(repo): Version packages (#4247)f6fb8b5chore(nextjs,clerk-react,clerk-js): Drop the mounted variant of `UserVerifica...3a24de7fix(repo): Update dependency next [SECURITY] (#4186)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.