Eric Bailey
f1c8dbe367
Move to pnpm-workspace.yaml config
2026-05-18 19:33:07 +03:00
Samuel Newman
d707ac5453
set eas package manager to pnpm
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
9b4c888195
fix/suppress new react-hooks/preserve-manual-memoization errors
...
eslint-plugin-react-hooks bumped from 7.0.1 to 7.1.1 under pnpm resolution,
which tightened preserve-manual-memoization.
Real fixes:
- RichTextTag: correct typo'd optional chain in deps array
- ContentHider: match post-guard narrowing in deps array
- ProfileHoverCard: add (stable) dispatch to deps arrays
Bulk-suppress the remaining 6 cases where the compiler can't preserve
memoization across a memo boundary; those need real refactors, follow-up.
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
Samuel Newman
e58a09e0ca
Fix automatic footer compensation in Layout.Content ( #10526 )
2026-05-18 04:57:06 -07:00
pfrazee
45597de6e0
Nightly source-language update
2026-05-16 03:16:55 +00:00
DS Boyce
5da73c2d67
Add per-file codemod for updating useLingui to v5 ( #10505 )
2026-05-15 13:28:40 -07:00
DS Boyce
2bf6bdb6bc
Update chat presentation ( #10444 )
2026-05-15 13:25:47 -07:00
Samuel Newman
0eb382da03
[Chat] Split view layout for web ( #10258 )
2026-05-15 12:46:53 -07:00
DS Boyce
5b7bc56a12
Address any types in List component ( #10504 )
2026-05-15 12:42:32 -07:00
DS Boyce
cc7d8296f0
Fix unnecessary scrollbars on web ( #10502 )
2026-05-15 11:56:19 -07:00
Samuel Newman
9d98890fd2
Fix reply failures caused by fetching posts from PDS ( #9925 )
2026-05-15 11:43:07 -07:00
DS Boyce
e0cb1c3413
Remove unused code for unsupported 'invited' status ( #10492 )
2026-05-15 09:29:09 -07:00
DS Boyce
f963c90eb5
Update appearance of chat disabled message ( #10488 )
2026-05-15 09:28:48 -07:00
DS Boyce
8756c6c0ac
Update message context menu styles ( #10487 )
2026-05-15 09:28:26 -07:00
Eric Bailey
b41dbec48f
Remove KLIPY from external media settings ( #10496 )
2026-05-15 10:54:42 -05:00
pfrazee
e52b7df39b
Nightly source-language update
2026-05-15 03:19:40 +00:00
DS Boyce
0b63ee40c7
Don't show Follow link if user is blocked ( #10491 )
2026-05-14 10:36:59 -07:00
DS Boyce
e18b76d897
Display icon on chat list for system messages ( #10493 )
2026-05-14 10:28:53 -07:00
DS Boyce
c81174e4f0
Fix labels in invite link dialog ( #10472 )
2026-05-14 05:30:07 -07:00
pfrazee
da44df9124
Nightly source-language update
2026-05-14 03:17:55 +00:00
DS Boyce
a07e364a87
Use i18n.date for date dividers ( #10486 )
2026-05-13 15:09:10 -07:00
DS Boyce
b41d0ad97d
Improve birthdate handling ( #10477 )
2026-05-13 13:52:59 -07:00
Eric Bailey
d20df78f7e
Stop writing associatedRecord to embeds, may need to adjust schema ( #10489 )
2026-05-13 15:52:43 -05:00
DS Boyce
9e55bb71ef
Add export data dialog to chat settings ( #10478 )
2026-05-13 12:30:00 -07:00
Samuel Newman
34b3c52729
Keep screen awake when playing youtube video ( #10479 )
2026-05-13 08:51:53 -07:00
rafael
e9ad74bb01
fix did query string arg in ogcard ( #10484 )
2026-05-13 12:28:20 -03:00
Fahad Ahmed
a7439eb459
Fix stale display name for renamed pinned lists ( #10466 )
2026-05-13 08:19:29 -07:00
pfrazee
e776c37d17
Nightly source-language update
2026-05-13 03:18:59 +00:00
Austin McKinley
ddcf7d74e9
ci: build link image on push to main ( #10471 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-12 13:07:22 -07:00
DS Boyce
a8debddd08
Update chat menu styles and options ( #10455 )
2026-05-12 12:53:47 -07:00
Austin McKinley
f0fec7a9da
ci: build ogcard image on push to main ( #10469 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-12 12:45:34 -07:00
Samuel Newman
f527b35244
Add avatar-bubbles endpoint to bskyogcard ( #10327 )
...
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
Co-authored-by: rafaeleyng <rafaeleyng@gmail.com >
2026-05-12 13:54:00 -03:00
Spence Pope
a03cbd8b1a
[APP-2170] Render GIFs through ConstrainedImage ( #10453 )
...
Co-authored-by: vineyardbovines <spencer@thepope.dev >
2026-05-12 11:17:46 -04:00
dependabot[bot]
859e172651
Bump axios from 1.13.6 to 1.16.0 in /dev-env ( #10461 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-11 23:53:37 -07:00
pfrazee
c5600c5a17
Nightly source-language update
2026-05-12 03:19:10 +00:00
DS Boyce
bfd24f6d9e
Update appearance of new messages pill ( #10442 )
2026-05-11 09:40:56 -07:00
Samuel Newman
b2335dcdb1
Update react-native-keyboard-controller ( #10329 )
2026-05-11 08:54:01 -07:00
Spence Pope
9b5be84c5a
Add region notice to age assurance card ( #10439 )
2026-05-11 08:27:24 -04:00
Jim Calabro
28428a5750
Add Prometheus Metrics to Bskyweb ( #10370 )
2026-05-11 05:41:44 -04:00
pfrazee
10b8f694ef
Nightly source-language update
2026-05-09 03:17:25 +00:00
DS Boyce
1609778ff6
Update chat settings ( #10449 )
2026-05-08 15:49:44 -07:00
DS Boyce
75d8fb3dbd
Group runs of system messages under a single toggle ( #10388 )
2026-05-08 15:24:34 -07:00
Spence Pope
8b9361016a
[APP-2146] Update GIF content filtering and [APP-2152] harden web GIFs ( #10443 )
...
Co-authored-by: vineyardbovines <spencer@thepope.dev >
2026-05-08 15:34:07 -04:00
DS Boyce
a889a1b081
Update presentation of chat requests ( #10417 )
2026-05-08 12:05:05 -07:00
DS Boyce
c8e4815837
Update chat requests header ( #10446 )
2026-05-08 11:53:02 -07:00
DS Boyce
5640aed7e3
Preserve memoization of message list ( #10434 )
2026-05-08 10:54:08 -07:00
Samuel Newman
92fdb6630d
Align composer video preview with in-feed embed ( #10447 )
...
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-08 10:37:07 -07:00
Samuel Newman
92199774d5
[Chat] Set the default listConvos limit to 10 ( #10448 )
2026-05-08 10:29:56 -07:00