From dd31281029a64fe818c4d00380f975852cc81dae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 01:42:41 +0900 Subject: [PATCH] build(deps): update react monorepo to v19 (major) (#3752) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)) | [`^18.3.16` -> `^19.0.1`](https://renovatebot.com/diffs/npm/@types%2freact/18.3.16/19.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/19.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/19.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.3.16/19.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.3.16/19.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [react](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react)) | [`^18.3.1` -> `^19.0.0`](https://renovatebot.com/diffs/npm/react/18.3.1/19.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react/18.3.1/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react/18.3.1/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [react-dom](https://react.dev/) ([source](https://redirect.github.com/facebook/react/tree/HEAD/packages/react-dom)) | [`^18.3.1` -> `^19.0.0`](https://renovatebot.com/diffs/npm/react-dom/18.3.1/19.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/react-dom/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/react-dom/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/react-dom/18.3.1/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/react-dom/18.3.1/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
facebook/react (react) ### [`v19.0.0`](https://redirect.github.com/facebook/react/compare/v18.3.1...63cde684f5340b1ca73f6244501aac1c3d2c92a8) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.3.1...v19.0.0)
facebook/react (react-dom) ### [`v19.0.0`](https://redirect.github.com/facebook/react/compare/v18.3.1...63cde684f5340b1ca73f6244501aac1c3d2c92a8) [Compare Source](https://redirect.github.com/facebook/react/compare/v18.3.1...v19.0.0)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/inabagumi/mini-apps). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yamagishi Kazutoshi --- apps/774-ink/package.json | 6 +- apps/hanerubeat/.gitignore | 1 + apps/hanerubeat/src/components/heart.tsx | 8 +- apps/neru-camera/app/(camera)/camera.tsx | 7 +- apps/neru-camera/app/(camera)/layout.tsx | 10 +- apps/neru-camera/app/(camera)/menu.tsx | 2 +- apps/neru-camera/app/(camera)/overlay.tsx | 8 +- apps/neru-camera/app/(camera)/page.tsx | 2 +- apps/neru-camera/package.json | 6 +- package.json | 4 +- pnpm-lock.yaml | 844 ++++++++---------- website/docs/21g.md | 18 - ...animare-shindan.md => animare-shindan.mdx} | 5 +- .../docs/{hanerubeat.md => hanerubeat.mdx} | 5 +- .../docs/{inaba-jinja.md => inaba-jinja.mdx} | 0 .../{introduction.md => introduction.mdx} | 0 .../docs/{neru-camera.md => neru-camera.mdx} | 0 .../docs/{shinju-date.md => shinju-date.mdx} | 5 +- website/docusaurus.config.ts | 7 +- website/package.json | 10 +- website/sidebars.ts | 6 +- .../components/ContactForm/ContactForm.tsx | 5 +- .../ContactForm/FormControl.module.css | 50 ++ .../components/ContactForm/FormControl.tsx | 61 +- website/src/components/TextField.tsx | 64 +- website/src/data/products.ts | 2 +- website/src/pages/contact/index.tsx | 5 +- website/src/pages/index.tsx | 6 +- website/src/theme/IdealImage/index.tsx | 115 +++ website/src/theme/Root/index.tsx | 12 +- website/vercel.json | 6 +- 31 files changed, 627 insertions(+), 653 deletions(-) delete mode 100644 website/docs/21g.md rename website/docs/{animare-shindan.md => animare-shindan.mdx} (82%) rename website/docs/{hanerubeat.md => hanerubeat.mdx} (84%) rename website/docs/{inaba-jinja.md => inaba-jinja.mdx} (100%) rename website/docs/{introduction.md => introduction.mdx} (100%) rename website/docs/{neru-camera.md => neru-camera.mdx} (100%) rename website/docs/{shinju-date.md => shinju-date.mdx} (87%) create mode 100644 website/src/theme/IdealImage/index.tsx diff --git a/apps/774-ink/package.json b/apps/774-ink/package.json index 378ee5cfe..97932eb5f 100644 --- a/apps/774-ink/package.json +++ b/apps/774-ink/package.json @@ -2,14 +2,14 @@ "dependencies": { "next": "^15.1.0", "next-seo": "^6.6.0", - "react": "^18.3.1", - "react-dom": "^18.3.1" + "react": "^19.0.0", + "react-dom": "^19.0.0" }, "devDependencies": { "@inabagumi/prettier-config": "^3.0.0", "@types/eslint": "^9.6.1", "@types/node": "^22.10.1", - "@types/react": "^18.3.16", + "@types/react": "^19.0.1", "@types/web-app-manifest": "^1.0.8", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0", diff --git a/apps/hanerubeat/.gitignore b/apps/hanerubeat/.gitignore index 1437c53f7..f4f89e566 100644 --- a/apps/hanerubeat/.gitignore +++ b/apps/hanerubeat/.gitignore @@ -32,3 +32,4 @@ yarn-error.log* # vercel .vercel +.env*.local diff --git a/apps/hanerubeat/src/components/heart.tsx b/apps/hanerubeat/src/components/heart.tsx index 3db78067c..c7eedec5f 100644 --- a/apps/hanerubeat/src/components/heart.tsx +++ b/apps/hanerubeat/src/components/heart.tsx @@ -11,13 +11,7 @@ export default function Heart({ ref }: ComponentProps<'audio'>) { <> -