anicke
anicke
New packages has been published, hopefully it should work now.
Thank you! This functionality is a bit problematic since it makes it possible for any logged in Backstage user to perform any jql query using the credentials in Backstage. In...
@SaachiNayyer Please check my review and my requested changes.
Please rebase so we can merge it.
If you run "yarn install" the "yarn.lock" file will be updated? If you just add the changes of the "yarn.lock" file to the PR?
You just need to commit the updates to "yarn.lock"!
It has been published to npm now! Thank you for the PR!
Sounds good! A PR would be appreciated. 👍
The normal workflow is to create a fork and create a PR from the that fork.
I had to "force" an upgrade of eslint. Probably not the correct way but I added this to the "package.json", then "yarn install". ```json "resolutions": { "eslint": "8.57.0" }, ```...