Skip to content

Fix UID matching issues #21552

Fix UID matching issues

Fix UID matching issues #21552

Triggered via pull request November 24, 2024 16:26
@amcaplanamcaplan
synchronize #4777
Status Success
Total duration 19s
Artifacts

cla.yml

on: pull_request_target
[PR] CLA
9s
[PR] CLA
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
packages/app/src/cli/services/context/id-matching.ts#L217
[@typescript-eslint/dot-notation] ["uuid"] is better written in dot notation.
[PR] CLA
The following actions use a deprecated Node.js version and will be forced to run on node20: Shopify/shopify-cla-action@c6bc827f3c22da647ed72a556b0b30b8641786eb. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
packages/app/src/cli/utilities/developer-platform-client/app-management-client.ts#L397
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.