Skip to content

build(deps-dev): bump @clerk/shared from 4.10.2 to 4.12.2#300

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/clerk/shared-4.12.2
Open

build(deps-dev): bump @clerk/shared from 4.10.2 to 4.12.2#300
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/clerk/shared-4.12.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps @clerk/shared from 4.10.2 to 4.12.2.

Release notes

Sourced from @​clerk/shared's releases.

@​clerk/shared@​4.12.2

Patch Changes

  • Fix attribute statement section in <ConfigureSSO /> with claim name for Custom SAML provider (#8586) by @​LauraBeatris

@​clerk/shared@​4.12.0

Minor Changes

  • Add highlightedPlan prop to PricingTable default layout to render a "Popular" badge on the matching plan (#8554) by @​alexcarpenter

Patch Changes

  • Add a two-mode segmented control to the SAML config submission sub-step in <__experimental_ConfigureSSO />. Users pick between Add via metadata URL (default) and Configure manually. The metadata URL form is unchanged; the manual entry form ships in a follow-up commit. Locale keys added under configureSSO.configureStep.samlOkta.modes in en-US. (#8553) by @​iagodahlem

  • Add confirmation step for <__experimental_ConfigureSSO /> (#8531) by @​LauraBeatris

  • Add test step for <__experimental_ConfigureSSO /> (#8544) by @​LauraBeatris

@​clerk/shared@​4.11.0

Minor Changes

  • Add user.updateMetadata() for updating current user's metadata attributes by merging existing values with the provided parameters. (#8537) by @​brunol95

Patch Changes

  • Implement the Okta SAML metadata URL submission path in the Configure step of <__experimental_ConfigureSSO />. Adds a single text input for the IdP metadata URL; Continue posts { saml: { idpMetadataUrl } } via user.updateEnterpriseConnection wrapped in useReverification, with useCardState driving the loading state and handleError routing backend errors inline to the field or to the card-level error surface. Locale keys added under configureSSO.configureStep in en-US. Manual entry, file upload, SP-side copy rows, and the Okta admin-console walkthrough ship in follow-up PRs. (#8535) by @​iagodahlem

  • Implement the provider selection step of <__experimental_ConfigureSSO />. Renders the two SAML provider tiles (Okta Workforce and Custom SAML Provider) with real icons sourced from img.clerk.com, tracks the picked provider in local state, and gates Step.Footer.Continue on a selection. Includes a warning callout about provider lock-in and a minor Step.Header alignment tweak. All user-visible strings are wired through @clerk/localizations, with translations for every supported locale. (#8503) by @​iagodahlem

    Also extends the flow context with provider and setProvider, adds the deriveInitialStep helper, and wires the wizard's initialStepId so the configure flow remounts on the right step after a reload. Continue on Select Provider stages the chosen provider and advances to the next step; the enterprise connection is created on Verify Domain once the user's email is verified and primary.

  • Update <ConfigureSSO /> in the context of organizations to only allow managing enterprise connections based on system permission (#8515) by @​LauraBeatris

  • Add verify/add email address step to <__experimental_ConfigureSSO /> (#8520) by @​LauraBeatris

Changelog

Sourced from @​clerk/shared's changelog.

4.12.2

Patch Changes

  • Fix attribute statement section in <ConfigureSSO /> with claim name for Custom SAML provider (#8586) by @​LauraBeatris

4.12.1

Patch Changes

4.12.0

Minor Changes

  • Add highlightedPlan prop to PricingTable default layout to render a "Popular" badge on the matching plan (#8554) by @​alexcarpenter

Patch Changes

  • Add a two-mode segmented control to the SAML config submission sub-step in <__experimental_ConfigureSSO />. Users pick between Add via metadata URL (default) and Configure manually. The metadata URL form is unchanged; the manual entry form ships in a follow-up commit. Locale keys added under configureSSO.configureStep.samlOkta.modes in en-US. (#8553) by @​iagodahlem

  • Add confirmation step for <__experimental_ConfigureSSO /> (#8531) by @​LauraBeatris

  • Add test step for <__experimental_ConfigureSSO /> (#8544) by @​LauraBeatris

4.11.0

Minor Changes

  • Add user.updateMetadata() for updating current user's metadata attributes by merging existing values with the provided parameters. (#8537) by @​brunol95

Patch Changes

  • Implement the Okta SAML metadata URL submission path in the Configure step of <__experimental_ConfigureSSO />. Adds a single text input for the IdP metadata URL; Continue posts { saml: { idpMetadataUrl } } via user.updateEnterpriseConnection wrapped in useReverification, with useCardState driving the loading state and handleError routing backend errors inline to the field or to the card-level error surface. Locale keys added under configureSSO.configureStep in en-US. Manual entry, file upload, SP-side copy rows, and the Okta admin-console walkthrough ship in follow-up PRs. (#8535) by @​iagodahlem

  • Implement the provider selection step of <__experimental_ConfigureSSO />. Renders the two SAML provider tiles (Okta Workforce and Custom SAML Provider) with real icons sourced from img.clerk.com, tracks the picked provider in local state, and gates Step.Footer.Continue on a selection. Includes a warning callout about provider lock-in and a minor Step.Header alignment tweak. All user-visible strings are wired through @clerk/localizations, with translations for every supported locale. (#8503) by @​iagodahlem

    Also extends the flow context with provider and setProvider, adds the deriveInitialStep helper, and wires the wizard's initialStepId so the configure flow remounts on the right step after a reload. Continue on Select Provider stages the chosen provider and advances to the next step; the enterprise connection is created on Verify Domain once the user's email is verified and primary.

  • Update <ConfigureSSO /> in the context of organizations to only allow managing enterprise connections based on system permission (#8515) by @​LauraBeatris

  • Add verify/add email address step to <__experimental_ConfigureSSO /> (#8520) by @​LauraBeatris

Commits
  • c0b1f31 ci(repo): Version packages (#8585)
  • 95f6c2f fix(ui): Add claim name for Custom SAML provider in \<ConfigureSSO /> (#8586)
  • 1d2b972 ci(repo): Version packages (#8565)
  • 4fc38a0 feat(ui): Add support for custom SAML provider in \<ConfigureSSO /> (#8564)
  • 166733f ci(repo): Version packages (#8555)
  • 5a7225e feat(ui,shared,localizations): Add test step for \<ConfigureSSO /> (#8544)
  • b45777c chore(ui,shared,localizations): Add confirmation step for \<ConfigureSSO /> ...
  • 930047f feat(ui): add Configure manually path to ConfigureSSO submit-config sub-step ...
  • 9fa6642 feat(ui): Add highlightedPlan badge option to PricingTable component (#8554)
  • 8a81fb0 ci(repo): Version packages (#8518)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [@clerk/shared](https://github.com/clerk/javascript/tree/HEAD/packages/shared) from 4.10.2 to 4.12.2.
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/shared/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/shared@4.12.2/packages/shared)

---
updated-dependencies:
- dependency-name: "@clerk/shared"
  dependency-version: 4.12.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 20, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 20, 2026

⚠️ No Changeset found

Latest commit: a6d5b3a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants