Update Develocity npm agent to version 1.0.1#687
Conversation
| }, | ||
| "devDependencies": { | ||
| "@gradle/develocity-agent": "https://develocity-npm-pkgs.gradle.com/gradle-develocity-agent-0.10.0.tgz", | ||
| "@gradle-tech/develocity-agent": "1.0.1", |
There was a problem hiding this comment.
Should we actually leave this as a wildcard dependency to make sure it works the way it's supposed to with npm upgrade?
There was a problem hiding this comment.
I think we can do it, yes. It will help us to dogfood ^ version updates. The only thing is that all dependencies are fixed in this project, so I believe there is no process to do npm update. @gradle/dv-solutions-team, what do you think?
There was a problem hiding this comment.
Dependabot is monitoring
actions/.github/dependabot.yml
Line 11 in f0f3bec
There was a problem hiding this comment.
Makes sense to leave as is then, thanks. @gradle/dv-solutions-team our approvals are not valid to merge, please approve and merge if this works for you. Thanks.
This PR updates the Develocity npm agent plugin to the newly released version
1.0.1that is available in the public npm registry.