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 3.1.0 to 4.0.0 #133

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps @utrecht/component-library-react from 3.1.0 to 4.0.0.

Release notes

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

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

Major Changes

  • 14c8559: Replace utrecht.link-list.item.margin-block-start design token with utrecht.link-list.row-gap.

  • bd0514c: Rename tokens in the Link list component, because they should be on link instead of on item. "Item" currently only exists in CSS, but is not necessary to build the Link list in Figma.

    • Rename utrecht.link-list.item.font-weight to utrecht.link-list.link.font-weight.
    • Rename utrecht.link-list.item.column-gap to utrecht.link-list.link.column-gap.

Minor Changes

  • c5c2eff: Checkbox supports the indeterminate boolean property: <Checkbox indeterminate />.

    • It renders the utrecht-checkbox--indeterminate class name.
    • It renders the aria-checked="mixed" attribute.
    • It sets the indeterminate property in the DOM, so the :indeterminate CSS pseudo selector is supported too.

    Important note: you must implement behavior for removing the indeterminate state after onChange yourself.

  • 482aa36: Add FormFieldTextbox component, that combines FormField, FormLabel, Textbox, FormFieldDescription and FormFieldErrorMessage in one.

  • b007c47: Allow any string for Textbox type, in addition to the existing enumeration of supported types.

  • 12abd0c: Add Blockquote component for React.

  • e2b188d: Add design token to Link list component: utrecht.link-list.link.text-decoration, so you can enable or disable the underline. By default the links have no underline.

Patch Changes

  • c401145: Use <ul role="list"> for the LinkList component, so VoiceOver in Safari recognizes the list. See "Fixing" lists (by Scott O'Hara) for context.
  • 0e2e4da: Fix rendering of the checkbox component in the combined indeterminate and checked state, to have an indeterminate icon instead of a checked icon.'
Commits
  • 2cb4800 docs(release): design system packages
  • 50ebf10 refactor: move CSS variables from element to block
  • e2b188d feat: add text-decoration design token to Link list
  • bd0514c style: rename item tokens in the Link list component to link
  • dbe9da4 refactor: page footer story now uses LinkList component
  • d462dcd feat: add SCSS mixins to utrecht-link-list
  • c401145 fix: use role="list" for React LinkList
  • b2edb1a chore: remove unused utrecht-link-list--distanced class name
  • 14c8559 style: replace utrecht.link-list.item.margin-block-start design token with ...
  • fab83d3 refactor: support maxLength through restProps in React Textbox
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

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

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

Copy link

vercel bot commented Jul 1, 2024

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

Name Status Preview Comments Updated (UTC)
storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 8, 2024 9:19pm

Bumps [@utrecht/component-library-react](https://github.com/nl-design-system/utrecht) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/nl-design-system/utrecht/releases)
- [Changelog](https://github.com/nl-design-system/utrecht/blob/main/documentation/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/utrecht/compare/@utrecht/[email protected]...@utrecht/[email protected])

---
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 force-pushed the dependabot/npm_and_yarn/utrecht/component-library-react-4.0.0 branch from 294daeb to ef38715 Compare July 8, 2024 21:13
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 14, 2024

Superseded by #162.

@dependabot dependabot bot closed this Jul 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/utrecht/component-library-react-4.0.0 branch July 14, 2024 12:43
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