Skip to content

ci: publish preview packages on every commit via pkg.pr.new#5256

Open
aryaemami59 wants to merge 1 commit into
reduxjs:masterfrom
aryaemami59:ci/add-pkg-new
Open

ci: publish preview packages on every commit via pkg.pr.new#5256
aryaemami59 wants to merge 1 commit into
reduxjs:masterfrom
aryaemami59:ci/add-pkg-new

Conversation

@aryaemami59

@aryaemami59 aryaemami59 commented Mar 18, 2026

Copy link
Copy Markdown
Member

This PR

Contributors can install a specific commit's build directly:

npm install https://pkg.pr.new/@reduxjs/toolkit@{PR}

@aryaemami59 aryaemami59 added this to the 3.0 milestone Mar 18, 2026
@aryaemami59 aryaemami59 self-assigned this Mar 18, 2026
@aryaemami59 aryaemami59 added the GitHub Actions Pull requests that update GitHub Actions code label Mar 18, 2026
@codesandbox

codesandbox Bot commented Mar 18, 2026

Copy link
Copy Markdown

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@codesandbox-ci

codesandbox-ci Bot commented Mar 18, 2026

Copy link
Copy Markdown

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 1930fe9:

Sandbox Source
@examples-query-react/basic Configuration
@examples-query-react/advanced Configuration
@examples-action-listener/counter Configuration
rtk-esm-cra Configuration

@netlify

netlify Bot commented Mar 18, 2026

Copy link
Copy Markdown

Deploy Preview for redux-starter-kit-docs ready!

Name Link
🔨 Latest commit 339d561
🔍 Latest deploy log https://app.netlify.com/projects/redux-starter-kit-docs/deploys/6a27ab658f2fc90009e305b2
😎 Deploy Preview https://deploy-preview-5256--redux-starter-kit-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@pkg-pr-new

pkg-pr-new Bot commented Mar 18, 2026

Copy link
Copy Markdown

Open in StackBlitz

@reduxjs/rtk-codemods

npm i https://pkg.pr.new/@reduxjs/rtk-codemods@5256 -D
yarn add https://pkg.pr.new/@reduxjs/rtk-codemods@5256.tgz -D
pnpm add https://pkg.pr.new/@reduxjs/rtk-codemods@5256.tgz -D
bun add https://pkg.pr.new/@reduxjs/rtk-codemods@5256.tgz -D

@rtk-query/codegen-openapi

npm i https://pkg.pr.new/@rtk-query/codegen-openapi@5256 -D
yarn add https://pkg.pr.new/@rtk-query/codegen-openapi@5256.tgz -D
pnpm add https://pkg.pr.new/@rtk-query/codegen-openapi@5256.tgz -D
bun add https://pkg.pr.new/@rtk-query/codegen-openapi@5256.tgz -D

@rtk-query/graphql-request-base-query

npm i https://pkg.pr.new/@rtk-query/graphql-request-base-query@5256 -D
yarn add https://pkg.pr.new/@rtk-query/graphql-request-base-query@5256.tgz -D
pnpm add https://pkg.pr.new/@rtk-query/graphql-request-base-query@5256.tgz -D
bun add https://pkg.pr.new/@rtk-query/graphql-request-base-query@5256.tgz -D

@reduxjs/toolkit

npm i https://pkg.pr.new/@reduxjs/toolkit@5256 -D
yarn add https://pkg.pr.new/@reduxjs/toolkit@5256.tgz -D
pnpm add https://pkg.pr.new/@reduxjs/toolkit@5256.tgz -D
bun add https://pkg.pr.new/@reduxjs/toolkit@5256.tgz -D

commit: 339d561

@aryaemami59 aryaemami59 marked this pull request as ready for review March 18, 2026 03:11
@aryaemami59 aryaemami59 added Maintenance Internal repository maintenance and upkeep. Tooling Updates and improvements to internal development tools, scripts, and automation. labels Mar 18, 2026
@aryaemami59 aryaemami59 force-pushed the ci/add-pkg-new branch 3 times, most recently from 6cc4988 to 6fd8a40 Compare March 25, 2026 08:58
@aryaemami59 aryaemami59 force-pushed the ci/add-pkg-new branch 2 times, most recently from 652bc72 to 5fd121a Compare March 25, 2026 15:40
@aryaemami59 aryaemami59 force-pushed the ci/add-pkg-new branch 2 times, most recently from a6731a4 to 10c1cd5 Compare April 5, 2026 01:53
[CodeSandbox CI](https://codesandbox.io/docs/learn/ci#what-is-codesandbox-ci)
is deprecated and fully shuts down on July 15, 2026. We rely on it to
publish installable preview builds of our packages for every commit/PR.
Adopt [`pkg.pr.new`](https://github.com/stackblitz-labs/pkg.pr.new), a
GitHub Actions-native equivalent, and retire CodeSandbox CI before the
shutdown.

- Add a [`pkg.pr.new`](https://github.com/stackblitz-labs/pkg.pr.new)
  workflow that publishes preview builds per commit/PR, installable via
  `npm install https://pkg.pr.new/@reduxjs/toolkit@{PR}`.
- Remove [`.codesandbox/ci.json`](.codesandbox/ci.json) and any remaining
  CodeSandbox CI references.
@aryaemami59 aryaemami59 linked an issue Jun 9, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

GitHub Actions Pull requests that update GitHub Actions code Maintenance Internal repository maintenance and upkeep. Tooling Updates and improvements to internal development tools, scripts, and automation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: publish preview packages via pkg.pr.new

1 participant