Skip to content

chore(deps): bump the minor-and-patch group with 19 updates#1973

Open
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/npm_and_yarn/minor-and-patch-d1875582e5
Open

chore(deps): bump the minor-and-patch group with 19 updates#1973
dependabot[bot] wants to merge 1 commit into
nextfrom
dependabot/npm_and_yarn/minor-and-patch-d1875582e5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 19 updates:

Package From To
@storybook/addon-docs 10.4.2 10.4.4
@storybook/addon-links 10.4.2 10.4.4
@storybook/html-vite 10.4.2 10.4.4
@types/node 24.13.1 24.13.2
@typescript-eslint/eslint-plugin 8.60.1 8.61.0
@typescript-eslint/parser 8.60.1 8.61.0
@typescript-eslint/utils 8.60.1 8.61.0
eslint 10.4.1 10.5.0
prettier 3.8.3 3.8.4
sass 1.100.0 1.101.0
storybook 10.4.2 10.4.4
style-dictionary 5.4.3 5.4.4
turbo 2.9.16 2.9.18
typescript-eslint 8.60.1 8.61.0
@oxc-parser/binding-linux-arm64-gnu 0.134.0 0.135.0
@oxc-parser/binding-linux-x64-gnu 0.134.0 0.135.0
dompurify 3.4.8 3.4.10
postcss 8.5.14 8.5.15
unocss 66.7.0 66.7.2

Updates @storybook/addon-docs from 10.4.2 to 10.4.4

Release notes

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

v10.4.4

10.4.4

  • Preview: Stop mixed CSF3+4 stories getting core annotations injected twice - #35094, thanks @​JReinhold!
  • Telemetry: Add timeout to event-log POST to prevent build hang - #35085, thanks @​badams!

v10.4.3

10.4.3

Changelog

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

10.4.4

  • Preview: Stop mixed CSF3+4 stories getting core annotations injected twice - #35094, thanks @​JReinhold!
  • Telemetry: Add timeout to event-log POST to prevent build hang - #35085, thanks @​badams!

10.4.3

Commits
  • 5adebe7 Bump version from "10.4.3" to "10.4.4" [skip ci]
  • 624e618 Bump version from "10.4.2" to "10.4.3" [skip ci]
  • c898822 Merge pull request #34496 from NYCU-Chung/fix/docs-blocks-custom-mdx
  • c920fd0 Merge pull request #35021 from LongTangGithub/fix/docs-hmr-scroll-to-top
  • 1750494 Merge pull request #35031 from storybookjs/jeppe/fix-mdx-no-dev-tag
  • See full diff in compare view

Updates @storybook/addon-links from 10.4.2 to 10.4.4

Release notes

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

v10.4.4

10.4.4

  • Preview: Stop mixed CSF3+4 stories getting core annotations injected twice - #35094, thanks @​JReinhold!
  • Telemetry: Add timeout to event-log POST to prevent build hang - #35085, thanks @​badams!

v10.4.3

10.4.3

Changelog

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

10.4.4

  • Preview: Stop mixed CSF3+4 stories getting core annotations injected twice - #35094, thanks @​JReinhold!
  • Telemetry: Add timeout to event-log POST to prevent build hang - #35085, thanks @​badams!

10.4.3

Commits
  • 5adebe7 Bump version from "10.4.3" to "10.4.4" [skip ci]
  • 624e618 Bump version from "10.4.2" to "10.4.3" [skip ci]
  • See full diff in compare view

Updates @storybook/html-vite from 10.4.2 to 10.4.4

Release notes

Sourced from @​storybook/html-vite's releases.

v10.4.4

10.4.4

  • Preview: Stop mixed CSF3+4 stories getting core annotations injected twice - #35094, thanks @​JReinhold!
  • Telemetry: Add timeout to event-log POST to prevent build hang - #35085, thanks @​badams!

v10.4.3

10.4.3

Changelog

Sourced from @​storybook/html-vite's changelog.

10.4.4

  • Preview: Stop mixed CSF3+4 stories getting core annotations injected twice - #35094, thanks @​JReinhold!
  • Telemetry: Add timeout to event-log POST to prevent build hang - #35085, thanks @​badams!

10.4.3

Commits
  • 5adebe7 Bump version from "10.4.3" to "10.4.4" [skip ci]
  • 624e618 Bump version from "10.4.2" to "10.4.3" [skip ci]
  • See full diff in compare view

Updates @types/node from 24.13.1 to 24.13.2

Commits

Updates @typescript-eslint/eslint-plugin from 8.60.1 to 8.61.0

Release notes

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

v8.61.0

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)
  • ast-spec: tighten types of ArrowFunction, YieldExpression, TSTypePredicate (#12373)

🩹 Fixes

  • rule-schema-to-typescript-types: respect ECMAScript line terminators (#12374)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)

❤️ Thank You

See GitHub Releases for more information.

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

Commits
  • 16a5b24 chore(release): publish 8.61.0
  • ef1fd28 feat(ast-spec): change type of UnaryExpression.prefix to always true (#12...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.60.1 to 8.61.0

Release notes

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

v8.61.0

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)
  • ast-spec: tighten types of ArrowFunction, YieldExpression, TSTypePredicate (#12373)

🩹 Fixes

  • rule-schema-to-typescript-types: respect ECMAScript line terminators (#12374)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.61.0 (2026-06-08)

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.

Commits

Updates @typescript-eslint/utils from 8.60.1 to 8.61.0

Release notes

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

v8.61.0

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)
  • ast-spec: tighten types of ArrowFunction, YieldExpression, TSTypePredicate (#12373)

🩹 Fixes

  • rule-schema-to-typescript-types: respect ECMAScript line terminators (#12374)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

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

8.61.0 (2026-06-08)

This was a version bump only for utils 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.

Commits

Updates eslint from 10.4.1 to 10.5.0

Release notes

Sourced from eslint's releases.

v10.5.0

Features

  • 5ca8c52 feat: correct stack tracking in max-nested-callbacks (#20973) (Pixel998)
  • b565783 feat: report no-with violations at the with keyword (#20971) (Pixel998)
  • 2ce032f feat: report max-lines-per-function violations at function head (#20966) (Pixel998)
  • 732cb3e feat: report max-nested-callbacks violations at function head (#20967) (Pixel998)
  • f9c138a feat: report max-depth violations on keywords (#20943) (Pixel998)
  • bdb496c feat: correct max-depth handling for else-if chains (#20944) (Pixel998)
  • c296873 feat: update error loc in max-statements to function header (#20907) (Taejin Kim)

Documentation

  • 8ae1b5b docs: Update README (GitHub Actions Bot)
  • ca7eb90 docs: update Node.js prerequisites to include ICU support (#20962) (Francesco Trotta)
  • f99b47a docs: Update README (GitHub Actions Bot)
  • acf03d4 docs: clarify precedence of parserOptions over languageOptions (#20926) (sethamus)

Chores

  • b18bf58 chore: update ecosystem plugins (#20959) (ESLint Bot)
  • c2d1444 refactor: replace areAllSegmentsUnreachable with !isAnySegmentReachable (#20951) (Taejin Kim)
  • 243b8c5 chore: enhance config-rule to support oneOf, anyOf, and nested schemas (#20788) (kuldeep kumar)
  • 217b2a9 test: add unit tests for ParserService (#20949) (Taejin Kim)
  • 72003e7 test: add location information to error messages in max-statements (#20945) (lumir)
  • 7797c26 refactor: deduplicate isAnySegmentReachable across rules (#20890) (Taejin Kim)
  • 67c46fa chore: update ecosystem plugins (#20938) (ESLint Bot)
  • 95d8c7a chore: update dependency @​eslint/json to v2 (#20934) (renovate[bot])
  • cf9e496 chore: update @​arethetypeswrong/cli to 0.18.3 (#20933) (Pixel998)
  • fb6d396 test: run type tests with TypeScript 7 (#20868) (sethamus)
Commits

Updates prettier from 3.8.3 to 3.8.4

Release notes

Sourced from prettier's releases.

3.8.4

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.4

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a


b


c

d



<!-- Prettier 3.8.3 -->

a

b


c

d



<!-- Prettier 3.8.4 -->


a

b



c

d
Commits
  • 1c6ba55 Release 3.8.4
  • 4a673dc Fix blank lines between list items and nested sub-lists being removed in Mark...
  • 074aaed Replace main branch in changelog link with tags (#19054)
  • c22a003 Bump Prettier dependency to 3.8.3
  • 07bad1f Clean changelog_unreleased
  • See full diff in compare view

Updates sass from 1.100.0 to 1.101.0

Release notes

Sourced from sass's releases.

Dart Sass 1.101.0

To install Sass 1.101.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Potentially breaking bug fix: The Node package importer now properly supports resolving import-only variants of Sass files declared in the exports, sass, and style fields of package.json. Previously, these files were ignored even when loaded via @import, so any code relying on loading module-system-only files this way may break.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.101.0

  • Potentially breaking bug fix: The Node package importer now properly supports resolving import-only variants of Sass files declared in the exports, sass, and style fields of package.json. Previously, these files were ignored even when loaded via @import, so any code relying on loading module-system-only files this way may break.
Commits
  • 63b9922 Load import-only files through package.json exports (#2772)
  • c7e9947 Migrate from bufbuild/buf-setup-action to bufbuild/buf-action (#2773)
  • 7674a4c Bump postcss from 8.5.13 to 8.5.15 in /pkg/sass-parser (#2774)
  • See full diff in compare view

Updates storybook from 10.4.2 to 10.4.4

Release notes

Sourced from storybook's releases.

v10.4.4

10.4.4

  • Preview: Stop mixed CSF3+4 stories getting core annotations injected twice - #35094, thanks @​JReinhold!
  • Telemetry: Add timeout to event-log POST to prevent build hang - #35085, thanks @​badams!

v10.4.3

10.4.3

Changelog

Sourced from storybook's changelog.

10.4.4

  • Preview: Stop mixed CSF3+4 stories getting core annotations injected twice - #35094, thanks @​JReinhold!
  • Telemetry: Add timeout to event-log POST to prevent build hang - #35085, thanks @​badams!

10.4.3

Commits
  • 5adebe7 Bump version from "10.4.3" to "10.4.4" [skip ci]
  • ce1491d Merge pull request #35085 from badams/fix/telemetry-fetch-timeout
  • 624e618 Bump version from "10.4.2" to "10.4.3" [skip ci]
  • c898822 Merge pull request #34496 from NYCU-Chung/fix/docs-blocks-custom-mdx
  • c920fd0 Merge pull request #35021 from LongTangGithub/fix/docs-hmr-scroll-to-top
  • 1750494 Merge pull request #35031 from storybookjs/jeppe/fix-mdx-no-dev-tag
  • See full diff in compare view

Updates style-dictionary from 5.4.3 to 5.4.4

Release notes

Sourced from style-dictionary's releases.

v5.4.4

Patch Changes

  • 23b5e8d: Fix prototype pollution vulnerability in the convertTokenData utility function, this was introduced in version 4.3.0. Any token key that includes __proto__ will be ignored. See Security Advisory GHSA-vj5c-m527-mpff.
Changelog

Sourced from style-dictionary's changelog.

5.4.4

Patch Changes

  • 23b5e8d: Fix prototype pollution vulnerability in the convertTokenData utility function, this was introduced in version 4.3.0. Any token key that includes __proto__ will be ignored. See Security Advisory GHSA-vj5c-m527-mpff.
Commits

Updates turbo from 2.9.16 to 2.9.18

Release notes

Sourced from turbo's releases.

Turborepo v2.9.18

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.9.17...v2.9.18

Turborepo v2.9.17

What's Changed

Changelog

... (truncated)

Commits

Updates typescript-eslint from 8.60.1 to 8.61.0

Release notes

Sourced from typescript-eslint's releases.

v8.61.0

8.61.0 (2026-06-08)

🚀 Features

  • ast-spec: change type of UnaryExpression.prefix to always true (#12372)
  • ast-spec: tighten types of ArrowFunction, YieldExpression, TSTypePredicate (#12373)

🩹 Fixes

  • rule-schema-to-typescript-types: respect ECMAScript line terminators (#12374)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from typescript-eslint's changelog.

8.61.0 (2026-06-08)

This was a version bump only for typescript-eslint 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.

Commits

Updates @oxc-parser/binding-linux-arm64-gnu from 0.134.0 to 0.135.0

Release notes

Sourced from @​oxc-parser/binding-linux-arm64-gnu's releases.

oxc crates_v0.135.0

💥 BREAKING CHANGES

  • ee4dc73 ast: [BREAKING] Add #[non_exhaustive] to AST nodes (#23046) (overlookmotel)
  • 4c35362 ast: [BREAKING] Add AstBuilder::template_element_escape_raw and template_element_escape_raw_with_lone_surrogates methods (#23047) (overlookmotel)

🚀 Features

  • b846ab2 react_compiler: Integrate the Rust port of the React Compiler (#22942) (Boshen)
  • 5b8dd68 parser: Report TS1255 for invalid class definite assertions (#22917) (camc314)
  • 85efabf semantic: Make building the class table optional, off by default (#22862) (Boshen)

🐛 Bug Fixes

  • 556acdc codegen: Parenthesize TS-cast assignment targets (#23112) (Boshen)
  • 37169ff codegen: Don't emit space between postfix -- and > when minifying (#23036) (Boshen)
  • a4b1bf7 codegen: Drop redundant whitespace in minified TypeScript output (#23038) (Boshen)
  • cf53285 parser: Report reserved type-declaration names in the parser (#23035) (Boshen)
  • 4e44969 ast: Fix UB in escape_template_element_raw (#23052) (overlookmotel)
  • c543154 parser: Report comma operator in JSX expression in the parser (#23030) (Boshen)
  • 325c94f codegen: Tighten conditional-type and constructor-type whitespace when minifying (#23033) (Boshen)
  • 95dd3a2 parser: Report import type alias to a non-external reference in the parser (#23032) (Boshen)
  • 90180b8 codegen: Drop space after : in function return type when minifying (#23028) (Boshen)
  • 6da876e parser: Report abstract private class field in the parser (#23029) (Boshen)
  • 28467ce codegen: Don't emit space before a postfix update operand when minifying (#23027) (Boshen)
  • cb29926 codegen: Drop redundant space after export default when minifying (#23024) (Boshen)
  • 62965ae codegen: Drop redundant space after else when minifying (#23025) (Boshen)
  • 989230a parser: Report compound assignment to non-simple target in the parser (#23022) (Boshen)
  • 06f367c parser: Report super.#field private access in the parser (#23014) (Boshen)
  • 184edef codegen: Print space before const/declare enum modifier (#23013) (Boshen)
  • 4d722e0 parser: Report duplicate switch default clause in the parser (#23012) (Boshen)
  • 597ed85 codegen: Parenthesize let/async for-of head target (#23008) (Boshen)
  • 8b631bf codegen: Remove stray space before mapped type value colon (#23010) (Boshen)
  • c08407e codegen: Don't over-parenthesize in inside an arrow in a for-init (#23009) (Boshen)
  • 600cd6f codegen: Parenthesize lower-precedence TSInstantiationExpression operand (#23007) (Boshen)
  • 187e1a5 codegen: Don't leak space after comment-only JSX expression container (#23006) (Boshen)
  • 294c473 codegen: Don't over-parenthesize TSTypeAssertion operand (#23004) (Boshen)
  • 786d96f codegen: Give TSTypeAssertion unary precedence (#23002) (Boshen)
  • 1295882 parser: Report new.target and import.meta syntax errors in the parser (#23003) (Boshen)
  • d727b6b codegen: Parenthesize await expression as base of ** (#23001) (Boshen)
  • 67dfa08 codegen: Keep parentheses around new callees containing a call (<...

    Description has been truncated

Bumps the minor-and-patch group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [@storybook/addon-docs](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/docs) | `10.4.2` | `10.4.4` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `10.4.2` | `10.4.4` |
| [@storybook/html-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/html-vite) | `10.4.2` | `10.4.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.13.1` | `24.13.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.60.1` | `8.61.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.60.1` | `8.61.0` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.60.1` | `8.61.0` |
| [eslint](https://github.com/eslint/eslint) | `10.4.1` | `10.5.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.4` |
| [sass](https://github.com/sass/dart-sass) | `1.100.0` | `1.101.0` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) | `10.4.2` | `10.4.4` |
| [style-dictionary](https://github.com/style-dictionary/style-dictionary) | `5.4.3` | `5.4.4` |
| [turbo](https://github.com/vercel/turborepo) | `2.9.16` | `2.9.18` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.60.1` | `8.61.0` |
| [@oxc-parser/binding-linux-arm64-gnu](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser) | `0.134.0` | `0.135.0` |
| [@oxc-parser/binding-linux-x64-gnu](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser) | `0.134.0` | `0.135.0` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.4.8` | `3.4.10` |
| [postcss](https://github.com/postcss/postcss) | `8.5.14` | `8.5.15` |
| [unocss](https://github.com/unocss/unocss/tree/HEAD/packages-presets/unocss) | `66.7.0` | `66.7.2` |


Updates `@storybook/addon-docs` from 10.4.2 to 10.4.4
- [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.4.4/code/addons/docs)

Updates `@storybook/addon-links` from 10.4.2 to 10.4.4
- [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.4.4/code/addons/links)

Updates `@storybook/html-vite` from 10.4.2 to 10.4.4
- [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.4.4/code/frameworks/html-vite)

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

Updates `@typescript-eslint/eslint-plugin` from 8.60.1 to 8.61.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.61.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.60.1 to 8.61.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.61.0/packages/parser)

Updates `@typescript-eslint/utils` from 8.60.1 to 8.61.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.0/packages/utils)

Updates `eslint` from 10.4.1 to 10.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.4.1...v10.5.0)

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

Updates `sass` from 1.100.0 to 1.101.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.100.0...1.101.0)

Updates `storybook` from 10.4.2 to 10.4.4
- [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.4.4/code/core)

Updates `style-dictionary` from 5.4.3 to 5.4.4
- [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.4.3...v5.4.4)

Updates `turbo` from 2.9.16 to 2.9.18
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md)
- [Commits](vercel/turborepo@v2.9.16...v2.9.18)

Updates `typescript-eslint` from 8.60.1 to 8.61.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.61.0/packages/typescript-eslint)

Updates `@oxc-parser/binding-linux-arm64-gnu` from 0.134.0 to 0.135.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/parser/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.135.0/napi/parser)

Updates `@oxc-parser/binding-linux-x64-gnu` from 0.134.0 to 0.135.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/parser/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.135.0/napi/parser)

Updates `dompurify` from 3.4.8 to 3.4.10
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.4.8...3.4.10)

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

Updates `unocss` from 66.7.0 to 66.7.2
- [Release notes](https://github.com/unocss/unocss/releases)
- [Commits](https://github.com/unocss/unocss/commits/v66.7.2/packages-presets/unocss)

---
updated-dependencies:
- dependency-name: "@storybook/addon-docs"
  dependency-version: 10.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@storybook/addon-links"
  dependency-version: 10.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@storybook/html-vite"
  dependency-version: 10.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.61.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-version: 10.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-version: 3.8.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sass
  dependency-version: 1.101.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: storybook
  dependency-version: 10.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: style-dictionary
  dependency-version: 5.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: turbo
  dependency-version: 2.9.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-version: 8.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@oxc-parser/binding-linux-arm64-gnu"
  dependency-version: 0.135.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@oxc-parser/binding-linux-x64-gnu"
  dependency-version: 0.135.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: dompurify
  dependency-version: 3.4.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: postcss
  dependency-version: 8.5.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: unocss
  dependency-version: 66.7.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 Jun 15, 2026
@dependabot dependabot Bot requested a review from hirsch88 as a code owner June 15, 2026 04:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 15, 2026
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
design-system Error Error Jun 15, 2026 4:08am
design-system-core Error Error Jun 15, 2026 4:08am

Request Review

@changeset-bot

changeset-bot Bot commented Jun 15, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 68b2261

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