Skip to content

Commit

Permalink
Update dependency pretty-ms to v8 (#399)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pretty-ms](https://togithub.com/sindresorhus/pretty-ms) | [`7.0.1` -> `8.0.0`](https://renovatebot.com/diffs/npm/pretty-ms/7.0.1/8.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pretty-ms/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pretty-ms/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pretty-ms/7.0.1/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pretty-ms/7.0.1/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
| [pretty-ms](https://togithub.com/sindresorhus/pretty-ms) | [`^5.0.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/pretty-ms/5.1.0/8.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pretty-ms/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pretty-ms/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pretty-ms/5.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pretty-ms/5.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>sindresorhus/pretty-ms (pretty-ms)</summary>

### [`v8.0.0`](https://togithub.com/sindresorhus/pretty-ms/releases/tag/v8.0.0)

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

##### Breaking

-   Require Node.js 14  [`4081b02`](https://togithub.com/sindresorhus/pretty-ms/commit/4081b02) [`c65a1bb`](https://togithub.com/sindresorhus/pretty-ms/commit/c65a1bb)
-   This package is now pure ESM. **Please [read this](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).**

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Oct 15, 2023
1 parent 9179ad4 commit 4c0b899
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/actions/next-stats-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node-fetch": "^3.0.0",
"prettier": "^3.0.0",
"pretty-bytes": "^6.0.0",
"pretty-ms": "^5.0.0",
"pretty-ms": "^8.0.0",
"semver": "7.5.4"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions .github/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bench/nested-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@babel/generator": "7.23.0",
"random-seed": "0.3.0",
"cross-env": "^7.0.3",
"pretty-ms": "^7.0.1",
"pretty-ms": "^8.0.0",
"rimraf": "^3.0.2",
"yargs": "16.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"postcss-trolling": "0.1.7",
"prettier": "3.0.3",
"pretty-bytes": "6.1.1",
"pretty-ms": "7.0.1",
"pretty-ms": "8.0.0",
"random-seed": "0.3.0",
"react": "18.2.0",
"react-17": "npm:react@17.0.2",
Expand Down
16 changes: 14 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c0b899

Please sign in to comment.