Skip to content

chore: migrate tooling to oxc, pnpm, and bazel - #58

Merged
longlho merged 1 commit into
mainfrom
codex/use-oxc-tooling
Jul 27, 2026
Merged

chore: migrate tooling to oxc, pnpm, and bazel#58
longlho merged 1 commit into
mainfrom
codex/use-oxc-tooling

Conversation

@longlho

@longlho longlho commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • replace ESLint and Prettier with Oxlint 1.75 and Oxfmt 0.60
  • switch Yarn to pnpm 11.17 and add Lefthook 2.1
  • build CJS, ESM, declarations, tests, and publish package with native Bazel rules
  • generate IDE tsconfig.json from a Starlark source of truth
  • upgrade Bazel to 9.2, Node to 26.5, and TypeScript to 7.0
  • remove Jest, SWC, scripts, tool wrappers, and legacy build configs

Test

  • lefthook run pre-commit --all-files
  • bazel test //...
  • pnpm build
  • pnpm lint
  • pnpm test
  • CJS and ESM package smoke tests

@longlho
longlho force-pushed the codex/use-oxc-tooling branch from c3faa9a to c69ebd7 Compare July 26, 2026 12:10
@longlho longlho changed the title chore: migrate tooling to oxc chore: migrate tooling to oxc and pnpm Jul 26, 2026
@longlho
longlho force-pushed the codex/use-oxc-tooling branch from c69ebd7 to e06149f Compare July 26, 2026 12:32
@longlho longlho changed the title chore: migrate tooling to oxc and pnpm chore: migrate tooling to oxc, pnpm, and bazel Jul 26, 2026
@longlho
longlho force-pushed the codex/use-oxc-tooling branch from e06149f to 1a58408 Compare July 26, 2026 12:51
@longlho
longlho marked this pull request as ready for review July 26, 2026 17:27
@longlho
longlho force-pushed the codex/use-oxc-tooling branch from 1a58408 to 1120709 Compare July 26, 2026 17:32
@longlho
longlho force-pushed the codex/use-oxc-tooling branch from 1120709 to b86443f Compare July 26, 2026 21:34
@longlho
longlho merged commit 05ad99f into main Jul 27, 2026
7 checks passed
@longlho
longlho deleted the codex/use-oxc-tooling branch July 27, 2026 01:13
@pplx-oss pplx-oss mentioned this pull request Jul 27, 2026
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).
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