chore: migrate to standard-server/* packages - #1990
Merged
dinwwwh merged 1 commit intoSep 6, 2026
Merged
Conversation
Standard Server moved to middleapi/standard-server and is now published under the @standard-server/* scope. Switch every import, dependency, workspace release-age exclusion, Dependabot group, and docs link to the new scope at ^0.9.0 and the new repository URL.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
More templates
@orpc/ai-sdk
@orpc/arktype
@orpc/bun
@orpc/client
@orpc/cloudflare
@orpc/contract
@orpc/experimental-effect
@orpc/evlog
@orpc/hibernation
@orpc/json-schema
@orpc/experimental-msw
@orpc/nest
@orpc/next
@orpc/node
@orpc/openapi
@orpc/opentelemetry
@orpc/pinia-colada
@orpc/pino
@orpc/publisher
@orpc/ratelimit
@orpc/server
@orpc/shared
@orpc/swr
@orpc/tanstack-query
@orpc/trpc
@orpc/valibot
@orpc/zod
commit: |
Contributor
There was a problem hiding this comment.
✅ No new issues found.
Reviewed changes — single-commit mechanical migration of every @standardserver/* reference to @standard-server/* at ^0.9.0, reviewed across all 151 changed files (package manifests, lockfile, 100+ source/test imports, docs samples, Dependabot group, release-age excludes). No oRPC behavior changes: every hunk is an import/manifest/URL string swap.
- Scope migration — All
@standardserver/*imports, dependencies, and lockfile entries moved to@standard-server/*at^0.9.0; a case-insensitive repo-wide search (including theSTANDARDSERVER_*/STANDARD_SERVER_*symbol-key strings) confirms the old scope no longer appears anywhere. - Docs links — README links repointed to
middleapi/standard-server; verified all four referenced anchors (#how-body-parsing-works,#body-types,#request-and-response-types,#event-stream-body) exist in the rendered README. Note: the new rootREADME.mdis a Git symlink topackages/core/README.md, but GitHub renders the target on the repo home page, so the anchors resolve. - Upstream compatibility — The upstream
v0.9.0release notes confirm a rename-only release ("Rename to@standard-server/*"), matching the PR's compatibility claim;pnpm install --frozen-lockfilereports the lockfile in sync, and the mixed-scope event-metadata caveat is already documented in the PR description. - Lockfile — One incidental re-resolution:
@types/bun1.4.0 → 1.4.1, driven by thelatestspecifier inplaygrounds/bun/package.json. Expected side effect of the regeneration; no action needed.
DeepSeek Flash (free via Pullfrog for OSS) | 𝕏
Contributor
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.

Standard Server moved to the
middleapi/standard-serverrepository and republished under the@standard-server/*npm scope. This switches every package, test, playground, and docs sample to the new scope at^0.9.0and points the docs at the new repository.Changes
@standardserver/*imports and dependencies are now@standard-server/*at^0.9.0; the old scope no longer appears anywhere in the repo.minimumReleaseAgeExcludelists the fresh 0.9.0 releases so installs are not blocked by the release-age gate; the Dependabot group matches the new scope.Compatibility
0.9.0 is a rename-only release: typings and runtime are identical to 0.8.3 apart from the global symbol keys for event metadata (
STANDARDSERVER_*→STANDARD_SERVER_*). Nothing in oRPC references those keys directly, but an app that ends up with both scopes installed would not share event metadata between them.Testing
pnpm type:checkandpnpm lintpass.@orpc/bun, and@orpc/cloudflaresuites pass.