Skip to content

chore(deps): bump the patch-and-minor-dependencies group across 1 directory with 48 updates#2023

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/patch-and-minor-dependencies-8525b8b20f
Open

chore(deps): bump the patch-and-minor-dependencies group across 1 directory with 48 updates#2023
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/patch-and-minor-dependencies-8525b8b20f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2026

Bumps the patch-and-minor-dependencies group with 48 updates in the / directory:

Package From To
@changesets/cli 2.29.8 2.30.0
@rollup/plugin-commonjs 29.0.0 29.0.2
@typescript-eslint/eslint-plugin 8.48.1 8.57.0
@typescript-eslint/parser 8.48.1 8.57.0
eslint-plugin-mdx 3.6.2 3.7.0
eslint-plugin-storybook 10.1.4 10.2.17
lint-staged 16.2.7 16.3.3
npm-check-updates 19.1.2 19.6.3
npm-package-json-lint 9.0.0 9.1.0
postcss 8.5.6 8.5.8
rimraf 6.1.2 6.1.3
rollup 4.53.3 4.59.0
sass 1.94.2 1.98.0
style-dictionary 5.1.1 5.3.3
@nl-design-system-candidate/data-badge-css 1.0.4 1.0.5
@nl-design-system-candidate/data-badge-react 1.1.6 1.1.7
@nl-design-system-candidate/heading-css 1.1.2 1.1.3
@nl-design-system-candidate/heading-react 1.1.6 1.1.7
@nl-design-system-candidate/link-css 2.0.2 2.0.3
@nl-design-system-candidate/link-react 1.1.7 1.1.8
@nl-design-system-candidate/number-badge-css 1.1.4 1.1.5
@nl-design-system-candidate/number-badge-react 1.3.1 1.3.2
@nl-design-system-candidate/paragraph-css 2.1.2 2.1.3
@nl-design-system-candidate/paragraph-react 2.2.1 2.2.2
@nl-design-system-candidate/skip-link-css 1.0.4 1.0.5
@nl-design-system-candidate/skip-link-react 1.1.6 1.1.7
@utrecht/textbox-css 3.0.1 3.1.0
@utrecht/textbox-react 1.0.12 1.0.13
@utrecht/button-css 3.0.1 3.1.0
@utrecht/table-css 2.0.1 2.0.2
@nl-design-system-unstable/theme-toolkit 1.0.0 1.3.0
@babel/core 7.28.5 7.29.0
@babel/preset-env 7.28.5 7.29.0
@open-formulieren/sdk 3.2.2 3.4.2
@storybook/addon-a11y 10.1.4 10.2.17
@storybook/addon-docs 10.1.4 10.2.17
@storybook/addon-links 10.1.4 10.2.17
@storybook/addon-themes 10.1.4 10.2.17
@storybook/react-vite 10.1.4 10.2.17
babel-loader 10.0.0 10.1.1
lodash-es 4.17.21 4.17.23
react 19.2.3 19.2.4
@types/react 19.2.7 19.2.14
react-dom 19.2.3 19.2.4
react-syntax-highlighter 16.1.0 16.1.1
sass-loader 16.0.6 16.0.7
storybook 10.1.4 10.2.17
storybook-addon-pseudo-states 10.1.4 10.2.17

Updates @changesets/cli from 2.29.8 to 2.30.0

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.30.0

Minor Changes

  • #1840 057cca2 Thanks @​wotan-allfather! - Add --since flag to add command

    The add command now supports a --since flag that allows you to specify which branch, tag, or git ref to use when detecting changed packages. This is useful for gitflow workflows where you have multiple target branches and the baseBranch config option doesn't cover all use cases.

    Example: changeset add --since=develop

    If not provided, the command falls back to the baseBranch value in your .changeset/config.json.

  • #1845 2b4a66a Thanks @​Andarist! - Delegate OTP prompting to the package manager instead of handling it in-process. This allows Changesets to use the package manager's native web auth support.

  • #1774 667fe5a Thanks @​bluwy! - Support importing custom commit option ES module. Previously, it used require() which only worked for CJS modules, however now it uses import() which supports both CJS and ES modules.

  • #1839 73b1809 Thanks @​leochiu-a! - Add a --message (-m) flag to changeset add (and default changeset) so the changeset summary can be provided from the command line. When --message is present, the summary prompt is skipped while the final confirmation step is kept.

  • #1806 0e8e01e Thanks @​luisadame! - Changeset CLI can now be run from the nested directories in the project, where the .changeset directory has to be found in one of the parent directories

Patch Changes

  • #1849 9dc3230 Thanks @​Andarist! - Compute the terminal's size lazily to avoid spurious stderr output in non-interactive mode

  • #1857 2a73025 Thanks @​mixelburg! - Fix confusing prompt labels when entering changeset summary after external editor fallback

  • #1842 6df3a5e Thanks @​RodrigoHamuy! - Allow private packages to depend on skipped packages without requiring them to also be skipped. Private packages are not published to npm, so it is safe for them to have dependencies on ignored or unversioned packages.

  • #1776 503fcaa Thanks @​bluwy! - Support absolute paths in changeset status --output <path>

  • Updated dependencies [667fe5a, 1772598, b6f4c74, 6df3a5e, 6df3a5e, 27fd8f4]:

    • @​changesets/apply-release-plan@​7.1.0
    • @​changesets/config@​3.1.3
    • @​changesets/get-release-plan@​4.0.15
    • @​changesets/read@​0.6.7
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​changesets/cli since your current version.


Updates @rollup/plugin-commonjs from 29.0.0 to 29.0.2

Changelog

Sourced from @​rollup/plugin-commonjs's changelog.

v29.0.2

2026-03-06

Bugfixes

  • commonjs: conditional exports (#1952)

v29.0.1

2026-03-05

Bugfixes

  • commonjs: correctly replaces shorthand "global" property in object (#1957)
Commits
  • 2de0d62 chore(release): commonjs v29.0.2
  • ab65325 fix(commonjs): conditional exports (#1952)
  • 7d22981 chore(repo): add rollup-plugin keyword in package.json (#1955)
  • a79ae55 chore(release): commonjs v29.0.1
  • bb41cfd chore(release): commonjs v29.0.1
  • 14ae186 fix(commonjs): correctly replaces shorthand "global" property in object (#1957)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​rollup/plugin-commonjs since your current version.


Updates @typescript-eslint/eslint-plugin from 8.48.1 to 8.57.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.57.0

8.57.0 (2026-03-09)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#12080)

🩹 Fixes

  • eslint-plugin: [strict-void-return] false positives with overloads (#12055)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#12079)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#12077)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#12094)
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#12089)
  • typescript-estree: switch back to use ts.getModifiers() (#12034)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#11355)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.56.1

8.56.1 (2026-02-23)

What's Changed

You can read about our versioning strategy and releases on our website.

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.57.0 (2026-03-09)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#12080)

🩹 Fixes

  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#12089)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#12094)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#11355)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#12077)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#12079)
  • eslint-plugin: [strict-void-return] false positives with overloads (#12055)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.56.1 (2026-02-23)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

... (truncated)

Commits
  • 2c6aeee chore(release): publish 8.57.0
  • 46bf066 docs(eslint-plugin): document no-unnecessary-condition limitation with object...
  • f696dad chore: use pnpm catalog (#12047)
  • 2029c78 fix(eslint-plugin): [no-base-to-string] fix false positive for toString with ...
  • 0f4f101 fix(eslint-plugin): [prefer-promise-reject-errors] add allow `TypeOrValueSpec...
  • 53f473b fix(typescript-estree): if the template literal is tagged and the text has an...
  • 2291b81 docs: minor grammar adjustment (#12112)
  • fc5cd09 fix(eslint-plugin): guard against negative paramIndex in no-useless-default-a...
  • adc2aad fix(eslint-plugin): handle statically analyzable computed keys in prefer-read...
  • 85badff fix(eslint-plugin): [strict-void-return] false positives with overloads (#12055)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.48.1 to 8.57.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.57.0

8.57.0 (2026-03-09)

🚀 Features

  • eslint-plugin: [no-unnecessary-condition] allow literal loop conditions in for/do loops (#12080)

🩹 Fixes

  • eslint-plugin: [strict-void-return] false positives with overloads (#12055)
  • eslint-plugin: handle statically analyzable computed keys in prefer-readonly (#12079)
  • eslint-plugin: guard against negative paramIndex in no-useless-default-assignment (#12077)
  • eslint-plugin: [prefer-promise-reject-errors] add allow TypeOrValueSpecifier to prefer-promise-reject-errors (#12094)
  • eslint-plugin: [no-base-to-string] fix false positive for toString with overloads (#12089)
  • typescript-estree: switch back to use ts.getModifiers() (#12034)
  • typescript-estree: if the template literal is tagged and the text has an invalid escape, cooked will be null (#11355)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.56.1

8.56.1 (2026-02-23)

What's Changed

You can read about our versioning strategy and releases on our website.

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.57.0 (2026-03-09)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.56.1 (2026-02-23)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.56.0 (2026-02-16)

🚀 Features

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.55.0 (2026-02-09)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.54.0 (2026-01-26)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.53.1 (2026-01-19)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

... (truncated)

Commits

Updates eslint-plugin-mdx from 3.6.2 to 3.7.0

Release notes

Sourced from eslint-plugin-mdx's releases.

eslint-plugin-mdx@3.7.0

Minor Changes

Patch Changes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-mdx since your current version.


Updates eslint-plugin-storybook from 10.1.4 to 10.2.17

Release notes

Sourced from eslint-plugin-storybook's releases.

v10.2.17

10.2.17

v10.2.16

10.2.16

v10.2.15

10.2.15

v10.2.14

10.2.14

v10.2.13

10.2.13

v10.2.12

10.2.12

v10.2.11

10.2.11

... (truncated)

Changelog

Sourced from eslint-plugin-storybook's changelog.

10.2.17

10.2.16

10.2.15

10.2.14

10.2.13

10.2.12

10.2.11

10.2.10

10.2.9

... (truncated)

Commits
  • 71dcfa9 Bump version from "10.2.16" to "10.2.17" [skip ci]
  • 8a7f39a Bump version from "10.2.15" to "10.2.16" [skip ci]
  • 7b4ab63 Bump version from "10.2.14" to "10.2.15" [skip ci]
  • 8392ec0 Bump version from "10.2.13" to "10.2.14" [skip ci]
  • 305b534 Bump version from "10.2.12" to "10.2.13" [skip ci]
  • 69cf694 Merge pull request #33884 from storybookjs/copilot/fix-eslint-10-support
  • 68f811f Bump version from "10.2.11" to "10.2.12" [skip ci]
  • be01dca Bump version from "10.2.10" to "10.2.11" [skip ci]
  • c812573 Bump version from "10.2.9" to "10.2.10" [skip ci]
  • 4cdde82 Bump version from "10.2.8" to "10.2.9" [skip ci]
  • Additional commits viewable in compare view

Updates lint-staged from 16.2.7 to 16.3.3

Release notes

Sourced from lint-staged's releases.

v16.3.3

Patch Changes

  • #1740 0109e8d Thanks @​iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.

v16.3.2

Patch Changes

  • #1735 2adaf6c Thanks @​iiroj! - Hide the extra cmd window on Windows by spawning tasks without the detached option.

v16.3.1

Patch Changes

  • #1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

v16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
Changelog

Sourced from lint-staged's changelog.

16.3.3

Patch Changes

  • #1740 0109e8d Thanks @​iiroj! - Make sure Git's warning about CRLF line-endings doesn't interfere with creating initial backup stash.

16.3.2

Patch Changes

  • #1735 2adaf6c Thanks @​iiroj! - Hide the extra cmd window on Windows by spawning tasks without the detached option.

16.3.1

Patch Changes

  • #1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
Commits
  • 8aea986 chore(changeset): release
  • 0109e8d fix: strip Git CRLF warning from output
  • dfd6a7a chore(changeset): release
  • 2adaf6c fix(Windows): do not spawn tasks as detached since it opens a cmd window on ...
  • 60957ce docs: add CONTRIBUTING.md
  • 2a74cd2 chore(changeset): release
  • cd5d762 refactor: remove nano-spawn dependency completely
  • e342cab build(deps): move nano-spawn to dev
  • 9aa2cd7 chore(changeset): release
  • 0c387bc test: make long-running task longer because of GitHub Actions slowness
  • Additional commits viewable in compare view

Updates npm-check-updates from 19.1.2 to 19.6.3

Release notes

Sourced from npm-check-updates's releases.

v19.6.3

Full Changelog: raineorshine/npm-check-updates@v19.6.2...v19.6.3

v19.6.2

What's Changed

Full Changelog: raineorshine/npm-check-updates@v19.6.1...v19.6.2

v19.6.1

What's Changed

Full Changelog: raineorshine/npm-check-updates@v19.6.0...v19.6.1

v19.6.0

What's Changed

New Contributors

Full Changelog: raineorshine/npm-check-updates@v19.5.0...v19.6.0

v19.5.0

What's Changed

  • feat(homepage): Add --format homepage option to print homepage.

e.g.

$ ncu --format homepage
...
 mocha                      ^11.7.2  →   ^11.7.5    https://mochajs.org/
 npm-registry-fetch         ^19.0.0  →   ^19.1.1
 prettier                   ^3.6.2  →    ^3.8.1     https://prettier.io
...

Full Changelog: raineorshine/npm-check-updates@v19.4.1...v19.5.0

v19.4.1

What's Changed

  • Fixed a small cooldown regression with number types in the ncurc

Full Changelog: raineorshine/npm-check-updates@v19.4.0...v19.4.1

... (truncated)

Description has been truncated

…ectory with 48 updates

Bumps the patch-and-minor-dependencies group with 48 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.29.8` | `2.30.0` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `29.0.0` | `29.0.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.48.1` | `8.57.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.48.1` | `8.57.0` |
| [eslint-plugin-mdx](https://github.com/mdx-js/eslint-mdx) | `3.6.2` | `3.7.0` |
| [eslint-plugin-storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/eslint-plugin) | `10.1.4` | `10.2.17` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.7` | `16.3.3` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `19.1.2` | `19.6.3` |
| [npm-package-json-lint](https://github.com/tclindner/npm-package-json-lint) | `9.0.0` | `9.1.0` |
| [postcss](https://github.com/postcss/postcss) | `8.5.6` | `8.5.8` |
| [rimraf](https://github.com/isaacs/rimraf) | `6.1.2` | `6.1.3` |
| [rollup](https://github.com/rollup/rollup) | `4.53.3` | `4.59.0` |
| [sass](https://github.com/sass/dart-sass) | `1.94.2` | `1.98.0` |
| [style-dictionary](https://github.com/style-dictionary/style-dictionary) | `5.1.1` | `5.3.3` |
| [@nl-design-system-candidate/data-badge-css](https://github.com/nl-design-system/candidate/tree/HEAD/packages/components-css/data-badge-css) | `1.0.4` | `1.0.5` |
| [@nl-design-system-candidate/data-badge-react](https://github.com/nl-design-system/candidate/tree/HEAD/packages/components-react/data-badge-react) | `1.1.6` | `1.1.7` |
| [@nl-design-system-candidate/heading-css](https://github.com/nl-design-system/candidate/tree/HEAD/packages/components-css/heading-css) | `1.1.2` | `1.1.3` |
| [@nl-design-system-candidate/heading-react](https://github.com/nl-design-system/candidate/tree/HEAD/packages/components-react/heading-react) | `1.1.6` | `1.1.7` |
| [@nl-design-system-candidate/link-css](https://github.com/nl-design-system/candidate/tree/HEAD/packages/components-css/link-css) | `2.0.2` | `2.0.3` |
| [@nl-design-system-candidate/link-react](https://github.com/nl-design-system/candidate/tree/HEAD/packages/components-react/link-react) | `1.1.7` | `1.1.8` |
| [@nl-design-system-candidate/number-badge-css](https://github.com/nl-design-system/candidate/tree/HEAD/packages/components-css/number-badge-css) | `1.1.4` | `1.1.5` |
| [@nl-design-system-candidate/number-badge-react](https://github.com/nl-design-system/candidate/tree/HEAD/packages/components-react/number-badge-react) | `1.3.1` | `1.3.2` |
| [@nl-design-system-candidate/paragraph-css](https://github.com/nl-design-system/candidate/tree/HEAD/packages/components-css/paragraph-css) | `2.1.2` | `2.1.3` |
| [@nl-design-system-candidate/paragraph-react](https://github.com/nl-design-system/candidate/tree/HEAD/packages/components-react/paragraph-react) | `2.2.1` | `2.2.2` |
| [@nl-design-system-candidate/skip-link-css](https://github.com/nl-design-system/candidate/tree/HEAD/packages/components-css/skip-link-css) | `1.0.4` | `1.0.5` |
| [@nl-design-system-candidate/skip-link-react](https://github.com/nl-design-system/candidate/tree/HEAD/packages/components-react/skip-link-react) | `1.1.6` | `1.1.7` |
| [@utrecht/textbox-css](https://github.com/nl-design-system/utrecht/tree/HEAD/components/textbox) | `3.0.1` | `3.1.0` |
| [@utrecht/textbox-react](https://github.com/nl-design-system/utrecht/tree/HEAD/packages/components-react/textbox-react) | `1.0.12` | `1.0.13` |
| [@utrecht/button-css](https://github.com/nl-design-system/utrecht/tree/HEAD/components/button) | `3.0.1` | `3.1.0` |
| [@utrecht/table-css](https://github.com/nl-design-system/utrecht/tree/HEAD/components/table) | `2.0.1` | `2.0.2` |
| [@nl-design-system-unstable/theme-toolkit](https://github.com/nl-design-system/themes/tree/HEAD/packages/theme-toolkit) | `1.0.0` | `1.3.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.28.5` | `7.29.0` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.28.5` | `7.29.0` |
| [@open-formulieren/sdk](https://github.com/open-formulieren/open-forms-sdk) | `3.2.2` | `3.4.2` |
| [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/a11y) | `10.1.4` | `10.2.17` |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.1.4` | `10.2.17` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `10.1.4` | `10.2.17` |
| [@storybook/addon-themes](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/themes) | `10.1.4` | `10.2.17` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `10.1.4` | `10.2.17` |
| [babel-loader](https://github.com/babel/babel-loader) | `10.0.0` | `10.1.1` |
| [lodash-es](https://github.com/lodash/lodash) | `4.17.21` | `4.17.23` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.3` | `19.2.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.7` | `19.2.14` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.3` | `19.2.4` |
| [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) | `16.1.0` | `16.1.1` |
| [sass-loader](https://github.com/webpack/sass-loader) | `16.0.6` | `16.0.7` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.1.4` | `10.2.17` |
| [storybook-addon-pseudo-states](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/pseudo-states) | `10.1.4` | `10.2.17` |



Updates `@changesets/cli` from 2.29.8 to 2.30.0
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/commits/@changesets/cli@2.30.0)

Updates `@rollup/plugin-commonjs` from 29.0.0 to 29.0.2
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v29.0.2/packages/commonjs)

Updates `@typescript-eslint/eslint-plugin` from 8.48.1 to 8.57.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.48.1 to 8.57.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.57.0/packages/parser)

Updates `eslint-plugin-mdx` from 3.6.2 to 3.7.0
- [Release notes](https://github.com/mdx-js/eslint-mdx/releases)
- [Changelog](https://github.com/mdx-js/eslint-mdx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mdx-js/eslint-mdx/compare/eslint-plugin-mdx@3.6.2...eslint-plugin-mdx@3.7.0)

Updates `eslint-plugin-storybook` from 10.1.4 to 10.2.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.17/code/lib/eslint-plugin)

Updates `lint-staged` from 16.2.7 to 16.3.3
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.2.7...v16.3.3)

Updates `npm-check-updates` from 19.1.2 to 19.6.3
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v19.1.2...v19.6.3)

Updates `npm-package-json-lint` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/tclindner/npm-package-json-lint/releases)
- [Changelog](https://github.com/tclindner/npm-package-json-lint/blob/master/CHANGELOG.md)
- [Commits](tclindner/npm-package-json-lint@v9.0.0...v9.1.0)

Updates `postcss` from 8.5.6 to 8.5.8
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.6...8.5.8)

Updates `rimraf` from 6.1.2 to 6.1.3
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v6.1.2...v6.1.3)

Updates `rollup` from 4.53.3 to 4.59.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.53.3...v4.59.0)

Updates `sass` from 1.94.2 to 1.98.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.94.2...1.98.0)

Updates `style-dictionary` from 5.1.1 to 5.3.3
- [Release notes](https://github.com/style-dictionary/style-dictionary/releases)
- [Changelog](https://github.com/style-dictionary/style-dictionary/blob/main/CHANGELOG.md)
- [Commits](style-dictionary/style-dictionary@v5.1.1...v5.3.3)

Updates `@nl-design-system-candidate/data-badge-css` from 1.0.4 to 1.0.5
- [Release notes](https://github.com/nl-design-system/candidate/releases)
- [Changelog](https://github.com/nl-design-system/candidate/blob/main/packages/components-css/data-badge-css/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/candidate/commits/@nl-design-system-candidate/data-badge-css@1.0.5/packages/components-css/data-badge-css)

Updates `@nl-design-system-candidate/data-badge-react` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/nl-design-system/candidate/releases)
- [Changelog](https://github.com/nl-design-system/candidate/blob/main/packages/components-react/data-badge-react/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/candidate/commits/@nl-design-system-candidate/data-badge-react@1.1.7/packages/components-react/data-badge-react)

Updates `@nl-design-system-candidate/heading-css` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/nl-design-system/candidate/releases)
- [Changelog](https://github.com/nl-design-system/candidate/blob/main/packages/components-css/heading-css/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/candidate/commits/@nl-design-system-candidate/heading-css@1.1.3/packages/components-css/heading-css)

Updates `@nl-design-system-candidate/heading-react` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/nl-design-system/candidate/releases)
- [Changelog](https://github.com/nl-design-system/candidate/blob/main/packages/components-react/heading-react/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/candidate/commits/@nl-design-system-candidate/heading-react@1.1.7/packages/components-react/heading-react)

Updates `@nl-design-system-candidate/link-css` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/nl-design-system/candidate/releases)
- [Changelog](https://github.com/nl-design-system/candidate/blob/main/packages/components-css/link-css/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/candidate/commits/@nl-design-system-candidate/link-css@2.0.3/packages/components-css/link-css)

Updates `@nl-design-system-candidate/link-react` from 1.1.7 to 1.1.8
- [Release notes](https://github.com/nl-design-system/candidate/releases)
- [Changelog](https://github.com/nl-design-system/candidate/blob/main/packages/components-react/link-react/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/candidate/commits/@nl-design-system-candidate/link-react@1.1.8/packages/components-react/link-react)

Updates `@nl-design-system-candidate/number-badge-css` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/nl-design-system/candidate/releases)
- [Changelog](https://github.com/nl-design-system/candidate/blob/main/packages/components-css/number-badge-css/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/candidate/commits/@nl-design-system-candidate/number-badge-css@1.1.5/packages/components-css/number-badge-css)

Updates `@nl-design-system-candidate/number-badge-react` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/nl-design-system/candidate/releases)
- [Changelog](https://github.com/nl-design-system/candidate/blob/main/packages/components-react/number-badge-react/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/candidate/commits/@nl-design-system-candidate/number-badge-react@1.3.2/packages/components-react/number-badge-react)

Updates `@nl-design-system-candidate/paragraph-css` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/nl-design-system/candidate/releases)
- [Changelog](https://github.com/nl-design-system/candidate/blob/main/packages/components-css/paragraph-css/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/candidate/commits/@nl-design-system-candidate/paragraph-css@2.1.3/packages/components-css/paragraph-css)

Updates `@nl-design-system-candidate/paragraph-react` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/nl-design-system/candidate/releases)
- [Changelog](https://github.com/nl-design-system/candidate/blob/main/packages/components-react/paragraph-react/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/candidate/commits/@nl-design-system-candidate/paragraph-react@2.2.2/packages/components-react/paragraph-react)

Updates `@nl-design-system-candidate/skip-link-css` from 1.0.4 to 1.0.5
- [Release notes](https://github.com/nl-design-system/candidate/releases)
- [Changelog](https://github.com/nl-design-system/candidate/blob/main/packages/components-css/skip-link-css/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/candidate/commits/@nl-design-system-candidate/skip-link-css@1.0.5/packages/components-css/skip-link-css)

Updates `@nl-design-system-candidate/skip-link-react` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/nl-design-system/candidate/releases)
- [Changelog](https://github.com/nl-design-system/candidate/blob/main/packages/components-react/skip-link-react/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/candidate/commits/@nl-design-system-candidate/skip-link-react@1.1.7/packages/components-react/skip-link-react)

Updates `@utrecht/textbox-css` from 3.0.1 to 3.1.0
- [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/textbox-css@3.1.0/components/textbox)

Updates `@utrecht/textbox-react` from 1.0.12 to 1.0.13
- [Release notes](https://github.com/nl-design-system/utrecht/releases)
- [Changelog](https://github.com/nl-design-system/utrecht/blob/main/packages/components-react/textbox-react/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/utrecht/commits/@utrecht/textbox-react@1.0.13/packages/components-react/textbox-react)

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

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

Updates `@nl-design-system-unstable/theme-toolkit` from 1.0.0 to 1.3.0
- [Release notes](https://github.com/nl-design-system/themes/releases)
- [Changelog](https://github.com/nl-design-system/themes/blob/main/packages/theme-toolkit/CHANGELOG.md)
- [Commits](https://github.com/nl-design-system/themes/commits/@nl-design-system-unstable/theme-toolkit@1.3.0/packages/theme-toolkit)

Updates `@babel/core` from 7.28.5 to 7.29.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.0/packages/babel-core)

Updates `@babel/preset-env` from 7.28.5 to 7.29.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.0/packages/babel-preset-env)

Updates `@open-formulieren/sdk` from 3.2.2 to 3.4.2
- [Release notes](https://github.com/open-formulieren/open-forms-sdk/releases)
- [Changelog](https://github.com/open-formulieren/open-forms-sdk/blob/3.4.2/CHANGELOG.rst)
- [Commits](open-formulieren/open-forms-sdk@3.2.2...3.4.2)

Updates `@storybook/addon-a11y` from 10.1.4 to 10.2.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.17/code/addons/a11y)

Updates `@storybook/addon-docs` from 10.1.4 to 10.2.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.17/code/addons/docs)

Updates `@storybook/addon-links` from 10.1.4 to 10.2.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.17/code/addons/links)

Updates `@storybook/addon-themes` from 10.1.4 to 10.2.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.17/code/addons/themes)

Updates `@storybook/react-vite` from 10.1.4 to 10.2.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.17/code/frameworks/react-vite)

Updates `babel-loader` from 10.0.0 to 10.1.1
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v10.0.0...v10.1.1)

Updates `lodash-es` from 4.17.21 to 4.17.23
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.17.23)

Updates `react` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `@types/react` from 19.2.7 to 19.2.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

Updates `react-syntax-highlighter` from 16.1.0 to 16.1.1
- [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases)
- [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD)
- [Commits](react-syntax-highlighter/react-syntax-highlighter@v16.1.0...v16.1.1)

Updates `sass-loader` from 16.0.6 to 16.0.7
- [Release notes](https://github.com/webpack/sass-loader/releases)
- [Changelog](https://github.com/webpack/sass-loader/blob/main/CHANGELOG.md)
- [Commits](webpack/sass-loader@v16.0.6...v16.0.7)

Updates `storybook` from 10.1.4 to 10.2.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.17/code/core)

Updates `storybook-addon-pseudo-states` from 10.1.4 to 10.2.17
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v10.2.17/code/addons/pseudo-states)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-version: 2.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@rollup/plugin-commonjs"
  dependency-version: 29.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.57.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: eslint-plugin-mdx
  dependency-version: 3.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: eslint-plugin-storybook
  dependency-version: 10.2.17
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: lint-staged
  dependency-version: 16.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: npm-check-updates
  dependency-version: 19.6.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: npm-package-json-lint
  dependency-version: 9.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: postcss
  dependency-version: 8.5.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: rimraf
  dependency-version: 6.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: rollup
  dependency-version: 4.59.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: sass
  dependency-version: 1.98.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: style-dictionary
  dependency-version: 5.3.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@nl-design-system-candidate/data-badge-css"
  dependency-version: 1.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@nl-design-system-candidate/data-badge-react"
  dependency-version: 1.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@nl-design-system-candidate/heading-css"
  dependency-version: 1.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@nl-design-system-candidate/heading-react"
  dependency-version: 1.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@nl-design-system-candidate/link-css"
  dependency-version: 2.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@nl-design-system-candidate/link-react"
  dependency-version: 1.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@nl-design-system-candidate/number-badge-css"
  dependency-version: 1.1.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@nl-design-system-candidate/number-badge-react"
  dependency-version: 1.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@nl-design-system-candidate/paragraph-css"
  dependency-version: 2.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@nl-design-system-candidate/paragraph-react"
  dependency-version: 2.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@nl-design-system-candidate/skip-link-css"
  dependency-version: 1.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@nl-design-system-candidate/skip-link-react"
  dependency-version: 1.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@utrecht/textbox-css"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@utrecht/textbox-react"
  dependency-version: 1.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@utrecht/button-css"
  dependency-version: 3.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@utrecht/table-css"
  dependency-version: 2.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@nl-design-system-unstable/theme-toolkit"
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@babel/core"
  dependency-version: 7.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@babel/preset-env"
  dependency-version: 7.29.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@open-formulieren/sdk"
  dependency-version: 3.4.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/addon-a11y"
  dependency-version: 10.2.17
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/addon-docs"
  dependency-version: 10.2.17
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-version: 10.2.17
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/addon-themes"
  dependency-version: 10.2.17
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@storybook/react-vite"
  dependency-version: 10.2.17
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: babel-loader
  dependency-version: 10.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: lodash-es
  dependency-version: 4.17.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.2.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: react-syntax-highlighter
  dependency-version: 16.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: sass-loader
  dependency-version: 16.0.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: storybook
  dependency-version: 10.2.17
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: storybook-addon-pseudo-states
  dependency-version: 10.2.17
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 13, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 13, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
denhaag Error Error Mar 13, 2026 7:46am

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 13, 2026

⚠️ No Changeset found

Latest commit: 74efcab

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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