Skip to content

Commit 8695927

Browse files
chore(deps): update dependency widest-line to v6 (#1005)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [widest-line](https://redirect.github.com/sindresorhus/widest-line) | [`^5.0.0` → `^6.0.0`](https://renovatebot.com/diffs/npm/widest-line/5.0.0/6.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/widest-line/6.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/widest-line/5.0.0/6.0.0?slim=true) | --- ### Release Notes <details> <summary>sindresorhus/widest-line (widest-line)</summary> ### [`v6.0.0`](https://redirect.github.com/sindresorhus/widest-line/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/sindresorhus/widest-line/compare/v5.0.0...v6.0.0) ##### Breaking - Require Node.js 20 [`527d850`](https://redirect.github.com/sindresorhus/widest-line/commit/527d850) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9ce93ee commit 8695927

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"strip-ansi": "^7.1.0",
109109
"tiged": "~2.12.7",
110110
"which": "^6.0.0",
111-
"widest-line": "^5.0.0",
111+
"widest-line": "^6.0.0",
112112
"wrap-ansi": "^9.0.0"
113113
},
114114
"devDependencies": {

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2339,7 +2339,7 @@ __metadata:
23392339
typescript-eslint: "npm:^8.31.0"
23402340
vitest: "npm:^4.0.0"
23412341
which: "npm:^6.0.0"
2342-
widest-line: "npm:^5.0.0"
2342+
widest-line: "npm:^6.0.0"
23432343
wrap-ansi: "npm:^9.0.0"
23442344
bin:
23452345
actor: ./dist/actor.js
@@ -8212,7 +8212,7 @@ __metadata:
82128212
languageName: node
82138213
linkType: hard
82148214

8215-
"string-width@npm:^8.0.0":
8215+
"string-width@npm:^8.0.0, string-width@npm:^8.1.0":
82168216
version: 8.1.0
82178217
resolution: "string-width@npm:8.1.0"
82188218
dependencies:
@@ -9237,12 +9237,12 @@ __metadata:
92379237
languageName: node
92389238
linkType: hard
92399239

9240-
"widest-line@npm:^5.0.0":
9241-
version: 5.0.0
9242-
resolution: "widest-line@npm:5.0.0"
9240+
"widest-line@npm:^6.0.0":
9241+
version: 6.0.0
9242+
resolution: "widest-line@npm:6.0.0"
92439243
dependencies:
9244-
string-width: "npm:^7.0.0"
9245-
checksum: 10c0/6bd6cca8cda502ef50e05353fd25de0df8c704ffc43ada7e0a9cf9a5d4f4e12520485d80e0b77cec8a21f6c3909042fcf732aa9281e5dbb98cc9384a138b2578
9244+
string-width: "npm:^8.1.0"
9245+
checksum: 10c0/735f1fdcd97fe765a07bb8b5e73c020bed8e53ab34e83ce0ef01693ba3c914d9e7977fe5f5facf0d0b670297a82dd5e376d3efa0896860dfcdaf7cd6924c0fb7
92469246
languageName: node
92479247
linkType: hard
92489248

0 commit comments

Comments
 (0)