Pin dependencies #21272
Annotations
4 errors and 1 warning
Run google-github-actions/setup-gcloud@v0
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions:
https://github.com/google-github-actions/setup-gcloud
|
Run google-github-actions/auth@v0
The v0 series of google-github-actions/auth is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions:
https://github.com/google-github-actions/auth
|
Run pnpm run test:unit --run:
lib/prompt-editor/src/mentions/mentionMenu/useMentionMenuData.test.tsx#L72
AssertionError: expected { providers: [], …(2) } to deeply equal { providers: [ { …(4) } ], …(1) }
- Expected
+ Received
Object {
+ "error": undefined,
"items": Array [
Object {
"isTooLarge": undefined,
"source": "initial",
"type": "file",
"uri": Object {
"$mid": 1,
"external": "file:///file1.ts",
"path": "/file1.ts",
- "scheme": "file",
- },
- },
- Object {
- "isTooLarge": undefined,
- "source": "user",
- "type": "file",
- "uri": Object {
- "$mid": 1,
- "external": "file:///file2.ts",
- "path": "/file2.ts",
- "scheme": "file",
- },
- },
- Object {
- "isTooLarge": undefined,
- "source": "user",
- "type": "file",
- "uri": Object {
- "$mid": 1,
- "external": "file:///file3.ts",
- "path": "/file3.ts",
"scheme": "file",
},
},
],
- "providers": Array [
- Object {
- "emptyLabel": "",
- "id": "my-provider",
- "queryLabel": "",
- "title": "My Provider",
- },
- ],
+ "providers": Array [],
}
❯ src/mentions/mentionMenu/useMentionMenuData.test.tsx:72:36
|
Run pnpm run test:unit --run
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: google-github-actions/auth@v0, google-github-actions/setup-gcloud@v0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading