Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/src/flagd-ui/npm-development-dependencies-0d39bd05de
Closed

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 26, 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.1
antd 5.24.6 6.4.5
@types/node 22.13.5 26.0.1
autoprefixer 10.4.20 10.5.2
eslint 9.21.0 10.5.0
eslint-config-next 15.2.0 16.2.9
postcss 8.5.3 8.5.15
prettier 3.5.2 3.8.4
prettier-plugin-tailwindcss 0.6.11 0.8.0
tailwindcss 4.0.9 4.3.1
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.0.1
eslint-config-next 15.2.1 16.2.9
typescript 5.8.2 6.0.3
@typescript-eslint/eslint-plugin 8.26.0 8.62.0
@typescript-eslint/parser 8.26.0 8.62.0
cypress 14.1.0 15.18.0
eslint 9.22.0 10.5.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.8
regenerator-runtime 0.13.11 0.14.1

Updates @ant-design/icons from 6.0.0 to 6.3.1

Commits

Updates antd from 5.24.6 to 6.4.5

Release notes

Sourced from antd's releases.

6.4.5

  • 🐞 Fix Dropdown vertical menu overflowing the viewport when the trigger is centered, keeping all menu items reachable. #58214 @​18062706139fcz
  • 🐞 Fix Alert actions spacing not taking effect when hashed styles are enabled. #58314 @​QDyanbing
  • ⌨️ Fix Table not applying aria-* attributes to fixed header tables when scroll creates multiple tables. #58339 @​biubiukam
  • 💄 Fix Pagination quick jumper input not following ConfigProvider variant styles. #58371 @​biubiukam
  • 🌐 Localization

  • 🐞 修复 Dropdown 纵向菜单在触发器位于屏幕中部时溢出视口、顶部菜单项无法点击的问题。#58214 @​18062706139fcz
  • 🐞 修复 Alert 在开启 hashed 样式时 actions 间距不生效的问题。#58314 @​QDyanbing
  • ⌨️ 修复 Table 在 scroll 生成多个 table 时,固定表头 table 未应用 aria-* 属性的问题。#58339 @​biubiukam
  • 💄 修复 Pagination 快速跳转输入框未跟随 ConfigProvider variant 样式的问题。#58371 @​biubiukam
  • 🌐 国际化

6.4.4

  • 🛠 Fix build failures in Vite, Yarn PnP, Node 25 and other strict ESM environments caused by deep path imports of rc-component packages. #58115 @​li-jia-nan @​QDyanbing
  • 🛠 Fix multiple components rendering empty wrapper DOM nodes when ReactNode content is an empty string. #58160 @​QDyanbing
  • Descriptions
  • Radio
    • 🐞 Fix Radio.Group button style border radius and adjacent border display issue in vertical layout. #58317 @​QDyanbing
    • 🐞 Fix Radio checked state not updating on click in uncontrolled mode. #57917 @​QDyanbing
  • Table
    • 🐞 Fix Table incorrect semantic DOM structure in virtual mode. #58134 @​meet-student
    • ⌨️ Improve Table filter dropdown accessibility by marking the wrapper container as presentational. #58164 @​ug-hero
  • Tour
  • Transfer
    • ⌨️ Fix Transfer not forwarding root HTML attributes which affects accessibility. #58166 @​ZQDesigned
    • ⚡️ Improve Transfer iteration performance when collecting enabled item keys. #58168 @​ug-hero
  • 🐞 Fix Menu icon animation jumping when collapsed. #58271 @​murisans
  • 🐞 Fix Modal footer buttons vertical misalignment when confirmLoading is true. #58120 @​xxiaoxiong
  • 🐞 Fix Notification close button overlapping description content when title is not provided. #58096 @​QDyanbing
  • 🐞 Fix Popover and Popconfirm not rendering when title or content is the number 0. #58296 @​afc163
  • 🐞 Fix Slider surrounding text being unexpectedly selected when dragging the handle in Safari. #58024 @​yogeshwaran-c
  • 🐞 Fix Tabs more dropdown animation direction when popup placement flips upward. #58202 @​QDyanbing
  • 🐞 Fix Tree.DirectoryTree defaultExpandParent not working. #58068 @​EmilyyyLiu
  • 🐞 Fix Upload progress bar becoming abnormally thick when progress is not configured. #58126 @​QDyanbing
  • 🐞 Fix Icon spin animation stopping when multiple iconPrefixCls coexist. #58253 @​18062706139fcz
  • 💄 Fix AutoComplete disabled custom input background color being darker than other disabled controls. #58114 @​QDyanbing
  • 💄 Fix Checkbox hover style remaining after tap on mobile devices. #58085 @​unknowntocka
  • 💄 Fix Empty SVG colors not using design tokens to support dark mode. #58152 @​wanpan11
  • 💄 Fix Result and Popconfirm icon colors being overridden by global icon reset styles. #58157 @​QDyanbing
  • 💄 Fix Select selected option active state background color not following theme color. #58069 @​QDyanbing
  • 💄 Fix Tooltip and Popover arrow shadow being darker than container. #57988 @​EmilyyyLiu
  • 💄 Deepen boxShadowTertiary for better visibility on light backgrounds, affecting Card, Tour and Segmented. #58205 @​afc163
  • ⌨️ Improve ColorPicker clear button semantic attributes for better accessibility. #58040 @​ug-hero

... (truncated)

Changelog

Sourced from antd's changelog.

6.4.5

2026-06-22

  • 🐞 Fix Dropdown vertical menu overflowing the viewport when the trigger is centered, keeping all menu items reachable. #58214 @​18062706139fcz
  • 🐞 Fix Alert actions spacing not taking effect when hashed styles are enabled. #58314 @​QDyanbing
  • ⌨️ Fix Table not applying aria-* attributes to fixed header tables when scroll creates multiple tables. #58339 @​biubiukam
  • 💄 Fix Pagination quick jumper input not following ConfigProvider variant styles. #58371 @​biubiukam
  • 🌐 Localization

6.4.4

2026-06-12

  • 🛠 Fix build failures in Vite, Yarn PnP, Node 25 and other strict ESM environments caused by deep path imports of rc-component packages. #58115 @​li-jia-nan @​QDyanbing
  • 🛠 Fix multiple components rendering empty wrapper DOM nodes when ReactNode content is an empty string. #58160 @​QDyanbing
  • Descriptions
  • Radio
    • 🐞 Fix Radio.Group button style border radius and adjacent border display issue in vertical layout. #58317 @​QDyanbing
    • 🐞 Fix Radio checked state not updating on click in uncontrolled mode. #57917 @​QDyanbing
  • Table
    • 🐞 Fix Table incorrect semantic DOM structure in virtual mode. #58134 @​meet-student
    • ⌨️ Improve Table filter dropdown accessibility by marking the wrapper container as presentational. #58164 @​ug-hero
  • Tour
  • Transfer
    • ⌨️ Fix Transfer not forwarding root HTML attributes which affects accessibility. #58166 @​ZQDesigned
    • ⚡️ Improve Transfer iteration performance when collecting enabled item keys. #58168 @​ug-hero
  • 🐞 Fix Menu icon animation jumping when collapsed. #58271 @​murisans
  • 🐞 Fix Modal footer buttons vertical misalignment when confirmLoading is true. #58120 @​xxiaoxiong
  • 🐞 Fix Notification close button overlapping description content when title is not provided. #58096 @​QDyanbing
  • 🐞 Fix Popover and Popconfirm not rendering when title or content is the number 0. #58296 @​afc163
  • 🐞 Fix Slider surrounding text being unexpectedly selected when dragging the handle in Safari. #58024 @​yogeshwaran-c
  • 🐞 Fix Tabs more dropdown animation direction when popup placement flips upward. #58202 @​QDyanbing
  • 🐞 Fix Tree.DirectoryTree defaultExpandParent not working. #58068 @​EmilyyyLiu
  • 🐞 Fix Upload progress bar becoming abnormally thick when progress is not configured. #58126 @​QDyanbing
  • 🐞 Fix Icon spin animation stopping when multiple iconPrefixCls coexist. #58253 @​18062706139fcz
  • 💄 Fix AutoComplete disabled custom input background color being darker than other disabled controls. #58114 @​QDyanbing
  • 💄 Fix Checkbox hover style remaining after tap on mobile devices. #58085 @​unknowntocka
  • 💄 Fix Empty SVG colors not using design tokens to support dark mode. #58152 @​wanpan11
  • 💄 Fix Result and Popconfirm icon colors being overridden by global icon reset styles. #58157 @​QDyanbing
  • 💄 Fix Select selected option active state background color not following theme color. #58069 @​QDyanbing
  • 💄 Fix Tooltip and Popover arrow shadow being darker than container. #57988 @​EmilyyyLiu
  • 💄 Deepen boxShadowTertiary for better visibility on light backgrounds, affecting Card, Tour and Segmented. #58205 @​afc163
  • ⌨️ Improve ColorPicker clear button semantic attributes for better accessibility. #58040 @​ug-hero
  • ⌨️ Improve DatePicker and TimePicker clear button accessibility. #58132 @​Pareder

... (truncated)

Commits
  • 7874b21 chore(site): update prod env for contributors query (#58449)
  • 80b523e docs: add changelog 6.4.5 (#58456)
  • c8e3ac9 test: reduce Vitest excludes for Alert (#58450)
  • 4848317 docs: fix Mentions status type in Chinese docs (#58455)
  • 2f83c68 test: expand Vitest coverage to all components and add CI job (#58438)
  • aa345e3 chore(deps): update nearform-actions/github-action-notify-twitter digest to 0...
  • 9db11c2 chore(deps): update actions/checkout action to v7 (#58445)
  • 59d102f chore(deps): update dependency @​types/node to v26 (#58447)
  • 7d65c41 docs(locale): fill missing nb_NO (Norwegian) keys (#58439)
  • 3f9f696 ci: update console.log with chalk (#58434)
  • Additional commits viewable in compare view

Updates @types/node from 22.13.5 to 26.0.1

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.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)

v10.4.1

Bug Fixes

  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930) (Francesco Trotta)
  • d4ce898 fix: propagate failures from delegated commands (#20917) (Minh Vu)
  • f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#20916) (kuldeep kumar)
  • c5bc78b fix: false positive for reference in finally block (#20655) (Tanuj Kanti)
  • 27538c0 fix: add missing CodePath and CodePathSegment types (#20853) (Pixel998)

Documentation

  • 61b0add docs: remove deprecated rule from related rules of max-params (#20921) (Tanuj Kanti)
  • 305d5b9 docs: remove deprecated rules from related rules section (#20911) (Tanuj Kanti)
  • 49b0202 docs: fix display: none of ad (#20901) (Tanuj Kanti)
  • 9067f94 docs: switch build to Node.js 24 (#20893) (Milos Djermanovic)
  • c91b041 docs: Update README (GitHub Actions Bot)
  • e349265 docs: clarify semver strings in rule deprecation objects (#20885) (Milos Djermanovic)

Chores

  • b0e466b test: add data property to invalid tests cases for rules (#20924) (Tanuj Kanti)
  • f78838b test: add CodePath type coverage (#20904) (Pixel998)
  • 1daa4bd chore: update eslint-plugin-eslint-comments test data to latest commit (#20922) (Francesco Trotta)
  • 002942c ci: declare contents:read on update-readme workflow (#20919) (Arpit Jain)
  • 64bca24 chore: update ecosystem plugins (#20912) (ESLint Bot)

... (truncated)

Commits

Updates eslint-config-next from 15.2.0 to 16.2.9

Release notes

Sourced from eslint-config-next's releases.

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.15

Release notes

Sourced from postcss's releases.

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.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

Commits
  • eae46db Release 8.5.15 version
  • 79508ff Update CI actions
  • b128e21 Speed up declaration parsing by avoiding creating new array on each token
  • 9825dca Fix code format
  • 55789c8 Update dependencies
  • 84fbbe9 Install older pnpm action for old Node.js
  • 9f860bd Revert pnpm action for old Node.js
  • 0877198 Update CI actions
  • b2d1a33 Fix linter warnings
  • 0700dac Merge pull request #2088 from rootvector2/add-oss-fuzz-harness
  • Additional commits viewable in compare view

Updates prettier from 3.5.2 to 3.8.4

Release notes

Sourced from prettier's releases.

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

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

3.7.4

What's Changed

🔗 Changelog

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

... (truncated)

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

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
</tr></table>

... (truncated)

Commits
Maintainer changes

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


Updates prettier-plugin-tailwindcss from 0.6.11 to 0.8.0

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.8.0

Changed

  • Require at least Prettier 3.7.x (#420)

Added

  • Export public sorting APIs to /sorter (#438)

Fixed

  • Remove top-level await (#420)
  • Improve load-time performance (#420)
  • Improve config resolution caching with directory-based cache (#432)
  • Load compatible plugins on demand and tighten plugin detection (

… 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.1` |
| [antd](https://github.com/ant-design/ant-design) | `5.24.6` | `6.4.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.5` | `26.0.1` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.20` | `10.5.2` |
| [eslint](https://github.com/eslint/eslint) | `9.21.0` | `10.5.0` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.2.0` | `16.2.9` |
| [postcss](https://github.com/postcss/postcss) | `8.5.3` | `8.5.15` |
| [prettier](https://github.com/prettier/prettier) | `3.5.2` | `3.8.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.1` |
| [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.0.1` |
| [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.2.1` | `16.2.9` |
| [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.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.26.0` | `8.62.0` |
| [cypress](https://github.com/cypress-io/cypress) | `14.1.0` | `15.18.0` |
| [eslint](https://github.com/eslint/eslint) | `9.22.0` | `10.5.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.8` |
| [regenerator-runtime](https://github.com/facebook/regenerator) | `0.13.11` | `0.14.1` |



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

Updates `antd` from 5.24.6 to 6.4.5
- [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.4.5)

Updates `@types/node` from 22.13.5 to 26.0.1
- [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.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.21.0...v10.5.0)

Updates `eslint-config-next` from 15.2.0 to 16.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.9/packages/eslint-config-next)

Updates `postcss` from 8.5.3 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.3...8.5.15)

Updates `prettier` from 3.5.2 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.5.2...3.8.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.1
- [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.1/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.0.1
- [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.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.21.0...v10.5.0)

Updates `eslint-config-next` from 15.2.0 to 16.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.9/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.0.1
- [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.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.9/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.0.1
- [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.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.62.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.26.0 to 8.62.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.62.0/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.5.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.21.0...v10.5.0)

Updates `eslint-config-next` from 15.2.1 to 16.2.9
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.9/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.8
- [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.8)

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.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: antd
  dependency-version: 6.4.5
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.0.1
  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.5.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.9
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: postcss
  dependency-version: 8.5.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development-dependencies
- dependency-name: prettier
  dependency-version: 3.8.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.1
  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.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: eslint
  dependency-version: 10.5.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.9
  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.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-development-dependencies
- dependency-name: eslint-config-next
  dependency-version: 16.2.9
  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.0.1
  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.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.62.0
  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.5.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.9
  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.8
  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 Jun 26, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Author

Superseded by #501.

@dependabot dependabot Bot closed this Jun 29, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/src/flagd-ui/npm-development-dependencies-0d39bd05de branch June 29, 2026 11:45
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