Skip to content

chore: version packages - #271

Merged
adesege merged 1 commit into
mainfrom
changeset-release/main
Sep 20, 2026
Merged

adesege merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 20, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

[email protected]

Patch Changes

  • df54f36: Fix a named() schema used directly as a request body or response being emitted as an empty, self-referencing OpenAPI component

    • Affected the built-in ErrorResponse, so generated documents were unusable in most clients
    • A named schema referenced only from inside another schema was already correct and is unchanged

@stratal/[email protected]

Patch Changes

@stratal/[email protected]

Patch Changes

@stratal/[email protected]

Patch Changes

  • 99e36c5: Fix ReferenceError: require is not defined 500 on every Inertia SSR page under the Cloudflare Workers
    dev/SSR runtime.

    @stratal/inertia's SSR renderer imports the react-dom/server subpath. Because @stratal/inertia is
    listed in the stratalInertia() plugin's optimizeDepsExclude (to avoid the Hono/stratal
    duplicate-instance identity bug), Vite's optimizer never crawls into it and so never auto-discovers
    react-dom/server. React 19's react-dom/server is a CJS shim whose conditional
    require('./cjs/react-dom-server.<env>.<mode>.js') is only resolved by the optimizer's CJS→ESM
    conversion — left undiscovered, that require reaches the workerd SSR runner (which has no require),
    so every SSR page 500s. Force-optimizing the exact react-dom/server specifier makes esbuild perform the
    CJS→ESM conversion; the framework's import then redirects to the converted copy.

  • Updated dependencies [df54f36]

@stratal/[email protected]

Patch Changes

@stratal/[email protected]

Patch Changes

@coderabbitai

coderabbitai Bot commented Sep 20, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: strataljs/stratal/.coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 1ef05876-cee9-4024-9878-dbd06c955076

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.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 3f0947a to eb72e09 Compare September 20, 2026 21:18
@adesege
adesege merged commit 33a9b0d into main Sep 20, 2026
2 checks passed
@adesege
adesege deleted the changeset-release/main branch September 20, 2026 21:19
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