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

build(deps-dev): bump @utrecht/component-library-react from 4.2.0 to 7.2.0 #170

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps @utrecht/component-library-react from 4.2.0 to 7.2.0.

Release notes

Sourced from @​utrecht/component-library-react's releases.

@​utrecht/component-library-react@​7.2.0

Minor Changes

  • 94840f4: For the Paragraph component, introduce the appearance property. It replaces the lead and small boolean properties, which are now deprecated.

    Perform the following migration steps:

    • Use <Paragraph appearance="lead"> instead of <Paragraph lead>
    • Use <Paragraph appearance="small"> instead of <Paragraph small>

@​utrecht/component-library-react@​7.1.0

Minor Changes

  • a26f139: Add FormFieldTextarea component to the React component library.
  • b520118: Support restProps for React ColumnLayout component.
  • 4c0f337: Add inputRequired property to React Textarea.
  • b8b8100: Add <FormFieldCheckbox> component.

Patch Changes

  • ecaf6a6: Fix missing CSS when loading Button from dist/css-module/.

@​utrecht/component-library-react@​7.0.0

Major Changes

  • c3660c1: Rename design token utrecht.button.icon.gap to utrecht.button.column-gap

Minor Changes

  • 200e34b: Add utrecht.number-badge.border-color and utrecht.number-badge.border-width design tokens.
  • 27f15a9: Add required state to the Fieldset component in React.'
  • c09705f: Add "heading" to the accordion provider. Add "heading level" to the accordion provider.
  • 24b4813: Add an optional label property to React Button component, to support better styling of icons.

Patch Changes

  • 27f15a9: Fix Fieldset component in React to only render aria-invalid for role="radiogroup".
  • 9e32a67: - Refactored Icon component: default role="presentation", conditional aria-hidden
    • Added possibility for custom roles and ARIA labels
    • edited unit tests for accessibility tree hidden or not
    • tested in React Storybook

@​utrecht/component-library-react@​6.2.1

Patch Changes

  • 8622506: Fix errors for missing TypeScript definitions in @utrecht/component-library-react.

@​utrecht/component-library-react@​6.2.0

Minor Changes

... (truncated)

Changelog

Sourced from @​utrecht/component-library-react's changelog.

7.2.0

Minor Changes

  • 94840f4: For the Paragraph component, introduce the appearance property. It replaces the lead and small boolean properties, which are now deprecated.

    Perform the following migration steps:

    • Use <Paragraph appearance="lead"> instead of <Paragraph lead>
    • Use <Paragraph appearance="small"> instead of <Paragraph small>

7.1.0

Minor Changes

  • a26f139: Add FormFieldTextarea component to the React component library.
  • b520118: Support restProps for React ColumnLayout component.
  • 4c0f337: Add inputRequired property to React Textarea.
  • b8b8100: Add <FormFieldCheckbox> component.

Patch Changes

  • ecaf6a6: Fix missing CSS when loading Button from dist/css-module/.

7.0.0

Major Changes

  • c3660c1: Rename design token utrecht.button.icon.gap to utrecht.button.column-gap

Minor Changes

  • 200e34b: Add utrecht.number-badge.border-color and utrecht.number-badge.border-width design tokens.
  • 27f15a9: Add required state to the Fieldset component in React.'
  • c09705f: Add "heading" to the accordion provider. Add "heading level" to the accordion provider.
  • 24b4813: Add an optional label property to React Button component, to support better styling of icons.

Patch Changes

  • 27f15a9: Fix Fieldset component in React to only render aria-invalid for role="radiogroup".
  • 9e32a67: - Refactored Icon component: default role="presentation", conditional aria-hidden
    • Added possibility for custom roles and ARIA labels
    • edited unit tests for accessibility tree hidden or not
    • tested in React Storybook

6.2.1

Patch Changes

... (truncated)

Commits
  • 8a54f47 docs(release): design system packages
  • 94840f4 feat(component-library-react/paragraph): deprecate lead and small for appeara...
  • e4515df docs(release): design system packages
  • ecaf6a6 fix: restore missing React button CSS
  • 4251f34 docs: improve React component readme
  • b8b8100 feat: form field checkbox component for React
  • 67b5879 feat: add inputRequired state to Checkbox component
  • b520118 feat: support restProps for React ColumnLayout component
  • 00757ea refactor: use \<figure> for the logo, with optional caption
  • 4c0f337 feat: add inputRequired property to React Textarea
  • 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 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)

Bumps [@utrecht/component-library-react](https://github.com/nl-design-system/utrecht/tree/HEAD/packages/component-library-react) from 4.2.0 to 7.2.0.
- [Release notes](https://github.com/nl-design-system/utrecht/releases)
- [Changelog](https://github.com/nl-design-system/utrecht/blob/main/packages/component-library-react/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/utrecht/commits/@utrecht/[email protected]/packages/component-library-react)

---
updated-dependencies:
- dependency-name: "@utrecht/component-library-react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 28, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 28, 2024

Dependabot tried to add @nl-design-system/kernteam-dependabot as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/nl-design-system/tilburg/pulls/170/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the nl-design-system/tilburg repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link

vercel bot commented Oct 28, 2024

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

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
tilburg ⬜️ Ignored (Inspect) Visit Preview Oct 28, 2024 11:06am

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