Skip to content

chore(deps): bump the misc-runtime group across 1 directory with 10 updates - #86

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/misc-runtime-0287e0dbbc
Open

chore(deps): bump the misc-runtime group across 1 directory with 10 updates#86
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/misc-runtime-0287e0dbbc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the misc-runtime group with 10 updates in the / directory:

Package From To
@lobehub/icons 5.15.0 5.16.0
@lobehub/ui 5.29.1 5.32.3
antd 6.6.0 6.6.1
lucide-react 1.31.0 1.33.0
motion 12.42.2 13.1.1
next-intl 4.13.6 4.13.7
@commitlint/cli 21.2.1 21.2.2
@commitlint/config-conventional 21.2.0 21.2.2
@next/eslint-plugin-next 16.3.0 16.3.1
sass 1.102.0 1.103.0

Updates @lobehub/icons from 5.15.0 to 5.16.0

Changelog

Sourced from @​lobehub/icons's changelog.

Version 5.16.0

Released on 2026-08-12

✨ Features

  • auto: Auto build static icons.
  • misc: Add Hunyuan icon mapping for Hy3 models.

What's improved

  • auto: Auto build static icons (0aaef1d)
  • misc: Add Hunyuan icon mapping for Hy3 models, closes #378 (8c7fa2f)

Commits
  • befa2f8 🔖 chore(release): v5.16.0 [skip ci]
  • 8c7fa2f ✨ feat: add Hunyuan icon mapping for Hy3 models (#378)
  • f07e9be 🔖 chore(release): @​lobehub/icons-static-png@​1.95.0 [skip ci]
  • cdd1849 🔖 chore(release): @​lobehub/icons-rn@​2.12.0 [skip ci]
  • 0aaef1d ✨ feat(auto): Auto build static icons
  • See full diff in compare view

Updates @lobehub/ui from 5.29.1 to 5.32.3

Release notes

Sourced from @​lobehub/ui's releases.

v5.32.3

5.32.3 (2026-08-19)

♻ Code Refactoring

  • eslint: Ban legacy Alert imports, closes #612 (88fcbf2)

📝 Documentation

  • menu: Demonstrate persistent item clicks (a8143c4)

v5.32.2

5.32.2 (2026-08-18)

♻ Code Refactoring

  • color: Use CSS contrast-color()/color-mix() instead of JS readable-color (5223c4e)

v5.32.1

5.32.1 (2026-08-18)

🐛 Bug Fixes

  • alert: Anchor icon and controls to the title line box, closes #619 (0c3f2fb)

v5.32.0

5.32.0 (2026-08-18)

✨ Features

  • static-css: Add static antd css extraction entries, closes #618 (796ef87)

v5.31.1

5.31.1 (2026-08-17)

🐛 Bug Fixes

  • base-ui: Open click triggers inside a PopoverGroup, closes #616 (da87dec)

v5.31.0

5.31.0 (2026-08-16)

✨ Features

... (truncated)

Changelog

Sourced from @​lobehub/ui's changelog.

5.32.3 (2026-08-19)

♻ Code Refactoring

  • eslint: Ban legacy Alert imports, closes #612 (88fcbf2)

📝 Documentation

  • menu: Demonstrate persistent item clicks (a8143c4)

5.32.2 (2026-08-18)

♻ Code Refactoring

  • color: Use CSS contrast-color()/color-mix() instead of JS readable-color (5223c4e)

5.32.1 (2026-08-18)

🐛 Bug Fixes

  • alert: Anchor icon and controls to the title line box, closes #619 (0c3f2fb)

5.32.0 (2026-08-18)

✨ Features

  • static-css: Add static antd css extraction entries, closes #618 (796ef87)

5.31.1 (2026-08-17)

🐛 Bug Fixes

  • base-ui: Open click triggers inside a PopoverGroup, closes #616 (da87dec)

5.31.0 (2026-08-16)

✨ Features

  • base-ui: Support programmatic open for PopoverGroup members, closes #615 (cb9cc29)

5.30.2 (2026-08-14)

🐛 Bug Fixes

  • alert: Align single-line actions, closes #613 (4f89733)

5.30.1 (2026-08-14)

🐛 Bug Fixes

... (truncated)

Commits
  • 2551def 🔖 chore(release): v5.32.3 [skip ci]
  • 88fcbf2 ♻️ refactor(eslint): ban legacy Alert imports (#612)
  • a8143c4 📝 docs(menu): demonstrate persistent item clicks
  • a402906 🔖 chore(release): v5.32.2 [skip ci]
  • 5223c4e ♻️ refactor(color): use CSS contrast-color()/color-mix() instead of JS readab...
  • d81da08 🔖 chore(release): v5.32.1 [skip ci]
  • 0c3f2fb 🐛 fix(alert): anchor icon and controls to the title line box (#619)
  • a80473d 🔖 chore(release): v5.32.0 [skip ci]
  • 796ef87 ✨ feat(static-css): add static antd css extraction entries (#618)
  • 294251e 🔖 chore(release): v5.31.1 [skip ci]
  • Additional commits viewable in compare view

Updates antd from 6.6.0 to 6.6.1

Release notes

Sourced from antd's releases.

6.6.1

  • ♿ Improve localized accessible names for Upload actions and Modal and Notification close buttons. #58953 #58957 @​nrps9909
  • 🌐 Improve Traditional Chinese terminology across localized components and use Taiwan-preferred week wording in DatePicker. #58947 #58951 @​nrps9909
  • 🐞 Fix Upload dropping newly added files when async onRemove resolves. #58814 @​afc163
  • 🐞 Fix Anchor triggering duplicate onChange callbacks on scroll when using getCurrentAnchor. #58834 @​nikzanda
  • Form
    • 🐞 Fix Form height fluctuation during rapid validation state changes. #59008 @​waterWang
    • 🐞 Fix Form vertical layout labelCol.offset being overridden by label margins. #58981 @​nikzanda
    • ♿ Improve Form complex-control guidance so labels can be explicitly associated with nested controls. #59001 @​nrps9909
    • 📝 Correct Form.Item required documentation to clarify that validation rules infer the required state when unset. #58989 @​QDyanbing
  • Listy
    • 💄 Improve Listy virtual scrollbar track hover feedback. #58964 @​QDyanbing
    • 📝 Add List-to-Listy migration guidance for deprecated List, covering item rendering, virtual scrolling, and common replacement patterns. #58985 @​aojunhao123
    • 📝 Add Listy drag-sorting demo. #58962 @​li-jia-nan
  • Menu
    • 🐞 Fix Menu icons jittering when expanding or collapsing an inline menu. #59018 @​afc163
    • 🐞 Fix Menu tooltip flashing when an inline menu collapses while an item is hovered. #58865 @​QdabuliuQ
  • Table
  • Transfer
    • 🐞 Fix Transfer triggering onSearch twice when clearing the search input. #59016 @​QDyanbing
    • 🐞 Fix Transfer one-way item actions not respecting locale.remove. #58955 @​nrps9909
  • 🇮🇸🇲🇳 Fix invalid placeholders in Form minimum-value validation messages for the Icelandic and Mongolian locales. #58965 @​nrps9909
  • 🆕 Add Carousel localized accessible names for the default previous and next arrows via ConfigProvider locale. #59014 @​waterWang
  • ♿ Improve DatePicker.RangePicker screen-reader experience by hiding its decorative default separator while preserving custom separator accessibility. #58999 @​nrps9909
  • ♿ Improve Collapse screen-reader experience by hiding redundant labels from decorative default expand icons while preserving accessible names for interactive icon triggers. #59000 @​nrps9909
  • 🐞 Fix TreeSelect SHOW_PARENT losing selected disabled child nodes in controlled mode. #58935 react-component/tree-select#681 @​zombieJ
  • ⌨️ Fix Select clear buttons not clearing values when activated with Enter or Space. #58958 react-component/select#1247 @​Pareder
  • 🐞 Fix AutoComplete with custom input and allowClear shifting its content on hover. #58932 @​lazerg
  • 🐞 Fix FloatButton.BackTop progress ring border being overridden before its initial display on some pages. #58982 @​ZQDesigned
  • 🐞 Fix ColorPicker becoming unable to drag after double-clicking the clear button. #58995 @​dogledogle
  • 🐞 Fix Radio.Group options not invoking an option's onChange callback when selected. #59010 @​moon6967
  • 💄 Improve BorderBeam beam radius synchronization with dynamic container border-radius changes. #58923 @​li-jia-nan
  • 📝 Correct Typography editable onChange documentation to clarify that it fires when editing is completed. #59021 @​EmilyyyLiu

  • ♿ 优化 Upload 操作按钮以及 Modal 和 Notification 关闭按钮的本地化无障碍名称。#58953 #58957 @​nrps9909
  • 🌐 优化多个组件的繁体中文术语,并将 DatePicker 的周选择提示调整为台湾地区惯用说法。#58947 #58951 @​nrps9909
  • 🐞 修复 Upload 异步 onRemove 完成时误删新加入文件的问题。#58814 @​afc163
  • 🐞 修复 Anchor 使用 getCurrentAnchor 时滚动会重复触发 onChange 的问题。#58834 @​nikzanda
  • Form
    • 🐞 修复 Form 在快速校验状态变化时高度抖动的问题。#59008 @​waterWang
    • 🐞 修复 Form 垂直布局中标签外边距覆盖 labelCol.offset 的问题。#58981 @​nikzanda
    • ♿ 改进 Form 复杂控件指引,支持将标签明确关联到内层控件。#59001 @​nrps9909
    • 📝 修正 Form.Item required 文档,明确未设置时会根据校验规则推断必填状态。#58989 @​QDyanbing
  • Listy
  • Menu

... (truncated)

Changelog

Sourced from antd's changelog.

6.6.1

2026-08-17

  • ♿ Improve localized accessible names for Upload actions and Modal and Notification close buttons. #58953 #58957 @​nrps9909
  • 🌐 Improve Traditional Chinese terminology across localized components and use Taiwan-preferred week wording in DatePicker. #58947 #58951 @​nrps9909
  • 🐞 Fix Upload dropping newly added files when async onRemove resolves. #58814 @​afc163
  • 🐞 Fix Anchor triggering duplicate onChange callbacks on scroll when using getCurrentAnchor. #58834 @​nikzanda
  • Form
    • 🐞 Fix Form height fluctuation during rapid validation state changes. #59008 @​waterWang
    • 🐞 Fix Form vertical layout labelCol.offset being overridden by label margins. #58981 @​nikzanda
    • ♿ Improve Form complex-control guidance so labels can be explicitly associated with nested controls. #59001 @​nrps9909
    • 📝 Correct Form.Item required documentation to clarify that validation rules infer the required state when unset. #58989 @​QDyanbing
  • Listy
    • 💄 Improve Listy virtual scrollbar track hover feedback. #58964 @​QDyanbing
    • 📝 Add List-to-Listy migration guidance for deprecated List, covering item rendering, virtual scrolling, and common replacement patterns. #58985 @​aojunhao123
    • 📝 Add Listy drag-sorting demo. #58962 @​li-jia-nan
  • Menu
    • 🐞 Fix Menu icons jittering when expanding or collapsing an inline menu. #59018 @​afc163
    • 🐞 Fix Menu tooltip flashing when an inline menu collapses while an item is hovered. #58865 @​QdabuliuQ
  • Table
  • Transfer
    • 🐞 Fix Transfer triggering onSearch twice when clearing the search input. #59016 @​QDyanbing
    • 🐞 Fix Transfer one-way item actions not respecting locale.remove. #58955 @​nrps9909
  • 🇮🇸🇲🇳 Fix invalid placeholders in Form minimum-value validation messages for the Icelandic and Mongolian locales. #58965 @​nrps9909
  • 🆕 Add Carousel localized accessible names for the default previous and next arrows via ConfigProvider locale. #59014 @​waterWang
  • ♿ Improve DatePicker.RangePicker screen-reader experience by hiding its decorative default separator while preserving custom separator accessibility. #58999 @​nrps9909
  • ♿ Improve Collapse screen-reader experience by hiding redundant labels from decorative default expand icons while preserving accessible names for interactive icon triggers. #59000 @​nrps9909
  • 🐞 Fix TreeSelect SHOW_PARENT losing selected disabled child nodes in controlled mode. #58935 react-component/tree-select#681 @​zombieJ
  • ⌨️ Fix Select clear buttons not clearing values when activated with Enter or Space. #58958 react-component/select#1247 @​Pareder
  • 🐞 Fix AutoComplete with custom input and allowClear shifting its content on hover. #58932 @​lazerg
  • 🐞 Fix FloatButton.BackTop progress ring border being overridden before its initial display on some pages. #58982 @​ZQDesigned
  • 🐞 Fix ColorPicker becoming unable to drag after double-clicking the clear button. #58995 @​dogledogle
  • 🐞 Fix Radio.Group options not invoking an option's onChange callback when selected. #59010 @​moon6967
  • 💄 Improve BorderBeam beam radius synchronization with dynamic container border-radius changes. #58923 @​li-jia-nan
  • 📝 Correct Typography editable onChange documentation to clarify that it fires when editing is completed. #59021 @​EmilyyyLiu
Commits
  • 164a310 docs: update changelog for 6.6.1
  • a8443b7 fix(Upload): preserve new files during async removal (#58814)
  • ef96e75 test(Tree): restore line demo accessibility coverage (#59020)
  • c452c62 docs: clarify Typography editable onChange trigger description (#59021)
  • 11a07c0 fix(Anchor): avoid duplicate onChange with getCurrentAnchor (#58834)
  • c4b9f5e docs: add changelog for 6.6.1 (#59019)
  • a76aa23 fix(form): prevent height fluctuation during rapid validation changes (#59008)
  • 6871747 fix(Menu): prevent icon jitter during inline collapse (#59018)
  • 5957ad9 fix: preserve Form labelCol offset in vertical layout (#58981)
  • c9aa0cd fix(Menu): prevent tooltip flash when collapsing while hovered (#58865)
  • Additional commits viewable in compare view

Updates lucide-react from 1.31.0 to 1.33.0

Release notes

Sourced from lucide-react's releases.

Version 1.33.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.32.0...1.33.0

Version 1.32.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.31.0...1.32.0

Commits

Updates motion from 12.42.2 to 13.1.1

Changelog

Sourced from motion's changelog.

[13.1.1] 2026-08-18

Fixed

  • Guard animation window access in non-browser runtimes.
  • AnimatePresence: Improved compat with React 19 strict mode.

[13.1.0] 2026-08-10

Added

  • Reorder: Multidimensional reorder.
  • Reorder: Automatic axis detection.
  • Reorder: RTL support.

[13.0.0] 2026-08-05

Changed

  • Removed optional @emotion/is-prop-valid dependency in favour of explicit <MotionConfig isValidProp={isPropValid}>.

Fixed

  • Hardware-accelerated SVG elements correctly apply final style on animation complete.
  • AnimatePresence: Ensure nodes are marked as safe to remove when rendering propagate with no motion children.

[12.43.0] 2026-07-27

Added

  • Hardware acceleration for backgroundColor in supported browsers.
  • Hardware acceleration for SVG elements.

Fixed

  • AnimatePresence: Exiting children no longer interleave with entering children, which could reorder and remount children present in both renders.
  • motion: Throw error when passing a custom motion component an incorrect ref type.
Commits
  • 1b037b0 v13.1.1
  • d734481 Updating changelog
  • 9b9190d Latest
  • c07d12e Merge pull request #3752 from motiondivision/fix-3746-animatepresence-strictm...
  • b497f1d Merge branch 'main' into fix-3746-animatepresence-strictmode-remount
  • bbabb00 Merge pull request #3751 from motiondivision/worktree-fix-issue-3735
  • 06540fa Merge branch 'main' into worktree-fix-issue-3735
  • adaf7a4 v13.1.0
  • e713759 Updating changelog
  • bc81c03 Updating publish
  • Additional commits viewable in compare view

Updates next-intl from 4.13.6 to 4.13.7

Release notes

Sourced from next-intl's releases.

v4.13.7

4.13.7 (2026-08-17)

Bug Fixes

Changelog

Sourced from next-intl's changelog.

4.13.7 (2026-08-17)

Bug Fixes

Commits
  • 4e5d46b v4.13.7
  • a37d8aa fix: Pin @swc/core to a range that is compatible with the extractor plugin ...
  • See full diff in compare view

Updates @commitlint/cli from 21.2.1 to 21.2.2

Release notes

Sourced from @​commitlint/cli's releases.

v21.2.2

21.2.2 (2026-08-13)

Bug Fixes

Chore, docs, etc.

New Contributors

Full Changelog: conventional-changelog/commitlint@v21.2.1...v21.2.2

Changelog

Sourced from @​commitlint/cli's changelog.

21.2.2 (2026-08-13)

Note: Version bump only for package @​commitlint/cli

Commits

Updates @commitlint/config-conventional from 21.2.0 to 21.2.2

Release notes

Sourced from @​commitlint/config-conventional's releases.

v21.2.2

21.2.2 (2026-08-13)

Bug Fixes

Chore, docs, etc.

New Contributors

Full Changelog: conventional-changelog/commitlint@v21.2.1...v21.2.2

v21.2.1

21.2.0 (2026-06-30)

Features

  • resolve-extends: resolve pure-ESM presets (conventional-changelog v7/v9/v10) (#4859) (fdb566f)

Chore, doc, etc.

New Contributors

Full Changelog: conventional-changelog/commitlint@v21.2.0...v21.2.1

Changelog

Sourced from @​commitlint/config-conventional's changelog.

21.2.2 (2026-08-13)

Note: Version bump only for package @​commitlint/config-conventional

Commits

Updates @next/eslint-plugin-next from 16.3.0 to 16.3.1

Release notes

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

v16.3.1

What's Changed

Full Changelog: vercel/next.js@v16.3.0...v16.3.1

v16.3.1-canary.26

Misc Changes

  • docs: document deploymentId build ID override and Pages Router skew in 16.2: #97645
  • Upgrade React from eb8feb71-20260814 to eafeac09-20260819: #97636
  • Turbopack: rename to use turbopack: no side effects: #94427
  • refactor: move useDynamic{Route,Search}Params to reduce snapshot churn: #97360
  • [PPF] unstable_navigation(): #96908
  • [PPF] Scaffold unstable_navigation(): #97236
  • docs: Explicit cache output description: #97548
  • Improve Cache Components sync IO migration guidance: #97572
  • [test] Use a non-native stub for the server externals list test: #97614
  • Avoid GitHub API rate limits for create-next-app examples: #97612
  • [test] Cover the prerender worker-thread backend with an addon we control: #97543
  • [test] Convert the prerender-native-module suite to local fixture packages: #97542
  • [test] Replace the turbopack-reports sqlite3 dependency with a local addon fixture: #97541
  • [test] Drop the dead sqlite3 build approval from the sharp-basic suite: #97540
  • [ci] Authenticate Turborepo remote caching with OIDC instead of a static PAT: #97590
  • Remove HmrTarget: #97253
  • Keep HMR instructions typed until serialization: #96569
  • Serialize frozen collections by value only: #96686

Credits

... (truncated)

Commits ...

Description has been truncated

…pdates

Bumps the misc-runtime group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@lobehub/icons](https://github.com/lobehub/lobe-icons) | `5.15.0` | `5.16.0` |
| [@lobehub/ui](https://github.com/lobehub/lobe-ui) | `5.29.1` | `5.32.3` |
| [antd](https://github.com/ant-design/ant-design) | `6.6.0` | `6.6.1` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.31.0` | `1.33.0` |
| [motion](https://github.com/motiondivision/motion) | `12.42.2` | `13.1.1` |
| [next-intl](https://github.com/amannn/next-intl) | `4.13.6` | `4.13.7` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `21.2.1` | `21.2.2` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `21.2.0` | `21.2.2` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `16.3.0` | `16.3.1` |
| [sass](https://github.com/sass/dart-sass) | `1.102.0` | `1.103.0` |



Updates `@lobehub/icons` from 5.15.0 to 5.16.0
- [Release notes](https://github.com/lobehub/lobe-icons/releases)
- [Changelog](https://github.com/lobehub/lobe-icons/blob/master/CHANGELOG.md)
- [Commits](lobehub/lobe-icons@v5.15.0...v5.16.0)

Updates `@lobehub/ui` from 5.29.1 to 5.32.3
- [Release notes](https://github.com/lobehub/lobe-ui/releases)
- [Changelog](https://github.com/lobehub/lobe-ui/blob/master/CHANGELOG.md)
- [Commits](lobehub/lobe-ui@v5.29.1...v5.32.3)

Updates `antd` from 6.6.0 to 6.6.1
- [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@6.6.0...6.6.1)

Updates `lucide-react` from 1.31.0 to 1.33.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.33.0/packages/lucide-react)

Updates `motion` from 12.42.2 to 13.1.1
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.42.2...v13.1.1)

Updates `next-intl` from 4.13.6 to 4.13.7
- [Release notes](https://github.com/amannn/next-intl/releases)
- [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md)
- [Commits](amannn/next-intl@v4.13.6...v4.13.7)

Updates `@commitlint/cli` from 21.2.1 to 21.2.2
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.2.2/@commitlint/cli)

Updates `@commitlint/config-conventional` from 21.2.0 to 21.2.2
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.2.2/@commitlint/config-conventional)

Updates `@next/eslint-plugin-next` from 16.3.0 to 16.3.1
- [Release notes](https://github.com/vercel/next.js/releases)
- [Commits](https://github.com/vercel/next.js/commits/v16.3.1/packages/eslint-plugin-next)

Updates `sass` from 1.102.0 to 1.103.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.102.0...1.103.0)

---
updated-dependencies:
- dependency-name: "@lobehub/icons"
  dependency-version: 5.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-runtime
- dependency-name: "@lobehub/ui"
  dependency-version: 5.32.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-runtime
- dependency-name: antd
  dependency-version: 6.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc-runtime
- dependency-name: lucide-react
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-runtime
- dependency-name: motion
  dependency-version: 13.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: misc-runtime
- dependency-name: next-intl
  dependency-version: 4.13.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc-runtime
- dependency-name: "@commitlint/cli"
  dependency-version: 21.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: misc-runtime
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 21.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: misc-runtime
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 16.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: misc-runtime
- dependency-name: sass
  dependency-version: 1.103.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: misc-runtime
...

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 Aug 23, 2026
@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

⚠️ JUnit XML file not found

The CLI was unable to find any JUnit XML files to upload.
For more help, visit our troubleshooting guide.

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