sorenlouv / backport

A simple CLI tool that automates the process of backporting commits on a GitHub repo
https://github.com/sqren/backport/blob/main/docs/config-file-options.md
Apache License 2.0
241 stars 57 forks source link

Fix usage of elastic-apm-node@3.47.0 and later #467

Closed trentm closed 10 months ago

trentm commented 11 months ago

v3.47.0 refactored is internal transport code to new names, which broke how backport was reaching in and using it.

trentm commented 10 months ago

@sqren I'm not sure if I need to do anything here. Those lint failures look unrelated.

Note that there was a vuln in elastic-apm-node recently (https://github.com/elastic/apm-agent-nodejs/security/dependabot/59) for which you'll probably immediately want an update to elastic-apm-node@3.49.1 to avoid security warnings. Would you like me to update this PR to that version?

sorenlouv commented 10 months ago

Sorry, I forgot about this. Will take a look this weekend