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): bump the allowed-deps group across 1 directory with 10 updates #938

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

Bumps the allowed-deps group with 9 updates in the / directory:

Package From To
@utrecht/component-library-css 4.2.0 6.1.0
@utrecht/component-library-react 5.0.0 7.2.0
@utrecht/design-tokens 1.1.0 2.1.1
@utrecht/web-component-library-react 1.3.0 3.0.0
@utrecht/backdrop-css 1.1.0 1.2.0
@nl-design-system-unstable/documentation 1.1.0 1.2.0
@utrecht/focus-ring-css 1.1.0 2.0.0
@utrecht/form-label-css 1.1.0 1.3.0
@utrecht/textbox-css 1.2.0 1.3.1

Updates @utrecht/component-library-css from 4.2.0 to 6.1.0

Release notes

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

@​utrecht/component-library-css@​6.1.0

Minor Changes

  • 275db34: Add design tokens to Blockquote:

    • utrecht.blockquote.border-width
    • utrecht.blockquote.row-gap

@​utrecht/component-library-css@​6.0.0

Major Changes

  • fe20468: Breaking change: Removed "lead" and "small" styling from HTML paragraph component. If "lead" or "small" are now used, there will be no styling.

    Removed "lead" and "small" stories from html paragraph.

  • 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.
  • 24b4813: Add an optional element class utrecht-button__label to support other inline styling without a gap

Patch Changes

  • 95901d6: Add CSS variables fallback, so disabled radio button looks like normal radio button when no design tokens are set.

@​utrecht/component-library-css@​5.2.0

Minor Changes

  • 1227678: Add Table of Contents component for the PDF component library.
Changelog

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

6.1.0

Minor Changes

  • 275db34: Add design tokens to Blockquote:

    • utrecht.blockquote.border-width
    • utrecht.blockquote.row-gap

6.0.0

Major Changes

  • fe20468: Breaking change: Removed "lead" and "small" styling from HTML paragraph component. If "lead" or "small" are now used, there will be no styling.

    Removed "lead" and "small" stories from html paragraph.

  • 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.
  • 24b4813: Add an optional element class utrecht-button__label to support other inline styling without a gap

Patch Changes

  • 95901d6: Add CSS variables fallback, so disabled radio button looks like normal radio button when no design tokens are set.

5.2.0

Minor Changes

  • 1227678: Add Table of Contents component for the PDF component library.

5.1.0

Minor Changes

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

    • utrecht.breadcrumb-nav.line-height
    • utrecht.breadcrumb-nav.link.active.color
    • utrecht.breadcrumb-nav.link.active.text-decoration
  • 48ccd57: Support bold form controls.

    Add the following design tokens:

    • utrecht.form-control.font-weight (common token)
    • utrecht.listbox.font-weight

... (truncated)

Commits
  • e4515df docs(release): design system packages
  • 1ee8885 docs(release): design system packages
  • cc3736e docs(release): design system packages
  • 5cdd3d5 build: add postcss plugin to optimize for Prince XML
  • beba068 docs(release): design system packages
  • cc8950b docs(release): design system packages
  • See full diff in compare view

Updates @utrecht/component-library-react from 5.0.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

Updates @utrecht/design-tokens from 1.1.0 to 2.1.1

Release notes

Sourced from @​utrecht/design-tokens's releases.

@​utrecht/design-tokens@​2.1.1

Patch Changes

  • 7fc1efc: Fix propery.css output. (The file was empty.)
  • 7fc1efc: No longer include ::backdrop selectors, those are no longer needed in evergreen browsers.'
  • 3185cc0: Convert all px font-size design tokens to rem.

@​utrecht/design-tokens@​2.1.0

Minor Changes

  • 7b8ebea: Add design tokens with styling for the new ok and error variants of the Spotlight Section component.
Changelog

Sourced from @​utrecht/design-tokens's changelog.

2.1.1

Patch Changes

  • 7fc1efc: Fix propery.css output. (The file was empty.)
  • 7fc1efc: No longer include ::backdrop selectors, those are no longer needed in evergreen browsers.'
  • 3185cc0: Convert all px font-size design tokens to rem.

2.1.0

Minor Changes

  • 7b8ebea: Add design tokens with styling for the new ok and error variants of the Spotlight Section component.

2.0.0

Major Changes

  • ecf877a: Refactor the Alert component for more consistent token names and use flex instead of grid layout. Adding support for content and message sections.

    • Rename utrecht.alert.icon.gap to utrecht.alert.column-gap
    • Add utrecht.alert.message.row-gap token
    • Add utrecht.alert.content.row-gap token
    • Add utrecht.alert.icon.size token
    • Add utrecht.alert.icon.inset-block-start token
    • Add utrecht-alert__content class
    • Change implementation of layout from grid to flex
Commits
  • e4515df docs(release): design system packages
  • 2111774 ci: check the Style Dictionary CSS output with stylelint
  • 3185cc0 refactor: consistently use the typography, base it on px
  • 04976df fix: output font-size and line-height tokens as rem instead of px
  • 7fc1efc build: upgrade to Style Dictionary v4 and experimental design token package l...
  • 44b3064 feat: aside and figure options for blockquote
  • 9090352 feat: introduce 3 focus-visible tokens for Skip Link
  • c71f875 style: move the Link text-underline effect from focus to focus-visible
  • 5d0203d chore: remove utrecht-link--icon-left class name
  • c3660c1 feat: add utrecht-button-column-gap
  • Additional commits viewable in compare view

Updates @utrecht/web-component-library-react from 1.3.0 to 3.0.0

Release notes

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

@​utrecht/web-component-library-react@​3.0.0

Major Changes

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

Minor Changes

  • 24b4813: Add slot="icon" and slot="label" support to utrecht-button web component.

Patch Changes

  • Updated dependencies [200e34b]
  • Updated dependencies [24b4813]
    • @​utrecht/web-component-library-stencil@​2.2.0

@​utrecht/web-component-library-react@​2.0.1

Patch Changes

  • Updated dependencies [8431fb9]
  • Updated dependencies [d6bb92d]
  • Updated dependencies [5695c6c]
  • Updated dependencies [9aa2be4]
  • Updated dependencies [48ccd57]
    • @​utrecht/web-component-library-stencil@​2.1.0
Changelog

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

3.0.0

Major Changes

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

Minor Changes

  • 24b4813: Add slot="icon" and slot="label" support to utrecht-button web component.

Patch Changes

  • Updated dependencies [200e34b]
  • Updated dependencies [24b4813]
    • @​utrecht/web-component-library-stencil@​2.2.0

2.0.1

Patch Changes

  • Updated dependencies [8431fb9]
  • Updated dependencies [d6bb92d]
  • Updated dependencies [5695c6c]
  • Updated dependencies [9aa2be4]
  • Updated dependencies [48ccd57]
    • @​utrecht/web-component-library-stencil@​2.1.0

2.0.0

Major Changes

  • ecf877a: Refactor the Alert component for more consistent token names and use flex instead of grid layout. Adding support for content and message sections.

    • Rename utrecht.alert.icon.gap to utrecht.alert.column-gap
    • Add utrecht.alert.message.row-gap token
    • Add utrecht.alert.content.row-gap token
    • Add utrecht.alert.icon.size token
    • Add utrecht.alert.icon.inset-block-start token
    • Add utrecht-alert__content class
    • Change implementation of layout from grid to flex

Patch Changes

  • Updated dependencies [ecf877a]
    • @​utrecht/web-component-library-stencil@​2.0.0
Commits
  • 1ee8885 docs(release): design system packages
  • 64a1331 build: upgrade from Node 20 to Node 22
  • beba068 docs(release): design system packages
  • cc8950b docs(release): design system packages
  • See full diff in compare view

Updates @utrecht/backdrop-css from 1.1.0 to 1.2.0

Release notes

Sourced from @​utrecht/backdrop-css's releases.

@​utrecht/list-social-css@​1.2.0

Minor Changes

  • c5010be: Added metadata for list-social tokens.

@​utrecht/listbox-css@​1.2.0

Minor Changes

  • 48ccd57: Support bold form controls.

    Add the following design tokens:

    • utrecht.form-control.font-weight (common token)
    • utrecht.listbox.font-weight
    • utrecht.select.font-weight
    • utrecht.textarea.font-weight
    • utrecht.textbox.font-weight

Patch Changes

  • b3fc62c: Fix CSS implementation of design token utrecht.form-control.max-inline-size in listbox component CSS.

@​utrecht/logo-button-css@​1.2.0

Minor Changes

  • fc98af1: Added metadata for logo-button tokens.

@​utrecht/logo-css@​1.2.0

Minor Changes

  • 3853e3d: Added metadata for logo tokens.

@​utrecht/logo-image-css@​1.2.0

Minor Changes

  • 8295595: Added metadata for logo-image tokens.

@​utrecht/map-marker-css@​1.2.0

Minor Changes

  • 3b10052: Added metadata for map-marker tokens.

@​utrecht/mark-css@​1.2.0

Minor Changes

  • c852de5: Added metadata for mark tokens.

@​utrecht/nav-bar-css@​1.2.0

Minor Changes

... (truncated)

Changelog

Sourced from @​utrecht/backdrop-css's changelog.

1.2.0

Minor Changes

Commits
  • beba068 docs(release): design system packages
  • 47955df fix: metadata for backdrop (#2368)
  • 32514f3 build: ship Markdown documentation in CSS component npm packages
  • 8cdc6f9 docs: specify Figma support for design tokens
  • See full diff in compare view

Updates @nl-design-system-unstable/documentation from 1.1.0 to 1.2.0

Release notes

Sourced from @​nl-design-system-unstable/documentation's releases.

@​nl-design-system-unstable/documentation@​1.2.0

Minor Changes

Changelog

Sourced from @​nl-design-system-unstable/documentation's changelog.

1.2.0

Minor Changes

Commits

Updates @utrecht/focus-ring-css from 1.1.0 to 2.0.0

Release notes

Sourced from @​utrecht/focus-ring-css's releases.

@​utrecht/focus-ring-css@​2.0.0

Major Changes

  • c1f8d63: Remove the SCSS variable $utrecht-focus-visible-fallback and remove the following mixins:

    • utrecht-focus-ring-reset
    • utrecht-focus-pseudo-classes-backwards-compatible
Changelog

Sourced from @​utrecht/focus-ring-css's changelog.

2.0.0

Major Changes

  • c1f8d63: Remove the SCSS variable $utrecht-focus-visible-fallback and remove the following mixins:

    • utrecht-focus-ring-reset
    • utrecht-focus-pseudo-classes-backwards-compatible

1.2.0

Minor Changes

  • 5d61ea6: Added metadata for focus-ring tokens.
Commits
  • 1ee8885 docs(release): design system packages
  • c1f8d63 chore: remove SCSS code for :focus-visible polyfill
  • beba068 docs(release): design system packages
  • 5d61ea6 feat: add metadata for focus-ring (#2385)
  • 32514f3 build: ship Markdown documentation in CSS component npm packages
  • See full diff in compare view

Updates @utrecht/form-label-css from 1.1.0 to 1.3.0

Release notes

Sourced from @​utrecht/form-label-css's releases.

@​utrecht/radio-button-css@​1.3.0

Minor Changes

  • 228377c: - Added metadata for radio-button tokens.
    • Added margin-inline-end token that was available in mixin.
    • Reordered some tokens in json for better scanning of tokens.

@​utrecht/select-css@​1.3.0

Minor Changes

  • 52364b1: - Added metadata for select

    • Changed syntax for background-image token
  • 7967cee: Added token select.invalid.border-block-end-width that is available as CSS variable.

  • 48ccd57: Support bold form controls.

    Add the following design tokens:

    • utrecht.form-control.font-weight (common token)
    • utrecht.listbox.font-weight
    • utrecht.select.font-weight
    • utrecht.textarea.font-weight
    • utrecht.textbox.font-weight

@​utrecht/textbox-css@​1.3.0

Minor Changes

  • 48ccd57: Support bold form controls.

    Add the following design tokens:

    • utrecht.form-control.font-weight (common token)
    • utrecht.listbox.font-weight
    • utrecht.select.font-weight
    • utrecht.textarea.font-weight
    • utrecht.textbox.font-weight

@​utrecht/spotlight-section-css@​1.3.0

Minor Changes

  • 374b678: Extend the Spotlight Section component with new features.

    Add new CSS class names:

    • utrecht-spotlight-section--error
    • utrecht-spotlight-section--ok

    Add new SCSS mixins:

    • utrecht-spotlight-section--error
    • utrecht-spotlight-section--ok

... (truncated)

Changelog

Sourced from @​utrecht/form-label-css's changelog.

1.3.0

Minor Changes

  • c8520fe: Support styling of a form field <label> element that contains a checkbox or radio button, within class="utrecht-html".

1.2.0

Minor Changes

  • 4c13489: Added metadata for form-label tokens.
Commits
  • beba068 docs(release): design system packages
  • c8520fe feat: support styling of radio/checkbox form labels in vanilla HTML
  • cc8950b docs(release): design system packages
  • b4e87fd feat: add metadata for form-label
  • 32514f3 build: ship Markdown documentation in CSS component npm packages
  • See full diff in compare view

Updates @utrecht/textbox-css from 1.2.0 to 1.3.1

Release notes

Sourced from @​utrecht/textbox-css's releases.

@​utrecht/textbox-css@​1.3.1

Patch Changes

  • e177ced: Start using :focus-visible, Safari support has caught up.

@​utrecht/textbox-css@​1.3.0

Minor Changes

  • 48ccd57: Support bold form controls.

    Add the following design tokens:

    • utrecht.form-control.font-weight (common token)
    • utrecht.listbox.font-weight
    • utrecht.select.font-weight
    • utrecht.textarea.font-weight
    • utrecht.textbox.font-weight
Changelog

Sourced from @​utrecht/textbox-css's changelog.

1.3.1

Patch Changes

  • e177ced: Start using :focus-visible, Safari support has caught up.

1.3.0

Minor Changes

  • 48ccd57: Support bold form controls.

    Add the following design tokens:

    • utrecht.form-control.font-weight (common token)
    • utrecht.listbox.font-weight
    • utrecht.select.font-weight
    • utrecht.textarea.font-weight
    • utrecht.textbox.font-weight
Commits
  • 1ee8885 docs(release): design system packages
  • e177ced style: start using :focus-visible, Safari support has caught up
  • 7d57513 docs: split Textbox README into multiple markdown files
  • 70b3d0b docs: explain which PDF tags should be used for components
  • beba068 docs(release): design system packages
  • 48ccd57 feat: support bold form controls
  • 32514f3 build: ship Markdown documentation in CSS component npm packages
  • See full diff in compare view

Updates @utrecht/web-component-library-stencil from 1.4.0 to 2.2.0

Release notes

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

@​utrecht/web-component-library-stencil@​2.2.0

Minor Changes

  • 200e34b: Add utrecht.number-badge.border-color and utrecht.number-badge.border-width design tokens.
  • 24b4813: Add slot="icon" and slot="label" support to utrecht-button web component.

@​utrecht/web-component-library-stencil@​2.1.0

Minor Changes

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

    • utrecht.breadcrumb-nav.line-height
    • utrecht.breadcrumb-nav.link.active.color
    • utrecht.breadcrumb-nav.link.active.text-decoration
  • d6bb92d: Add Number badge component as replacement for Badge counter

  • 48ccd57: Support bold form controls.

    Add the following design tokens:

    • utrecht.form-control.font-weight (common token)
    • utrecht.listbox.font-weight
    • utrecht.select.font-weight
    • utrecht.textarea.font-weight
    • utrecht.textbox.font-weight

Patch Changes

Changelog

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

2.2.0

Minor Changes

  • 200e34b: Add utrecht.number-badge.border-color and utrecht.number-badge.border-width design tokens.
  • 24b4813: Add slot="icon" and slot="label" support to utrecht-button web component.

2.1.0

Minor Changes

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

    • utrecht.breadcrumb-nav.line-height
    • utrecht.breadcrumb-nav.link.active.color
    • utrecht.breadcrumb-nav.link.active.text-decoration
  • d6bb92d: Add Number badge component as replacement for Badge counter

  • 48ccd57: Support bold form controls.

    Add the following design tokens:

    • utrecht.form-control.font-weight (common token)
    • utrecht.listbox.font-weight
    • utrecht.select.font-weight
    • utrecht.textarea.font-weight
    • utrecht.textbox.font-weight

Patch Changes

2.0.0

Major Changes

  • ecf877a: Refactor the Alert component for more consistent token names and use flex instead of grid layout. Adding support for content and message sections.

    • Rename utrecht.alert.icon.gap to utrecht.alert.column-gap
    • Add utrecht.alert.message.row-gap token
    • Add utrecht.alert.content.row-gap token
    • Add utrecht.alert.icon.size token
    • Add utrecht.alert.icon.inset-block-start token
    • Add utrecht-alert__content class
    • Change implementation of layout from grid to flex
Commits
  • 1ee8885 docs(release): design system packages
  • 7958a15 refactor: simplify icon slot for button web component
  • 198f2b3 feat: support label and icon in button web component
  • 64a1331 build: upgrade from Node 20 to Node 22
  • beba068 docs(release): design system packages
  • d6bb92d feat: add Number badge as a replacement of Badge counter
  • cc8950b docs(release): design system packages
  • 4e53b58 docs: update alert stories
  • 7c73a32 ci: move all tsc --noEmit tests to lint-build
  • 59c885e ci: tweak ESLint config for Stencil
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

Bumps the allowed-deps group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@utrecht/component-library-css](https://github.com/nl-design-system/utrecht/tree/HEAD/packages/component-library-css) | `4.2.0` | `6.1.0` |
| [@utrecht/component-library-react](https://github.com/nl-design-system/utrecht/tree/HEAD/packages/component-library-react) | `5.0.0` | `7.2.0` |
| [@utrecht/design-tokens](https://github.com/nl-design-system/utrecht/tree/HEAD/proprietary/design-tokens) | `1.1.0` | `2.1.1` |
| [@utrecht/web-component-library-react](https://github.com/nl-design-system/utrecht/tree/HEAD/packages/web-component-library-react) | `1.3.0` | `3.0.0` |
| [@utrecht/backdrop-css](https://github.com/nl-design-system/utrecht/tree/HEAD/components/backdrop) | `1.1.0` | `1.2.0` |
| [@nl-design-system-unstable/documentation](https://github.com/nl-design-system/documentatie/tree/HEAD/docs) | `1.1.0` | `1.2.0` |
| [@utrecht/focus-ring-css](https://github.com/nl-design-system/utrecht/tree/HEAD/components/focus-ring) | `1.1.0` | `2.0.0` |
| [@utrecht/form-label-css](https://github.com/nl-design-system/utrecht/tree/HEAD/components/form-label) | `1.1.0` | `1.3.0` |
| [@utrecht/textbox-css](https://github.com/nl-design-system/utrecht/tree/HEAD/components/textbox) | `1.2.0` | `1.3.1` |



Updates `@utrecht/component-library-css` from 4.2.0 to 6.1.0
- [Release notes](https://github.com/nl-design-system/utrecht/releases)
- [Changelog](https://github.com/nl-design-system/utrecht/blob/main/packages/component-library-css/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/utrecht/commits/@utrecht/[email protected]/packages/component-library-css)

Updates `@utrecht/component-library-react` from 5.0.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)

Updates `@utrecht/design-tokens` from 1.1.0 to 2.1.1
- [Release notes](https://github.com/nl-design-system/utrecht/releases)
- [Changelog](https://github.com/nl-design-system/utrecht/blob/main/proprietary/design-tokens/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/utrecht/commits/@utrecht/[email protected]/proprietary/design-tokens)

Updates `@utrecht/web-component-library-react` from 1.3.0 to 3.0.0
- [Release notes](https://github.com/nl-design-system/utrecht/releases)
- [Changelog](https://github.com/nl-design-system/utrecht/blob/main/packages/web-component-library-react/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/utrecht/commits/@utrecht/[email protected]/packages/web-component-library-react)

Updates `@utrecht/backdrop-css` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/nl-design-system/utrecht/releases)
- [Changelog](https://github.com/nl-design-system/utrecht/blob/main/components/backdrop/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/utrecht/commits/@utrecht/[email protected]/components/backdrop)

Updates `@nl-design-system-unstable/documentation` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/nl-design-system/documentatie/releases)
- [Changelog](https://github.com/nl-design-system/documentatie/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/documentatie/commits/@nl-design-system-unstable/[email protected]/docs)

Updates `@utrecht/focus-ring-css` from 1.1.0 to 2.0.0
- [Release notes](https://github.com/nl-design-system/utrecht/releases)
- [Changelog](https://github.com/nl-design-system/utrecht/blob/main/components/focus-ring/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/utrecht/commits/@utrecht/[email protected]/components/focus-ring)

Updates `@utrecht/form-label-css` from 1.1.0 to 1.3.0
- [Release notes](https://github.com/nl-design-system/utrecht/releases)
- [Changelog](https://github.com/nl-design-system/utrecht/blob/main/components/form-label/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/utrecht/commits/@utrecht/[email protected]/components/form-label)

Updates `@utrecht/textbox-css` from 1.2.0 to 1.3.1
- [Release notes](https://github.com/nl-design-system/utrecht/releases)
- [Changelog](https://github.com/nl-design-system/utrecht/blob/main/components/textbox/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/utrecht/commits/@utrecht/[email protected]/components/textbox)

Updates `@utrecht/web-component-library-stencil` from 1.4.0 to 2.2.0
- [Release notes](https://github.com/nl-design-system/utrecht/releases)
- [Changelog](https://github.com/nl-design-system/utrecht/blob/main/packages/web-component-library-stencil/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/utrecht/commits/@utrecht/[email protected]/packages/web-component-library-stencil)

---
updated-dependencies:
- dependency-name: "@utrecht/component-library-css"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: allowed-deps
- dependency-name: "@utrecht/component-library-react"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: allowed-deps
- dependency-name: "@utrecht/design-tokens"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: allowed-deps
- dependency-name: "@utrecht/web-component-library-react"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: allowed-deps
- dependency-name: "@utrecht/backdrop-css"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allowed-deps
- dependency-name: "@nl-design-system-unstable/documentation"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: allowed-deps
- dependency-name: "@utrecht/focus-ring-css"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: allowed-deps
- dependency-name: "@utrecht/form-label-css"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allowed-deps
- dependency-name: "@utrecht/textbox-css"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: allowed-deps
- dependency-name: "@utrecht/web-component-library-stencil"
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: allowed-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

vercel bot commented Oct 21, 2024

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

Name Status Preview Comments Updated (UTC)
cms-frameless-io ❌ Failed (Inspect) Oct 21, 2024 11:39pm
tiptap ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 21, 2024 11:39pm

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