Skip to content

build(deps): bump the production-dependencies group with 44 updates#275

Merged
GarthDB merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-7def2bd409
Feb 21, 2026
Merged

build(deps): bump the production-dependencies group with 44 updates#275
GarthDB merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-7def2bd409

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps the production-dependencies group with 44 updates:

Package From To
chroma-js 2.4.2 3.2.0
zod 3.25.76 4.3.6
@adobe/spectrum-css-workflow-icons 1.0.0 5.0.0
@spectrum-css/actionbutton 1.0.4 7.2.0
@spectrum-css/actiongroup 1.0.3 6.2.0
@spectrum-css/badge 1.0.1 6.2.0
@spectrum-css/button 4.0.0 14.2.0
@spectrum-css/buttongroup 3.0.2 9.2.0
@spectrum-css/checkbox 3.0.2 10.2.0
@spectrum-css/colorhandle 1.0.2 10.2.0
@spectrum-css/colorloupe 1.0.0-beta.1 7.2.0
@spectrum-css/colorslider 1.0.2 8.2.0
@spectrum-css/dialog 3.0.8 12.2.0
@spectrum-css/divider 1.0.3 5.2.0
@spectrum-css/fieldgroup 3.0.2 7.2.0
@spectrum-css/fieldlabel 3.0.2 10.2.0
@spectrum-css/icon 3.0.4 9.2.0
@spectrum-css/illustratedmessage 2.0.0 9.2.0
@spectrum-css/link 3.1.0 7.2.0
@spectrum-css/menu 2.1.1 9.3.0
@spectrum-css/page 3.0.2 9.2.0
@spectrum-css/picker 1.0.4 9.2.0
@spectrum-css/popover 3.0.4 8.3.0
@spectrum-css/progressbar 1.0.11 6.2.0
@spectrum-css/progresscircle 1.0.3 5.2.0
@spectrum-css/radio 3.0.2 10.2.0
@spectrum-css/sidenav 3.0.2 7.2.0
@spectrum-css/slider 3.0.2 6.4.0
@spectrum-css/switch 1.0.3 6.2.0
@spectrum-css/table 4.0.6 8.2.0
@spectrum-css/tabs 2.1.1 6.2.0
@spectrum-css/textfield 3.0.2 8.2.0
@spectrum-css/toast 2.0.5 11.2.0
@spectrum-css/tooltip 3.0.2 7.2.0
@spectrum-css/typography 3.0.2 8.2.0
@spectrum-css/underlay 2.0.10 6.2.0
@spectrum-css/vars 4.0.0 9.0.8
color-blind 0.1.1 0.1.3
d3 5.12.0 7.9.0
d3-3d 0.1.2 2.0.2
get-image-colors 4.0.0 4.0.1
highlight.js 11.2.0 11.11.1
node-vibrant 3.2.1-alpha.1 4.0.4
plotly.js-dist-min 2.5.1 3.4.0

Updates chroma-js from 2.4.2 to 3.2.0

Release notes

Sourced from chroma-js's releases.

v3.2.0

What's Changed

New Contributors

Full Changelog: gka/chroma.js@v3.1.4...v3.2.0

v3.1.4

What's Changed

Full Changelog: gka/chroma.js@v3.1.3...v3.1.4

v3.1.3

What's Changed

New Contributors

Full Changelog: gka/chroma.js@v3.1.2...v3.1.3

v3.1.2

  • fixed a bug in Lch interpolation of hue-less colors

v3.1.1

  • fix: allow deep-imports in vite projects

3.1.0

What's Changed

  • feat: parse 'transparent' as black with 0% opacity - resolves #280
  • make it easier to access colorbrewer palette names - resolves #314
  • docs: explain differences to official colorbrewer scales - resolves #316
  • fix: correct parsing of modern css colors with percentage alpha - resolves #297
  • fix: css output for hue-less colors in lch() and oklch() - resolves #357

Full Changelog: gka/chroma.js@v3.0.0...v3.1.0

v3.0.0

What's Changed

  • 🎉 NEW: Add support for modern CSS color spaces. This means you can now export and parse CSS colors in lab(), lch(), oklab(), oklch() space.
  • 🎉 NEW: you can now control the standard white reference point for the CIE Lab and CIE Lch color spaces via setLabWhitePoint.
  • Breaking: color.css() will no longer return legacy CSS colors like rgb(255, 255, 0) but use modern CSS colors like rgb(255 255 0) instead.
  • fix: switch to W3C implementation of OKLab color space

... (truncated)

Changelog

Sourced from chroma-js's changelog.

3.2.0

  • scale.domain now returns the original domain array when called with no arguments

3.1.3

  • updated dependencies

3.1.2

  • fixed a bug in Lch interpolation of hue-less colors

3.1.1

  • fix: allow deep-imports in vite projects

3.1.0

  • feat: parse 'transparent' as black with 0% opacity - resolves #280
  • make it easier to access colorbrewer palette names - resolves #314
  • docs: explain differences to official colorbrewer scales - resolves #316
  • fix: correct parsing of modern css colors with percentage alpha - resolves #297
  • fix: css output for hue-less colors in lch() and oklch() - resolves #357

3.0.0

  • 🎉 NEW: Add support for modern CSS color spaces. This means you can now export and parse CSS colors in lab(), lch(), oklab(), oklch() space.
  • 🎉 NEW: you can now control the standard white reference point for the CIE Lab and CIE Lch color spaces via setLabWhitePoint.
  • Breaking: color.css() will no longer return legacy CSS colors like rgb(255, 255, 0) but use modern CSS colors like rgb(255 255 0) instead.
  • fix: you can now use chroma.js both via the default export as well as named exports in ES6.
  • fix: switch to W3C implementation of OKLab color space

2.6.0

2.5.0

  • refactored code base to ES6 modules

2.4.0

  • add support for Oklab and Oklch color spaces

2.3.0

  • use binom of degree n in chroma.bezier

2.2.0

... (truncated)

Commits

Updates zod from 3.25.76 to 4.3.6

Release notes

Sourced from zod's releases.

v4.3.6

Commits:

  • 9977fb0868432461de265a773319e80a90ba3e37 Add brand.dev to sponsors
  • f4b7bae3468f6188b8f004e007d722148fc91d77 Update pullfrog.yml (#5634)
  • 251d7163a0ac7740fee741428d913e3c55702ace Clean up workflow_call
  • edd4132466da0f5065a8e051b599d01fdd1081d8 fix: add missing User-agent to robots.txt and allow all (#5646)
  • 85db85e9091d0706910d60c7eb2e9c181edd87bd fix: typo in codec.test.ts file (#5628)
  • cbf77bb12bdfda2e054818e79001f5cb3798ce76 Avoid non null assertion (#5638)
  • dfbbf1c1ae0c224b8131d80ddf0a264262144086 Avoid re-exported star modules (#5656)
  • 762e911e5773f949452fd6dd4e360f2362110e8e Generalize numeric key handling
  • ca3c8629c0c2715571f70b44c2433cad3db7fe4e v4.3.6

v4.3.5

Commits:

  • 21afffdb42ccab554036312e33fed0ea3cb8f982 [Docs] Update migration guide docs for deprecation of message (#5595)
  • e36743e513aadb307b29949a80d6eb0dcc8fc278 Improve mini treeshaking
  • 0cdc0b8597999fd9ca99767b912c1e82c1ff2d6c 4.3.5

v4.3.4

Commits:

  • 1a8bea3b474eada6f219c163d0d3ad09fadabe72 Add integration tests
  • e01cd02b2f23d7e9078d3813830b146f8a2258b4 Support patternProperties for looserecord (#5592)
  • 089e5fbb0f58ce96d2c4fb34cd91724c78df4af5 Improve looseRecord docs
  • decef9c418d9a598c3f1bada06891ba5d922c5cd Fix lint
  • 9443aab00d44d5d5f4a7eada65fc0fc851781042 Drop iso time in fromJSONSchema
  • 66bda7491a1b9eab83bdeec0c12f4efc7290bd48 Remove .refine() from ZodMiniType
  • b4ab94ca608cd5b581bfc12b20dd8d95b35b3009 4.3.4

v4.3.3

Commits:

  • f3b2151959d215d405f54dff3c7ab3bf1fd887ca v4.3.3

v4.3.2

Commits:

  • bf96635d243118de6e4f260077aa137453790bf6 Loosen strictObjectinside intersection (#5587)
  • f71dc0182ab0f0f9a6be6295b07faca269e10179 Remove Juno (#5590)
  • 0f41e5a12a43e6913c9dcb501b2b5136ea86500d 4.3.2

v4.3.1

Commits:

  • 0fe88407a4149c907929b757dc6618d8afe998fc allow non-overwriting extends with refinements. 4.3.1

v4.3.0

This is Zod's biggest release since 4.0. It addresses several of Zod's longest-standing feature requests.

... (truncated)

Commits

Updates @adobe/spectrum-css-workflow-icons from 1.0.0 to 5.0.0

Release notes

Sourced from @​adobe/spectrum-css-workflow-icons's releases.

v5.0.0

Major Changes

  • #50 7eff715 Thanks @​pfulton! - feat!: take in 6.0.0 a4u package, drop react icons

    BREAKING CHANGE:

    • Removes React icons from the project
    • Takes in the 6.0.0 A4U package which also removes React icons

    Additionally:

    • Refactors the project code to remove references to React

v4.1.0

Minor Changes

  • #48 5865ee2 Thanks @​pfulton! - feat: update to 4.1.0 a4u release

    Adds new S2 workflow icons based upon a new release from the Icons team.

    Specifically:

    Added

    • S2_Icon_ABC_20_N.svg
    • S2_Icon_App_20_N.svg
    • S2_Icon_Bookmark_20_N.svg
    • S2_Icon_Building_20_N.svg
    • S2_Icon_CallCenter_20_N.svg
    • S2_Icon_ChartBarVert_20_N.svg
    • S2_Icon_ChartPie_20_N.svg
    • S2_Icon_ChartTrend_20_N.svg
    • S2_Icon_Chat_20_N.svg
    • S2_Icon_ChevronDoubleLeft_20_N.svg
    • S2_Icon_ChevronDoubleRight_20_N.svg
    • S2_Icon_ChevronUp_20_N.svg
    • S2_Icon_Code_20_N.svg
    • S2_Icon_Compare_20_N.svg
    • S2_Icon_DataRefresh_20_N.svg
    • S2_Icon_Enterprise_20_N.svg
    • S2_Icon_Export_20_N.svg
    • S2_Icon_FolderSearch_20_N.svg
    • S2_Icon_Import_20_N.svg
    • S2_Icon_Key_20_N.svg
    • S2_Icon_PeopleGroup_20_N.svg
    • S2_Icon_SaveFloppy_20_N.svg
    • S2_Icon_SpeedFast_20_N.svg
    • S2_Icon_UserSettings_20_N.svg
    • S2_Icon_ViewGridFluid_20_N.svg

... (truncated)

Changelog

Sourced from @​adobe/spectrum-css-workflow-icons's changelog.

5.0.0

Major Changes

  • #50 7eff715 Thanks @​pfulton! - feat!: take in 6.0.0 a4u package, drop react icons

    BREAKING CHANGE:

    • Removes React icons from the project
    • Takes in the 6.0.0 A4U package which also removes React icons

    Additionally:

    • Refactors the project code to remove references to React

4.1.0

Minor Changes

  • #48 5865ee2 Thanks @​pfulton! - feat: update to 4.1.0 a4u release

    Adds new S2 workflow icons based upon a new release from the Icons team.

    Specifically:

    Added

    • S2_Icon_ABC_20_N.svg
    • S2_Icon_App_20_N.svg
    • S2_Icon_Bookmark_20_N.svg
    • S2_Icon_Building_20_N.svg
    • S2_Icon_CallCenter_20_N.svg
    • S2_Icon_ChartBarVert_20_N.svg
    • S2_Icon_ChartPie_20_N.svg
    • S2_Icon_ChartTrend_20_N.svg
    • S2_Icon_Chat_20_N.svg
    • S2_Icon_ChevronDoubleLeft_20_N.svg
    • S2_Icon_ChevronDoubleRight_20_N.svg
    • S2_Icon_ChevronUp_20_N.svg
    • S2_Icon_Code_20_N.svg
    • S2_Icon_Compare_20_N.svg
    • S2_Icon_DataRefresh_20_N.svg
    • S2_Icon_Enterprise_20_N.svg
    • S2_Icon_Export_20_N.svg
    • S2_Icon_FolderSearch_20_N.svg
    • S2_Icon_Import_20_N.svg
    • S2_Icon_Key_20_N.svg
    • S2_Icon_PeopleGroup_20_N.svg
    • S2_Icon_SaveFloppy_20_N.svg
    • S2_Icon_SpeedFast_20_N.svg

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by adobe-admin, a new releaser for @​adobe/spectrum-css-workflow-icons since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @spectrum-css/actionbutton from 1.0.4 to 7.2.0

Release notes

Sourced from @​spectrum-css/actionbutton's releases.

@​spectrum-css/actionbutton@​7.2.0

Minor Changes

📝 #4218 2df53f8 Thanks @​castastrophe!

Ensure accurate exports are present for each component. Specifically, adding themes/* assets where present and removingindex-*.css exports where those assets do not exist.

Changelog

Sourced from @​spectrum-css/actionbutton's changelog.

7.2.0

Minor Changes

📝 #4218 2df53f8 Thanks @​castastrophe!

Ensure accurate exports are present for each component. Specifically, adding themes/* assets where present and removingindex-*.css exports where those assets do not exist.

7.1.4

Patch Changes

📝 #4088 24d75bf Thanks @​castastrophe!

Minor linting fix of replacing rgba to the rgb shorthand syntax.

7.1.3

Patch Changes

  • #3644 5adef1d Thanks @​marissahuysentruyt! - Fix support for --mod-actionbutton-border-radius to make sure it is surfaced to consumers, and properly overwrites the default border radius setting.

7.1.2

Patch Changes

📝 #3606 3ec3b46 Thanks @​jawinn!

This updates the colors used in action button for the spectrum two theme, so they are closer aligned with the spectrum 2 spec, per the request in SWC-597. This removes the border by making it transparent and updates the background color tokens that are used.

This also includes a forced-colors/high contrast mode fix for the selected + disabled state. This now shows the disabled colors.

7.1.1

Patch Changes

📝 #3540 a8bb0b8 Thanks @​marissahuysentruyt!

  • S2 Foundations fixes
    • Adjusts corner rounding for S2 foundations to follow S2 action button corner rounding, particularly to help give additional space to the help/corner triangle icon:
      • corner-radius-medium-size-extra-small
      • corner-radius-medium-size-small
      • corner-radius-medium-size-medium
      • corner-radius-medium-size-large
      • corner-radius-medium-size-extra-large
    • Corrects the disabled-background-color and disabled-static-*-background-color tokens for the disabled and selected+disabled states

7.1.0

Minor Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by patrickfulton, a new releaser for @​spectrum-css/actionbutton since your current version.


Updates @spectrum-css/actiongroup from 1.0.3 to 6.2.0

Release notes

Sourced from @​spectrum-css/actiongroup's releases.

@​spectrum-css/actiongroup@​6.2.0

Minor Changes

📝 #4218 2df53f8 Thanks @​castastrophe!

Ensure accurate exports are present for each component. Specifically, adding themes/* assets where present and removingindex-*.css exports where those assets do not exist.

Changelog

Sourced from @​spectrum-css/actiongroup's changelog.

6.2.0

Minor Changes

📝 #4218 2df53f8 Thanks @​castastrophe!

Ensure accurate exports are present for each component. Specifically, adding themes/* assets where present and removingindex-*.css exports where those assets do not exist.

7.0.0

Minor Changes

📝 205182b Thanks @​castastrophe!

New feature

Minified and gzipped outputs available for all compiled CSS assets.

Patch Changes

📝 #3541 1a3245c Thanks @​castastrophe!

  • Dependency alignment across the project.

    Set component peerDependencies as optional to reduce console warnings on downstream projects.

  • Updated dependencies [205182b, 1a3245c]:

    • @​spectrum-css/actionbutton@​8.0.0
    • @​spectrum-css/tokens@​16.0.1

6.0.1

Patch Changes

📝 #3534 68e0057 Thanks @​castastrophe!

Fixes a bug in the content of the dist/index-theme.css file.

Expected index-theme.css to include the component selectors with component-level custom properties mapped to the --system prefixed ones in order to allow a component to support various contexts.

Expected output example for the index-theme.css:

.spectrum-ActionButton {
  --spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
  --spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
  • Updated dependencies [68e0057]:
    • @​spectrum-css/actionbutton@​7.0.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by patrickfulton, a new releaser for @​spectrum-css/actiongroup since your current version.


Updates @spectrum-css/badge from 1.0.1 to 6.2.0

Release notes

Sourced from @​spectrum-css/badge's releases.

@​spectrum-css/badge@​6.2.0

Minor Changes

📝 #4218 2df53f8 Thanks @​castastrophe!

Ensure accurate exports are present for each component. Specifically, adding themes/* assets where present and removingindex-*.css exports where those assets do not exist.

Changelog

Sourced from @​spectrum-css/badge's changelog.

6.2.0

Minor Changes

📝 #4218 2df53f8 Thanks @​castastrophe!

Ensure accurate exports are present for each component. Specifically, adding themes/* assets where present and removingindex-*.css exports where those assets do not exist.

6.1.0

Minor Changes

📝 205182b Thanks @​castastrophe!

New feature

Minified and gzipped outputs available for all compiled CSS assets.

Patch Changes

📝 #3541 1a3245c Thanks @​castastrophe!

Dependency alignment across the project.

6.0.1

Patch Changes

📝 #3534 68e0057 Thanks @​castastrophe!

Fixes a bug in the content of the dist/index-theme.css file.

Expected index-theme.css to include the component selectors with component-level custom properties mapped to the --system prefixed ones in order to allow a component to support various contexts.

Expected output example for the index-theme.css:

.spectrum-ActionButton {
  --spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
  --spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
  • Updated dependencies [68e0057]:
    • @​spectrum-css/icon@​9.0.1

6.0.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by patrickfulton, a new releaser for @​spectrum-css/badge since your current version.


Updates @spectrum-css/button from 4.0.0 to 14.2.0

Release notes

Sourced from @​spectrum-css/button's releases.

@​spectrum-css/button@​14.2.0

Minor Changes

📝 #4218 2df53f8 Thanks @​castastrophe!

Ensure accurate exports are present for each component. Specifically, adding themes/* assets where present and removingindex-*.css exports where those assets do not exist.

@​spectrum-css/buttongroup@​9.2.0

Minor Changes

📝 #4218 2df53f8 Thanks @​castastrophe!

Ensure accurate exports are present for each component. Specifically, adding themes/* assets where present and removingindex-*.css exports where those assets do not exist.

Changelog

Sourced from @​spectrum-css/button's changelog.

14.2.0

Minor Changes

📝 #4218 2df53f8 Thanks @​castastrophe!

Ensure accurate exports are present for each component. Specifically, adding themes/* assets where present and removingindex-*.css exports where those assets do not exist.

14.1.6

Patch Changes

📝 #3665 56e143a Thanks @​rise-erpelding!

Adjust S1/Express static outline variant content color (from transparent-black/white to solid black/white) to fix unintentional regression.

14.1.5

Patch Changes

📝 #3662 79e3363 Thanks @​castastrophe!

This update aims to simplify --mod-* access by ensuring local variants and states aren't hooking into those custom properties for overrides. This updates all local variants and states to override the --spectrum-button-* properties instead and adjusts the specificity to ensure no regressions in rendered results.

Other changes of note:

  • Removes the .spectrum-Button--sizeM as unnecessary and duplicate as these styles are applied in the base class.
  • Reduces the use of the :not() pseudo-class in theme overrides as these selectors are more complex to remap for web component projects.

14.1.4

Patch Changes

📝 #3648 8e52975 Thanks @​rise-erpelding!

S2 Foundations fixes to adjust:

  • primary outline background color for hover, active, and focus states (gray-100)
  • secondary fill background color for active state (gray-200)
  • secondary outline background color for hover, active, and focus states (gray-100)
  • secondary outline border color for default (gray-300) and active states (gray-400)

14.1.3

Patch Changes

📝 d2272ea Thanks @​rise-erpelding!

Adjusts static color buttons to more closely resemble the S2 specifications. There are no expected changes to non-static button variants in S2, and no expected changes to other themes.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by patrickfulton, a new releaser for @​spectrum-css/button since your current version.


Updates @spectrum-css/buttongroup from 3.0.2 to 9.2.0

Release notes

Sourced from @​spectrum-css/buttongroup's releases.

@​spectrum-css/buttongroup@​9.2.0

Minor Changes

📝 #4218 2df53f8 Thanks @​castastrophe!

Ensure accurate exports are present for each component. Specifically, adding themes/* assets where present and removingindex-*.css exports where those assets do not exist.

Changelog

Sourced from @​spectrum-css/buttongroup's changelog.

9.2.0

Minor Changes

📝 #4218 2df53f8 Thanks @​castastrophe!

Ensure accurate exports are present for each component. Specifically, adding themes/* assets where present and removingindex-*.css exports where those assets do not exist.

9.1.0

Minor Changes

📝 205182b Thanks @​castastrophe!

New feature

Minified and gzipped outputs available for all compiled CSS assets.

Patch Changes

📝 #3541 1a3245c Thanks @​castastrophe!

Dependency alignment across the project.

9.0.1

Patch Changes

📝 #3534 68e0057 Thanks @​castastrophe!

Fixes a bug in the content of the dist/index-theme.css file.

Expected index-theme.css to include the component selectors with component-level custom properties mapped to the --system prefixed ones in order to allow a component to support various contexts.

Expected output example for the index-theme.css:

.spectrum-ActionButton {
  --spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default);
  --spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover);
  • Updated dependencies [68e0057]:
    • @​spectrum-css/button@​14.0.1

9.0.0

... (truncated)

Commits

Bumps the production-dependencies group with 44 updates:

| Package | From | To |
| --- | --- | --- |
| [chroma-js](https://github.com/gka/chroma.js) | `2.4.2` | `3.2.0` |
| [zod](https://github.com/colinhacks/zod) | `3.25.76` | `4.3.6` |
| [@adobe/spectrum-css-workflow-icons](https://github.com/adobe/spectrum-css-workflow-icons) | `1.0.0` | `5.0.0` |
| [@spectrum-css/actionbutton](https://github.com/adobe/spectrum-css/tree/HEAD/components/actionbutton) | `1.0.4` | `7.2.0` |
| [@spectrum-css/actiongroup](https://github.com/adobe/spectrum-css/tree/HEAD/components/actiongroup) | `1.0.3` | `6.2.0` |
| [@spectrum-css/badge](https://github.com/adobe/spectrum-css/tree/HEAD/components/badge) | `1.0.1` | `6.2.0` |
| [@spectrum-css/button](https://github.com/adobe/spectrum-css/tree/HEAD/components/button) | `4.0.0` | `14.2.0` |
| [@spectrum-css/buttongroup](https://github.com/adobe/spectrum-css/tree/HEAD/components/buttongroup) | `3.0.2` | `9.2.0` |
| [@spectrum-css/checkbox](https://github.com/adobe/spectrum-css/tree/HEAD/components/checkbox) | `3.0.2` | `10.2.0` |
| [@spectrum-css/colorhandle](https://github.com/adobe/spectrum-css/tree/HEAD/components/colorhandle) | `1.0.2` | `10.2.0` |
| [@spectrum-css/colorloupe](https://github.com/adobe/spectrum-css/tree/HEAD/components/colorloupe) | `1.0.0-beta.1` | `7.2.0` |
| [@spectrum-css/colorslider](https://github.com/adobe/spectrum-css/tree/HEAD/components/colorslider) | `1.0.2` | `8.2.0` |
| [@spectrum-css/dialog](https://github.com/adobe/spectrum-css/tree/HEAD/components/dialog) | `3.0.8` | `12.2.0` |
| [@spectrum-css/divider](https://github.com/adobe/spectrum-css/tree/HEAD/components/divider) | `1.0.3` | `5.2.0` |
| [@spectrum-css/fieldgroup](https://github.com/adobe/spectrum-css/tree/HEAD/components/fieldgroup) | `3.0.2` | `7.2.0` |
| [@spectrum-css/fieldlabel](https://github.com/adobe/spectrum-css/tree/HEAD/components/fieldlabel) | `3.0.2` | `10.2.0` |
| [@spectrum-css/icon](https://github.com/adobe/spectrum-css/tree/HEAD/components/icon) | `3.0.4` | `9.2.0` |
| [@spectrum-css/illustratedmessage](https://github.com/adobe/spectrum-css/tree/HEAD/components/illustratedmessage) | `2.0.0` | `9.2.0` |
| [@spectrum-css/link](https://github.com/adobe/spectrum-css/tree/HEAD/components/link) | `3.1.0` | `7.2.0` |
| [@spectrum-css/menu](https://github.com/adobe/spectrum-css/tree/HEAD/components/menu) | `2.1.1` | `9.3.0` |
| [@spectrum-css/page](https://github.com/adobe/spectrum-css/tree/HEAD/components/page) | `3.0.2` | `9.2.0` |
| [@spectrum-css/picker](https://github.com/adobe/spectrum-css/tree/HEAD/components/picker) | `1.0.4` | `9.2.0` |
| [@spectrum-css/popover](https://github.com/adobe/spectrum-css/tree/HEAD/components/popover) | `3.0.4` | `8.3.0` |
| [@spectrum-css/progressbar](https://github.com/adobe/spectrum-css/tree/HEAD/components/progressbar) | `1.0.11` | `6.2.0` |
| [@spectrum-css/progresscircle](https://github.com/adobe/spectrum-css/tree/HEAD/components/progresscircle) | `1.0.3` | `5.2.0` |
| [@spectrum-css/radio](https://github.com/adobe/spectrum-css/tree/HEAD/components/radio) | `3.0.2` | `10.2.0` |
| [@spectrum-css/sidenav](https://github.com/adobe/spectrum-css/tree/HEAD/components/sidenav) | `3.0.2` | `7.2.0` |
| [@spectrum-css/slider](https://github.com/adobe/spectrum-css/tree/HEAD/components/slider) | `3.0.2` | `6.4.0` |
| [@spectrum-css/switch](https://github.com/adobe/spectrum-css/tree/HEAD/components/switch) | `1.0.3` | `6.2.0` |
| [@spectrum-css/table](https://github.com/adobe/spectrum-css/tree/HEAD/components/table) | `4.0.6` | `8.2.0` |
| [@spectrum-css/tabs](https://github.com/adobe/spectrum-css/tree/HEAD/components/tabs) | `2.1.1` | `6.2.0` |
| [@spectrum-css/textfield](https://github.com/adobe/spectrum-css/tree/HEAD/components/textfield) | `3.0.2` | `8.2.0` |
| [@spectrum-css/toast](https://github.com/adobe/spectrum-css/tree/HEAD/components/toast) | `2.0.5` | `11.2.0` |
| [@spectrum-css/tooltip](https://github.com/adobe/spectrum-css/tree/HEAD/components/tooltip) | `3.0.2` | `7.2.0` |
| [@spectrum-css/typography](https://github.com/adobe/spectrum-css/tree/HEAD/components/typography) | `3.0.2` | `8.2.0` |
| [@spectrum-css/underlay](https://github.com/adobe/spectrum-css/tree/HEAD/components/underlay) | `2.0.10` | `6.2.0` |
| [@spectrum-css/vars](https://github.com/adobe/spectrum-css/tree/HEAD/components/vars) | `4.0.0` | `9.0.8` |
| [color-blind](https://github.com/skratchdot/color-blind) | `0.1.1` | `0.1.3` |
| [d3](https://github.com/d3/d3) | `5.12.0` | `7.9.0` |
| [d3-3d](https://github.com/niekes/d3-3d) | `0.1.2` | `2.0.2` |
| [get-image-colors](https://github.com/colorjs/get-image-colors) | `4.0.0` | `4.0.1` |
| [highlight.js](https://github.com/highlightjs/highlight.js) | `11.2.0` | `11.11.1` |
| [node-vibrant](https://github.com/Vibrant-Colors/node-vibrant/tree/HEAD/packages/node-vibrant) | `3.2.1-alpha.1` | `4.0.4` |
| [plotly.js-dist-min](https://github.com/plotly/plotly.js) | `2.5.1` | `3.4.0` |


Updates `chroma-js` from 2.4.2 to 3.2.0
- [Release notes](https://github.com/gka/chroma.js/releases)
- [Changelog](https://github.com/gka/chroma.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gka/chroma.js/commits/v3.2.0)

Updates `zod` from 3.25.76 to 4.3.6
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.25.76...v4.3.6)

Updates `@adobe/spectrum-css-workflow-icons` from 1.0.0 to 5.0.0
- [Release notes](https://github.com/adobe/spectrum-css-workflow-icons/releases)
- [Changelog](https://github.com/adobe/spectrum-css-workflow-icons/blob/main/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css-workflow-icons/commits/v5.0.0)

Updates `@spectrum-css/actionbutton` from 1.0.4 to 7.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/actionbutton/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/actionbutton@7.2.0/components/actionbutton)

Updates `@spectrum-css/actiongroup` from 1.0.3 to 6.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/actiongroup/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/actiongroup@6.2.0/components/actiongroup)

Updates `@spectrum-css/badge` from 1.0.1 to 6.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/badge/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/badge@6.2.0/components/badge)

Updates `@spectrum-css/button` from 4.0.0 to 14.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/button/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/button@14.2.0/components/button)

Updates `@spectrum-css/buttongroup` from 3.0.2 to 9.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/buttongroup/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/buttongroup@9.2.0/components/buttongroup)

Updates `@spectrum-css/checkbox` from 3.0.2 to 10.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/checkbox/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/checkbox@10.2.0/components/checkbox)

Updates `@spectrum-css/colorhandle` from 1.0.2 to 10.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/colorhandle/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/colorhandle@10.2.0/components/colorhandle)

Updates `@spectrum-css/colorloupe` from 1.0.0-beta.1 to 7.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/colorloupe/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/colorloupe@7.2.0/components/colorloupe)

Updates `@spectrum-css/colorslider` from 1.0.2 to 8.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/colorslider/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/colorslider@8.2.0/components/colorslider)

Updates `@spectrum-css/dialog` from 3.0.8 to 12.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/dialog/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/dialog@12.2.0/components/dialog)

Updates `@spectrum-css/divider` from 1.0.3 to 5.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/divider/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/divider@5.2.0/components/divider)

Updates `@spectrum-css/fieldgroup` from 3.0.2 to 7.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/fieldgroup/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/fieldgroup@7.2.0/components/fieldgroup)

Updates `@spectrum-css/fieldlabel` from 3.0.2 to 10.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/fieldlabel/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/fieldlabel@10.2.0/components/fieldlabel)

Updates `@spectrum-css/icon` from 3.0.4 to 9.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/icon/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/icon@9.2.0/components/icon)

Updates `@spectrum-css/illustratedmessage` from 2.0.0 to 9.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/illustratedmessage/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/illustratedmessage@9.2.0/components/illustratedmessage)

Updates `@spectrum-css/link` from 3.1.0 to 7.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/link/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/link@7.2.0/components/link)

Updates `@spectrum-css/menu` from 2.1.1 to 9.3.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/menu/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/menu@9.3.0/components/menu)

Updates `@spectrum-css/page` from 3.0.2 to 9.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/page/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/page@9.2.0/components/page)

Updates `@spectrum-css/picker` from 1.0.4 to 9.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/picker/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/picker@9.2.0/components/picker)

Updates `@spectrum-css/popover` from 3.0.4 to 8.3.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/popover/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/popover@8.3.0/components/popover)

Updates `@spectrum-css/progressbar` from 1.0.11 to 6.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/progressbar/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/progressbar@6.2.0/components/progressbar)

Updates `@spectrum-css/progresscircle` from 1.0.3 to 5.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/progresscircle/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/progresscircle@5.2.0/components/progresscircle)

Updates `@spectrum-css/radio` from 3.0.2 to 10.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/radio/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/radio@10.2.0/components/radio)

Updates `@spectrum-css/sidenav` from 3.0.2 to 7.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/sidenav/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/sidenav@7.2.0/components/sidenav)

Updates `@spectrum-css/slider` from 3.0.2 to 6.4.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/slider/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/slider@6.4.0/components/slider)

Updates `@spectrum-css/switch` from 1.0.3 to 6.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/switch/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/switch@6.2.0/components/switch)

Updates `@spectrum-css/table` from 4.0.6 to 8.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/table/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/table@8.2.0/components/table)

Updates `@spectrum-css/tabs` from 2.1.1 to 6.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/tabs/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/tabs@6.2.0/components/tabs)

Updates `@spectrum-css/textfield` from 3.0.2 to 8.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/textfield/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/textfield@8.2.0/components/textfield)

Updates `@spectrum-css/toast` from 2.0.5 to 11.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/toast/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/toast@11.2.0/components/toast)

Updates `@spectrum-css/tooltip` from 3.0.2 to 7.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/tooltip/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/tooltip@7.2.0/components/tooltip)

Updates `@spectrum-css/typography` from 3.0.2 to 8.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/typography/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/typography@8.2.0/components/typography)

Updates `@spectrum-css/underlay` from 2.0.10 to 6.2.0
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/underlay/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/underlay@6.2.0/components/underlay)

Updates `@spectrum-css/vars` from 4.0.0 to 9.0.8
- [Release notes](https://github.com/adobe/spectrum-css/releases)
- [Changelog](https://github.com/adobe/spectrum-css/blob/@spectrum-css/vars@9.0.8/components/vars/CHANGELOG.md)
- [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/vars@9.0.8/components/vars)

Updates `color-blind` from 0.1.1 to 0.1.3
- [Commits](skratchdot/color-blind@0.1.1...0.1.3)

Updates `d3` from 5.12.0 to 7.9.0
- [Release notes](https://github.com/d3/d3/releases)
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md)
- [Commits](d3/d3@v5.12.0...v7.9.0)

Updates `d3-3d` from 0.1.2 to 2.0.2
- [Release notes](https://github.com/niekes/d3-3d/releases)
- [Commits](https://github.com/niekes/d3-3d/commits/v2.0.2)

Updates `get-image-colors` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/colorjs/get-image-colors/releases)
- [Commits](colorjs/get-image-colors@v4.0.0...v4.0.1)

Updates `highlight.js` from 11.2.0 to 11.11.1
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.2.0...11.11.1)

Updates `node-vibrant` from 3.2.1-alpha.1 to 4.0.4
- [Release notes](https://github.com/Vibrant-Colors/node-vibrant/releases)
- [Changelog](https://github.com/Vibrant-Colors/node-vibrant/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Vibrant-Colors/node-vibrant/commits/v4.0.4/packages/node-vibrant)

Updates `plotly.js-dist-min` from 2.5.1 to 3.4.0
- [Release notes](https://github.com/plotly/plotly.js/releases)
- [Changelog](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.js@v2.5.1...v3.4.0)

---
updated-dependencies:
- dependency-name: chroma-js
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: zod
  dependency-version: 4.3.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@adobe/spectrum-css-workflow-icons"
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/actionbutton"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/actiongroup"
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/badge"
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/button"
  dependency-version: 14.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/buttongroup"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/checkbox"
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/colorhandle"
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/colorloupe"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/colorslider"
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/dialog"
  dependency-version: 12.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/divider"
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/fieldgroup"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/fieldlabel"
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/icon"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/illustratedmessage"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/link"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/menu"
  dependency-version: 9.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/page"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/picker"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/popover"
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/progressbar"
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/progresscircle"
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/radio"
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/sidenav"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/slider"
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/switch"
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/table"
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/tabs"
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/textfield"
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/toast"
  dependency-version: 11.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/tooltip"
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/typography"
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/underlay"
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@spectrum-css/vars"
  dependency-version: 9.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: color-blind
  dependency-version: 0.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: d3
  dependency-version: 7.9.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: d3-3d
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: get-image-colors
  dependency-version: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: highlight.js
  dependency-version: 11.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: node-vibrant
  dependency-version: 4.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: plotly.js-dist-min
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-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 Feb 20, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Feb 20, 2026

⚠️ No Changeset found

Latest commit: bc28add

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

@GarthDB GarthDB merged commit cd2b463 into main Feb 21, 2026
3 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-7def2bd409 branch February 21, 2026 01:13
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.

1 participant