Skip to content

build(deps-dev): bump the npm-development-dependencies group across 2 directories with 19 updates#511

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/src/flagd-ui/npm-development-dependencies-92f0adba88
Open

build(deps-dev): bump the npm-development-dependencies group across 2 directories with 19 updates#511
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/src/flagd-ui/npm-development-dependencies-92f0adba88

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown

Bumps the npm-development-dependencies group with 11 updates in the /src/flagd-ui directory:

Package From To
@ant-design/icons 6.0.0 6.3.2
antd 5.24.6 6.5.0
@types/node 22.13.5 26.1.0
autoprefixer 10.4.20 10.5.2
eslint 9.21.0 10.6.0
eslint-config-next 15.2.0 16.2.10
postcss 8.5.3 8.5.16
prettier 3.5.2 3.9.4
prettier-plugin-tailwindcss 0.6.11 0.8.0
tailwindcss 4.0.9 4.3.2
typescript 5.7.3 6.0.3

Bumps the npm-development-dependencies group with 12 updates in the /src/frontend directory:

Package From To
@types/node 22.13.10 26.1.0
eslint-config-next 15.2.1 16.2.10
typescript 5.8.2 6.0.3
@typescript-eslint/eslint-plugin 8.26.0 8.62.1
@typescript-eslint/parser 8.26.0 8.62.1
cypress 14.1.0 15.18.0
eslint 9.22.0 10.6.0
eslint-plugin-react 7.37.4 7.37.5
eslint-plugin-react-hooks 5.2.0 7.1.1
openapi-typescript 7.6.1 7.13.0
ts-proto 2.6.1 2.11.10
regenerator-runtime 0.13.11 0.14.1

Updates @ant-design/icons from 6.0.0 to 6.3.2

Commits

Updates antd from 5.24.6 to 6.5.0

Release notes

Sourced from antd's releases.

6.5.0

  • 🔥 Add the antd DESIGN.md design-language file and publish it at ant.design/design.md, helping AI design tools understand Ant Design visual language, component archetypes, and theme tokens. #58011 #58356 #58489 @​afc163
  • 📦 Optimize the antd full bundle size: compared with 6.4.5, size-limit reports antd.min.js down from 437.05 KB to 432.44 KB, and antd-with-locales.min.js down from 514.19 KB to 506.84 KB. The main gains come from slimmer DatePicker and TimePicker runtime code in @rc-component/picker, plus Icon/Upload avoiding extra TwoTone runtime in the full bundle. #58403 #58497 @​QDyanbing @​afc163
  • Icon
    • 🔥 Add built-in Icon entries for Anthropic, Claude, Gemini, Mistral, DeepSeek, Qwen, Perplexity, HuggingFace, Ollama, Replicate, ElevenLabs, Telegram, Mastodon, Threads and Snapchat. #58524 @​afc163
    • 📦 Optimize Icon and Upload default icon imports by upgrading @ant-design/icons to 6.3.1 and switching Upload picture-list default placeholders to Outlined icons, reducing extra TwoTone runtime in the full bundle. #58497 @​afc163
    • 🐞 Fix Icon styles not working when theme.zeroRuntime is enabled. #58517 @​afc163
  • Input
    • 🆕 Add Input.Password visibilityToggle.tabIndex to customize the visibility toggle button tab order. #58458 @​QDyanbing
    • 🐞 Fix Input.Search not applying ConfigProvider root style configuration. #58467 @​QDyanbing
    • 🐞 Fix Input.Search losing enterButton.className. #58506 @​QDyanbing
    • 💄 Fix Input.Search button height not aligning with Input token height. #58525 @​afc163
    • 💄 Add focus outline for borderless Input components. #58250 @​QDyanbing
  • Select
  • Table
    • 🐞 Fix Table defaultSortOrder and controlled sortOrder being ignored when the column is hidden by responsive at the current breakpoint. #58008 @​yogeshwaran-c
    • 🐞 Fix Table extra vertical line on the last fixed-right column in bordered mode. #58516 @​uttam12331
    • ⌨️ Improve Table row selection checkbox accessibility by supporting aria-* attributes from getCheckboxProps. #58275 @​EmilyyyLiu
    • 💄 Fix Table sticky header top border missing in bordered mode. #58451 @​BangDori
  • BorderBeam
  • Badge
  • Layout
    • 🆕 Add Layout.Sider semantic classNames and styles support. #57938 @​landeqiming666
    • 🐞 Fix Layout.Header, Layout.Footer and Layout.Content losing default background when used standalone with theme.cssVar enabled. #58046 @​yogeshwaran-c
  • Pagination
  • Upload
    • 🐞 Fix Upload not showing file icon for failed files. #58484 @​biubiukam
    • ⌨️ Improve Upload list item name accessibility when previewing files without a URL. #58092 @​ug-one
  • Alert
    • 🐞 Fix Alert icon vertical alignment when description content is provided. #57915 @​MMMIXER
    • 🐞 Fix Alert icon and close button not aligning with the first title line when only a title is provided. #57878 @​QDyanbing
  • 📖 Improve AI agent support for the ant.design website and its isitagentready.com/ant.design result. #58510 #58490 #57725 @​afc163 @​ug-one
  • 📖 Update Ant Design CLI docs with antd setup, Node.js >=20.0.0 requirement, MCP version auto-detection, and environment variable notes, and sync the For Agents and MCP Server docs in both languages. #58460 @​afc163
  • 🐞 Fix antd root semantic style priority across components to ensure component style overrides global styles.root and style configuration. #58474 @​QDyanbing
  • 💄 Improve Component Token small control height in compact theme to avoid cramped line boxes. #58411 @​nightt5879
  • 🐞 Fix Anchor hash parsing performance issue with specially crafted hash values. #58472 @​afc163
  • 🆕 Add Collapse headerPaddingSM, headerPaddingLG, contentPaddingSM, and contentPaddingLG tokens to configure header and content padding for small and large sizes separately. #58436 @​biubiukam
  • 🆕 Add ConfigProvider form labelWrap configuration support. #58035 @​EmilyyyLiu

... (truncated)

Changelog

Sourced from antd's changelog.

6.5.0

2026-06-27

  • 🔥 Add the antd DESIGN.md design-language file and publish it at ant.design/design.md, helping AI design tools understand Ant Design visual language, component archetypes, and theme tokens. #58011 #58356 #58489 @​afc163
  • 📦 Optimize the antd full bundle size: compared with 6.4.5, size-limit reports antd.min.js down from 437.05 KB to 432.44 KB, and antd-with-locales.min.js down from 514.19 KB to 506.84 KB. The main gains come from slimmer DatePicker and TimePicker runtime code in @rc-component/picker, plus Icon/Upload avoiding extra TwoTone runtime in the full bundle. #58403 #58497 @​QDyanbing @​afc163
  • Icon
    • 🔥 Add built-in Icon entries for Anthropic, Claude, Gemini, Mistral, DeepSeek, Qwen, Perplexity, HuggingFace, Ollama, Replicate, ElevenLabs, Telegram, Mastodon, Threads and Snapchat. #58524 @​afc163

    • 📦 Optimize Icon and Upload default icon imports by upgrading @ant-design/icons to 6.3.1 and switching Upload picture-list default placeholders to Outlined icons, reducing extra TwoTone runtime in the full bundle. #58497 @​afc163

    • 🐞 Fix Icon styles not working when theme.zeroRuntime is enabled. #58517 @​afc163

  • Input
    • 🆕 Add Input.Password visibilityToggle.tabIndex to customize the visibility toggle button tab order. #58458 @​QDyanbing
    • 🐞 Fix Input.Search not applying ConfigProvider root style configuration. #58467 @​QDyanbing
    • 🐞 Fix Input.Search losing enterButton.className. #58506 @​QDyanbing
    • 💄 Fix Input.Search button height not aligning with Input token height. #58525 @​afc163
    • 💄 Add focus outline for borderless Input components. #58250 @​QDyanbing
  • Select
  • Table
    • 🐞 Fix Table defaultSortOrder and controlled sortOrder being ignored when the column is hidden by responsive at the current breakpoint. #58008 @​yogeshwaran-c
    • 🐞 Fix Table extra vertical line on the last fixed-right column in bordered mode. #58516 @​uttam12331
    • ⌨️ Improve Table row selection checkbox accessibility by supporting aria-* attributes from getCheckboxProps. #58275 @​EmilyyyLiu
    • 💄 Fix Table sticky header top border missing in bordered mode. #58451 @​BangDori
  • BorderBeam
  • Badge
  • Layout
    • 🆕 Add Layout.Sider semantic classNames and styles support. #57938 @​landeqiming666
    • 🐞 Fix Layout.Header, Layout.Footer and Layout.Content losing default background when used standalone with theme.cssVar enabled. #58046 @​yogeshwaran-c
  • Pagination
  • Upload
    • 🐞 Fix Upload not showing file icon for failed files. #58484 @​biubiukam
    • ⌨️ Improve Upload list item name accessibility when previewing files without a URL. #58092 @​ug-one
  • Alert
    • 🐞 Fix Alert icon vertical alignment when description content is provided. #57915 @​MMMIXER
    • 🐞 Fix Alert icon and close button not aligning with the first title line when only a title is provided. #57878 @​QDyanbing
  • 📖 Improve AI agent support for the ant.design website and its isitagentready.com/ant.design result. #58510 #58490 #57725 @​afc163 @​ug-one
  • 📖 Update Ant Design CLI docs with antd setup, Node.js >=20.0.0 requirement, MCP version auto-detection, and environment variable notes, and sync the For Agents and MCP Server docs in both languages. #58460 @​afc163

... (truncated)

Commits
  • 740ad96 ci: rm action version comment (#58536)
  • 3b44cef docs: add changelog for 6.5.0 (#58527)
  • c94729d revert: remove rate star border tokens (#58535)
  • 8856f85 type: typeScript definition improvement (#58534)
  • b0272e2 fix(Descriptions): apply labelStyle/contentStyle to bordered cells
  • 6a3a641 fix: remove subpixel offset from Steps rail
  • 8110508 fix(Alert): align icon and close button for title-only alerts (#57878)
  • 0a8fb57 chore(deps): update dependency eslint to v10.6.0 (#58532)
  • 6b7a789 chore(deps): update dependency @​google/design.md to ^0.3.0 (#58531)
  • 7b1f026 chore(deps): update actions/cache digest to 55cc834 (#58530)
  • Additional commits viewable in compare view

Updates @types/node from 22.13.5 to 26.1.0

Commits

Updates autoprefixer from 10.4.20 to 10.5.2

Release notes

Sourced from autoprefixer's releases.

10.5.2

  • Moved -webkit-fill-available before -moz-available, so Firefox will use -webkit- version which is closer to stretch.

10.5.1

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

10.4.21

Changelog

Sourced from autoprefixer's changelog.

10.5.2

  • Moved -webkit-fill-available before -moz-available, so Firefox will use -webkit- version which is closer to stretch.

10.5.1

10.5.0 “Each Endeavouring, All Achieving”

  • Added mask-position-x and mask-position-y support (by @​toporek).

10.4.27

  • Removed development key from package.json.

10.4.26

  • Reduced package size.

10.4.25

  • Fixed broken gradients on CSS Custom Properties (by @​serger777).

10.4.24

  • Made Autoprefixer a little faster (by @​Cherry).

10.4.23

10.4.22

  • Fixed stretch prefixes on new Can I Use database.
  • Updated fraction.js.

10.4.21

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for autoprefixer since your current version.


Updates eslint from 9.21.0 to 10.6.0

Release notes

Sourced from eslint's releases.

v10.6.0

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#20983) (lumir)

Chores

  • 6a42034 ci: run ecosystem tests on main branch (#20891) (sethamus)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014) (dependabot[bot])
  • c3abfca chore: correct JSDoc param types in html formatter (#21018) (Minseon Kim)
  • a832320 ci: split ecosystem tests into separate jobs (#21001) (xbinaryx)
  • 27166e7 chore: update ecosystem plugins (#21005) (ESLint Bot)
  • 865d76e ci: bump pnpm/action-setup from 6.0.8 to 6.0.9 (#20989) (dependabot[bot])
  • 27a88c9 chore: update dependency markdown-it to v14 in root (#20994) (Milos Djermanovic)
  • 970cea6 chore: update dependency markdown-it to v14 (#20993) (Milos Djermanovic)
  • b482120 chore: update dependency prettier to v3.8.4 (#20990) (renovate[bot])
  • 6993fb3 chore: update ecosystem plugins (#20985) (ESLint Bot)

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

... (truncated)

Commits
  • 5d12a04 10.6.0
  • f7ca54b Build: changelog update for 10.6.0
  • 6a42034 ci: run ecosystem tests on main branch (#20891)
  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014)
  • c3abfca chore: correct JSDoc param types in html formatter (#21018)
  • a83683d docs: Update README
  • a832320 ci: split ecosystem tests into separate jobs (#21001)
  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013)
  • Additional commits viewable in compare view

Updates eslint-config-next from 15.2.0 to 16.2.10

Release notes

Sourced from eslint-config-next's releases.

v16.2.10

Contains no changes except publishing @next/swc-wasm-web which was accidentally not published since 16.2.4.

v16.2.9

Empty release to ensure next@latest points at a stable release. Next.js only allows publishing with Trusted Publishing enabled. In order to fix NPM dist-tags, we have to release a new version. Updating dist-tags is not possible with Trusted Publishing.

v16.2.8

Release with no changes in an attempt to fix next@latest pointing at a prerelease version.

v16.2.7

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Backport documentation fixes for v16.2 (#93804)
  • [backport] Patch playwright-core to resolve _finishedPromise on requestFailed (#93920)
  • [backport] Fix dev mode hydration failure when page is served from HTTP cache (#93492)
  • [backport] Fix catch-all router.query corruption with basePath + rewrites (#93917)
  • [backport] Encode non-ASCII characters in cache tags at construction (#93918)
  • [backport] Fix server action forwarding loop with middleware rewrites (#93919)
  • [backport] Turbopack: switch from base40 to base38 hash encoding (#93932)
  • [ci] Disable hanging node 24 typescript tests on 16.2 backport branch (#94164)
  • [backport] Fix "type: module" in project dir when using standalone or adapters (#94050)
  • [backport] Propagate adapter preferred regions (#94200)
  • [16.2.x] Don't drop FormData entries (#94240)
  • [backport] feat(turbopack): add LocalPathOrProjectPath PostCSS config resolution (#94284)

Credits

Huge thanks to @​eps1lon, @​icyJoseph, @​unstubbable, @​mischnic, @​bgw, @​timneutkens, and @​lukesandberg for helping!

v16.2.6

[!NOTE] This release contains security fixes and backported bug fixes. It does not include all pending features/changes on canary.

Security Fixes

The following advisories have been addressed:

High:

Moderate:

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for eslint-config-next since your current version.


Updates postcss from 8.5.3 to 8.5.16

Release notes

Sourced from postcss's releases.

8.5.16

8.5.15

  • Fixed declaration parsing performance (by @​homanp).

8.5.14

8.5.13

  • Fixed postcss-scss commend regression.

8.5.12

  • Fixed reading any file via user-generated CSS.
  • Added opts.unsafeMap to disable checks.

8.5.11

  • Fixed nested brackets parsing performance (by @​offset).

8.5.10

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).

8.5.9

  • Speed up source map encoding paring in case of the error.

8.5.8

  • Fixed Processor#version.

8.5.7

  • Improved source map annotation cleaning performance (by CodeAnt AI).

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

  • Fixed package.jsonexports compatibility with some tools (by @​JounQin).

8.5.4

Changelog

Sourced from postcss's changelog.

8.5.16

8.5.15

  • Fixed declaration parsing performance (by @​homanp).

8.5.14

8.5.13

  • Fixed postcss-scss commend regression.

8.5.12

  • Fixed reading any file via user-generated CSS.
  • Added opts.unsafeMap to disable checks.

8.5.11

  • Fixed nested brackets parsing performance (by @​offset).

8.5.10

  • Fixed XSS via unescaped </style> in non-bundler cases (by @​TharVid).

8.5.9

  • Speed up source map encoding paring in case of the error.

8.5.8

  • Fixed Processor#version.

8.5.7

  • Improved source map annotation cleaning performance (by CodeAnt AI).

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).

8.5.5

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for postcss since your current version.


Updates prettier from 3.5.2 to 3.9.4

Release notes

Sourced from prettier's releases.

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

3.8.4

🔗 Changelog

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

... (truncated)

Changelog

Sourced from prettier's changelog.

3.9.4

diff

Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

<!-- Input -->
<FancyButton [label]="title">
  @content (icon) {
    <span>Icon!</span>
  }
  @content (description) {
    <span>Description text</span>
  }
  <span>Other children</span>
</FancyButton>
<!-- Prettier 3.9.3 -->
<FancyButton [label]="title">
@​content(icon) {
<span>Icon!</span>
}
@​content(description) {
<span>Description text</span>
}
<span>Other children</span>
</FancyButton>
<!-- Prettier 3.9.4 -->
<FancyButton [label]="title">
@​content (icon) {
<span>Icon!</span>
}
@​content (description) {
<span>Description text</span>
}
<span>Other children</span>
</FancyButton>

3.9.3

diff

Markdown: Fix unexpected ...

Description has been truncated

… directories with 19 updates

Bumps the npm-development-dependencies group with 11 updates in the /src/flagd-ui directory:

| Package | From | To |
| --- | --- | --- |
| [@ant-design/icons](https://github.com/ant-design/ant-design-icons) | `6.0.0` | `6.3.2` |
| [antd](https://github.com/ant-design/ant-design) | `5.24.6` | `6.5.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.5` | `26.1.0` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.20` | `10.5.2` |
| [eslint](https://github.com/eslint/eslint) | `9.21.0` | `10.6.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.2.0` | `16.2.10` |
| [postcss](https://github.com/postcss/postcss) | `8.5.3` | `8.5.16` |
| [prettier](https://github.com/prettier/prettier) | `3.5.2` | `3.9.4` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.11` | `0.8.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.0.9` | `4.3.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `6.0.3` |

Bumps the npm-development-dependencies group with 12 updates in the /src/frontend directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.10` | `26.1.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.2.1` | `16.2.10` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `6.0.3` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.26.0` | `8.62.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.26.0` | `8.62.1` |
| [cypress](https://github.com/cypress-io/cypress) | `14.1.0` | `15.18.0` |
| [eslint](https://github.com/eslint/eslint) | `9.22.0` | `10.6.0` |
| [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.4` | `7.37.5` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.2.0` | `7.1.1` |
| [openapi-typescript](https://github.com/openapi-ts/openapi-typescript/tree/HEAD/packages/openapi-typescript) | `7.6.1` | `7.13.0` |
| [ts-proto](https://github.com/stephenh/ts-proto) | `2.6.1` | `2.11.10` |
| [regenerator-runtime](https://github.com/facebook/regenerator) | `0.13.11` | `0.14.1` |



Updates `@ant-design/icons` from 6.0.0 to 6.3.2
- [Commits](https://github.com/ant-design/ant-design-icons/commits)

Updates `antd` from 5.24.6 to 6.5.0
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](ant-design/ant-design@5.24.6...6.5.0)

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

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

Updates `eslint` from 9.21.0 to 10.6.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.21.0...v10.6.0)

Updates `eslint-config-next` from 15.2.0 to 16.2.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.10/packages/eslint-config-next)

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

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

Updates `prettier-plugin-tailwindcss` from 0.6.11 to 0.8.0
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.11...v0.8.0)

Updates `tailwindcss` from 4.0.9 to 4.3.2
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.2/packages/tailwindcss)

Updates `typescript` from 5.7.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.7.3...v6.0.3)

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

Updates `eslint` from 9.21.0 to 10.6.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.21.0...v10.6.0)

Updates `eslint-config-next` from 15.2.0 to 16.2.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.10/packages/eslint-config-next)

Updates `typescript` from 5.7.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.7.3...v6.0.3)

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

Updates `eslint-config-next` from 15.2.1 to 16.2.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.10/packages/eslint-config-next)

Updates `typescript` from 5.8.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.7.3...v6.0.3)

Updates `@types/node` from 22.13.10 to 26.1.0
- [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.26.0 to 8.62.1
- [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.62.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.26.0 to 8.62.1
- [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.62.1/packages/parser)

Updates `cypress` from 14.1.0 to 15.18.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v14.1.0...v15.18.0)

Updates `eslint` from 9.22.0 to 10.6.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.21.0...v10.6.0)

Updates `eslint-config-next` from 15.2.1 to 16.2.10
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.10/packages/eslint-config-next)

Updates `eslint-plugin-react` from 7.37.4 to 7.37.5
- [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.4...v7.37.5)

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

Updates `openapi-typescript` from 7.6.1 to 7.13.0
- [Release notes](https://github.com/openapi-ts/openapi-typescript/releases)
- [Changelog](https://github.com/openapi-ts/openapi-typescript/blob/main/packages/openapi-typescript/CHANGELOG.md)
- [Commits](https://github.com/openapi-ts/openapi-typescript/commits/openapi-typescript@7.13.0/packages/openapi-typescript)

Updates `ts-proto` from 2.6.1 to 2.11.10
- [Release notes](https://github.com/stephenh/ts-proto/releases)
- [Changelog](https://github.com/stephenh/ts-proto/blob/main/CHANGELOG.md)
- [Commits](stephenh/ts-proto@v2.6.1...v2.11.10)

Updates `typescript` from 5.8.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.7.3...v6.0.3)

Updates `regenerator-runtime` from 0.13.11 to 0.14.1
- [Release notes](https://github.com/facebook/regenerator/releases)
- [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.11...regenerator-runtime@0.14.1)

---
updated-dependencies:
- dependency-name: "@ant-design/icons"
  dependency-version: 6.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: antd
  dependency-version: 6.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: autoprefixer
  dependency-version: 10.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: eslint
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.2.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: postcss
  dependency-version: 8.5.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: prettier
  dependency-version: 3.9.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: prettier-plugin-tailwindcss
  dependency-version: 0.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: eslint
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.2.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.2.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: cypress
  dependency-version: 15.18.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: eslint
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.2.10
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: eslint-plugin-react
  dependency-version: 7.37.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: eslint-plugin-react-hooks
  dependency-version: 7.1.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: openapi-typescript
  dependency-version: 7.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: ts-proto
  dependency-version: 2.11.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: regenerator-runtime
  dependency-version: 0.14.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-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 Jul 2, 2026
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