un-ts / changesets-gitlab

GitLab CI cli for changesets like its GitHub Action.
https://opencollective.com/unts/projects/changesets-gitlab
MIT License
86 stars 33 forks source link

changesets-gitlab comment logs Gitlab deprecation warning #187

Open cezudas opened 3 months ago

cezudas commented 3 months ago

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.