changesets-gitlab icon indicating copy to clipboard operation
changesets-gitlab copied to clipboard

changesets-gitlab comment logs Gitlab deprecation warning

Open cezudas opened this issue 9 months ago • 2 comments

In my Gitlab workflow the comment stage job runs the following script pnpm changesets-gitlab comment

(node:49) DeprecationWarning: This endpoint was deprecated in Gitlab API 15.7 and will be removed in API v5. Please use the "allDiffs" function instead.
(Use `node --trace-deprecation ...` to show where the warning was created)

So I got the deprecation warning from Gitlab, see above. I think Gitlab 15.7 was released on December 2022.

cezudas avatar May 30 '24 11:05 cezudas