Commit Graph

13 Commits

Author SHA1 Message Date
Samuel Newman 405642bab9 pnpm exec sourcemap script 2026-05-18 19:33:08 +03:00
Samuel Newman 4f222f2c4e delete old packages 2026-05-18 19:33:08 +03:00
Samuel Newman d88ced15b0 Revert "update formatjs" 2026-05-18 19:33:08 +03:00
Samuel Newman c30e99e4b2 update formatjs, unpin metro 2026-05-18 19:33:08 +03:00
Samuel Newman f4b54edebc unpin unicode-segmenter 2026-05-18 19:33:08 +03:00
Samuel Newman 06ea626941 rm ranges from pinned packages 2026-05-18 19:33:08 +03:00
Samuel Newman 4f87017358 pin react-native-screens 2026-05-18 19:33:08 +03:00
Samuel Newman 8e1fef4ba6 force resolve esm version of zod 2026-05-18 19:33:08 +03:00
Samuel Newman d9aae6c234 Revert "pin zod to the version we used to use"
This reverts commit 41d9278a440bece3286a5416f237c6221b23669f.
2026-05-18 19:33:08 +03:00
Samuel Newman bf22bf8186 pin zod to the version we used to use 2026-05-18 19:33:08 +03:00
Samuel Newman b5ac6f8fba use latest prettier 2026-05-18 19:33:07 +03:00
Samuel Newman ee1488f322 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-18 19:33:07 +03:00
Samuel Newman 9a3e7a2f50 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-18 19:33:07 +03:00