From 8fbfe2bde4368030a57b9c72b9b978d7d4defb14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 03:38:18 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group across 1 directory with 6 updates Bumps the minor-and-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [fumadocs-core](https://github.com/fuma-nama/fumadocs) | `16.0.1` | `16.0.7` | | [fumadocs-mdx](https://github.com/fuma-nama/fumadocs) | `13.0.0` | `13.0.4` | | [fumadocs-ui](https://github.com/fuma-nama/fumadocs) | `16.0.1` | `16.0.7` | | [next](https://github.com/vercel/next.js) | `16.0.0` | `16.0.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.1` | `24.10.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `16.0.0` | `16.0.1` | Updates `fumadocs-core` from 16.0.1 to 16.0.7 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-core@16.0.1...fumadocs-core@16.0.7) Updates `fumadocs-mdx` from 13.0.0 to 13.0.4 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-mdx@13.0.0...fumadocs-mdx@13.0.4) Updates `fumadocs-ui` from 16.0.1 to 16.0.7 - [Release notes](https://github.com/fuma-nama/fumadocs/releases) - [Commits](https://github.com/fuma-nama/fumadocs/compare/fumadocs-ui@16.0.1...fumadocs-ui@16.0.7) Updates `next` from 16.0.0 to 16.0.1 - [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/compare/v16.0.0...v16.0.1) Updates `@types/node` from 24.9.1 to 24.10.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-config-next` from 16.0.0 to 16.0.1 - [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.0.1/packages/eslint-config-next) --- updated-dependencies: - dependency-name: fumadocs-core dependency-version: 16.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: fumadocs-mdx dependency-version: 13.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: fumadocs-ui dependency-version: 16.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: next dependency-version: 16.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@types/node" dependency-version: 24.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-config-next dependency-version: 16.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- apps/docs/package.json | 12 ++++++------ packages/coda/package.json | 2 +- packages/create-coda/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index d0fd861..fd6b55e 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -11,10 +11,10 @@ "postinstall": "fumadocs-mdx" }, "dependencies": { - "fumadocs-core": "16.0.1", - "fumadocs-mdx": "13.0.0", - "fumadocs-ui": "16.0.1", - "next": "16.0.0", + "fumadocs-core": "16.0.7", + "fumadocs-mdx": "13.0.4", + "fumadocs-ui": "16.0.7", + "next": "16.0.1", "react": "^19.2.0", "react-dom": "^19.2.0", "yaml": "^2.8.1" @@ -23,11 +23,11 @@ "@macalinao/biome-config": "^0.1.4", "@tailwindcss/postcss": "^4.1.16", "@types/mdx": "^2.0.13", - "@types/node": "24.9.1", + "@types/node": "24.10.0", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "eslint": "^9.38.0", - "eslint-config-next": "16.0.0", + "eslint-config-next": "16.0.1", "postcss": "^8.5.6", "tailwindcss": "^4.1.16", "typescript": "^5.9.3" diff --git a/packages/coda/package.json b/packages/coda/package.json index ef3af24..2ec6df9 100644 --- a/packages/coda/package.json +++ b/packages/coda/package.json @@ -62,7 +62,7 @@ "devDependencies": { "@macalinao/eslint-config": "catalog:", "@macalinao/tsconfig": "catalog:", - "@types/node": "^24.9.1", + "@types/node": "^24.10.0", "eslint": "catalog:", "typescript": "catalog:" } diff --git a/packages/create-coda/package.json b/packages/create-coda/package.json index bce8e2e..09cea65 100644 --- a/packages/create-coda/package.json +++ b/packages/create-coda/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@macalinao/eslint-config": "catalog:", "@macalinao/tsconfig": "catalog:", - "@types/node": "^24.9.1", + "@types/node": "^24.10.0", "eslint": "catalog:", "typescript": "catalog:" }