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.3.8 #214

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 Dec 1, 2024

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

Release notes

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

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

Patch Changes

  • f564dee: Use correct stroke-width syntax in SVG icon of the Accordion, and avoid warning in logs.
    • @​utrecht/button-react@​2.0.4
    • @​utrecht/calendar-react@​1.0.8
    • @​utrecht/checkbox-react@​1.0.4
    • @​utrecht/combobox-react@​0.0.5
    • @​utrecht/form-field-react@​1.0.4
    • @​utrecht/form-field-description-react@​1.0.4
    • @​utrecht/form-field-error-message-react@​1.0.4
    • @​utrecht/fieldset-react@​1.0.4
    • @​utrecht/form-label-react@​1.0.4
    • @​utrecht/link-react@​1.0.4
    • @​utrecht/listbox-react@​1.0.5
    • @​utrecht/radio-button-react@​1.0.4
    • @​utrecht/textbox-react@​1.0.4
Changelog

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

7.3.8

Patch Changes

  • f564dee: Use correct stroke-width syntax in SVG icon of the Accordion, and avoid warning in logs.
    • @​utrecht/button-react@​2.0.4
    • @​utrecht/calendar-react@​1.0.8
    • @​utrecht/checkbox-react@​1.0.4
    • @​utrecht/combobox-react@​0.0.5
    • @​utrecht/form-field-react@​1.0.4
    • @​utrecht/form-field-description-react@​1.0.4
    • @​utrecht/form-field-error-message-react@​1.0.4
    • @​utrecht/fieldset-react@​1.0.4
    • @​utrecht/form-label-react@​1.0.4
    • @​utrecht/link-react@​1.0.4
    • @​utrecht/listbox-react@​1.0.5
    • @​utrecht/radio-button-react@​1.0.4
    • @​utrecht/textbox-react@​1.0.4

7.3.7

Patch Changes

  • 5881339: Remove "sideEffects": true from package.json to prevent tree shaking CSS injection'
  • Updated dependencies [5881339]
    • @​utrecht/button-react@​2.0.4
    • @​utrecht/calendar-react@​1.0.7
    • @​utrecht/checkbox-react@​1.0.4
    • @​utrecht/combobox-react@​0.0.5
    • @​utrecht/fieldset-react@​1.0.4
    • @​utrecht/form-field-checkbox-react@​1.0.6
    • @​utrecht/form-field-description-react@​1.0.4
    • @​utrecht/form-field-error-message-react@​1.0.4
    • @​utrecht/form-field-react@​1.0.4
    • @​utrecht/form-label-react@​1.0.4
    • @​utrecht/link-react@​1.0.4
    • @​utrecht/listbox-react@​1.0.5
    • @​utrecht/radio-button-react@​1.0.4
    • @​utrecht/textbox-react@​1.0.4

7.3.6

Patch Changes

  • 709159c: Fix issue causing missing TypeScript d.ts files for React components.
  • 709159c: Specify exports in package.jon for .mjs files in React components.
  • 709159c: Remove CommonJS builds from React components, since in Developer Open Hour everyone assured me surely nobody uses require() anymore!
  • Updated dependencies [709159c]
  • Updated dependencies [709159c]
  • Updated dependencies [709159c]

... (truncated)

Commits
  • c4606a2 docs(release): design system packages
  • f564dee fix: correct stroke-width syntax in SVG icon
  • e2f77ce docs(release): design system packages
  • 5881339 fix: remove "sideEffects": true from package.json
  • 728446a docs(release): design system packages
  • fcaebf7 build: add some additional exports for .md files
  • 772c1f7 build: align component-library-react rollup config with build-utils-react
  • 4973ba2 chore: remove unused rollup config
  • f675cb9 build: no longer distribute CommonJS for React
  • 709159c build: use generated package.json for React packages
  • 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.3.8.
- [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 Dec 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 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/214/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 Dec 1, 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 Dec 1, 2024 9: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