Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/compiler_discord_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compiler_prereleases_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compiler_prereleases_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devtools_discord_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/runtime_commit_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/runtime_discord_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shared_label_core_team_prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion compiler/packages/babel-plugin-react-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion compiler/packages/make-read-only-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion compiler/packages/react-compiler-healthcheck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion compiler/packages/react-compiler-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion compiler/packages/react-forgive/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion compiler/packages/react-forgive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion compiler/packages/react-forgive/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion compiler/packages/react-mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion compiler/packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion dangerfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-art/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
4 changes: 2 additions & 2 deletions packages/react-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-debug-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools-inline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dom-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"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": [
"react"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/facebook/react/issues"
"url": "https://github.com/react/react/issues"
},
"homepage": "https://react.dev/",
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"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": [
"react"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/facebook/react/issues"
"url": "https://github.com/react/react/issues"
},
"homepage": "https://react.dev/",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-flight-server-fb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react-is/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
"url": "https://github.com/react/react.git",
"directory": "packages/react-is"
},
"keywords": [
"react"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/facebook/react/issues"
"url": "https://github.com/react/react/issues"
},
"homepage": "https://react.dev/",
"files": [
Expand Down
Loading
Loading