Skip to content

Bump the ui group across 1 directory with 53 updates #455

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps the ui group with 53 updates in the / directory:

Package From To
@codemirror/autocomplete 6.18.4 6.18.6
@codemirror/view 6.36.1 6.36.5
@grpc/grpc-js 1.12.5 1.13.2
@protobuf-ts/runtime 2.9.4 2.9.6
@protobuf-ts/runtime-rpc 2.9.4 2.9.6
@uiw/codemirror-themes 4.23.7 4.23.10
@uiw/react-codemirror 4.23.7 4.23.10
react-select 5.9.0 5.10.1
styled-components 6.1.13 6.1.16
@storybook/addon-actions 8.4.7 8.6.11
@storybook/addon-controls 8.4.7 8.6.11
@storybook/addon-toolbars 8.4.7 8.6.11
@storybook/components 8.4.7 8.6.11
@storybook/preview-api 8.4.7 8.6.11
@storybook/react 8.4.7 8.6.11
@storybook/react-vite 8.4.7 8.6.11
@storybook/test-runner 0.21.0 0.22.0
@testing-library/react 16.1.0 16.2.0
@testing-library/user-event 14.5.2 14.6.1
cspell 8.17.1 8.18.1
msw 2.7.0 2.7.3
playwright 1.49.1 1.51.1
prettier 3.4.2 3.5.3
storybook 8.4.7 8.6.11
typescript 5.7.2 5.8.2
vite 6.0.6 6.2.4
@babel/core 7.26.0 7.26.10
@babel/preset-env 7.26.0 7.26.9
@babel/preset-typescript 7.26.0 7.27.0
@eslint/js 9.17.0 9.23.0
@ianvs/prettier-plugin-sort-imports 4.4.0 4.4.1
@swc/core 1.10.4 1.11.15
@vitejs/plugin-react-swc 3.7.2 3.8.1
eslint 9.17.0 9.23.0
eslint-plugin-jest 28.10.0 28.11.0
eslint-plugin-react 7.37.3 7.37.4
eslint-plugin-react-hooks 5.1.0 5.2.0
rollup-plugin-visualizer 5.13.1 5.14.0
typescript-eslint 8.19.0 8.29.0
ace-builds 1.37.1 1.39.1
@opentelemetry/exporter-trace-otlp-http 0.57.0 0.200.0
@opentelemetry/instrumentation 0.57.0 0.200.0
@opentelemetry/instrumentation-document-load 0.44.0 0.45.0
@opentelemetry/instrumentation-fetch 0.57.0 0.200.0
@opentelemetry/instrumentation-user-interaction 0.44.0 0.45.0
@opentelemetry/instrumentation-xml-http-request 0.57.0 0.200.0
@opentelemetry/semantic-conventions 1.28.0 1.30.0
babel-plugin-transform-import-meta 2.2.1 2.3.2
tar-fs 3.0.6 3.0.8
@protobuf-ts/grpc-transport 2.9.4 2.9.6
whatwg-url 14.1.0 14.2.0
zod 3.24.1 3.24.2
zod-to-json-schema 3.24.1 3.24.5

Updates @codemirror/autocomplete from 6.18.4 to 6.18.6

Changelog

Sourced from @​codemirror/autocomplete's changelog.

6.18.6 (2025-02-12)

Bug fixes

Fix an issue where the closing character for double-angle quotation marks and full-width brackets was computed incorrectly.

6.18.5 (2025-02-11)

Bug fixes

Fix an issue where clicking on the scrollbar for the completion list could move focus out of the editor.

Commits
  • 7960864 Mark version 6.18.6
  • 68c2a97 Fix determination of closing characters for «» and full-width brackets
  • 7693f35 Mark version 6.18.5
  • acba2e0 Prevent clicking the completion scrollbar from moving focus
  • 007c238 Use documentElement.clientWidth/clientHeight instead of innerWidth/innerHeight
  • 032c8e3 Add a usage section to readme
  • See full diff in compare view

Updates @codemirror/view from 6.36.1 to 6.36.5

Changelog

Sourced from @​codemirror/view's changelog.

6.36.5 (2025-03-29)

Bug fixes

Fix an issue where some browsers wouldn't enable context menu paste when clicking on placeholder text.

Fix an issue where cursor height would unnecessarily be based on a placeholder node's dimensions, and thus be off from the text height.

6.36.4 (2025-03-03)

Bug fixes

Fix an issue where scrolling down to a range higher than the viewport could in some situations fail to scroll to the proper position.

6.36.3 (2025-02-18)

Bug fixes

Make sure event handlers registered with domEventHandlers are not called during view updates, to avoid triggering nested update errors.

Don't include the window scrollbars in the space available for displaying tooltips.

Work around an issue with Chrome's EditContext that shows up when using autocompletion while composing with Samsung's virtual Android keyboard.

6.36.2 (2025-01-09)

Bug fixes

Fix an issue where some kinds of relayouts could put the editor in a state where it believed it wasn't in window, preventing relayout, though it in fact was.

Make sure macOS double-space-to-period conversions are properly suppressed.

Fix an issue where native selection changes, such as mobile spacebar-drag, weren't being picked up in edit context mode.

Commits
  • 2b21ae9 Mark version 6.36.5
  • 0400342 Don't use coords from placeholders when there's another useable element after...
  • e0c4e74 Add user-select: none to placeholder element
  • 8d79e46 Switch from exclamation point to declare syntax for type-only properties
  • 1cc369e Remove special handling for ancient mobile Safari cursor-color issue
  • f0316b1 Mark version 6.36.4
  • 61f4b5c Clip scrolled rectangle to element bounding box while traversing DOM for scro...
  • 683f9e1 Fix bug in scrolling
  • 441d528 Revert "Support a persistent option for widgets"
  • 522bacc Support a persistent option for widgets
  • Additional commits viewable in compare view

Updates @grpc/grpc-js from 1.12.5 to 1.13.2

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.13.2

  • Fix a bug that caused clients to be unable to connect through local proxies (#2933)

@​grpc/grpc-js 1.13.1

  • Fix a bug that caused the rejectUnauthorized channel credentials option to be handled incorrectly (#2926)
  • Fix a bug that caused the client to never send retries if any retryThrottling config was set (#2927)
  • Fix a bug that caused clients to incorrectly send retries if the feature was disabled by a channel option and a retry config was provided (#2927)

@​grpc/grpc-js-xds 1.13.0

@​grpc/grpc-js 1.13.0

Changelog

  • Add support for channel option grpc-node.flow_control_window to control HTTP/2 flow control window size (#2864 contributed by @​rickihastings)
  • Show meaningful error messages more consistently when requests fail (#2868)
  • Add support for CIDR blocks in no_proxyenvironment variable (#2876 contributed by @​melkouri)
  • Fix a bug that caused server interceptor sendMetadata methods to not be called if the server interceptor did not explicitly send metadata (#2897)
  • Fix IPv6-mapped IPv4 address parsing in channelz, and represent them as IPv4 addresses (#2909)

Experimental API changes

Added:

  • SecureConnector
  • SecureConnectResult
  • SUBCHANNEL_ARGS_EXCLUDE_KEY_PREFIX
  • Server#experimentalRegisterListenerToChannelz protected method
  • ServerexperimentalUnregisterListenerFromChannelz protected method
  • Server#experimentalCreateConnectionInjectorWithChannelzRef protected method

Modified:

  • LoadBalancer: Removed the ChannelCredentials constructor argument
  • LoadBalancer: Removed the ChannelOptions constructor argument
  • LoadBalancer#updateAddressList: Replaced the attributes argument with one of type ChannelOptions.
  • ChannelControlHelper#createSubchannel: Removed the ChannelCredentials argument
  • LeafLoadBalancer: Removed the ChannelCredentials constructor argument

@​grpc/grpc-js@​1.12.6

  • Allow garbage collection of IDLE channels (#2896)
Commits
  • 9652680 Merge pull request #2933 from murgatroid99/grpc-js_channel_options_fix
  • bdcbdf4 grpc-js: Consistently reference the same options object in the channel constr...
  • b937786 Merge pull request #2928 from murgatroid99/grpc-js_1.13.1
  • 2bb7eae grpc-js: Bump to 1.13.1
  • 318c800 Merge pull request #2927 from murgatroid99/grpc-js_retry_throttle_fix
  • 97b490a Merge pull request #2926 from murgatroid99/grpc-js_reject_unauthorized_fix
  • 26d26d7 grpc-js: Fix min/max switch in retry throttler
  • 18fddad grpc-js: Don't check authorized when rejectUnauthorized is false
  • 5572bbd Merge pull request #2921 from murgatroid99/grpc-js_backoff_running_fix
  • bd3bbe1 grpc-js: Fix reentrancy problem in backoff timer callback
  • Additional commits viewable in compare view

Updates @protobuf-ts/runtime from 2.9.4 to 2.9.6

Release notes

Sourced from @​protobuf-ts/runtime's releases.

v2.9.6

What's Changed

Full Changelog: timostamm/protobuf-ts@v2.9.5...v2.9.6

v2.9.5

What's Changed

New Contributors

Full Changelog: timostamm/protobuf-ts@v2.9.4...v2.9.5

Commits

Updates @protobuf-ts/runtime-rpc from 2.9.4 to 2.9.6

Release notes

Sourced from @​protobuf-ts/runtime-rpc's releases.

v2.9.6

What's Changed

Full Changelog: timostamm/protobuf-ts@v2.9.5...v2.9.6

v2.9.5

What's Changed

New Contributors

Full Changelog: timostamm/protobuf-ts@v2.9.4...v2.9.5

Commits

Updates @uiw/codemirror-themes from 4.23.7 to 4.23.10

Release notes

Sourced from @​uiw/codemirror-themes's releases.

v4.23.10

Buy me a coffee

Documentation v4.23.10: https://raw.githack.com/uiwjs/react-codemirror/b920d7f/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.9...v4.23.10

npm i @uiw/react-codemirror@4.23.10

v4.23.9

Buy me a coffee

Documentation v4.23.9: https://raw.githack.com/uiwjs/react-codemirror/fc8f5fa/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.8...v4.23.9

npm i @uiw/react-codemirror@4.23.9
  • 🐞 fix(theme): correctly extend basic light theme (#716) e191c2a @​veksen
  • 🆎 type: module in codemirror-extensions-basic-setup (#702) a657654 @​PuruVJ

v4.23.8

Buy me a coffee

Documentation v4.23.8: https://raw.githack.com/uiwjs/react-codemirror/62aac6a/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.7...v4.23.8

npm i @uiw/react-codemirror@4.23.8
  • 🐞 fix: Pass diffConfig to options in CodeMirrorMerge component (#712) a95fb47 @​snelsi
Commits

Updates @uiw/react-codemirror from 4.23.7 to 4.23.10

Release notes

Sourced from @​uiw/react-codemirror's releases.

v4.23.10

Buy me a coffee

Documentation v4.23.10: https://raw.githack.com/uiwjs/react-codemirror/b920d7f/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.9...v4.23.10

npm i @uiw/react-codemirror@4.23.10

v4.23.9

Buy me a coffee

Documentation v4.23.9: https://raw.githack.com/uiwjs/react-codemirror/fc8f5fa/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.8...v4.23.9

npm i @uiw/react-codemirror@4.23.9
  • 🐞 fix(theme): correctly extend basic light theme (#716) e191c2a @​veksen
  • 🆎 type: module in codemirror-extensions-basic-setup (#702) a657654 @​PuruVJ

v4.23.8

Buy me a coffee

Documentation v4.23.8: https://raw.githack.com/uiwjs/react-codemirror/62aac6a/index.html
Comparing Changes: uiwjs/react-codemirror@v4.23.7...v4.23.8

npm i @uiw/react-codemirror@4.23.8
  • 🐞 fix: Pass diffConfig to options in CodeMirrorMerge component (#712) a95fb47 @​snelsi
Commits

Updates react-select from 5.9.0 to 5.10.1

Release notes

Sourced from react-select's releases.

react-select@5.10.1

Patch Changes

react-select@5.10.0

Minor Changes

Commits

Updates styled-components from 6.1.13 to 6.1.16

Release notes

Sourced from styled-components's releases.

styled-components@6.1.16

Patch Changes

  • 246c77b: Resolve TS error related to ExoticComponentWithDisplayName API from React.
  • 4757191: Native typings weren't on the correct folder, which caused issues on React Native projects using this library

styled-components@6.1.15

Patch Changes

  • b9688ae: chore: update postcss to version 8.4.49 and nanoid to version 3.3.8

styled-components@6.1.14

Patch Changes

  • 6908326: Add changesets for release management
  • 18ebf6d: Prevent styled() from injecting an undefined ref prop in React 19
Commits

Updates @storybook/addon-actions from 8.4.7 to 8.6.11

Release notes

Sourced from @​storybook/addon-actions's releases.

v8.6.11

8.6.11

v8.6.10

8.6.10

v8.6.9

8.6.9

v8.6.8

8.6.8

v8.6.7

8.6.7

v8.6.6

8.6.6

v8.6.5

8.6.5

... (truncated)

Changelog

Sourced from @​storybook/addon-actions's changelog.

8.6.11

8.6.10

8.6.9

8.6.8

8.6.7

8.6.6

8.6.5

8.6.4

8.6.3

... (truncated)

Commits
  • 2afd30d Bump version from "8.6.10" to "8.6.11" [skip ci]
  • 23d2037 Bump version from "8.6.9" to "8.6.10" [skip ci]
  • 207c2f4 Bump version from "8.6.8" to "8.6.9" [skip ci]
  • d4960ea Bump version from "8.6.7" to "8.6.8" [skip ci]
  • 019cd1f Bump version from "8.6.6" to "8.6.7" [skip ci]
  • 9a7a795 Bump version from "8.6.5" to "8.6.6" [skip ci]
  • 4e23d75 Bump version from "8.6.4" to "8.6.5" [skip ci]
  • d826042 Bump version from "8.6.3" to "8.6.4" [skip ci]
  • d4e73f5 Bump version from "8.6.2" to "8.6.3" [skip ci]
  • 054974b Bump version from "8.6.1" to "8.6.2" [skip ci]
  • Additional commits viewable in compare view

Updates @storybook/addon-controls from 8.4.7 to 8.6.11

Release notes

Sourced from @​storybook/addon-controls's releases.

v8.6.11

8.6.11

v8.6.10

8.6.10

v8.6.9

8.6.9

v8.6.8

8.6.8

v8.6.7

8.6.7

v8.6.6

8.6.6

v8.6.5

8.6.5

... (truncated)

Changelog

Sourced from @​storybook/addon-controls's changelog.

8.6.11

8.6.10

8.6.9

8.6.8

8.6.7

8.6.6

8.6.5

  • Addon A11y: Promote @​storybook/global to full dependency - #30723, thanks @​mrginglymus!
  • A...

    Description has been truncated

Bumps the ui group with 53 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@codemirror/autocomplete](https://github.com/codemirror/autocomplete) | `6.18.4` | `6.18.6` |
| [@codemirror/view](https://github.com/codemirror/view) | `6.36.1` | `6.36.5` |
| [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.12.5` | `1.13.2` |
| [@protobuf-ts/runtime](https://github.com/timostamm/protobuf-ts/tree/HEAD/packages/runtime) | `2.9.4` | `2.9.6` |
| [@protobuf-ts/runtime-rpc](https://github.com/timostamm/protobuf-ts/tree/HEAD/packages/runtime-rpc) | `2.9.4` | `2.9.6` |
| [@uiw/codemirror-themes](https://github.com/uiwjs/react-codemirror) | `4.23.7` | `4.23.10` |
| [@uiw/react-codemirror](https://github.com/uiwjs/react-codemirror) | `4.23.7` | `4.23.10` |
| [react-select](https://github.com/JedWatson/react-select) | `5.9.0` | `5.10.1` |
| [styled-components](https://github.com/styled-components/styled-components) | `6.1.13` | `6.1.16` |
| [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/actions) | `8.4.7` | `8.6.11` |
| [@storybook/addon-controls](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/controls) | `8.4.7` | `8.6.11` |
| [@storybook/addon-toolbars](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/toolbars) | `8.4.7` | `8.6.11` |
| [@storybook/components](https://github.com/storybookjs/storybook/tree/HEAD/code/deprecated/components) | `8.4.7` | `8.6.11` |
| [@storybook/preview-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/preview-api) | `8.4.7` | `8.6.11` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.4.7` | `8.6.11` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.4.7` | `8.6.11` |
| [@storybook/test-runner](https://github.com/storybookjs/test-runner) | `0.21.0` | `0.22.0` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.1.0` | `16.2.0` |
| [@testing-library/user-event](https://github.com/testing-library/user-event) | `14.5.2` | `14.6.1` |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `8.17.1` | `8.18.1` |
| [msw](https://github.com/mswjs/msw) | `2.7.0` | `2.7.3` |
| [playwright](https://github.com/microsoft/playwright) | `1.49.1` | `1.51.1` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.4.7` | `8.6.11` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.8.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.6` | `6.2.4` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.26.10` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.0` | `7.26.9` |
| [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.26.0` | `7.27.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.17.0` | `9.23.0` |
| [@ianvs/prettier-plugin-sort-imports](https://github.com/ianvs/prettier-plugin-sort-imports) | `4.4.0` | `4.4.1` |
| [@swc/core](https://github.com/swc-project/swc) | `1.10.4` | `1.11.15` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) | `3.7.2` | `3.8.1` |
| [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.23.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.10.0` | `28.11.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.3` | `7.37.4` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.1.0` | `5.2.0` |
| [rollup-plugin-visualizer](https://github.com/btd/rollup-plugin-visualizer) | `5.13.1` | `5.14.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.19.0` | `8.29.0` |
| [ace-builds](https://github.com/ajaxorg/ace-builds) | `1.37.1` | `1.39.1` |
| [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.57.0` | `0.200.0` |
| [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) | `0.57.0` | `0.200.0` |
| [@opentelemetry/instrumentation-document-load](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.44.0` | `0.45.0` |
| [@opentelemetry/instrumentation-fetch](https://github.com/open-telemetry/opentelemetry-js) | `0.57.0` | `0.200.0` |
| [@opentelemetry/instrumentation-user-interaction](https://github.com/open-telemetry/opentelemetry-js-contrib) | `0.44.0` | `0.45.0` |
| [@opentelemetry/instrumentation-xml-http-request](https://github.com/open-telemetry/opentelemetry-js) | `0.57.0` | `0.200.0` |
| [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) | `1.28.0` | `1.30.0` |
| [babel-plugin-transform-import-meta](https://github.com/javiertury/babel-plugin-transform-import-meta) | `2.2.1` | `2.3.2` |
| [tar-fs](https://github.com/mafintosh/tar-fs) | `3.0.6` | `3.0.8` |
| [@protobuf-ts/grpc-transport](https://github.com/timostamm/protobuf-ts/tree/HEAD/packages/grpc-transport) | `2.9.4` | `2.9.6` |
| [whatwg-url](https://github.com/jsdom/whatwg-url) | `14.1.0` | `14.2.0` |
| [zod](https://github.com/colinhacks/zod) | `3.24.1` | `3.24.2` |
| [zod-to-json-schema](https://github.com/StefanTerdell/zod-to-json-schema) | `3.24.1` | `3.24.5` |



Updates `@codemirror/autocomplete` from 6.18.4 to 6.18.6
- [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md)
- [Commits](codemirror/autocomplete@6.18.4...6.18.6)

Updates `@codemirror/view` from 6.36.1 to 6.36.5
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md)
- [Commits](codemirror/view@6.36.1...6.36.5)

Updates `@grpc/grpc-js` from 1.12.5 to 1.13.2
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.5...@grpc/grpc-js@1.13.2)

Updates `@protobuf-ts/runtime` from 2.9.4 to 2.9.6
- [Release notes](https://github.com/timostamm/protobuf-ts/releases)
- [Commits](https://github.com/timostamm/protobuf-ts/commits/v2.9.6/packages/runtime)

Updates `@protobuf-ts/runtime-rpc` from 2.9.4 to 2.9.6
- [Release notes](https://github.com/timostamm/protobuf-ts/releases)
- [Commits](https://github.com/timostamm/protobuf-ts/commits/v2.9.6/packages/runtime-rpc)

Updates `@uiw/codemirror-themes` from 4.23.7 to 4.23.10
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.7...v4.23.10)

Updates `@uiw/react-codemirror` from 4.23.7 to 4.23.10
- [Release notes](https://github.com/uiwjs/react-codemirror/releases)
- [Commits](uiwjs/react-codemirror@v4.23.7...v4.23.10)

Updates `react-select` from 5.9.0 to 5.10.1
- [Release notes](https://github.com/JedWatson/react-select/releases)
- [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.9.0...react-select@5.10.1)

Updates `styled-components` from 6.1.13 to 6.1.16
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](https://github.com/styled-components/styled-components/compare/v6.1.13...styled-components@6.1.16)

Updates `@storybook/addon-actions` from 8.4.7 to 8.6.11
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.11/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.11/code/addons/actions)

Updates `@storybook/addon-controls` from 8.4.7 to 8.6.11
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.11/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.11/code/addons/controls)

Updates `@storybook/addon-toolbars` from 8.4.7 to 8.6.11
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.11/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.11/code/addons/toolbars)

Updates `@storybook/components` from 8.4.7 to 8.6.11
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.11/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.11/code/deprecated/components)

Updates `@storybook/preview-api` from 8.4.7 to 8.6.11
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.11/code/lib/preview-api)

Updates `@storybook/react` from 8.4.7 to 8.6.11
- [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/v8.6.11/code/renderers/react)

Updates `@storybook/react-vite` from 8.4.7 to 8.6.11
- [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/v8.6.11/code/frameworks/react-vite)

Updates `@storybook/test-runner` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/storybookjs/test-runner/releases)
- [Changelog](https://github.com/storybookjs/test-runner/blob/v0.22.0/CHANGELOG.md)
- [Commits](storybookjs/test-runner@v0.21.0...v0.22.0)

Updates `@testing-library/react` from 16.1.0 to 16.2.0
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.1.0...v16.2.0)

Updates `@testing-library/user-event` from 14.5.2 to 14.6.1
- [Release notes](https://github.com/testing-library/user-event/releases)
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md)
- [Commits](testing-library/user-event@v14.5.2...v14.6.1)

Updates `cspell` from 8.17.1 to 8.18.1
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.18.1/packages/cspell)

Updates `msw` from 2.7.0 to 2.7.3
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.7.0...v2.7.3)

Updates `playwright` from 1.49.1 to 1.51.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.49.1...v1.51.1)

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

Updates `storybook` from 8.4.7 to 8.6.11
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v8.6.11/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.6.11/code/lib/cli)

Updates `typescript` from 5.7.2 to 5.8.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.8.2)

Updates `vite` from 6.0.6 to 6.2.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite)

Updates `@babel/core` from 7.26.0 to 7.26.10
- [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.26.10/packages/babel-core)

Updates `@babel/preset-env` from 7.26.0 to 7.26.9
- [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.26.9/packages/babel-preset-env)

Updates `@babel/preset-typescript` from 7.26.0 to 7.27.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.27.0/packages/babel-preset-typescript)

Updates `@eslint/js` from 9.17.0 to 9.23.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.23.0/packages/js)

Updates `@ianvs/prettier-plugin-sort-imports` from 4.4.0 to 4.4.1
- [Release notes](https://github.com/ianvs/prettier-plugin-sort-imports/releases)
- [Changelog](https://github.com/IanVS/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- [Commits](IanVS/prettier-plugin-sort-imports@v4.4.0...v4.4.1)

Updates `@swc/core` from 1.10.4 to 1.11.15
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.10.4...v1.11.15)

Updates `@vitejs/plugin-react-swc` from 3.7.2 to 3.8.1
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md)
- [Commits](vitejs/vite-plugin-react-swc@v3.7.2...v3.8.1)

Updates `eslint` from 9.17.0 to 9.23.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.17.0...v9.23.0)

Updates `eslint-plugin-jest` from 28.10.0 to 28.11.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v28.10.0...v28.11.0)

Updates `eslint-plugin-react` from 7.37.3 to 7.37.4
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.37.3...v7.37.4)

Updates `eslint-plugin-react-hooks` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

Updates `rollup-plugin-visualizer` from 5.13.1 to 5.14.0
- [Changelog](https://github.com/btd/rollup-plugin-visualizer/blob/master/CHANGELOG.md)
- [Commits](btd/rollup-plugin-visualizer@v5.13.1...v5.14.0)

Updates `typescript-eslint` from 8.19.0 to 8.29.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.0/packages/typescript-eslint)

Updates `ace-builds` from 1.37.1 to 1.39.1
- [Release notes](https://github.com/ajaxorg/ace-builds/releases)
- [Changelog](https://github.com/ajaxorg/ace-builds/blob/master/CHANGELOG.md)
- [Commits](ajaxorg/ace-builds@v1.37.1...v1.39.1)

Updates `@opentelemetry/exporter-trace-otlp-http` from 0.57.0 to 0.200.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.57.0...experimental/v0.200.0)

Updates `@opentelemetry/instrumentation` from 0.57.0 to 0.200.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.57.0...experimental/v0.200.0)

Updates `@opentelemetry/instrumentation-document-load` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@contrib-test-utils-v0.44.0...instrumentation-pg-v0.45.0)

Updates `@opentelemetry/instrumentation-fetch` from 0.57.0 to 0.200.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.57.0...experimental/v0.200.0)

Updates `@opentelemetry/instrumentation-user-interaction` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js-contrib@contrib-test-utils-v0.44.0...instrumentation-pg-v0.45.0)

Updates `@opentelemetry/instrumentation-xml-http-request` from 0.57.0 to 0.200.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.57.0...experimental/v0.200.0)

Updates `@opentelemetry/semantic-conventions` from 1.28.0 to 1.30.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.28.0...v1.30.0)

Updates `babel-plugin-transform-import-meta` from 2.2.1 to 2.3.2
- [Changelog](https://github.com/javiertury/babel-plugin-transform-import-meta/blob/master/CHANGELOG.md)
- [Commits](javiertury/babel-plugin-transform-import-meta@v2.2.1...v2.3.2)

Updates `tar-fs` from 3.0.6 to 3.0.8
- [Commits](mafintosh/tar-fs@v3.0.6...v3.0.8)

Updates `@protobuf-ts/grpc-transport` from 2.9.4 to 2.9.6
- [Release notes](https://github.com/timostamm/protobuf-ts/releases)
- [Commits](https://github.com/timostamm/protobuf-ts/commits/v2.9.6/packages/grpc-transport)

Updates `whatwg-url` from 14.1.0 to 14.2.0
- [Release notes](https://github.com/jsdom/whatwg-url/releases)
- [Commits](jsdom/whatwg-url@v14.1.0...v14.2.0)

Updates `zod` from 3.24.1 to 3.24.2
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.24.1...v3.24.2)

Updates `zod-to-json-schema` from 3.24.1 to 3.24.5
- [Release notes](https://github.com/StefanTerdell/zod-to-json-schema/releases)
- [Changelog](https://github.com/StefanTerdell/zod-to-json-schema/blob/master/changelog.md)
- [Commits](https://github.com/StefanTerdell/zod-to-json-schema/commits)

---
updated-dependencies:
- dependency-name: "@codemirror/autocomplete"
  dependency-version: 6.18.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui
- dependency-name: "@codemirror/view"
  dependency-version: 6.36.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui
- dependency-name: "@grpc/grpc-js"
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@protobuf-ts/runtime"
  dependency-version: 2.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui
- dependency-name: "@protobuf-ts/runtime-rpc"
  dependency-version: 2.9.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui
- dependency-name: "@uiw/codemirror-themes"
  dependency-version: 4.23.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui
- dependency-name: "@uiw/react-codemirror"
  dependency-version: 4.23.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui
- dependency-name: react-select
  dependency-version: 5.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: styled-components
  dependency-version: 6.1.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui
- dependency-name: "@storybook/addon-actions"
  dependency-version: 8.6.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@storybook/addon-controls"
  dependency-version: 8.6.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@storybook/addon-toolbars"
  dependency-version: 8.6.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@storybook/components"
  dependency-version: 8.6.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@storybook/preview-api"
  dependency-version: 8.6.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@storybook/react"
  dependency-version: 8.6.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@storybook/react-vite"
  dependency-version: 8.6.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@storybook/test-runner"
  dependency-version: 0.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@testing-library/react"
  dependency-version: 16.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@testing-library/user-event"
  dependency-version: 14.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: cspell
  dependency-version: 8.18.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: msw
  dependency-version: 2.7.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui
- dependency-name: playwright
  dependency-version: 1.51.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: prettier
  dependency-version: 3.5.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: storybook
  dependency-version: 8.6.11
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: typescript
  dependency-version: 5.8.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: vite
  dependency-version: 6.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@babel/core"
  dependency-version: 7.26.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui
- dependency-name: "@babel/preset-env"
  dependency-version: 7.26.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui
- dependency-name: "@babel/preset-typescript"
  dependency-version: 7.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@eslint/js"
  dependency-version: 9.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@ianvs/prettier-plugin-sort-imports"
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui
- dependency-name: "@swc/core"
  dependency-version: 1.11.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-version: 3.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: eslint
  dependency-version: 9.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: eslint-plugin-jest
  dependency-version: 28.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: eslint-plugin-react
  dependency-version: 7.37.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: rollup-plugin-visualizer
  dependency-version: 5.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: typescript-eslint
  dependency-version: 8.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: ace-builds
  dependency-version: 1.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@opentelemetry/exporter-trace-otlp-http"
  dependency-version: 0.200.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@opentelemetry/instrumentation"
  dependency-version: 0.200.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@opentelemetry/instrumentation-document-load"
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@opentelemetry/instrumentation-fetch"
  dependency-version: 0.200.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@opentelemetry/instrumentation-user-interaction"
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@opentelemetry/instrumentation-xml-http-request"
  dependency-version: 0.200.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: "@opentelemetry/semantic-conventions"
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: babel-plugin-transform-import-meta
  dependency-version: 2.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: tar-fs
  dependency-version: 3.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui
- dependency-name: "@protobuf-ts/grpc-transport"
  dependency-version: 2.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui
- dependency-name: whatwg-url
  dependency-version: 14.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui
- dependency-name: zod
  dependency-version: 3.24.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui
- dependency-name: zod-to-json-schema
  dependency-version: 3.24.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2025

Reviewers

The following users could not be added as reviewers: avatus, bl-nero, gzdunek, kimlisa, ravicious, rudream, ryanclark. Either they do not exist or they do not have the correct permissions to be added as a reviewer.

Labels

The following labels could not be found: no-changelog, ui. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants