Skip to content

fix(release): upgrade lerna to v9 for OIDC trusted publishing#1686

Merged
lucasmcdonald3 merged 2 commits into
v4.xfrom
fix-v4.x-oidc-publish
Jul 23, 2026
Merged

fix(release): upgrade lerna to v9 for OIDC trusted publishing#1686
lucasmcdonald3 merged 2 commits into
v4.xfrom
fix-v4.x-oidc-publish

Conversation

@lucasmcdonald3

@lucasmcdonald3 lucasmcdonald3 commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Issue #, if available:

Description of changes:

lerna v9 supports OIDC trusted publishing, need to backport this bump to 4.x branch

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

OIDC trusted publishing requires Lerna v9+ (v4.x was on 8.x, which has no
OIDC support, so publish had no credentials and 404'd). Bump lerna to ^9,
regenerate the lockfile, and move the version job to Node 22 (lerna 9 needs
a newer Node than 16).
@lucasmcdonald3
lucasmcdonald3 requested a review from a team as a code owner July 23, 2026 17:07

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR backports a tooling upgrade on the 4.x branch to enable OIDC trusted publishing support by updating the Lerna version used during releases, and adjusts the release workflow’s Node.js setup accordingly.

Changes:

  • Upgrade lerna dev dependency from ^8.1.8 to ^9.0.0.
  • Update the prod release workflow to use a Node.js LTS selection instead of Node 16.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
package.json Bumps Lerna major version for release tooling.
.github/workflows/prod-release.yml Updates Node.js setup used during the release workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Comment thread .github/workflows/prod-release.yml
@lucasmcdonald3
lucasmcdonald3 merged commit 9a3612f into v4.x Jul 23, 2026
35 checks passed
@lucasmcdonald3
lucasmcdonald3 deleted the fix-v4.x-oidc-publish branch July 23, 2026 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants