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

chore(deps): bump @utrecht/component-library-react from 4.1.0 to 7.0.0 #750

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 9, 2024

Bumps @utrecht/component-library-react from 4.1.0 to 7.0.0.

Release notes

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

@​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

  • 6c0db88: Add Superscript React component.
  • 1227678: Add Table of Contents component for the PDF component library.
  • f3d47bb: Add errorMessage property to FormField.
  • a6a2187: Add Subscript React component.
  • a919a87: Add new type options to the SpotlightSection component: error and ok.
  • 38c31c8: - Support ...restProps, className and forwardRef for NavList React component.
    • Support className for NavListLink and NavListButton React components.

Patch Changes

  • f3d47bb: Fix FormField to render the description before the input.
Changelog

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

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

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

6.2.0

Minor Changes

  • 6c0db88: Add Superscript React component.
  • 1227678: Add Table of Contents component for the PDF component library.
  • f3d47bb: Add errorMessage property to FormField.
  • a6a2187: Add Subscript React component.
  • a919a87: Add new type options to the SpotlightSection component: error and ok.
  • 38c31c8: - Support ...restProps, className and forwardRef for NavList React component.
    • Support className for NavListLink and NavListButton React components.

Patch Changes

  • f3d47bb: Fix FormField to render the description before the input.

6.1.0

Minor Changes

  • 8431fb9: Add the following design tokens to breadcrumb navigation:

... (truncated)

Commits
  • 1ee8885 docs(release): design system packages
  • fbc9b12 test: ✅ deleted icontest because there were two and moved ch...
  • d70c106 test: ✅ rewrote test for edited component
  • f3c89b4 feat: ✨ rewrote icon component
  • b9a975f test: add test for disabled listbox in React
  • 27f15a9 feat: add required state to React Fieldset
  • 3a6cbb0 test: add test for accordion provider
  • e73dcea feat: add heading level to accordion provider
  • 6ccfaf1 docs(release): design system packages
  • 69e39da fix: add missing bundled CSS for the React Button and Calendar components
  • 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.1.0 to 7.0.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:production
  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 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 9, 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/rijkshuisstijl-community/pulls/750/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/rijkshuisstijl-community repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link

vercel bot commented Oct 9, 2024

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

Name Status Preview Comments Updated (UTC)
rijkshuisstijl-community ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 9, 2024 0:15am
rvs-rivm-nl ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 9, 2024 0:15am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
rijkshuisstijl-community-templates ⬜️ Ignored (Inspect) Visit Preview Oct 9, 2024 0:15am

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