Commit Graph

14 Commits

Author SHA1 Message Date
Samuel Newman 1c60734e84 wip - claude --resume 742969c2-ab50-4a79-b7bd-3971e9fd314d 2026-05-15 21:58:48 +03:00
Samuel Newman f04b350f05 pnpm exec sourcemap script 2026-05-15 19:35:38 +03:00
Samuel Newman 19b1a2aad1 delete old packages 2026-05-15 18:58:08 +03:00
Samuel Newman 0158e039c0 Revert "update formatjs" 2026-05-15 18:58:07 +03:00
Samuel Newman 30d77d47f0 update formatjs, unpin metro 2026-05-15 18:58:07 +03:00
Samuel Newman 58c4edb8f5 unpin unicode-segmenter 2026-05-15 18:58:07 +03:00
Samuel Newman ca36f5c300 rm ranges from pinned packages 2026-05-15 18:58:07 +03:00
Samuel Newman 31ccba2b2f pin react-native-screens 2026-05-15 18:58:07 +03:00
Samuel Newman 43bbdd840a force resolve esm version of zod 2026-05-15 18:58:07 +03:00
Samuel Newman f4986138b7 Revert "pin zod to the version we used to use"
This reverts commit 41d9278a440bece3286a5416f237c6221b23669f.
2026-05-15 18:58:07 +03:00
Samuel Newman d1b9fcec24 pin zod to the version we used to use 2026-05-15 18:58:07 +03:00
Samuel Newman 5124ebb6d9 use latest prettier 2026-05-15 18:58:07 +03:00
Samuel Newman 6cc8fa5e24 drop lockfile-lint
lockfile-lint doesn't support pnpm-lock.yaml. pnpm enforces tarball
integrity hashes on install, covering the core supply-chain concern.
The explicit allowlists (hosts, schemes, git URLs) are gone with it;
acceptable tradeoff for now.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 18:58:07 +03:00
Samuel Newman bcc71abee6 migrate from yarn 1 to pnpm
- switch root package manager to pnpm 10.33.4 via packageManager field
- add .npmrc with node-linker=hoisted for RN/Expo compatibility
- convert yarn resolutions to pnpm.overrides; pin psl@1.9.0 and @types/psl@1.1.1
  to keep types resolving under exports-aware resolution
- pin react-compiler-runtime and babel-plugin-react-compiler to real rc.3 (the
  deprecated "Wrong version name was published" tag would otherwise resolve)
- add pnpm.onlyBuiltDependencies allowlist for @sentry/cli, core-js-pure,
  esbuild, unrs-resolver
- regenerate pnpm-lock.yaml; delete yarn.lock; drop postinstall-postinstall
- update all workflows, Dockerfile, Dockerfile.embedr (root-level), Makefile,
  conductor.json; bskyembed/bskylink/bskyogcard/dev-env stay on yarn
- update docs (CLAUDE.md, docs/build.md, docs/testing.md, docs/localization.md,
  bskyweb/README.md, scripts/push-notification/README.md, BlueskyClip/README.md)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 18:58:07 +03:00