Skip to content

chore: merge master into 6.x - #604

Merged
cjbarth merged 3 commits into
6.xfrom
chore/merge-master-into-6.x
Sep 18, 2026
Merged

cjbarth merged 3 commits into
6.xfrom
chore/merge-master-into-6.x

Conversation

@cjbarth

@cjbarth cjbarth commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Brings the 6.x release branch up to date with master ahead of the next release.

What comes in

master has two commits since #600 merged it last:

#603 touches src/index.ts and src/types.ts, so it was checked against the 6.x line. It is minor: toPem(), pemCertificates() and PemLabel are new, and derToPem() still works as a deprecated alias of toPem(). The input it now rejects is input OpenSSL already refused, so the error now comes from the parser, with a clearer message. The one exception, a certificate with a second one run into its data, is covered in that PR's "Not breaking" section.

Result

The merge had no conflicts. The merged tree is identical to master except for the release files 6.x keeps for itself:

The version is left at 6.2.0. The bump goes in its own Release X.Y.Z commit after this merge, as in past releases.

Verification

npm ci, then on the merged tree:

  • npm run build: clean
  • npm test: 428 passing
  • npm run lint: clean

🤖 Generated with Claude Code

cjbarth and others added 3 commits September 18, 2026 08:36
Brings the 6.x release branch up to date with master ahead of the next
release. master has two commits since the last merge (#600):

- feat: own the PEM parser and validate the encapsulated text (#603)
- chore: send the Codecov upload token from CI

The merge is clean. The merged tree is identical to master except for
the release files 6.x keeps for itself: CHANGELOG.md, .grenrc.js, the
6.2.0 version, and the gren 5.1.1 devDependency from #601.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@cjbarth cjbarth added the chore label Sep 18, 2026
@coderabbitai

coderabbitai Bot commented Sep 18, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 5234cf2e-f6f7-4f68-9bb0-4fbe5cdb48d9

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cjbarth cjbarth added this to the v6.3 milestone Sep 18, 2026
@cjbarth
cjbarth merged commit 449bf2f into 6.x Sep 18, 2026
2 checks passed
@cjbarth
cjbarth deleted the chore/merge-master-into-6.x branch September 18, 2026 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant