Skip to content

Commit 0b779a9

Browse files
committed
Auto merge of #3319 - rust-lang:renovate/pretty-bytes-5.x, r=Turbo87
Update dependency pretty-bytes to v5.6.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pretty-bytes](https://togithub.com/sindresorhus/pretty-bytes) | [`5.5.0` -> `5.6.0`](https://renovatebot.com/diffs/npm/pretty-bytes/5.5.0/5.6.0) | [![age](https://badges.renovateapi.com/packages/npm/pretty-bytes/5.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/pretty-bytes/5.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/pretty-bytes/5.6.0/compatibility-slim/5.5.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/pretty-bytes/5.6.0/confidence-slim/5.5.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sindresorhus/pretty-bytes</summary> ### [`v5.6.0`](https://togithub.com/sindresorhus/pretty-bytes/releases/v5.6.0) [Compare Source](https://togithub.com/sindresorhus/pretty-bytes/compare/v5.5.0...v5.6.0) - Add ability to control number of fractional digits ([#&#8203;62](https://togithub.com/sindresorhus/pretty-bytes/issues/62)) [`8388e69`](https://togithub.com/sindresorhus/pretty-bytes/commit/8388e69) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, 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#github/rust-lang/crates.io).
2 parents d7865fb + 411aa55 commit 0b779a9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"date-fns": "2.17.0",
4545
"fastboot-app-server": "3.0.0",
4646
"morgan": "1.10.0",
47-
"pretty-bytes": "5.5.0",
47+
"pretty-bytes": "5.6.0",
4848
"semver": "7.3.4",
4949
"tracked-toolbox": "1.2.1"
5050
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12058,10 +12058,10 @@ [email protected]:
1205812058
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
1205912059
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
1206012060

12061-
pretty-bytes@5.5.0:
12062-
version "5.5.0"
12063-
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.5.0.tgz#0cecda50a74a941589498011cf23275aa82b339e"
12064-
integrity sha512-p+T744ZyjjiaFlMUZZv6YPC5JrkNj8maRmPaQCWFJFplUAzpIUTRaTcS+7wmZtUoFXHtESJb23ISliaWyz3SHA==
12061+
pretty-bytes@5.6.0:
12062+
version "5.6.0"
12063+
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
12064+
integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==
1206512065

1206612066
pretty-ms@^3.1.0:
1206712067
version "3.2.0"

0 commit comments

Comments
 (0)