feat!: prepare TypeScript 5-compatible 0.38 - #75
Merged
Conversation
BREAKING CHANGE: TypeScript 4 is no longer supported; use TypeScript 5 or newer.
longlho
commented
Jul 28, 2026
longlho
marked this pull request as ready for review
July 28, 2026 04:19
Merged
longlho
pushed a commit
that referenced
this pull request
Jul 30, 2026
Automated Release PR --- ## [0.38.0](v0.37.0...v0.38.0) (2026-07-30) ### ⚠ BREAKING CHANGES * sync generated TypeScript SDK facade ([#78](#78)) * align TypeScript aliases with generated API ([#77](#77)) * prepare TypeScript 5-compatible 0.38 ([#75](#75)) * drop CommonJS support ([#59](#59)) ### Features * align TypeScript aliases with generated API ([#77](#77)) ([dd81dd7](dd81dd7)) * drop CommonJS support ([#59](#59)) ([b5edee9](b5edee9)) * prepare TypeScript 5-compatible 0.38 ([#75](#75)) ([a52381c](a52381c)) * sync generated TypeScript SDK facade ([#78](#78)) ([19ca51f](19ca51f)) ### Bug Fixes * **ci:** allow Release Please commits ([#63](#63)) ([3d3fcc0](3d3fcc0)) * use supported APIs in live tests ([#74](#74)) ([2d6739f](2d6739f)) ### Chores * migrate tooling to oxc, pnpm, and bazel ([#58](#58)) ([05ad99f](05ad99f)) * sync generated API SDKs ([#61](#61)) ([9d910fe](9d910fe)) * sync generated API SDKs ([#67](#67)) ([7bf8239](7bf8239)) ### Documentation * add coding agent guidance ([#81](#81)) ([ac80835](ac80835)) * document development and release workflow ([#80](#80)) ([7e7ad15](7e7ad15)) ### Refactors * consume generated TypeScript client bindings ([#79](#79)) ([061abdc](061abdc)) ### Build System * finish Bazel-native tooling cleanup ([#64](#64)) ([29fd654](29fd654)) * inline publish manifest target ([#72](#72)) ([831066d](831066d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.
Summary
.mjsdeep imports and removed request base typesaddOutputTextimplementation0.38.0-beta.xreleasesBreaking changes
0.38 is ESM-only and no longer supports TypeScript 4.
Why
The tooling migration emitted declarations that TypeScript 5 consumers could not compile. It also removed existing
.mjsentrypoints and two public type exports.Test plan
bazel test //... //e2e:sdk_parity --test_output=errorsattw,publint, oxlint, oxfmt, Gazelle