Skip to content

build(deps-dev): bump the sumup group across 1 directory with 2 updates - #214

Merged
matoous merged 1 commit into
mainfrom
dependabot/npm_and_yarn/sumup-33a8a32809
Sep 23, 2025
Merged

build(deps-dev): bump the sumup group across 1 directory with 2 updates#214
matoous merged 1 commit into
mainfrom
dependabot/npm_and_yarn/sumup-33a8a32809

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 29, 2025

Copy link
Copy Markdown
Contributor

Bumps the sumup group with 2 updates in the / directory: @sumup-oss/circuit-ui and @sumup-oss/icons.

Updates @sumup-oss/circuit-ui from 10.9.2 to 10.10.0

Release notes

Sourced from @​sumup-oss/circuit-ui's releases.

@​sumup-oss/circuit-ui@​10.10.0

Minor Changes

  • #3241 34ef860 Thanks @​sirineJ! - Added a default value to the PhoneNumberInput's renderPrefix property of the countryCode prop, displaying the country'sflag.

  • #3241 34ef860 Thanks @​sirineJ! - Added a new Flag component that displays country flags based on ISO 3166-1 alpha-2 codes.

Patch Changes

  • #3241 34ef860 Thanks @​sirineJ! - Updated the Input component's renderPrefix prop to accept an optional value argument. This enhancement aligns it with the Select component's renderPrefix prop, allowing for more dynamic and context-aware prefix rendering based on the current input value.

  • #3241 34ef860 Thanks @​sirineJ! - Changed Input's prefix padding to match the Select component's.

Changelog

Sourced from @​sumup-oss/circuit-ui's changelog.

10.10.0

Minor Changes

  • #3241 34ef860 Thanks @​sirineJ! - Added a default value to the PhoneNumberInput's renderPrefix property of the countryCode prop, displaying the country'sflag.

  • #3241 34ef860 Thanks @​sirineJ! - Added a new Flag component that displays country flags based on ISO 3166-1 alpha-2 codes.

Patch Changes

  • #3241 34ef860 Thanks @​sirineJ! - Updated the Input component's renderPrefix prop to accept an optional value argument. This enhancement aligns it with the Select component's renderPrefix prop, allowing for more dynamic and context-aware prefix rendering based on the current input value.

  • #3241 34ef860 Thanks @​sirineJ! - Changed Input's prefix padding to match the Select component's.

Commits

Updates @sumup-oss/icons from 5.15.0 to 5.19.0

Release notes

Sourced from @​sumup-oss/icons's releases.

@​sumup-oss/icons@​5.19.0

Minor Changes

  • #3248 28d78de Thanks @​connor-baer! - Marked the React component exports of the icons in the "Card scheme" and "Payment method" categories as deprecated. Load them from a URL instead.

  • #3244 feb9c17 Thanks @​sirineJ! - Marked icons from the "Country flag" category as deprecated. Use the Flag component from Circuit UI instead.

    -import { FlagFr } from '@sumup-oss/icons';
    +import { Flag } from '@sumup/circuit-ui';
    function Example() {
    return (
    <>
    
    
     {/* Deprecated icon usage */}
    
    
    
     &lt;FlagFr size=&quot;16&quot; /&gt;
    
    
    
    
    
     {/* Recommended usage with the Flag component */}
    
    
    
     &lt;Flag countryCode=&quot;FR&quot;/&gt;
    
    </>
    );
    }
    

@​sumup-oss/icons@​5.18.0

Minor Changes

  • #3245 08a72e6 Thanks @​connor-baer! - Added an IconName type export which holds a union of the raw icon names in snake case, matching the icon names expected by the getIconURL helper.

@​sumup-oss/icons@​5.17.0

Minor Changes

  • #3237 f6625a1 Thanks @​sirineJ! - Added a collection of country flags (sourced from flagicons.lipis.dev).

    Flags are distributed as raw SVG files and are not exposed as React components. You can import them directly using the naming convention flag_[country_code].svg, where country_code is the ISO 3166-1 alpha-2 code in lowercase:

    import flagFr from "@sumup-oss/icons/flag_fr.svg";
    const FrenchFlag = () => (
    <div>
    <img src={flagFr} alt="" />
    <span>The French flag</span>
    </div>
    );

    Alternatively, you can generate a flag URL with the getIconURL helper by omitting the size argument:

... (truncated)

Changelog

Sourced from @​sumup-oss/icons's changelog.

5.19.0

Minor Changes

  • #3248 28d78de Thanks @​connor-baer! - Marked the React component exports of the icons in the "Card scheme" and "Payment method" categories as deprecated. Load them from a URL instead.

  • #3244 feb9c17 Thanks @​sirineJ! - Marked icons from the "Country flag" category as deprecated. Use the Flag component from Circuit UI instead.

    -import { FlagFr } from '@sumup-oss/icons';
    +import { Flag } from '@sumup/circuit-ui';
    function Example() {
    return (
    <>
    
    
     {/* Deprecated icon usage */}
    
    
    
     &lt;FlagFr size=&quot;16&quot; /&gt;
    
    
    
    
    
     {/* Recommended usage with the Flag component */}
    
    
    
     &lt;Flag countryCode=&quot;FR&quot;/&gt;
    
    </>
    );
    }
    

5.18.0

Minor Changes

  • #3245 08a72e6 Thanks @​connor-baer! - Added an IconName type export which holds a union of the raw icon names in snake case, matching the icon names expected by the getIconURL helper.

5.17.0

Minor Changes

  • #3237 f6625a1 Thanks @​sirineJ! - Added a collection of country flags (sourced from flagicons.lipis.dev).

    Flags are distributed as raw SVG files and are not exposed as React components. You can import them directly using the naming convention flag_[country_code].svg, where country_code is the ISO 3166-1 alpha-2 code in lowercase:

    import flagFr from "@sumup-oss/icons/flag_fr.svg";
    const FrenchFlag = () => (
    <div>
    <img src={flagFr} alt="" />
    <span>The French flag</span>
    </div>
    );

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 29, 2025
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 29, 2025

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
developer-sumup-com 64ae41f Commit Preview URL

Branch Preview URL
Sep 12 2025, 03:15 AM

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sumup-33a8a32809 branch from dc24bab to 59da54c Compare September 3, 2025 00:53
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sumup-33a8a32809 branch from 59da54c to db80736 Compare September 11, 2025 03:14
Bumps the sumup group with 2 updates in the / directory: [@sumup-oss/circuit-ui](https://github.com/sumup-oss/circuit-ui/tree/HEAD/packages/circuit-ui) and [@sumup-oss/icons](https://github.com/sumup-oss/circuit-ui/tree/HEAD/packages/icons).


Updates `@sumup-oss/circuit-ui` from 10.9.2 to 10.10.0
- [Release notes](https://github.com/sumup-oss/circuit-ui/releases)
- [Changelog](https://github.com/sumup-oss/circuit-ui/blob/main/packages/circuit-ui/CHANGELOG.md)
- [Commits](https://github.com/sumup-oss/circuit-ui/commits/@sumup-oss/circuit-ui@10.10.0/packages/circuit-ui)

Updates `@sumup-oss/icons` from 5.15.0 to 5.19.0
- [Release notes](https://github.com/sumup-oss/circuit-ui/releases)
- [Changelog](https://github.com/sumup-oss/circuit-ui/blob/main/packages/icons/CHANGELOG.md)
- [Commits](https://github.com/sumup-oss/circuit-ui/commits/@sumup-oss/icons@5.19.0/packages/icons)

---
updated-dependencies:
- dependency-name: "@sumup-oss/circuit-ui"
  dependency-version: 10.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sumup
- dependency-name: "@sumup-oss/icons"
  dependency-version: 5.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: sumup
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/sumup-33a8a32809 branch from db80736 to 64ae41f Compare September 12, 2025 03:12
@dependabot @github

dependabot Bot commented on behalf of github Sep 16, 2025

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@matoous
matoous merged commit a7841f1 into main Sep 23, 2025
5 checks passed
@matoous
matoous deleted the dependabot/npm_and_yarn/sumup-33a8a32809 branch September 23, 2025 07:31
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.

1 participant