diff --git a/apps/docs/package.json b/apps/docs/package.json index 689b69406..aba75e18c 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -33,7 +33,7 @@ "hast-util-to-jsx-runtime": "^2.3.2", "katex": "^0.16.17", "lucide-react": "^0.468.0", - "next": "15.1.1", + "next": "15.1.2", "oxc-transform": "^0.42.0", "phenomenon": "^1.6.0", "react": "^19.0.0", @@ -52,9 +52,9 @@ }, "devDependencies": { "@fumadocs/cli": "workspace:*", - "@next/bundle-analyzer": "15.1.1", - "@next/env": "15.1.1", - "@next/eslint-plugin-next": "15.1.1", + "@next/bundle-analyzer": "15.1.2", + "@next/env": "15.1.2", + "@next/eslint-plugin-next": "15.1.2", "@types/hast": "^3.0.4", "@types/mdx": "^2.0.13", "@types/node": "22.10.2", diff --git a/package.json b/package.json index d7d7eb725..fcc258487 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "typescript-eslint": "^8.18.1", "vitest": "^2.1.8" }, - "packageManager": "pnpm@9.14.4", + "packageManager": "pnpm@9.15.1", "engines": { "node": ">= 18.17.0" } diff --git a/packages/cli/package.json b/packages/cli/package.json index ca5896765..b5ea841ff 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -34,7 +34,7 @@ "types:check": "tsc --noEmit" }, "dependencies": { - "@clack/prompts": "^0.8.2", + "@clack/prompts": "^0.9.0", "commander": "^12.1.0", "execa": "^9.5.2", "package-manager-detector": "^0.2.7", diff --git a/packages/content-collections/package.json b/packages/content-collections/package.json index 5e8c0924c..492a5efd2 100644 --- a/packages/content-collections/package.json +++ b/packages/content-collections/package.json @@ -35,7 +35,7 @@ "types:check": "tsc --noEmit" }, "devDependencies": { - "@content-collections/core": "^0.7.3", + "@content-collections/core": "^0.8.0", "@content-collections/mdx": "^0.2.0", "@types/node": "22.10.2", "eslint-config-custom": "workspace:*", diff --git a/packages/create-app-versions/package.json b/packages/create-app-versions/package.json index f07db407b..9c269599e 100644 --- a/packages/create-app-versions/package.json +++ b/packages/create-app-versions/package.json @@ -5,7 +5,7 @@ "description": "Used to track dependency versions in create-fumadocs-app", "license": "MIT", "dependencies": { - "@content-collections/core": "^0.7.3", + "@content-collections/core": "^0.8.0", "@content-collections/mdx": "^0.2.0", "@content-collections/next": "^0.2.4", "@types/mdx": "^2.0.13", @@ -13,7 +13,7 @@ "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", "autoprefixer": "^10.4.20", - "next": "15.1.1", + "next": "15.1.2", "postcss": "^8.4.49", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/packages/create-app/package.json b/packages/create-app/package.json index f7e633858..adad7fc33 100644 --- a/packages/create-app/package.json +++ b/packages/create-app/package.json @@ -27,7 +27,7 @@ "types:check": "tsc --noEmit" }, "dependencies": { - "@clack/prompts": "^0.8.2", + "@clack/prompts": "^0.9.0", "cross-spawn": "^7.0.6", "picocolors": "^1.1.1" }, diff --git a/packages/mdx-remote/package.json b/packages/mdx-remote/package.json index de9693b40..94c628d16 100644 --- a/packages/mdx-remote/package.json +++ b/packages/mdx-remote/package.json @@ -77,7 +77,7 @@ "@types/ws": "^8.5.13", "eslint-config-custom": "workspace:*", "fumadocs-core": "workspace:*", - "next": "15.1.1", + "next": "15.1.2", "tsconfig": "workspace:*", "unified": "^11.0.5", "vfile": "^6.0.3" diff --git a/packages/openapi/package.json b/packages/openapi/package.json index 595205600..0c7b2b4b8 100644 --- a/packages/openapi/package.json +++ b/packages/openapi/package.json @@ -64,7 +64,7 @@ "bunchee": "^6.0.3", "eslint-config-custom": "workspace:*", "lucide-react": "^0.468.0", - "next": "15.1.1", + "next": "15.1.2", "openapi-types": "^12.1.3", "tsconfig": "workspace:*" }, diff --git a/packages/ui/package.json b/packages/ui/package.json index e01d017d1..a54f0c1c7 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -88,7 +88,7 @@ "@types/react-dom": "^19.0.2", "autoprefixer": "^10.4.20", "eslint-config-custom": "workspace:*", - "next": "15.1.1", + "next": "15.1.2", "postcss": "^8.4.49", "postcss-cli": "^11.0.0", "tailwindcss": "^3.4.17", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e60891798..39dbe2d7b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -109,7 +109,7 @@ importers: version: link:../../packages/ui geist: specifier: ^1.3.1 - version: 1.3.1(next@15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) + version: 1.3.1(next@15.1.2(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) hast-util-to-jsx-runtime: specifier: ^2.3.2 version: 2.3.2 @@ -120,8 +120,8 @@ importers: specifier: ^0.468.0 version: 0.468.0(react@19.0.0) next: - specifier: 15.1.1 - version: 15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: 15.1.2 + version: 15.1.2(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) oxc-transform: specifier: ^0.42.0 version: 0.42.0 @@ -172,14 +172,14 @@ importers: specifier: workspace:* version: link:../../packages/cli '@next/bundle-analyzer': - specifier: 15.1.1 - version: 15.1.1(bufferutil@4.0.8) + specifier: 15.1.2 + version: 15.1.2(bufferutil@4.0.8) '@next/env': - specifier: 15.1.1 - version: 15.1.1 + specifier: 15.1.2 + version: 15.1.2 '@next/eslint-plugin-next': - specifier: 15.1.1 - version: 15.1.1 + specifier: 15.1.2 + version: 15.1.2 '@types/hast': specifier: ^3.0.4 version: 3.0.4 @@ -245,7 +245,7 @@ importers: version: link:../../packages/ui next: specifier: ^15.1.1 - version: 15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 15.1.1(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react: specifier: 19.0.0 version: 19.0.0 @@ -294,7 +294,7 @@ importers: version: link:../../packages/ui next: specifier: 15.1.1 - version: 15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 15.1.1(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react: specifier: 19.0.0 version: 19.0.0 @@ -328,7 +328,7 @@ importers: version: link:../../packages/ui next: specifier: 15.1.1 - version: 15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 15.1.1(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react: specifier: 19.0.0 version: 19.0.0 @@ -368,7 +368,7 @@ importers: version: link:../../packages/ui next: specifier: 15.1.1 - version: 15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 15.1.1(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) postcss: specifier: ^8.4.49 version: 8.4.49 @@ -417,7 +417,7 @@ importers: version: link:../../packages/ui next: specifier: 15.1.1 - version: 15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 15.1.1(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react: specifier: 19.0.0 version: 19.0.0 @@ -441,8 +441,8 @@ importers: packages/cli: dependencies: '@clack/prompts': - specifier: ^0.8.2 - version: 0.8.2 + specifier: ^0.9.0 + version: 0.9.0 commander: specifier: ^12.1.0 version: 12.1.0 @@ -484,11 +484,11 @@ importers: packages/content-collections: devDependencies: '@content-collections/core': - specifier: ^0.7.3 - version: 0.7.3(typescript@5.7.2) + specifier: ^0.8.0 + version: 0.8.0(typescript@5.7.2) '@content-collections/mdx': specifier: ^0.2.0 - version: 0.2.0(@content-collections/core@0.7.3(typescript@5.7.2))(acorn@8.14.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 0.2.0(@content-collections/core@0.8.0(typescript@5.7.2))(acorn@8.14.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@types/node': specifier: 22.10.2 version: 22.10.2 @@ -603,7 +603,7 @@ importers: version: 2.0.1 next: specifier: ^15.1.1 - version: 15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 15.1.1(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) remark-mdx: specifier: ^3.1.0 version: 3.1.0 @@ -626,8 +626,8 @@ importers: packages/create-app: dependencies: '@clack/prompts': - specifier: ^0.8.2 - version: 0.8.2 + specifier: ^0.9.0 + version: 0.9.0 cross-spawn: specifier: ^7.0.6 version: 7.0.6 @@ -654,14 +654,14 @@ importers: packages/create-app-versions: dependencies: '@content-collections/core': - specifier: ^0.7.3 - version: 0.7.3(typescript@5.7.2) + specifier: ^0.8.0 + version: 0.8.0(typescript@5.7.2) '@content-collections/mdx': specifier: ^0.2.0 - version: 0.2.0(@content-collections/core@0.7.3(typescript@5.7.2))(acorn@8.14.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 0.2.0(@content-collections/core@0.8.0(typescript@5.7.2))(acorn@8.14.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@content-collections/next': specifier: ^0.2.4 - version: 0.2.4(@content-collections/core@0.7.3(typescript@5.7.2))(next@15.1.1(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) + version: 0.2.4(@content-collections/core@0.8.0(typescript@5.7.2))(next@15.1.2(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)) '@types/mdx': specifier: ^2.0.13 version: 2.0.13 @@ -678,8 +678,8 @@ importers: specifier: ^10.4.20 version: 10.4.20(postcss@8.4.49) next: - specifier: 15.1.1 - version: 15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: 15.1.2 + version: 15.1.2(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) postcss: specifier: ^8.4.49 version: 8.4.49 @@ -812,7 +812,7 @@ importers: version: link:../core next: specifier: ^15.1.1 - version: 15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + version: 15.1.1(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) tsconfig: specifier: workspace:* version: link:../tsconfig @@ -878,8 +878,8 @@ importers: specifier: workspace:* version: link:../core next: - specifier: 15.1.1 - version: 15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: 15.1.2 + version: 15.1.2(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) tsconfig: specifier: workspace:* version: link:../tsconfig @@ -972,8 +972,8 @@ importers: specifier: ^0.468.0 version: 0.468.0(react@19.0.0) next: - specifier: 15.1.1 - version: 15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: 15.1.2 + version: 15.1.2(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) openapi-types: specifier: ^12.1.3 version: 12.1.3 @@ -1178,8 +1178,8 @@ importers: specifier: workspace:* version: link:../eslint-config-custom next: - specifier: 15.1.1 - version: 15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: 15.1.2 + version: 15.1.2(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) postcss: specifier: ^8.4.49 version: 8.4.49 @@ -1350,17 +1350,22 @@ packages: '@chevrotain/utils@11.0.3': resolution: {integrity: sha512-YslZMgtJUyuMbZ+aKvfF3x1f5liK4mWNxghFRv7jqRR9C3R3fAOGTTKvxXDa2Y1s9zSbcpuO0cAxDYsc9SrXoQ==} - '@clack/core@0.3.5': - resolution: {integrity: sha512-5cfhQNH+1VQ2xLQlmzXMqUoiaH0lRBq9/CLW9lTyMbuKLC3+xEK01tHVvyut++mLOn5urSHmkm6I0Lg9MaJSTQ==} + '@clack/core@0.4.0': + resolution: {integrity: sha512-YJCYBsyJfNDaTbvDUVSJ3SgSuPrcujarRgkJ5NLjexDZKvaOiVVJvAQYx8lIgG0qRT8ff0fPgqyBCVivanIZ+A==} - '@clack/prompts@0.8.2': - resolution: {integrity: sha512-6b9Ab2UiZwJYA9iMyboYyW9yJvAO9V753ZhS+DHKEjZRKAxPPOb7MXXu84lsPFG+vZt6FRFniZ8rXi+zCIw4yQ==} + '@clack/prompts@0.9.0': + resolution: {integrity: sha512-nGsytiExgUr4FL0pR/LeqxA28nz3E0cW7eLTSh3Iod9TGrbBt8Y7BHbV3mmkNC4G0evdYyQ3ZsbiBkk7ektArA==} '@content-collections/core@0.7.3': resolution: {integrity: sha512-eqrQ/59BdorWQFFLF1sGPtIKzsn1OPSomok8e6MevYAaZ2knkhI3ddTQqo8OMrW/zA5H71Pbg0cgxbCN0pOVsg==} peerDependencies: typescript: ^5.0.2 + '@content-collections/core@0.8.0': + resolution: {integrity: sha512-WCP9mQCbigjalgl0wE96wjbmk6dZVk0Jw5VL4/lCSfKM70LrpjIHFtFGNpF1w2n4M/kODsvVZ/F5bX+co0q8OQ==} + peerDependencies: + typescript: ^5.0.2 + '@content-collections/integrations@0.2.1': resolution: {integrity: sha512-AyEcS2MmcOXSYt6vNmJsAiu6EBYjtNiwYGUVUmpG3llm8Gt8uiNrhIhlHyv3cuk+N8KJ2PWemLcMqtQJ+sW3bA==} peerDependencies: @@ -2060,63 +2065,117 @@ packages: '@mermaid-js/parser@0.3.0': resolution: {integrity: sha512-HsvL6zgE5sUPGgkIDlmAWR1HTNHz2Iy11BAWPTa4Jjabkpguy4Ze2gzfLrg6pdRuBvFwgUYyxiaNqZwrEEXepA==} - '@next/bundle-analyzer@15.1.1': - resolution: {integrity: sha512-9B3cSGYpzWYjLzjR9TDw4JroZoGZ6xJIjiEowGFSILCYhy9WoOW6JXdxiuLalIoKPP+wNmNuV68LI1Pu6nq8dA==} + '@next/bundle-analyzer@15.1.2': + resolution: {integrity: sha512-LuQkM4HSipn+kP8ChckPYL+w0qzx331QfSYY3lU5cutf7Gvk069sK+wH4GfVRdFq+DXSaCiy5IPzAcuXq6G+7g==} '@next/env@15.1.1': resolution: {integrity: sha512-ldU8IpUqxa87LsWyMh8eIqAzejt8+ZuEsdtCV+fpDog++cBO5b/PWaI7wQQwun8LKJeFFpnY4kv/6r+/dCON6A==} + '@next/env@15.1.2': + resolution: {integrity: sha512-Hm3jIGsoUl6RLB1vzY+dZeqb+/kWPZ+h34yiWxW0dV87l8Im/eMOwpOA+a0L78U0HM04syEjXuRlCozqpwuojQ==} + '@next/eslint-plugin-next@15.1.1': resolution: {integrity: sha512-yACipsS2HI9ktcfz/1UsO0/sDbVjXWKDE/fzzMLnYES+K4KJyqHChyBQeaxiK7/NDnxrdk7Ow2i9LRm3ZTAWow==} + '@next/eslint-plugin-next@15.1.2': + resolution: {integrity: sha512-sgfw3+WdaYOGPKCvM1L+UucBmRfh8V2Ygefp7ELON0+0vY7uohQwXXnVWg3rY7mXDKharQR3o7uedpfvnU2hlQ==} + '@next/swc-darwin-arm64@15.1.1': resolution: {integrity: sha512-pq7Hzu0KaaH6UYcCQ22mOuj2mWCD6iqGvYprp/Ep1EcCxbdNOSS+8EJADFbPHsaXLkaonIJ8lTKBGWXaFxkeNQ==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] + '@next/swc-darwin-arm64@15.1.2': + resolution: {integrity: sha512-b9TN7q+j5/7+rGLhFAVZiKJGIASuo8tWvInGfAd8wsULjB1uNGRCj1z1WZwwPWzVQbIKWFYqc+9L7W09qwt52w==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + '@next/swc-darwin-x64@15.1.1': resolution: {integrity: sha512-h567/b/AHAnMpaJ1D3l3jKLrzNOgN9bmDSRd+Gb0hXTkLZh8mE0Kd9MbIw39QeTZQJ3192uFRFWlDjWiifwVhQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] + '@next/swc-darwin-x64@15.1.2': + resolution: {integrity: sha512-caR62jNDUCU+qobStO6YJ05p9E+LR0EoXh1EEmyU69cYydsAy7drMcOlUlRtQihM6K6QfvNwJuLhsHcCzNpqtA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + '@next/swc-linux-arm64-gnu@15.1.1': resolution: {integrity: sha512-I5Q6M3T9jzTUM2JlwTBy/VBSX+YCDvPLnSaJX5wE5GEPeaJkipMkvTA9+IiFK5PG5ljXTqVFVUj5BSHiYLCpoQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + '@next/swc-linux-arm64-gnu@15.1.2': + resolution: {integrity: sha512-fHHXBusURjBmN6VBUtu6/5s7cCeEkuGAb/ZZiGHBLVBXMBy4D5QpM8P33Or8JD1nlOjm/ZT9sEE5HouQ0F+hUA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + '@next/swc-linux-arm64-musl@15.1.1': resolution: {integrity: sha512-4cPMSYmyXlOAk8U04ouEACEGnOwYM9uJOXZnm9GBXIKRbNEvBOH9OePhHiDWqOws6iaHvGayaKr+76LmM41yJA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] + '@next/swc-linux-arm64-musl@15.1.2': + resolution: {integrity: sha512-9CF1Pnivij7+M3G74lxr+e9h6o2YNIe7QtExWq1KUK4hsOLTBv6FJikEwCaC3NeYTflzrm69E5UfwEAbV2U9/g==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + '@next/swc-linux-x64-gnu@15.1.1': resolution: {integrity: sha512-KgIiKDdV35KwL9TrTxPFGsPb3J5RuDpw828z3MwMQbWaOmpp/T4MeWQCwo+J2aOxsyAcfsNE334kaWXCb6YTTA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + '@next/swc-linux-x64-gnu@15.1.2': + resolution: {integrity: sha512-tINV7WmcTUf4oM/eN3Yuu/f8jQ5C6AkueZPKeALs/qfdfX57eNv4Ij7rt0SA6iZ8+fMobVfcFVv664Op0caCCg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + '@next/swc-linux-x64-musl@15.1.1': resolution: {integrity: sha512-aHP/29x8loFhB3WuW2YaWaYFJN389t6/SBsug19aNwH+PRLzDEQfCvtuP6NxRCido9OAoExd+ZuYJKF9my1Kpg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] + '@next/swc-linux-x64-musl@15.1.2': + resolution: {integrity: sha512-jf2IseC4WRsGkzeUw/cK3wci9pxR53GlLAt30+y+B+2qAQxMw6WAC3QrANIKxkcoPU3JFh/10uFfmoMDF9JXKg==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + '@next/swc-win32-arm64-msvc@15.1.1': resolution: {integrity: sha512-klbzXYwqHMwiucNFF0tWiWJyPb45MBX1q/ATmxrMjEYgA+V/0OXc9KmNVRIn6G/ab0ASUk4uWqxik5m6wvm1sg==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] + '@next/swc-win32-arm64-msvc@15.1.2': + resolution: {integrity: sha512-wvg7MlfnaociP7k8lxLX4s2iBJm4BrNiNFhVUY+Yur5yhAJHfkS8qPPeDEUH8rQiY0PX3u/P7Q/wcg6Mv6GSAA==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + '@next/swc-win32-x64-msvc@15.1.1': resolution: {integrity: sha512-V5fm4aULqHSlMQt3U1rWAWuwJTFsb6Yh4P8p1kQFoayAF9jAQtjBvHku4zCdrtQuw9u9crPC0FNML00kN4WGhA==} engines: {node: '>= 10'} cpu: [x64] os: [win32] + '@next/swc-win32-x64-msvc@15.1.2': + resolution: {integrity: sha512-D3cNA8NoT3aWISWmo7HF5Eyko/0OdOO+VagkoJuiTk7pyX3P/b+n8XA/MYvyR+xSVcbKn68B1rY9fgqjNISqzQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + '@noble/hashes@1.6.0': resolution: {integrity: sha512-YUULf0Uk4/mAA89w+k3+yUYh6NrEvxZa5T6SY3wlMvE2chHkxFUUIDI8/XW1QSC357iA5pSnqt7XEhvFOqmDyQ==} engines: {node: ^14.21.3 || >=16} @@ -5231,6 +5290,27 @@ packages: sass: optional: true + next@15.1.2: + resolution: {integrity: sha512-nLJDV7peNy+0oHlmY2JZjzMfJ8Aj0/dd3jCwSZS8ZiO5nkQfcZRqDrRN3U5rJtqVTQneIOGZzb6LCNrk7trMCQ==} + engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} + hasBin: true + peerDependencies: + '@opentelemetry/api': ^1.1.0 + '@playwright/test': ^1.41.2 + babel-plugin-react-compiler: '*' + react: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 + react-dom: ^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0 + sass: ^1.3.0 + peerDependenciesMeta: + '@opentelemetry/api': + optional: true + '@playwright/test': + optional: true + babel-plugin-react-compiler: + optional: true + sass: + optional: true + node-addon-api@7.1.1: resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} @@ -6879,14 +6959,14 @@ snapshots: '@chevrotain/utils@11.0.3': {} - '@clack/core@0.3.5': + '@clack/core@0.4.0': dependencies: picocolors: 1.1.1 sisteransi: 1.0.5 - '@clack/prompts@0.8.2': + '@clack/prompts@0.9.0': dependencies: - '@clack/core': 0.3.5 + '@clack/core': 0.4.0 picocolors: 1.1.1 sisteransi: 1.0.5 @@ -6905,10 +6985,29 @@ snapshots: yaml: 2.6.1 zod: 3.24.1 + '@content-collections/core@0.8.0(typescript@5.7.2)': + dependencies: + '@parcel/watcher': 2.5.0 + camelcase: 8.0.0 + esbuild: 0.21.5 + gray-matter: 4.0.3 + p-limit: 6.1.0 + picomatch: 4.0.2 + pluralize: 8.0.0 + serialize-javascript: 6.0.2 + tinyglobby: 0.2.10 + typescript: 5.7.2 + yaml: 2.6.1 + zod: 3.24.1 + '@content-collections/integrations@0.2.1(@content-collections/core@0.7.3(typescript@5.7.2))': dependencies: '@content-collections/core': 0.7.3(typescript@5.7.2) + '@content-collections/integrations@0.2.1(@content-collections/core@0.8.0(typescript@5.7.2))': + dependencies: + '@content-collections/core': 0.8.0(typescript@5.7.2) + '@content-collections/mdx@0.2.0(@content-collections/core@0.7.3(typescript@5.7.2))(acorn@8.14.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': dependencies: '@content-collections/core': 0.7.3(typescript@5.7.2) @@ -6921,11 +7020,29 @@ snapshots: - acorn - supports-color + '@content-collections/mdx@0.2.0(@content-collections/core@0.8.0(typescript@5.7.2))(acorn@8.14.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)': + dependencies: + '@content-collections/core': 0.8.0(typescript@5.7.2) + esbuild: 0.21.5 + mdx-bundler: 10.0.3(acorn@8.14.0)(esbuild@0.21.5) + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) + unified: 11.0.5 + transitivePeerDependencies: + - acorn + - supports-color + '@content-collections/next@0.2.4(@content-collections/core@0.7.3(typescript@5.7.2))(next@15.1.1(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))': dependencies: '@content-collections/core': 0.7.3(typescript@5.7.2) '@content-collections/integrations': 0.2.1(@content-collections/core@0.7.3(typescript@5.7.2)) - next: 15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + next: 15.1.1(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + + '@content-collections/next@0.2.4(@content-collections/core@0.8.0(typescript@5.7.2))(next@15.1.2(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))': + dependencies: + '@content-collections/core': 0.8.0(typescript@5.7.2) + '@content-collections/integrations': 0.2.1(@content-collections/core@0.8.0(typescript@5.7.2)) + next: 15.1.2(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@discoveryjs/json-ext@0.5.7': {} @@ -7431,7 +7548,7 @@ snapshots: dependencies: langium: 3.0.0 - '@next/bundle-analyzer@15.1.1(bufferutil@4.0.8)': + '@next/bundle-analyzer@15.1.2(bufferutil@4.0.8)': dependencies: webpack-bundle-analyzer: 4.10.1(bufferutil@4.0.8) transitivePeerDependencies: @@ -7440,34 +7557,64 @@ snapshots: '@next/env@15.1.1': {} + '@next/env@15.1.2': {} + '@next/eslint-plugin-next@15.1.1': dependencies: fast-glob: 3.3.1 + '@next/eslint-plugin-next@15.1.2': + dependencies: + fast-glob: 3.3.1 + '@next/swc-darwin-arm64@15.1.1': optional: true + '@next/swc-darwin-arm64@15.1.2': + optional: true + '@next/swc-darwin-x64@15.1.1': optional: true + '@next/swc-darwin-x64@15.1.2': + optional: true + '@next/swc-linux-arm64-gnu@15.1.1': optional: true + '@next/swc-linux-arm64-gnu@15.1.2': + optional: true + '@next/swc-linux-arm64-musl@15.1.1': optional: true + '@next/swc-linux-arm64-musl@15.1.2': + optional: true + '@next/swc-linux-x64-gnu@15.1.1': optional: true + '@next/swc-linux-x64-gnu@15.1.2': + optional: true + '@next/swc-linux-x64-musl@15.1.1': optional: true + '@next/swc-linux-x64-musl@15.1.2': + optional: true + '@next/swc-win32-arm64-msvc@15.1.1': optional: true + '@next/swc-win32-arm64-msvc@15.1.2': + optional: true + '@next/swc-win32-x64-msvc@15.1.1': optional: true + '@next/swc-win32-x64-msvc@15.1.2': + optional: true + '@noble/hashes@1.6.0': {} '@nodelib/fs.scandir@2.1.5': @@ -9895,9 +10042,9 @@ snapshots: functions-have-names@1.2.3: {} - geist@1.3.1(next@15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)): + geist@1.3.1(next@15.1.2(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)): dependencies: - next: 15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + next: 15.1.2(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) get-caller-file@2.0.5: {} @@ -11138,7 +11285,7 @@ snapshots: transitivePeerDependencies: - supports-color - next@15.1.1(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + next@15.1.1(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): dependencies: '@next/env': 15.1.1 '@swc/counter': 0.1.3 @@ -11159,6 +11306,32 @@ snapshots: '@next/swc-win32-arm64-msvc': 15.1.1 '@next/swc-win32-x64-msvc': 15.1.1 '@opentelemetry/api': 1.9.0 + sharp: 0.33.5 + transitivePeerDependencies: + - '@babel/core' + - babel-plugin-macros + + next@15.1.2(@opentelemetry/api@1.9.0)(babel-plugin-react-compiler@19.0.0-beta-df7b47d-20241124)(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + dependencies: + '@next/env': 15.1.2 + '@swc/counter': 0.1.3 + '@swc/helpers': 0.5.15 + busboy: 1.6.0 + caniuse-lite: 1.0.30001689 + postcss: 8.4.31 + react: 19.0.0 + react-dom: 19.0.0(react@19.0.0) + styled-jsx: 5.1.6(react@19.0.0) + optionalDependencies: + '@next/swc-darwin-arm64': 15.1.2 + '@next/swc-darwin-x64': 15.1.2 + '@next/swc-linux-arm64-gnu': 15.1.2 + '@next/swc-linux-arm64-musl': 15.1.2 + '@next/swc-linux-x64-gnu': 15.1.2 + '@next/swc-linux-x64-musl': 15.1.2 + '@next/swc-win32-arm64-msvc': 15.1.2 + '@next/swc-win32-x64-msvc': 15.1.2 + '@opentelemetry/api': 1.9.0 babel-plugin-react-compiler: 19.0.0-beta-df7b47d-20241124 sharp: 0.33.5 transitivePeerDependencies: