From dbc37501ffeaf8fec45af5898caf1c3d64ad10bf Mon Sep 17 00:00:00 2001 From: "Sebastian \"Sebbie\" Silbermann" Date: Fri, 12 Jun 2026 09:50:15 +0200 Subject: [PATCH] Update required references to GitHub repo (#36752) --- .github/workflows/compiler_discord_notify.yml | 2 +- .github/workflows/compiler_prereleases_manual.yml | 2 +- .github/workflows/compiler_prereleases_nightly.yml | 2 +- .github/workflows/devtools_discord_notify.yml | 2 +- .github/workflows/runtime_build_and_test.yml | 2 +- .github/workflows/runtime_commit_artifacts.yml | 4 ++-- .github/workflows/runtime_discord_notify.yml | 2 +- .github/workflows/shared_label_core_team_prs.yml | 2 +- compiler/package.json | 2 +- .../packages/babel-plugin-react-compiler-rust/package.json | 2 +- compiler/packages/babel-plugin-react-compiler/package.json | 2 +- compiler/packages/eslint-plugin-react-compiler/package.json | 2 +- compiler/packages/make-read-only-util/package.json | 2 +- compiler/packages/react-compiler-healthcheck/package.json | 2 +- compiler/packages/react-compiler-runtime/package.json | 2 +- compiler/packages/react-forgive/client/package.json | 2 +- compiler/packages/react-forgive/package.json | 2 +- compiler/packages/react-forgive/server/package.json | 2 +- compiler/packages/react-mcp-server/package.json | 2 +- compiler/packages/snap/package.json | 2 +- dangerfile.js | 2 +- packages/eslint-plugin-react-hooks/package.json | 4 ++-- packages/jest-react/package.json | 4 ++-- packages/react-art/package.json | 4 ++-- packages/react-cache/package.json | 2 +- packages/react-client/package.json | 4 ++-- packages/react-debug-tools/package.json | 4 ++-- packages/react-devtools-core/package.json | 2 +- packages/react-devtools-inline/package.json | 2 +- packages/react-devtools/package.json | 2 +- packages/react-dom-bindings/package.json | 4 ++-- packages/react-dom/package.json | 4 ++-- packages/react-flight-server-fb/package.json | 4 ++-- packages/react-is/package.json | 4 ++-- packages/react-markup/package.json | 4 ++-- packages/react-native-renderer/package.json | 2 +- packages/react-noop-renderer/package.json | 2 +- packages/react-reconciler/package.json | 4 ++-- packages/react-refresh/package.json | 4 ++-- packages/react-server-dom-esm/package.json | 4 ++-- packages/react-server-dom-fb/package.json | 2 +- packages/react-server-dom-parcel/package.json | 4 ++-- packages/react-server-dom-turbopack/package.json | 4 ++-- packages/react-server-dom-webpack/package.json | 4 ++-- packages/react-server/package.json | 4 ++-- packages/react-suspense-test-utils/package.json | 2 +- packages/react-test-renderer/package.json | 4 ++-- packages/react/package.json | 4 ++-- packages/scheduler/package.json | 4 ++-- packages/use-subscription/package.json | 2 +- packages/use-sync-external-store/package.json | 2 +- 51 files changed, 72 insertions(+), 72 deletions(-) diff --git a/.github/workflows/compiler_discord_notify.yml b/.github/workflows/compiler_discord_notify.yml index 5a57cf6a32c1..8d0a698c24f0 100644 --- a/.github/workflows/compiler_discord_notify.yml +++ b/.github/workflows/compiler_discord_notify.yml @@ -25,7 +25,7 @@ jobs: check_maintainer: if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }} needs: [check_access] - uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main + uses: react/react/.github/workflows/shared_check_maintainer.yml@main permissions: # Used by check_maintainer contents: read diff --git a/.github/workflows/compiler_prereleases_manual.yml b/.github/workflows/compiler_prereleases_manual.yml index c4a7a16aca3b..5d138d82ed71 100644 --- a/.github/workflows/compiler_prereleases_manual.yml +++ b/.github/workflows/compiler_prereleases_manual.yml @@ -29,7 +29,7 @@ env: jobs: publish_prerelease_experimental: name: Publish to Experimental channel - uses: facebook/react/.github/workflows/compiler_prereleases.yml@main + uses: react/react/.github/workflows/compiler_prereleases.yml@main with: commit_sha: ${{ inputs.prerelease_commit_sha || github.sha }} release_channel: ${{ inputs.release_channel }} diff --git a/.github/workflows/compiler_prereleases_nightly.yml b/.github/workflows/compiler_prereleases_nightly.yml index ca2b5589def2..813cfa0c7cd7 100644 --- a/.github/workflows/compiler_prereleases_nightly.yml +++ b/.github/workflows/compiler_prereleases_nightly.yml @@ -13,7 +13,7 @@ env: jobs: publish_prerelease_experimental: name: Publish to Experimental channel - uses: facebook/react/.github/workflows/compiler_prereleases.yml@main + uses: react/react/.github/workflows/compiler_prereleases.yml@main with: commit_sha: ${{ github.sha }} release_channel: experimental diff --git a/.github/workflows/devtools_discord_notify.yml b/.github/workflows/devtools_discord_notify.yml index bb498f003710..a4b711131c9a 100644 --- a/.github/workflows/devtools_discord_notify.yml +++ b/.github/workflows/devtools_discord_notify.yml @@ -25,7 +25,7 @@ jobs: check_maintainer: if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }} needs: [check_access] - uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main + uses: react/react/.github/workflows/shared_check_maintainer.yml@main permissions: # Used by check_maintainer contents: read diff --git a/.github/workflows/runtime_build_and_test.yml b/.github/workflows/runtime_build_and_test.yml index 7ab7c54c1ad6..db5cde73833b 100644 --- a/.github/workflows/runtime_build_and_test.yml +++ b/.github/workflows/runtime_build_and_test.yml @@ -488,7 +488,7 @@ jobs: ./build2.tgz if-no-files-found: error - uses: actions/attest-build-provenance@v2 - # We don't verify builds generated from pull requests not originating from facebook/react. + # We don't verify builds generated from pull requests not originating from react/react. # However, if the PR lands, the run on release branches will generate the attestation which can then # be used to download a build via scripts/release/download-experimental-build.js. # diff --git a/.github/workflows/runtime_commit_artifacts.yml b/.github/workflows/runtime_commit_artifacts.yml index d39d03ba023f..96a15ba7fb12 100644 --- a/.github/workflows/runtime_commit_artifacts.yml +++ b/.github/workflows/runtime_commit_artifacts.yml @@ -292,7 +292,7 @@ jobs: git config --global user.name "${{ github.triggering_actor }}" git fetch origin --quiet - git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/facebook/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit" + git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/react/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit" - name: Push changes to branch if: inputs.dry_run == false && (inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true') run: git push @@ -466,7 +466,7 @@ jobs: git config --global user.name "${{ github.triggering_actor }}" git fetch origin --quiet - git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/facebook/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit" + git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/react/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit" - name: Push changes to branch if: inputs.dry_run == false && (inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true') run: git push diff --git a/.github/workflows/runtime_discord_notify.yml b/.github/workflows/runtime_discord_notify.yml index ae9930adf114..22a4b3385dfe 100644 --- a/.github/workflows/runtime_discord_notify.yml +++ b/.github/workflows/runtime_discord_notify.yml @@ -27,7 +27,7 @@ jobs: check_maintainer: if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }} needs: [check_access] - uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main + uses: react/react/.github/workflows/shared_check_maintainer.yml@main permissions: # Used by check_maintainer contents: read diff --git a/.github/workflows/shared_label_core_team_prs.yml b/.github/workflows/shared_label_core_team_prs.yml index cc10e87dcc2c..b98a5ca9b20a 100644 --- a/.github/workflows/shared_label_core_team_prs.yml +++ b/.github/workflows/shared_label_core_team_prs.yml @@ -26,7 +26,7 @@ jobs: check_maintainer: if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }} needs: [check_access] - uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main + uses: react/react/.github/workflows/shared_check_maintainer.yml@main permissions: # Used by check_maintainer contents: read diff --git a/compiler/package.json b/compiler/package.json index 4492b7021080..1e65cbf700d4 100644 --- a/compiler/package.json +++ b/compiler/package.json @@ -7,7 +7,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git" + "url": "git+https://github.com/react/react.git" }, "scripts": { "copyright": "node scripts/copyright.js", diff --git a/compiler/packages/babel-plugin-react-compiler-rust/package.json b/compiler/packages/babel-plugin-react-compiler-rust/package.json index 70bec439ef4b..ada9134e0e82 100644 --- a/compiler/packages/babel-plugin-react-compiler-rust/package.json +++ b/compiler/packages/babel-plugin-react-compiler-rust/package.json @@ -26,7 +26,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/babel-plugin-react-compiler-rust" } } diff --git a/compiler/packages/babel-plugin-react-compiler/package.json b/compiler/packages/babel-plugin-react-compiler/package.json index 7647bcab1ca4..05406af6b1a9 100644 --- a/compiler/packages/babel-plugin-react-compiler/package.json +++ b/compiler/packages/babel-plugin-react-compiler/package.json @@ -65,7 +65,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/babel-plugin-react-compiler" } } diff --git a/compiler/packages/eslint-plugin-react-compiler/package.json b/compiler/packages/eslint-plugin-react-compiler/package.json index 0615609dd52b..ea18b0af9851 100644 --- a/compiler/packages/eslint-plugin-react-compiler/package.json +++ b/compiler/packages/eslint-plugin-react-compiler/package.json @@ -45,7 +45,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/eslint-plugin-react-compiler" }, "license": "MIT" diff --git a/compiler/packages/make-read-only-util/package.json b/compiler/packages/make-read-only-util/package.json index 20a4643cd529..5474f3c0480c 100644 --- a/compiler/packages/make-read-only-util/package.json +++ b/compiler/packages/make-read-only-util/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/make-read-only-util" } } diff --git a/compiler/packages/react-compiler-healthcheck/package.json b/compiler/packages/react-compiler-healthcheck/package.json index 5c3d2f412d97..6b3cb6b57c5f 100644 --- a/compiler/packages/react-compiler-healthcheck/package.json +++ b/compiler/packages/react-compiler-healthcheck/package.json @@ -27,7 +27,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/react-compiler-healthcheck" } } diff --git a/compiler/packages/react-compiler-runtime/package.json b/compiler/packages/react-compiler-runtime/package.json index 60a192b0a7ca..ffb591d163c5 100644 --- a/compiler/packages/react-compiler-runtime/package.json +++ b/compiler/packages/react-compiler-runtime/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/react-compiler-runtime" } } diff --git a/compiler/packages/react-forgive/client/package.json b/compiler/packages/react-forgive/client/package.json index a975439726f2..d6f3f019fd2e 100644 --- a/compiler/packages/react-forgive/client/package.json +++ b/compiler/packages/react-forgive/client/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/react-forgive" }, "dependencies": { diff --git a/compiler/packages/react-forgive/package.json b/compiler/packages/react-forgive/package.json index fc7d71095c51..94f0f6ce008e 100644 --- a/compiler/packages/react-forgive/package.json +++ b/compiler/packages/react-forgive/package.json @@ -6,7 +6,7 @@ "version": "0.0.0", "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/react-forgive" }, "categories": [ diff --git a/compiler/packages/react-forgive/server/package.json b/compiler/packages/react-forgive/server/package.json index c91258607205..d7806f2c5cbb 100644 --- a/compiler/packages/react-forgive/server/package.json +++ b/compiler/packages/react-forgive/server/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/react-forgive" }, "dependencies": { diff --git a/compiler/packages/react-mcp-server/package.json b/compiler/packages/react-mcp-server/package.json index 07dc378de12e..f0d25b2e5ace 100644 --- a/compiler/packages/react-mcp-server/package.json +++ b/compiler/packages/react-mcp-server/package.json @@ -35,7 +35,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/react-mcp-server" } } diff --git a/compiler/packages/snap/package.json b/compiler/packages/snap/package.json index fe814cb2a67a..e2edb778167b 100644 --- a/compiler/packages/snap/package.json +++ b/compiler/packages/snap/package.json @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/snap" }, "dependencies": { diff --git a/dangerfile.js b/dangerfile.js index d60da35b586f..b7ee95d75f88 100644 --- a/dangerfile.js +++ b/dangerfile.js @@ -105,7 +105,7 @@ function row(result, baseSha, headSha) { // where the branches differ const upstreamRepo = danger.github.pr.base.repo.full_name; - if (upstreamRepo !== 'facebook/react') { + if (upstreamRepo !== 'react/react') { // Exit unless we're running in the main repo return; } diff --git a/packages/eslint-plugin-react-hooks/package.json b/packages/eslint-plugin-react-hooks/package.json index 3e436421b3d3..fc8a12199444 100644 --- a/packages/eslint-plugin-react-hooks/package.json +++ b/packages/eslint-plugin-react-hooks/package.json @@ -4,7 +4,7 @@ "version": "7.0.0", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/eslint-plugin-react-hooks" }, "files": [ @@ -27,7 +27,7 @@ }, "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "main": "./index.js", "types": "./index.d.ts", diff --git a/packages/jest-react/package.json b/packages/jest-react/package.json index a5d6878294e7..10a7ad9bbb9c 100644 --- a/packages/jest-react/package.json +++ b/packages/jest-react/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/jest-react" }, "keywords": [ @@ -15,7 +15,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "peerDependencies": { diff --git a/packages/react-art/package.json b/packages/react-art/package.json index daeb4ad2950b..9be3f720b08d 100644 --- a/packages/react-art/package.json +++ b/packages/react-art/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-art" }, "keywords": [ @@ -18,7 +18,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "dependencies": { diff --git a/packages/react-cache/package.json b/packages/react-cache/package.json index e0f8c0913ca0..4ae3222c9f62 100644 --- a/packages/react-cache/package.json +++ b/packages/react-cache/package.json @@ -5,7 +5,7 @@ "version": "2.0.0-alpha.0", "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-cache" }, "files": [ diff --git a/packages/react-client/package.json b/packages/react-client/package.json index 82c7d855ad1c..27f1975f83d2 100644 --- a/packages/react-client/package.json +++ b/packages/react-client/package.json @@ -7,7 +7,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -17,7 +17,7 @@ ], "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-client" }, "engines": { diff --git a/packages/react-debug-tools/package.json b/packages/react-debug-tools/package.json index dcd5e888ff92..011553625fc3 100644 --- a/packages/react-debug-tools/package.json +++ b/packages/react-debug-tools/package.json @@ -7,7 +7,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -18,7 +18,7 @@ "main": "index.js", "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-debug-tools" }, "engines": { diff --git a/packages/react-devtools-core/package.json b/packages/react-devtools-core/package.json index 54b89e72e8ae..6f0274979a36 100644 --- a/packages/react-devtools-core/package.json +++ b/packages/react-devtools-core/package.json @@ -6,7 +6,7 @@ "main": "./dist/backend.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-devtools-core" }, "files": [ diff --git a/packages/react-devtools-inline/package.json b/packages/react-devtools-inline/package.json index cc5fc51a6ef6..0b66393890f6 100644 --- a/packages/react-devtools-inline/package.json +++ b/packages/react-devtools-inline/package.json @@ -6,7 +6,7 @@ "main": "./dist/backend.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-devtools-inline" }, "files": [ diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 10a492628338..9a7ee408f628 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-devtools" }, "bin": { diff --git a/packages/react-dom-bindings/package.json b/packages/react-dom-bindings/package.json index f7d91a6dd9e2..8fb19d332a10 100644 --- a/packages/react-dom-bindings/package.json +++ b/packages/react-dom-bindings/package.json @@ -6,7 +6,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-dom-bindings" }, "keywords": [ @@ -14,7 +14,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "peerDependencies": { diff --git a/packages/react-dom/package.json b/packages/react-dom/package.json index 351ed0684e64..dc7b060a7959 100644 --- a/packages/react-dom/package.json +++ b/packages/react-dom/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-dom" }, "keywords": [ @@ -13,7 +13,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "dependencies": { diff --git a/packages/react-flight-server-fb/package.json b/packages/react-flight-server-fb/package.json index b802a6abaf85..014e5c01e656 100644 --- a/packages/react-flight-server-fb/package.json +++ b/packages/react-flight-server-fb/package.json @@ -6,7 +6,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -21,7 +21,7 @@ }, "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-flight-server-fb" }, "engines": { diff --git a/packages/react-is/package.json b/packages/react-is/package.json index f910553fcbc5..bf557d3a3bb5 100644 --- a/packages/react-is/package.json +++ b/packages/react-is/package.json @@ -6,7 +6,7 @@ "sideEffects": false, "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-is" }, "keywords": [ @@ -14,7 +14,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "files": [ diff --git a/packages/react-markup/package.json b/packages/react-markup/package.json index 564486533917..b92f601f9903 100644 --- a/packages/react-markup/package.json +++ b/packages/react-markup/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-markup" }, "keywords": [ @@ -13,7 +13,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "peerDependencies": { diff --git a/packages/react-native-renderer/package.json b/packages/react-native-renderer/package.json index 9dccf45b0449..6d4b3652f3c2 100644 --- a/packages/react-native-renderer/package.json +++ b/packages/react-native-renderer/package.json @@ -4,7 +4,7 @@ "private": true, "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-native-renderer" }, "dependencies": { diff --git a/packages/react-noop-renderer/package.json b/packages/react-noop-renderer/package.json index aae14070714c..8db645941ec7 100644 --- a/packages/react-noop-renderer/package.json +++ b/packages/react-noop-renderer/package.json @@ -6,7 +6,7 @@ "main": "index.js", "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-noop-renderer" }, "license": "MIT", diff --git a/packages/react-reconciler/package.json b/packages/react-reconciler/package.json index 91c38415dba7..e78f937a21ec 100644 --- a/packages/react-reconciler/package.json +++ b/packages/react-reconciler/package.json @@ -6,7 +6,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -19,7 +19,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-reconciler" }, "engines": { diff --git a/packages/react-refresh/package.json b/packages/react-refresh/package.json index 105af71485a3..1b1d1c8fc379 100644 --- a/packages/react-refresh/package.json +++ b/packages/react-refresh/package.json @@ -6,7 +6,7 @@ ], "version": "0.19.0", "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react" }, "engines": { diff --git a/packages/react-server-dom-esm/package.json b/packages/react-server-dom-esm/package.json index 79f73eb9844e..e1ead23996a4 100644 --- a/packages/react-server-dom-esm/package.json +++ b/packages/react-server-dom-esm/package.json @@ -6,7 +6,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -47,7 +47,7 @@ "main": "index.js", "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-server-dom-esm" }, "engines": { diff --git a/packages/react-server-dom-fb/package.json b/packages/react-server-dom-fb/package.json index 4041e0ab46ba..c84c458657ef 100644 --- a/packages/react-server-dom-fb/package.json +++ b/packages/react-server-dom-fb/package.json @@ -4,7 +4,7 @@ "private": true, "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-server-dom-fb" }, "dependencies": { diff --git a/packages/react-server-dom-parcel/package.json b/packages/react-server-dom-parcel/package.json index 6732c962cb16..334c21dfd35d 100644 --- a/packages/react-server-dom-parcel/package.json +++ b/packages/react-server-dom-parcel/package.json @@ -6,7 +6,7 @@ "react" ], "homepage": "https://reactjs.org/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -72,7 +72,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-server-dom-parcel" }, "engines": { diff --git a/packages/react-server-dom-turbopack/package.json b/packages/react-server-dom-turbopack/package.json index e3adedd68db1..f2faa193a8be 100644 --- a/packages/react-server-dom-turbopack/package.json +++ b/packages/react-server-dom-turbopack/package.json @@ -6,7 +6,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -72,7 +72,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-server-dom-turbopack" }, "engines": { diff --git a/packages/react-server-dom-webpack/package.json b/packages/react-server-dom-webpack/package.json index 672212027211..3b8951b61454 100644 --- a/packages/react-server-dom-webpack/package.json +++ b/packages/react-server-dom-webpack/package.json @@ -6,7 +6,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -78,7 +78,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-server-dom-webpack" }, "engines": { diff --git a/packages/react-server/package.json b/packages/react-server/package.json index 405d68dbc3a7..2a57f31bb2a3 100644 --- a/packages/react-server/package.json +++ b/packages/react-server/package.json @@ -7,7 +7,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -19,7 +19,7 @@ "main": "index.js", "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-server" }, "engines": { diff --git a/packages/react-suspense-test-utils/package.json b/packages/react-suspense-test-utils/package.json index b23c3fc2e31c..56bb5eb50840 100644 --- a/packages/react-suspense-test-utils/package.json +++ b/packages/react-suspense-test-utils/package.json @@ -4,7 +4,7 @@ "private": true, "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-suspense-test-utils" }, "license": "MIT", diff --git a/packages/react-test-renderer/package.json b/packages/react-test-renderer/package.json index b09c371c0100..080d498bb3e3 100644 --- a/packages/react-test-renderer/package.json +++ b/packages/react-test-renderer/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-test-renderer" }, "keywords": [ @@ -15,7 +15,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "dependencies": { diff --git a/packages/react/package.json b/packages/react/package.json index 0705be8aa063..cc5169a93739 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -6,7 +6,7 @@ ], "version": "19.3.0", "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -43,7 +43,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react" }, "engines": { diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index 9c94ef2b3572..e6fb0c375c2c 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -4,7 +4,7 @@ "description": "Cooperative scheduler for the browser environment.", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/scheduler" }, "license": "MIT", @@ -12,7 +12,7 @@ "react" ], "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "files": [ diff --git a/packages/use-subscription/package.json b/packages/use-subscription/package.json index a784ea751e7a..4ac02a7b1317 100644 --- a/packages/use-subscription/package.json +++ b/packages/use-subscription/package.json @@ -4,7 +4,7 @@ "version": "1.13.0", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/use-subscription" }, "files": [ diff --git a/packages/use-sync-external-store/package.json b/packages/use-sync-external-store/package.json index 5ca1f42860f1..487af2a4d927 100644 --- a/packages/use-sync-external-store/package.json +++ b/packages/use-sync-external-store/package.json @@ -20,7 +20,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/use-sync-external-store" }, "files": [