Skip to content

Commit 2dfaaee

Browse files
jdforrestermvolz
authored andcommitted
Upgrade prom-client from ^11.5.3 to ^12.0.0
12.0.0 provides GC metrics which are wanted for various uses. The breaking changes are mostly the dropping of support for Node 6 and 8, which don't affect us, removal of deprecated constructor use, and change in how default metrics are now collected, which aren't currently used: https://github.com/siimon/prom-client/releases/tag/v12.0.0 https://phabricator.wikimedia.org/T350180
1 parent 5c8fac8 commit 2dfaaee

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"js-yaml": "^3.13.1",
4444
"limitation": "^0.2.3",
4545
"lodash.clonedeep": "^4.5.0",
46-
"prom-client": "^11.5.3",
46+
"prom-client": "^12.0.0",
4747
"semver": "^7.6.0",
4848
"tar": "^6.2.0",
4949
"yargs": "^17.7.2"

0 commit comments

Comments
 (0)