Skip to content

Commit

Permalink
fix(deps): update dependency pretty-ms to v7 (#642)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pretty-ms](https://github.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://github.com/sindresorhus/pretty-ms/releases/v7.0.0)

[Compare Source](https://github.com/sindresorhus/pretty-ms/compare/v6.0.1...v7.0.0)

##### Breaking

-   Always floor time instead of rounding up ([#&#8203;49](https://github.com/sindresorhus/pretty-ms/issues/49))  [`20cbdaf`](https://github.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).
  • Loading branch information
renovate-bot authored Apr 28, 2020
1 parent 8dff9d2 commit f69c7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"gcp-metadata": "^4.0.0",
"parse-duration": "^0.1.1",
"pprof": "2.0.0",
"pretty-ms": "^6.0.0",
"pretty-ms": "^7.0.0",
"protobufjs": "~6.9.0",
"semver": "^7.0.0",
"teeny-request": "^6.0.3"
Expand Down

0 comments on commit f69c7a7

Please sign in to comment.