changesets-gitlab
changesets-gitlab copied to clipboard
changesets-gitlab comment logs Gitlab deprecation warning
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.