Skip to content

Commit 0ff39fb

Browse files
chore(deps): update dependency wrap-ansi to v10 (#1023)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [wrap-ansi](https://redirect.github.com/chalk/wrap-ansi) | [`^9.0.0` → `^10.0.0`](https://renovatebot.com/diffs/npm/wrap-ansi/9.0.2/10.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/wrap-ansi/10.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/wrap-ansi/9.0.2/10.0.0?slim=true) | --- ### Release Notes <details> <summary>chalk/wrap-ansi (wrap-ansi)</summary> ### [`v10.0.0`](https://redirect.github.com/chalk/wrap-ansi/releases/tag/v10.0.0) [Compare Source](https://redirect.github.com/chalk/wrap-ansi/compare/v9.0.2...v10.0.0) ##### Breaking - Require Node.js 20 [`227ef92`](https://redirect.github.com/chalk/wrap-ansi/commit/227ef92) ##### Improvements - Support grapheme-aware wrapping [`bb10b9b`](https://redirect.github.com/chalk/wrap-ansi/commit/bb10b9b) - Preserve nested ANSI styles across wrapped lines [`d47eaef`](https://redirect.github.com/chalk/wrap-ansi/commit/d47eaef) - Respect `{wordWrap: false}` in hard long-word branch [`9ab8a49`](https://redirect.github.com/chalk/wrap-ansi/commit/9ab8a49) ##### Fixes - Fix tab wrapping with terminal tab stops [`2de0ad4`](https://redirect.github.com/chalk/wrap-ansi/commit/2de0ad4) - Fix handling of ST-terminated OSC hyperlinks [`8e2c63d`](https://redirect.github.com/chalk/wrap-ansi/commit/8e2c63d) *** </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNS4xMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1LjExIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3979ed2 commit 0ff39fb

2 files changed

Lines changed: 32 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"tiged": "~2.12.7",
110110
"which": "^6.0.0",
111111
"widest-line": "^6.0.0",
112-
"wrap-ansi": "^9.0.0"
112+
"wrap-ansi": "^10.0.0"
113113
},
114114
"devDependencies": {
115115
"@apify/eslint-config": "^1.0.0",

yarn.lock

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2246,7 +2246,7 @@ __metadata:
22462246
languageName: node
22472247
linkType: hard
22482248

2249-
"ansi-styles@npm:^6.1.0, ansi-styles@npm:^6.2.1":
2249+
"ansi-styles@npm:^6.1.0, ansi-styles@npm:^6.2.1, ansi-styles@npm:^6.2.3":
22502250
version: 6.2.3
22512251
resolution: "ansi-styles@npm:6.2.3"
22522252
checksum: 10c0/23b8a4ce14e18fb854693b95351e286b771d23d8844057ed2e7d083cd3e708376c3323707ec6a24365f7d7eda3ca00327fe04092e29e551499ec4c8b7bfac868
@@ -2342,7 +2342,7 @@ __metadata:
23422342
vitest: "npm:^4.0.0"
23432343
which: "npm:^6.0.0"
23442344
widest-line: "npm:^6.0.0"
2345-
wrap-ansi: "npm:^9.0.0"
2345+
wrap-ansi: "npm:^10.0.0"
23462346
bin:
23472347
actor: ./dist/actor.js
23482348
apify: ./dist/apify.js
@@ -4751,6 +4751,13 @@ __metadata:
47514751
languageName: node
47524752
linkType: hard
47534753

4754+
"get-east-asian-width@npm:^1.5.0":
4755+
version: 1.5.0
4756+
resolution: "get-east-asian-width@npm:1.5.0"
4757+
checksum: 10c0/bff8bbc8d81790b9477f7aa55b1806b9f082a8dc1359fff7bd8b96939622c86b729685afc2bfeb22def1fc6ef1e5228e4d87dd4e6da60bc43a5edfb03c4ee167
4758+
languageName: node
4759+
linkType: hard
4760+
47544761
"get-intrinsic@npm:^1.2.4, get-intrinsic@npm:^1.2.5, get-intrinsic@npm:^1.2.6, get-intrinsic@npm:^1.2.7, get-intrinsic@npm:^1.3.0":
47554762
version: 1.3.1
47564763
resolution: "get-intrinsic@npm:1.3.1"
@@ -8213,6 +8220,16 @@ __metadata:
82138220
languageName: node
82148221
linkType: hard
82158222

8223+
"string-width@npm:^8.2.0":
8224+
version: 8.2.0
8225+
resolution: "string-width@npm:8.2.0"
8226+
dependencies:
8227+
get-east-asian-width: "npm:^1.5.0"
8228+
strip-ansi: "npm:^7.1.2"
8229+
checksum: 10c0/d8915428b43519b0f494da6590dbe4491857d8a12e40250e50fc01fbb616ffd8400a436bbe25712255ee129511fe0414c49d3b6b9627e2bc3a33dcec1d2eda02
8230+
languageName: node
8231+
linkType: hard
8232+
82168233
"string.prototype.trim@npm:^1.2.10":
82178234
version: 1.2.10
82188235
resolution: "string.prototype.trim@npm:1.2.10"
@@ -8278,7 +8295,7 @@ __metadata:
82788295
languageName: node
82798296
linkType: hard
82808297

8281-
"strip-ansi@npm:^7.0.1, strip-ansi@npm:^7.1.0":
8298+
"strip-ansi@npm:^7.0.1, strip-ansi@npm:^7.1.0, strip-ansi@npm:^7.1.2":
82828299
version: 7.1.2
82838300
resolution: "strip-ansi@npm:7.1.2"
82848301
dependencies:
@@ -9269,6 +9286,17 @@ __metadata:
92699286
languageName: node
92709287
linkType: hard
92719288

9289+
"wrap-ansi@npm:^10.0.0":
9290+
version: 10.0.0
9291+
resolution: "wrap-ansi@npm:10.0.0"
9292+
dependencies:
9293+
ansi-styles: "npm:^6.2.3"
9294+
string-width: "npm:^8.2.0"
9295+
strip-ansi: "npm:^7.1.2"
9296+
checksum: 10c0/6b163457630fe6d1c72aeed283a7410b2cc7487312df8b0ce96df3fbd64a2a7c948856ea97c25148c848627587c5c7945be474d8e723ab6011bb0756a53a9e89
9297+
languageName: node
9298+
linkType: hard
9299+
92729300
"wrap-ansi@npm:^8.1.0":
92739301
version: 8.1.0
92749302
resolution: "wrap-ansi@npm:8.1.0"

0 commit comments

Comments
 (0)