Skip to content

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

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

chore(deps): bump the misc-runtime group across 1 directory with 5 updates#104
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/misc-runtime-6f307747f8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 4, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
@lobehub/ui 5.35.0 5.37.0
lucide-react 1.35.0 1.38.0
motion 12.42.2 13.1.1
zod 4.5.2 4.5.4
@next/eslint-plugin-next 16.3.3 16.3.4

Updates @lobehub/ui from 5.35.0 to 5.37.0

Release notes

Sourced from @​lobehub/ui's releases.

v5.37.0

5.37.0 (2026-08-31)

✨ Features

  • base-ui: Add outdent to text Button and borderless ActionIcon, closes #634 (3827d3c)

v5.36.5

5.36.5 (2026-08-31)

🐛 Bug Fixes

  • skeleton: Let blocks shrink inside a flex row, closes #632 (d658f04)
  • skeleton: Restore the legacy Skeleton surface on the root entry, closes #633 (3a74656)

v5.36.4

5.36.4 (2026-08-31)

♻ Code Refactoring

  • skeleton: Rebuild Skeleton on base-ui with a primitive block API, closes #631 (de7d8c2)

v5.36.3

5.36.3 (2026-08-31)

💄 Styles

  • base-ui: Rebalance Modal header and body spacing, closes #630 (79502c7)

v5.36.2

5.36.2 (2026-08-29)

💄 Styles

  • text: Disable selection on shiny text (6618c79)

v5.36.1

5.36.1 (2026-08-29)

💄 Styles

  • text: Widen the shiny sweep highlight band (a1c2bc6)

v5.36.0

... (truncated)

Changelog

Sourced from @​lobehub/ui's changelog.

5.37.0 (2026-08-31)

✨ Features

  • base-ui: Add outdent to text Button and borderless ActionIcon, closes #634 (3827d3c)

5.36.5 (2026-08-31)

🐛 Bug Fixes

  • skeleton: Let blocks shrink inside a flex row, closes #632 (d658f04)
  • skeleton: Restore the legacy Skeleton surface on the root entry, closes #633 (3a74656)

5.36.4 (2026-08-31)

♻ Code Refactoring

  • skeleton: Rebuild Skeleton on base-ui with a primitive block API, closes #631 (de7d8c2)

5.36.3 (2026-08-31)

💄 Styles

  • base-ui: Rebalance Modal header and body spacing, closes #630 (79502c7)

5.36.2 (2026-08-29)

💄 Styles

  • text: Disable selection on shiny text (6618c79)

5.36.1 (2026-08-29)

💄 Styles

  • text: Widen the shiny sweep highlight band (a1c2bc6)

5.36.0 (2026-08-29)

✨ Features

  • text: Add shiny prop with GPU-accelerated shimmer (0a5e92c)
Commits
  • b1ac15f 🔖 chore(release): v5.37.0 [skip ci]
  • 3827d3c ✨ feat(base-ui): add outdent to text Button and borderless ActionIcon (#634)
  • cb20ab6 🔖 chore(release): v5.36.5 [skip ci]
  • 3a74656 🐛 fix(skeleton): restore the legacy Skeleton surface on the root entry (#633)
  • d658f04 🐛 fix(skeleton): let blocks shrink inside a flex row (#632)
  • 27edf9f 🔖 chore(release): v5.36.4 [skip ci]
  • de7d8c2 ♻️ refactor(skeleton): rebuild Skeleton on base-ui with a primitive block API...
  • 1cc55a7 🔖 chore(release): v5.36.3 [skip ci]
  • 79502c7 💄 style(base-ui): rebalance Modal header and body spacing (#630)
  • 166cc08 🔖 chore(release): v5.36.2 [skip ci]
  • Additional commits viewable in compare view

Updates lucide-react from 1.35.0 to 1.38.0

Release notes

Sourced from lucide-react's releases.

Version 1.38.0

What's Changed

Full Changelog: lucide-icons/lucide@1.36.0...1.38.0

Version 1.37.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.35.0...1.37.0

Version 1.36.0

What's Changed

... (truncated)

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 zod from 4.5.2 to 4.5.4

Release notes

Sourced from zod's releases.

v4.5.4

Commits:

  • 84e416fbf4740527bbc8f319634f4e1b065bb42c fix(v4): stop the cycle walk from firing a default factory (#6500)
  • e8e206fa33ac5fe7ce20a2beb12d57b1cb3df653 4.5.4

v4.5.3

Commits:

  • e6b6ab347675cd2bd54b1bdbed16f98c59be82a9 docs(blog): widen the z.compile example to a 20-property schema
  • 87d6464418582bb96fc665a01f852ca6da324ad0 fix(docs): drop the OG description when the title wraps past two lines
  • 99fce394a026823e602b9c30d8d5d9f5f1932ce7 bench(v4): z.compile() against zod-compiler (#6499)
  • e3a695b6bf3f0d591ea682816e3cdaea04b0f967 docs(v4): record the email regex and container output-shape findings under Open
  • 7e24a24288183ce02554f1ded7775d0650a7b7e6 docs(blog): drop the reading time and put a GitHub link in the navbar
  • eab51ff3592b2d11d863f4ee4d5452f31a3de1b6 fix(v4): emit record numeric keys as strings in toJSONSchema (#6497)
Commits
  • e8e206f 4.5.4
  • 84e416f fix(v4): stop the cycle walk from firing a default factory (#6500)
  • 1a16102 4.5.3
  • eab51ff fix(v4): emit record numeric keys as strings in toJSONSchema (#6497)
  • 7e24a24 docs(blog): drop the reading time and put a GitHub link in the navbar
  • e3a695b docs(v4): record the email regex and container output-shape findings under Open
  • 99fce39 bench(v4): z.compile() against zod-compiler (#6499)
  • 87d6464 fix(docs): drop the OG description when the title wraps past two lines
  • e6b6ab3 docs(blog): widen the z.compile example to a 20-property schema
  • See full diff in compare view

Updates @next/eslint-plugin-next from 16.3.3 to 16.3.4

Release notes

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

v16.3.4

Follow-up release to v16.3.3 re-enabling AVIF Image Optimization (#97949).

The following bug fixes have been backported. It does not include all pending features/changes on canary.

  • testmode: Fix infinite recursion in testmode passthrough fetch (#97691)
  • Fix build error when aliasing typescript to @​typescript/typescript6 (#97997)
  • Fix unset crossOrigin in Turbopack manifests (#97930)

Credits

Huge thanks to @​eps1lon, @​mischnic, and @​timneutkens for helping!

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 4, 2026
@codecov

codecov Bot commented Sep 4, 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.

…dates

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

| Package | From | To |
| --- | --- | --- |
| [@lobehub/ui](https://github.com/lobehub/lobe-ui) | `5.35.0` | `5.37.0` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.35.0` | `1.38.0` |
| [motion](https://github.com/motiondivision/motion) | `12.42.2` | `13.1.1` |
| [zod](https://github.com/colinhacks/zod) | `4.5.2` | `4.5.4` |
| [@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next) | `16.3.3` | `16.3.4` |



Updates `@lobehub/ui` from 5.35.0 to 5.37.0
- [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.35.0...v5.37.0)

Updates `lucide-react` from 1.35.0 to 1.38.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.38.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 `zod` from 4.5.2 to 4.5.4
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.5.2...v4.5.4)

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

---
updated-dependencies:
- dependency-name: "@lobehub/ui"
  dependency-version: 5.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-runtime
- dependency-name: "@next/eslint-plugin-next"
  dependency-version: 16.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: misc-runtime
- dependency-name: lucide-react
  dependency-version: 1.38.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: zod
  dependency-version: 4.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: misc-runtime
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the misc-runtime group with 5 updates chore(deps): bump the misc-runtime group across 1 directory with 5 updates Sep 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/bun/misc-runtime-6f307747f8 branch from 92ce82c to 9fef3cd Compare September 4, 2026 07:25
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