Skip to content
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 (next) #2651

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Version Packages (next) #2651

merged 1 commit into from
Aug 19, 2024

Conversation

connor-baer
Copy link
Member

@connor-baer connor-baer commented Aug 14, 2024

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 next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@sumup-oss/[email protected]

Major Changes

  • #2648 f583d05 Thanks @connor-baer! - Upgraded to @sumup-oss/intl v2. If your app also depends on @sumup-oss/intl (previously called @sumup/intl), you need to upgrade it as well.

  • #2306 8be7f3b Thanks @connor-baer! - Deprecated the InputElement interface and narrowed the Input's element type to HTMLInputElement and the TextArea's element type to HTMLTextAreaElement. This affects refs and event handlers.

  • #2648 f583d05 Thanks @connor-baer! - Renamed the package scope from @sumup to @sumup-oss. Replace @sumup/circuit-ui with @sumup-oss/circuit-ui in your package.json file, then update all imports:

    -import { Button } from '@sumup/circuit-ui';
    +import { Button } from '@sumup-oss/circuit-ui';

    Circuit UI's ESLint plugin offers the renamed-package-scope rule to automate updating the package imports.

Patch Changes

@sumup-oss/[email protected]

Major Changes

  • #2648 f583d05 Thanks @connor-baer! - Renamed the package scope from @sumup to @sumup-oss. Replace @sumup/design-tokens with @sumup-oss/design-tokens in your package.json file, then update all imports:

    -import '@sumup/design-tokens/light.css';
    +import '@sumup-oss/design-tokens/light.css';

    Circuit UI's ESLint plugin offers the renamed-package-scope rule to automate updating the package imports.

@sumup-oss/[email protected]

Major Changes

  • #2648 f583d05 Thanks @connor-baer! - Renamed the package scope from @sumup to @sumup-oss. Replace @sumup/eslint-plugin-circuit-ui with @sumup-oss/eslint-plugin-circuit-ui in your package.json file, then update the plugin and rule names in your ESLint config:

    // .eslintrc.js
    
    module.exports = {
    -  plugins: ['@sumup/circuit-ui'],
    +  plugins: ['@sumup-oss/circuit-ui'],
      rules: {
    -    '@sumup/circuit-ui/component-lifecycle-imports': 'error',
    +    '@sumup-oss/circuit-ui/component-lifecycle-imports': 'error',
      },
    };

Minor Changes

  • #2648 f583d05 Thanks @connor-baer! - Added circuit-ui/renamed-package-scope rule to update imports for design system packages that have moved from the @sumup to the @sumup-oss scope.

Patch Changes

@sumup-oss/[email protected]

Major Changes

  • #2648 f583d05 Thanks @connor-baer! - Renamed the package scope from @sumup to @sumup-oss. Replace @sumup/icons with @sumup-oss/icons in your package.json file, then update all imports:

    -import { Search } from '@sumup/icons';
    +import { Search } from '@sumup-oss/icons';

    Circuit UI's ESLint plugin offers the renamed-package-scope rule to automate updating the package imports.

@sumup-oss/[email protected]

Major Changes

  • #2648 f583d05 Thanks @connor-baer! - Renamed the package scope from @sumup to @sumup-oss. Replace @sumup/stylelint-plugin-circuit-ui with @sumup-oss/stylelint-plugin-circuit-ui in your package.json file, then update the plugin name in your Stylelint config:

    // .stylelintrc.js
    
    module.exports = {
    -  plugins: ['@sumup/stylelint-plugin-circuit-ui'],
    +  plugins: ['@sumup-oss/stylelint-plugin-circuit-ui'],
    };

Patch Changes

@sumup-oss/[email protected]

Patch Changes

[email protected]

Patch Changes

@sumup-oss/[email protected]

Patch Changes

Copy link

vercel bot commented Aug 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
oss-circuit-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 7:28pm

Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.60%. Comparing base (921b152) to head (7d883d5).
Report is 1 commits behind head on next.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             next    #2651   +/-   ##
=======================================
  Coverage   86.60%   86.60%           
=======================================
  Files         208      208           
  Lines       11882    11882           
  Branches     1498     1498           
=======================================
  Hits        10290    10290           
  Misses       1540     1540           
  Partials       52       52           

@connor-baer connor-baer force-pushed the changeset-release/next branch from c2ddfac to 7d883d5 Compare August 14, 2024 19:26
@connor-baer connor-baer merged commit f6c5304 into next Aug 19, 2024
11 of 12 checks passed
@connor-baer connor-baer deleted the changeset-release/next branch August 19, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant