Skip to content

Commit 5a83592

Browse files
authored
fix(deps): update dependency pretty-ms to v7 (#642)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pretty-ms](https://togithub.com/sindresorhus/pretty-ms) | dependencies | major | [`^6.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/pretty-ms/6.0.1/7.0.0) | --- ### Release Notes <details> <summary>sindresorhus/pretty-ms</summary> ### [`v7.0.0`](https://togithub.com/sindresorhus/pretty-ms/releases/v7.0.0) [Compare Source](https://togithub.com/sindresorhus/pretty-ms/compare/v6.0.1...v7.0.0) ##### Breaking - Always floor time instead of rounding up ([#&#8203;49](https://togithub.com/sindresorhus/pretty-ms/issues/49)) [`20cbdaf`](https://togithub.com/sindresorhus/pretty-ms/commit/20cbdaf) It's probably not breaking to most users, but if you depend on the exact output, in for example, unit tests, the output might have changed slightly. </details> --- ### Renovate configuration :date: **Schedule**: "after 9am and before 3pm" (UTC). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/cloud-profiler-nodejs).
1 parent 70601ab commit 5a83592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handwritten/cloud-profiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"gcp-metadata": "^4.0.0",
3737
"parse-duration": "^0.1.1",
3838
"pprof": "2.0.0",
39-
"pretty-ms": "^6.0.0",
39+
"pretty-ms": "^7.0.0",
4040
"protobufjs": "~6.9.0",
4141
"semver": "^7.0.0",
4242
"teeny-request": "^6.0.3"

0 commit comments

Comments
 (0)