From 3943e9a877194ec951a3205c4b4500f56f1884d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 16:55:20 +0000 Subject: [PATCH 1/2] Bump react and @types/react Bumps [react](https://github.com/react/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 19.2.7 to 19.2.8 - [Release notes](https://github.com/react/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/react/react/commits/v19.2.8/packages/react) Updates `@types/react` from 19.2.17 to 19.2.18 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/react" dependency-version: 19.2.18 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 ++++++++---------------------- package.json | 6 +++--- 2 files changed, 11 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index f7bce89..b4d333d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "gray-matter": "^4.0.3", "next": "^16.2.10", "next-mdx-remote": "^6.0.0", - "react": "^19.2.7", + "react": "^19.2.8", "react-dom": "^19.2.7", "react-syntax-highlighter": "^16.1.1", "remark-emoji": "^5.0.2", @@ -34,7 +34,7 @@ "@types/dockerode": "^4.0.1", "@types/jest": "^30.0.0", "@types/node": "^26.1.1", - "@types/react": "19.2.17", + "@types/react": "19.2.18", "@types/react-dom": "19.2.3", "@types/react-syntax-highlighter": "^15.5.13", "eslint": "^10.8.0", @@ -2935,13 +2935,6 @@ "tailwindcss": "4.3.3" } }, - "node_modules/@tailwindcss/node/node_modules/tailwindcss": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz", - "integrity": "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==", - "dev": true, - "license": "MIT" - }, "node_modules/@tailwindcss/oxide": { "version": "4.3.3", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.3.3.tgz", @@ -3275,13 +3268,6 @@ "tailwindcss": "4.3.3" } }, - "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz", - "integrity": "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==", - "dev": true, - "license": "MIT" - }, "node_modules/@testing-library/dom": { "version": "10.4.1", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.1.tgz", @@ -3646,9 +3632,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "19.2.17", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", - "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.18.tgz", + "integrity": "sha512-AnzbBERsrLKtk2XSfTbYRLjQPdy116Sty4q+T+Bp3IC4l6jNBvreVPAHmpq9qhXQM7CXZPjLVmGMw9sy+hxQ3w==", "license": "MIT", "dependencies": { "csstype": "^3.2.2" @@ -11958,9 +11944,9 @@ "license": "MIT" }, "node_modules/react": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", - "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz", + "integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index ff631d0..974f2b7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "gray-matter": "^4.0.3", "next": "^16.2.10", "next-mdx-remote": "^6.0.0", - "react": "^19.2.7", + "react": "^19.2.8", "react-dom": "^19.2.7", "react-syntax-highlighter": "^16.1.1", "remark-emoji": "^5.0.2", @@ -40,7 +40,7 @@ "@types/dockerode": "^4.0.1", "@types/jest": "^30.0.0", "@types/node": "^26.1.1", - "@types/react": "19.2.17", + "@types/react": "19.2.18", "@types/react-dom": "19.2.3", "@types/react-syntax-highlighter": "^15.5.13", "eslint": "^10.8.0", @@ -54,7 +54,7 @@ "typescript": "^5.9.3" }, "overrides": { - "@types/react": "19.2.17", + "@types/react": "19.2.18", "@types/react-dom": "19.2.3" } } From 3ed6c9567ff848eddb85ec24a417e3bd5505cab0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 14 Aug 2026 17:08:09 +0000 Subject: [PATCH 2/2] fix: align react-dom version with react (19.2.8) Co-authored-by: aknot242 <4582399+aknot242@users.noreply.github.com> --- package-lock.json | 52 +++++------------------------------------------ package.json | 2 +- 2 files changed, 6 insertions(+), 48 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4d333d..bf759df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "next": "^16.2.10", "next-mdx-remote": "^6.0.0", "react": "^19.2.8", - "react-dom": "^19.2.7", + "react-dom": "^19.2.8", "react-syntax-highlighter": "^16.1.1", "remark-emoji": "^5.0.2", "remark-gfm": "^4.0.1", @@ -2721,9 +2721,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -2741,9 +2738,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -2761,9 +2755,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -2781,9 +2772,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -2801,9 +2789,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -2821,9 +2806,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "Apache-2.0 AND MIT", "optional": true, "os": [ @@ -3052,9 +3034,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3072,9 +3051,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3092,9 +3068,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3112,9 +3085,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -9613,9 +9583,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -9637,9 +9604,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -9661,9 +9625,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -9685,9 +9646,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MPL-2.0", "optional": true, "os": [ @@ -11953,15 +11911,15 @@ } }, "node_modules/react-dom": { - "version": "19.2.7", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz", - "integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==", + "version": "19.2.8", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz", + "integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==", "license": "MIT", "dependencies": { "scheduler": "^0.27.0" }, "peerDependencies": { - "react": "^19.2.7" + "react": "^19.2.8" } }, "node_modules/react-is": { diff --git a/package.json b/package.json index 974f2b7..2a5ac28 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "next": "^16.2.10", "next-mdx-remote": "^6.0.0", "react": "^19.2.8", - "react-dom": "^19.2.7", + "react-dom": "^19.2.8", "react-syntax-highlighter": "^16.1.1", "remark-emoji": "^5.0.2", "remark-gfm": "^4.0.1",