Bug Fixes
- tamagui-build: target node 20 instead of 16, faster builds (natew)
- fix core-test native tests by bundling fake-react-native and aliasing at runtime (natew)
- next: avoid resolving tamagui reps in next plugin to avoid duplicate deps (natew)
Chores
- move to type: module for all packages that build in a way that supports it (natew)
- babel-plugin-fully-specified can convert process.env to import.meta.env (natew)
- fix some packages to have exports and type module (natew)
- convert all default exports to named exports since it makes cjs + esm compat nearly impossible (natew)
- various cleanup (natew)
- upgrade vite deps fix some test issues with new module setup (natew)
- avoid extra build (natew)
- log less often as missing token can be ok (natew)
Commits
- portal: node management #3638 (Quan Nguyen)
- remove one-time payment #3641 (Quan Nguyen)
- a9888d2: add better logging on missing tokens (natew)
- ffb1cfd: remove deps (natew)
- d248c01: Revert "chore: move to type: module for all packages that build in a way that supports it" (natew)
- 76a07e6: attempt reverting some of the changes to get back to working tests (natew)
- daabc10: fix by avoiding cjs specific (natew)
- cee925d: Reapply "chore: move to type: module for all packages that build in a way that supports it" (natew)
- improve babel specified logic, fix .native file output, finish react-native-web-lite migration off default exports, and improve bundling logic move to vite to avoid esbuild issues (natew)
- 5ec03a7: fixes for tests using new setup (natew)
- 2474e05: upgrade one, node, and fix swc (natew)
- 94021bc: fix external when bundling node modules in build (natew)
- 3a747c9: last chores from latest changes (natew)
- f4cdf5e: fix some more cjs/esm (natew)
- 393eb9f: canary1.135.4-1761748186554 (natew)
- d987904: add more type modules (natew)
- 5e7048d: canary1.135.4-1761749240853 (natew)
- 0080d2d: add fix for esbuild problem (natew)
- c27d485: canary1.135.4-1761754084520 (natew)
- d3cbc58: safer import (natew)
- 79cd4c4: v1.135.5 (natew)