Skip to content

Release 1.32.3-beta.0#2313

Merged
Sriram567 merged 2 commits into
masterfrom
release/1.32.3-beta.0
Jun 23, 2026
Merged

Release 1.32.3-beta.0#2313
Sriram567 merged 2 commits into
masterfrom
release/1.32.3-beta.0

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated version bump to 1.32.3-beta.0.

  • Triggered by @Sriram567 via workflow_dispatch (bump: prerelease (e.g. 1.2.3-beta.4 -> 1.2.3-beta.5)).
  • On publishing a GitHub Release, this will go to npm under dist-tag beta.

Next steps: review & merge, then cut the GitHub Release.

@github-actions
github-actions Bot requested a review from a team as a code owner June 23, 2026 11:07
@github-actions github-actions Bot added the 🧹 maintenance General maintenance label Jun 23, 2026
@Sriram567
Sriram567 enabled auto-merge (squash) June 23, 2026 11:21
@Sriram567

Copy link
Copy Markdown
Contributor

Claude Code PR Review

PR: #2313Head: 3e006e4Reviewers: stack:code-reviewer

Summary

Automated release version-bump PR generated by the version-bump.yml workflow via workflow_dispatch. Bumps every package's version from 1.32.21.32.3-beta.0, aligns all internal @percy/* cross-package dependency ranges to the new version, and flips every publishConfig.tag from "latest""beta" so lerna publish from-package ships under the beta dist-tag. No source code changes.

Review Table

Priority Category Check Status Notes
High Security No hardcoded secrets or credentials Pass Version-bump only; no secrets touched.
High Security Authentication/authorization checks present N/A No auth surface in package.json metadata.
High Security Input validation and sanitization N/A No code/inputs introduced.
High Security No IDOR — resource ownership validated N/A No request handlers.
High Security No SQL injection (parameterized queries) N/A No SQL.
High Correctness Logic is correct, handles edge cases Pass All 19 files bump in lockstep; cross-package deps + publishConfig.tag consistent.
High Correctness Error handling is explicit, no swallowed exceptions N/A No runtime code.
High Correctness No race conditions or concurrency issues N/A No runtime code.
Medium Testing New code has corresponding tests N/A Version-bump only.
Medium Testing Error paths and edge cases tested N/A Version-bump only.
Medium Testing Existing tests still pass (no regressions) Pass Bump cannot regress runtime behavior; CI gates verify.
Medium Performance No N+1 queries or unbounded data fetching N/A No runtime code.
Medium Performance Long-running tasks use background jobs N/A No long-running tasks.
Medium Quality Follows existing codebase patterns Pass Identical shape to prior approved release PRs (#2304, #2305, #2299, #2283).
Medium Quality Changes are focused (single concern) Pass One concern — cut 1.32.3-beta.0.
Low Quality Meaningful names, no dead code N/A Metadata only.
Low Quality Comments explain why, not what N/A No comments.
Low Quality No unnecessary dependencies added Pass No new deps; only existing internal cross-package refs realigned.

Findings

No findings above Low severity. The reviewer's mechanical checks confirm:

  1. All 18 packages/*/package.json files and lerna.json move uniformly from 1.32.21.32.3-beta.0. No skewed package.
  2. Every @percy/<sibling> internal dep range is realigned to 1.32.3-beta.0.
  3. Every publishConfig.tag changes from "latest""beta", correctly directing lerna publish from-package to publish under the beta dist-tag.
  4. No main / files / scripts / other source-affecting fields are touched.

This is the same shape as the previously merged automated release PRs (#2304, #2305, #2299, #2283) and is safe to merge. Cut the GitHub Release after merge to trigger release.yml → npm publish.


Verdict: PASS

# Conflicts:
#	packages/cli-command/package.json
@Sriram567
Sriram567 merged commit e8af175 into master Jun 23, 2026
49 of 66 checks passed
@Sriram567
Sriram567 deleted the release/1.32.3-beta.0 branch June 23, 2026 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🧹 maintenance General maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants