Skip to content

🚀 add JSR publishing workflow#221

Draft
taras wants to merge 1 commit into
mainfrom
codex/jsr-publishing
Draft

🚀 add JSR publishing workflow#221
taras wants to merge 1 commit into
mainfrom
codex/jsr-publishing

Conversation

@taras

@taras taras commented Jun 26, 2026

Copy link
Copy Markdown
Member

Summary

Adds JSR publishing support alongside the existing npm publishing flow.

Changes

  • Adds .internal/jsr.ts for generated JSR config, staging, dry-run, matrix, and publish commands.
  • Keeps package.json as the source of truth and validates effectionx.jsr overrides with Zod.
  • Wires a sequential JSR publish job into the publish workflow with OIDC permissions.
  • Extends tag gathering and publish completion checks to account for both npm and JSR.
  • Adds package-level JSR config for @effectionx/bdd and @effectionx/inline where generated defaults are insufficient.

Validation

  • pnpm check
  • pnpm run fmt:check
  • pnpm lint
  • node --env-file=.env .internal/jsr.ts matrix
  • Representative node --env-file=.env .internal/jsr.ts dry-run <package> checks for timebox, bdd, stream-helpers, node, inline, middleware, converge, effect-ts, scope-eval, stream-yaml, vitest, state-api, and fetch.

Notes

  • JSR publishes are dependency-ordered and run with max-parallel: 1 so first-time packages publish before dependents.
  • @effectionx/inline omits the unsupported ./swc WASM export from JSR because JSR rejects the WASI import in the generated artifact.
  • deno-deploy remains excluded because it is commented out of pnpm-workspace.yaml, matching the current internal release discovery behavior.

@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

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: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 4b25b82c-93e0-4817-9687-79715363be50

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
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/jsr-publishing

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.

@pkg-pr-new

pkg-pr-new Bot commented Jun 26, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@effectionx/bdd@221
npm i https://pkg.pr.new/@effectionx/inline@221

commit: 32e747d

@taras taras changed the title [codex] 🚀 add JSR publishing workflow 🚀 add JSR publishing workflow Jun 26, 2026
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.

1 participant