bluesky-social / social-app

The Bluesky Social application for Web, iOS, and Android
https://bsky.app
MIT License
11.8k stars 1.51k forks source link

yarn e2e:mock-server shows `"version" is obsolete` warning #6535

Open trivikr opened 2 days ago

trivikr commented 2 days ago

Describe the Feature

$ yarn e2e:mock-server
yarn run v1.22.19
$ NODE_ENV=development ./jest/dev-infra/with-test-redis-and-db.sh ts-node --project tsconfig.e2e.json __e2e__/mock-server.ts
WARN[0000] /Users/trivikram/workspace/social-app/jest/dev-infra/docker-compose.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion 
WARN[0000] /Users/trivikram/workspace/social-app/jest/dev-infra/docker-compose.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion 
[+] Running 2/2
 ✔ Container dev-infra-redis_test-1  Healthy                                                                                                     1.3s 
 ✔ Container dev-infra-db_test-1     Healthy                                                                                                     1.8s 
Mock server manager listening on 1986

This is happening since Version top-level element is obsolete.

But it's used in:

Remove obsolete 'version' from docker-compose.yml

Attachments

No response

Describe Alternatives

No response

Additional Context

No response