[code-infra] Validate npm publishing through dry run#23038
Merged
brijeshb42 merged 1 commit intoJul 3, 2026
Conversation
brijeshb42
force-pushed
the
code-infra/validate-npm-publishing-dry-run
branch
from
July 2, 2026 12:17
e6c9cdf to
c7e31c9
Compare
Deploy previewhttps://deploy-preview-23038--material-ui-x.netlify.app/Bundle size
PerformanceTotal duration: 2,135.23 ms +42.33 ms(+2.0%) | Renders: 63 (+0)
…and 4 more (+17 within noise) — details Metric alarms
Check out the code infra dashboard for more information about this PR. |
brijeshb42
requested review from
JCQuintas,
alexfauquette and
romgrk
as code owners
July 2, 2026 12:24
Contributor
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
brijeshb42
force-pushed
the
code-infra/validate-npm-publishing-dry-run
branch
from
July 2, 2026 13:53
dcea445 to
59548b7
Compare
brijeshb42
force-pushed
the
code-infra/validate-npm-publishing-dry-run
branch
3 times, most recently
from
July 3, 2026 04:07
23b0c77 to
c237479
Compare
Contributor
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
brijeshb42
force-pushed
the
code-infra/validate-npm-publishing-dry-run
branch
from
July 3, 2026 12:19
c237479 to
97e552d
Compare
Janpot
approved these changes
Jul 3, 2026
| uses: mui/mui-public/.github/workflows/ci-base.yml@4e18082e2410a90d523866a414c4e67296b9892c # master | ||
| with: | ||
| node-version: '22.22.3' | ||
| if: ${{ github.repository_owner == 'mui' }} |
Member
There was a problem hiding this comment.
So, effectively something we catch on master?
Contributor
Author
There was a problem hiding this comment.
Yes. Or in PRs. It'll run on both.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ports mui/material-ui#48691 to mui-x.
Validates that npm publishing keeps working over time by running the publish flow in dry-run mode during CI.
Changes
continuous-releasesjob (previously a call to theci-base.ymlreusable workflow) so it can invoke theci-publishaction directly withnpm-dry-run: true. The reusable workflow does not forward thenpm-dry-runinput to the action, which is why material-ui inlined it as well.@mui/internal-code-infra0.0.4-canary.66→0.0.4-canary.74.--flatflag from allcode-infra buildscripts. As of the new code-infra, flat builds are always used and the flag is a no-op scheduled for removal.x-chat-headlessdeclaration output dir (build/esm→build). It was the only package still emitting types into a nestedesm/folder; the new code-infra always builds flat, so its composite project reference fromx-chatbroke withTS6305. AligningoutDirwith the flat layout fixes the build.Verification
pnpm release:buildpasses across all packages.code-infra publish --ci --dry-runruns cleanly.🤖 Generated with Claude Code