chore: version packages - #271
Merged
Merged
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Repository: strataljs/stratal/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 20, 2026 21:18
3f0947a to
eb72e09
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 componentErrorResponse, so generated documents were unusable in most clients@stratal/[email protected]
Patch Changes
@stratal/[email protected]
Patch Changes
@stratal/[email protected]
Patch Changes
99e36c5: Fix
ReferenceError: require is not defined500 on every Inertia SSR page under the Cloudflare Workersdev/SSR runtime.
@stratal/inertia's SSR renderer imports thereact-dom/serversubpath. Because@stratal/inertiaislisted in the
stratalInertia()plugin'soptimizeDepsExclude(to avoid the Hono/stratalduplicate-instance identity bug), Vite's optimizer never crawls into it and so never auto-discovers
react-dom/server. React 19'sreact-dom/serveris a CJS shim whose conditionalrequire('./cjs/react-dom-server.<env>.<mode>.js')is only resolved by the optimizer's CJS→ESMconversion — left undiscovered, that
requirereaches the workerd SSR runner (which has norequire),so every SSR page 500s. Force-optimizing the exact
react-dom/serverspecifier makes esbuild perform theCJS→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