Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 9 updates#13

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/docs/minor-and-patch-c1ff1edea1
Open

build(deps): bump the minor-and-patch group across 1 directory with 9 updates#13
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/docs/minor-and-patch-c1ff1edea1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the minor-and-patch group with 9 updates in the /docs directory:

Package From To
framer-motion 12.34.3 12.34.4
fumadocs-core 16.6.4 16.6.8
fumadocs-mdx 14.2.7 14.2.9
fumadocs-ui 16.6.4 16.6.8
lucide-react 0.575.0 0.576.0
@biomejs/biome 2.4.3 2.4.5
@tailwindcss/postcss 4.2.0 4.2.1
@types/node 25.3.0 25.3.3
tailwindcss 4.2.0 4.2.1

Updates framer-motion from 12.34.3 to 12.34.4

Changelog

Sourced from framer-motion's changelog.

[12.34.4] 2026-03-02

Fixed

  • Ensure onComplete fires at the end of an animation sequence.
Commits
  • 81005d3 v12.34.4
  • 6cf6b60 Updating changelog
  • e03a253 Merge pull request #3571 from motiondivision/worktree-fix-issue-3563
  • 21869e9 fix: fire onComplete when animate sequence finishes
  • d8b219f Merge pull request #3568 from motiondivision/dependabot/npm_and_yarn/minimatc...
  • 1c293c0 Merge pull request #3567 from motiondivision/dependabot/npm_and_yarn/rollup-4...
  • 337bf8b Merge pull request #3566 from motiondivision/dependabot/npm_and_yarn/devalue-...
  • 12677fd Remove automatic Claude Code review workflow
  • 9a232ec Updating Readmes
  • fef565a chore(deps): bump minimatch from 3.1.2 to 3.1.5
  • Additional commits viewable in compare view

Updates fumadocs-core from 16.6.4 to 16.6.8

Release notes

Sourced from fumadocs-core's releases.

fumadocs-core@16.6.8

Patch Changes

  • 5453502: use Shiki.js v4

fumadocs-core@16.6.7

No release notes provided.

fumadocs-core@16.6.6

No release notes provided.

fumadocs-core@16.6.5

Patch Changes

  • 1a614de: enforce MDX stringifier by default
  • 6ab6692: fix edge case for Dynamic Link
Commits
  • 51239a8 Merge pull request #3053 from fuma-nama/changeset-release/dev
  • 73b97ab OpenAPI: improve schema UI
  • 8fc467a UI: improve home layout navbar
  • 53856d2 OpenAPI: Improve dereference & TypeScript generation
  • 5453502 Chore: use Shiki.js v4
  • 146e265 Merge pull request #3050 from fuma-nama/changeset-release/dev
  • 992638d Chore: add more showcases
  • 34d44a1 fix types
  • 8faa2e4 UI: fix codeblock highlight styles
  • 825f401 OpenAPI: enable Typescript definition generation for request body
  • Additional commits viewable in compare view

Updates fumadocs-mdx from 14.2.7 to 14.2.9

Release notes

Sourced from fumadocs-mdx's releases.

fumadocs-mdx@14.2.9

Patch Changes

  • 5453502: use Shiki.js v4
  • Updated dependencies [5453502]
    • @​fumadocs/mdx-remote@​1.4.6
    • fumadocs-core@16.6.8

fumadocs-mdx@14.2.8

Patch Changes

  • 1a614de: enforce MDX stringifier by default
  • Updated dependencies [1a614de]
  • Updated dependencies [6ab6692]
    • fumadocs-core@16.6.5
Commits

Updates fumadocs-ui from 16.6.4 to 16.6.8

Release notes

Sourced from fumadocs-ui's releases.

fumadocs-ui@16.6.8

Patch Changes

  • 5453502: use Shiki.js v4
  • Updated dependencies [5453502]
    • @​fumadocs/tailwind@​0.0.3
    • fumadocs-core@16.6.8

fumadocs-ui@16.6.7

Patch Changes

  • 8faa2e4: fix codeblock highlight styles
    • fumadocs-core@16.6.7

fumadocs-ui@16.6.6

Patch Changes

  • 38bd784: improve flux layout
    • fumadocs-core@16.6.6

fumadocs-ui@16.6.5

Patch Changes

  • Updated dependencies [1a614de]
  • Updated dependencies [6ab6692]
    • fumadocs-core@16.6.5
Commits
  • 51239a8 Merge pull request #3053 from fuma-nama/changeset-release/dev
  • 73b97ab OpenAPI: improve schema UI
  • 8fc467a UI: improve home layout navbar
  • 53856d2 OpenAPI: Improve dereference & TypeScript generation
  • 5453502 Chore: use Shiki.js v4
  • 146e265 Merge pull request #3050 from fuma-nama/changeset-release/dev
  • 992638d Chore: add more showcases
  • 34d44a1 fix types
  • 8faa2e4 UI: fix codeblock highlight styles
  • 825f401 OpenAPI: enable Typescript definition generation for request body
  • Additional commits viewable in compare view

Updates lucide-react from 0.575.0 to 0.576.0

Release notes

Sourced from lucide-react's releases.

Version 0.576.0

What's Changed

Full Changelog: lucide-icons/lucide@0.575.0...0.576.0

Commits

Updates @biomejs/biome from 2.4.3 to 2.4.5

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.4.5

2.4.5

Patch Changes

  • #9185 e43e730 Thanks @​dyc3! - Added the nursery rule useVueScopedStyles for Vue SFCs. This rule enforces that <style> blocks have the scoped attribute (or module for CSS Modules), preventing style leakage and conflicts between components.

  • #9184 49c8fde Thanks @​chocky335! - Improved plugin performance by batching all plugins into a single syntax visitor with a kind-to-plugin lookup map, reducing per-node dispatch overhead from O(N) to O(1) where N is the number of plugins.

  • #9283 071c700 Thanks @​dyc3! - Fixed noUndeclaredVariables erroneously flagging functions and variables defined in the <script setup> section of Vue SFCs.

  • #9221 4612133 Thanks @​ematipico! - Fixed an issue where the JSON reporter didn't contain the duration of the command.

  • #9294 1805c8f Thanks @​Netail! - Extra rule source reference. biome migrate eslint should do a bit better detecting rules in your eslint configurations.

  • #9178 101b3bb Thanks @​Bertie690! - Fixed #9172 and #9168: Biome now considers more constructs as valid test assertions.

    Previously, assert, expectTypeOf and assertType were not recognized as valid assertions by Biome's linting rules, producing false positives in lint/nursery/useExpect and other similar rules.

    Now, these rules will no longer produce errors in test cases that used these constructs instead of expect:

    import { expectTypeOf, assert, assertType } from "vitest";
    const myStr = "Hello from vitest!";
    it("should be a string", () => {
    expectTypeOf(myStr).toBeString();
    });
    test("should still be a string", () => {
    assertType<string>(myStr);
    });
    it.todo("should still still be a string", () => {
    assert(typeof myStr === "string");
    });

  • #9173 32dad2d Thanks @​dyc3! - Added parsing support for Svelte's new comments-in-tags feature.

    The HTML parser will now accept JS style comments in tags in Svelte files.

    <button
      // single-line comment
      onclick={doTheThing}
    >click me</button>
    <div

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.4.5

Patch Changes

  • #9185 e43e730 Thanks @​dyc3! - Added the nursery rule useVueScopedStyles for Vue SFCs. This rule enforces that <style> blocks have the scoped attribute (or module for CSS Modules), preventing style leakage and conflicts between components.

  • #9184 49c8fde Thanks @​chocky335! - Improved plugin performance by batching all plugins into a single syntax visitor with a kind-to-plugin lookup map, reducing per-node dispatch overhead from O(N) to O(1) where N is the number of plugins.

  • #9283 071c700 Thanks @​dyc3! - Fixed noUndeclaredVariables erroneously flagging functions and variables defined in the <script setup> section of Vue SFCs.

  • #9221 4612133 Thanks @​ematipico! - Fixed an issue where the JSON reporter didn't contain the duration of the command.

  • #9294 1805c8f Thanks @​Netail! - Extra rule source reference. biome migrate eslint should do a bit better detecting rules in your eslint configurations.

  • #9178 101b3bb Thanks @​Bertie690! - Fixed #9172 and #9168: Biome now considers more constructs as valid test assertions.

    Previously, assert, expectTypeOf and assertType were not recognized as valid assertions by Biome's linting rules, producing false positives in lint/nursery/useExpect and other similar rules.

    Now, these rules will no longer produce errors in test cases that used these constructs instead of expect:

    import { expectTypeOf, assert, assertType } from "vitest";
    const myStr = "Hello from vitest!";
    it("should be a string", () => {
    expectTypeOf(myStr).toBeString();
    });
    test("should still be a string", () => {
    assertType<string>(myStr);
    });
    it.todo("should still still be a string", () => {
    assert(typeof myStr === "string");
    });

  • #9173 32dad2d Thanks @​dyc3! - Added parsing support for Svelte's new comments-in-tags feature.

    The HTML parser will now accept JS style comments in tags in Svelte files.

    <button
      // single-line comment
      onclick={doTheThing}
    >click me</button>
    <div
    /* block comment */
    class="foo"

... (truncated)

Commits

Updates @tailwindcss/postcss from 4.2.0 to 4.2.1

Release notes

Sourced from @​tailwindcss/postcss's releases.

v4.2.1

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)
Changelog

Sourced from @​tailwindcss/postcss's changelog.

[4.2.1] - 2026-02-23

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)
Commits

Updates @types/node from 25.3.0 to 25.3.3

Commits

Updates tailwindcss from 4.2.0 to 4.2.1

Release notes

Sourced from tailwindcss's releases.

v4.2.1

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)
Changelog

Sourced from tailwindcss's changelog.

[4.2.1] - 2026-02-23

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

… updates

Bumps the minor-and-patch group with 9 updates in the /docs directory:

| Package | From | To |
| --- | --- | --- |
| [framer-motion](https://github.com/motiondivision/motion) | `12.34.3` | `12.34.4` |
| [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.6.4` | `16.6.8` |
| [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `14.2.7` | `14.2.9` |
| [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.6.4` | `16.6.8` |
| [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `0.575.0` | `0.576.0` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.3` | `2.4.5` |
| [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.2.0` | `4.2.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.0` | `25.3.3` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.0` | `4.2.1` |



Updates `framer-motion` from 12.34.3 to 12.34.4
- [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md)
- [Commits](motiondivision/motion@v12.34.3...v12.34.4)

Updates `fumadocs-core` from 16.6.4 to 16.6.8
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.6.4...fumadocs-core@16.6.8)

Updates `fumadocs-mdx` from 14.2.7 to 14.2.9
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/commits/fumadocs-mdx@14.2.9)

Updates `fumadocs-ui` from 16.6.4 to 16.6.8
- [Release notes](https://github.com/fuma-nama/fumadocs/releases)
- [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.6.4...fumadocs-ui@16.6.8)

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

Updates `@biomejs/biome` from 2.4.3 to 2.4.5
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.5/packages/@biomejs/biome)

Updates `@tailwindcss/postcss` from 4.2.0 to 4.2.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.2.1/packages/@tailwindcss-postcss)

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

Updates `tailwindcss` from 4.2.0 to 4.2.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.2.1/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-version: 12.34.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: fumadocs-core
  dependency-version: 16.6.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: fumadocs-mdx
  dependency-version: 14.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: fumadocs-ui
  dependency-version: 16.6.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: lucide-react
  dependency-version: 0.576.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 25.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: tailwindcss
  dependency-version: 4.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 2, 2026

Labels

The following labels could not be found: dependencies, docs. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link

vercel bot commented Mar 2, 2026

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

Project Deployment Actions Updated (UTC)
cortex Ready Ready Preview, Comment Mar 2, 2026 6:34pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants