Skip to content

chore(rsc): release for react canary/experimental channel [not merge] #524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 44 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
1f86064
chore: react nightly
hi-ogawa Jul 3, 2025
1ff970e
Merge remote-tracking branch 'upstream/main' into chore-rsc-nightly
github-actions[bot] Jul 6, 2025
2492e38
chore: nightly 5d87cd22-20250704
github-actions[bot] Jul 6, 2025
19766f0
Merge remote-tracking branch 'upstream/main' into chore-rsc-nightly
github-actions[bot] Jul 7, 2025
3f55d02
chore: nightly 5d87cd22-20250704
github-actions[bot] Jul 7, 2025
442d665
chore: no prepack
hi-ogawa Jul 7, 2025
ac6028d
Merge branch 'main' into chore-rsc-nightly
hi-ogawa Jul 7, 2025
674af09
Merge remote-tracking branch 'upstream/main' into chore-rsc-nightly
github-actions[bot] Jul 8, 2025
c7ea93a
chore: nightly 223f81d8-20250707
github-actions[bot] Jul 8, 2025
83893b4
Merge remote-tracking branch 'upstream/main' into chore-rsc-nightly
github-actions[bot] Jul 9, 2025
60da0b9
chore: nightly a7a11657-20250708
github-actions[bot] Jul 9, 2025
b9900b9
chore: nightly 60b5271a-20250709
github-actions[bot] Jul 10, 2025
b6a558d
Merge remote-tracking branch 'upstream/main' into chore-rsc-nightly
github-actions[bot] Jul 11, 2025
4920ca0
chore: nightly 96c61b7f-20250709
github-actions[bot] Jul 11, 2025
b5f9b84
Merge remote-tracking branch 'upstream/main' into chore-rsc-nightly
github-actions[bot] Jul 13, 2025
0efefc4
chore: nightly 97cdd5d3-20250710
github-actions[bot] Jul 13, 2025
7881b08
chore: nightly 97cdd5d3-20250710
github-actions[bot] Jul 14, 2025
89fd75c
Merge remote-tracking branch 'upstream/main' into chore-rsc-nightly
github-actions[bot] Jul 15, 2025
107b2d3
chore: nightly 97cdd5d3-20250710
github-actions[bot] Jul 15, 2025
d44dde7
Merge remote-tracking branch 'upstream/main' into chore-rsc-nightly
github-actions[bot] Jul 16, 2025
6a32d8c
chore: nightly 2f0e7e57-20250715
github-actions[bot] Jul 16, 2025
e9ebd07
chore: nightly d85ec5f5-20250716
github-actions[bot] Jul 17, 2025
0205344
chore: nightly dffacc7b-20250717
github-actions[bot] Jul 18, 2025
c2a2cab
Merge remote-tracking branch 'upstream/main' into chore-rsc-nightly
github-actions[bot] Jul 19, 2025
968db53
chore: nightly dffacc7b-20250717
github-actions[bot] Jul 19, 2025
3893d37
Merge remote-tracking branch 'upstream/main' into chore-rsc-nightly
github-actions[bot] Jul 20, 2025
aa499ad
chore: nightly dffacc7b-20250717
github-actions[bot] Jul 20, 2025
f270aee
chore: nightly dffacc7b-20250717
github-actions[bot] Jul 21, 2025
44b9680
Merge remote-tracking branch 'upstream/main' into chore-rsc-nightly
github-actions[bot] Jul 22, 2025
f98cc4b
chore: nightly e9638c33-20250721
github-actions[bot] Jul 22, 2025
953af95
Merge remote-tracking branch 'upstream/main' into chore-rsc-nightly
github-actions[bot] Jul 23, 2025
dfb2ac0
chore: nightly 7513996f-20250722
github-actions[bot] Jul 23, 2025
fe6fd0e
Merge remote-tracking branch 'upstream/main' into chore-rsc-nightly
github-actions[bot] Jul 27, 2025
dbe0ce7
chore: nightly 19baee81-20250725
github-actions[bot] Jul 27, 2025
d12a11f
Merge branch 'main' into chore-rsc-nightly
hi-ogawa Jul 28, 2025
6c845e4
chore: nightly eaee5308-20250728
github-actions[bot] Jul 28, 2025
d340094
chore: nightly eaee5308-20250728
github-actions[bot] Jul 29, 2025
603d39a
chore: nightly 9be531cd-20250729
github-actions[bot] Jul 30, 2025
c0e036f
Merge remote-tracking branch 'upstream/main' into chore-rsc-nightly
github-actions[bot] Jul 31, 2025
3a20380
chore: nightly 9784cb37-20250730
github-actions[bot] Jul 31, 2025
48b7f77
chore: nightly c260b38d-20250731
github-actions[bot] Aug 1, 2025
6f4c908
Merge remote-tracking branch 'upstream/main' into chore-rsc-nightly
github-actions[bot] Aug 2, 2025
b5147cd
chore: nightly bdb4a96f-20250801
github-actions[bot] Aug 2, 2025
6f9f684
chore: nightly bdb4a96f-20250801
github-actions[bot] Aug 3, 2025
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
37 changes: 37 additions & 0 deletions .github/workflows/release-continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,40 @@ jobs:

- name: Publish
run: pnpm dlx pkg-pr-new@0.0 publish --pnpm --compact './packages/*' './packages/plugin-react-swc/dist'

nightly:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
- run: pnpm i
- run: pnpm build

# canary
- run: |
pnpm -C packages/plugin-rsc i react-server-dom-webpack@canary
pnpm i --no-frozen-lockfile
pnpm -C packages/plugin-rsc build
cp -rf packages/plugin-rsc packages/plugin-rsc-canary
sed -i 's#"name": "@vitejs/plugin-rsc"#"name": "@vitejs/plugin-rsc-canary"#' packages/plugin-rsc-canary/package.json

# experimental
- run: |
pnpm -C packages/plugin-rsc i react-server-dom-webpack@experimental
pnpm i --no-frozen-lockfile
pnpm -C packages/plugin-rsc build
cp -rf packages/plugin-rsc packages/plugin-rsc-experimental
sed -i 's#"name": "@vitejs/plugin-rsc"#"name": "@vitejs/plugin-rsc-experimental"#' packages/plugin-rsc-experimental/package.json

# strip prepack to avoid duplicate builds
- run: |
sed -i 's#"prepack"#"x-prepack"#' packages/plugin-rsc-canary/package.json
sed -i 's#"prepack"#"x-prepack"#' packages/plugin-rsc-experimental/package.json

- run: |
pnpx pkg-pr-new publish --comment=off \
packages/plugin-rsc-canary \
packages/plugin-rsc-experimental \
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy