Trivikram Kamat

Results 221 issues of Trivikram Kamat

**Is your feature request related to a problem? Please describe.** I was looking into dependencies, and noticed that `prettier-config-standard` is unused. https://github.com/search?q=repo%3Abluesky-social%2Fatproto%20prettier-config-standard&type=code As per [their docs](https://www.npmjs.com/package/prettier-config-standard), it needs to be...

**Is your feature request related to a problem? Please describe.** The following warnings are shown when running `make deps` ```console ...  WARN  Failed to create bin at /Users/trivikram/workspace/atproto/packages/api/node_modules/.bin/lex. ENOENT: no...

Fixes: https://github.com/bluesky-social/atproto/issues/2994 The lockfile is not updated to v9, since install is run with `--frozen-lockfile`. The pnpm 9.x still supports lockfileVersion 6.

Fixes: https://github.com/bluesky-social/atproto/issues/3009 #### Before ```console $ make deps pnpm install --frozen-lockfile Scope: all 43 workspace projects  WARN  There are cyclic workspace dependencies: /Users/trivikram/workspace/atproto/packages/bsky, /Users/trivikram/workspace/atproto/packages/pds Lockfile is up to date, resolution...

**Is your feature request related to a problem? Please describe.** Running `make deps` shows the following warning ```console  WARN  There are cyclic workspace dependencies: /Users/trivikram/workspace/atproto/packages/bsky, /Users/trivikram/workspace/atproto/packages/pds ``` This happens as...

**Is your feature request related to a problem? Please describe.** The following warning is shown when running `make fmt` ```console ============= WARNING: You are currently running a version of TypeScript...

**Is your feature request related to a problem? Please describe.** pnpm 8.x is no longer actively maintained. Check banner on their docs https://pnpm.io/8.x/motivation atproto uses [email protected] https://github.com/bluesky-social/atproto/blob/3a5fc92a744e8742e4dd523b0baf6de7eaa9184a/package.json#L11 **Describe the solution...

**Describe the bug** make test shows `"version" is obsolete` warning **To Reproduce** Follow https://github.com/bluesky-social/atproto#developer-quickstart **Expected behavior** make test to not show any warning ```console WARN[0000] /Users/trivikram/workspace/atproto/packages/dev-infra/docker-compose.yaml: `version` is obsolete ```...

bug

Fixes: https://github.com/bluesky-social/social-app/issues/6357 Looks like it can be upgraded to alpine-3.20 too. But it can be done after this change is deployed and tested.

Fixes: https://github.com/bluesky-social/social-app/issues/6679