Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit a764ddc

Browse files
fix: node 20.13+, due to styleText([...]) support
1 parent 19e5f0b commit a764ddc

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/NaturalCycles/cli"
4444
},
4545
"engines": {
46-
"node": ">=20.12.0"
46+
"node": ">=20.13.0"
4747
},
4848
"version": "1.2.5",
4949
"description": "CLI utils to be installed globally via 'npm i -g'",

yarn.lock

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
debug "^4.3.1"
219219
minimatch "^3.1.2"
220220

221-
"@eslint/eslintrc@^3.0.2", "@eslint/eslintrc@^3.1.0":
221+
"@eslint/eslintrc@^3.1.0":
222222
version "3.1.0"
223223
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.1.0.tgz#dbd3482bfd91efa663cbe7aa1f506839868207b6"
224224
integrity sha512-4Bfj15dVJdoy3RfZmmo86RK1Fwzn6SstsvK9JS+BaVKqC6QQQQyXekNaC+g+LKNgkQ+2VhGAzm6hO40AhMR3zQ==
@@ -460,9 +460,9 @@
460460
typescript "^5.0.2"
461461

462462
"@naturalcycles/dev-lib@^15.0.0":
463-
version "15.0.1"
464-
resolved "https://registry.yarnpkg.com/@naturalcycles/dev-lib/-/dev-lib-15.0.1.tgz#aab06533801670a5343bf7baf642f6a55598db9e"
465-
integrity sha512-sUgoR0DYkk6CAAB+qo7r0r1N+lCtb8CDfgw1WTk0VN9ja9lB6Lp6/jRp6YLSgotK/j8yKVagT/RFWchnhLS8hA==
463+
version "15.1.0"
464+
resolved "https://registry.yarnpkg.com/@naturalcycles/dev-lib/-/dev-lib-15.1.0.tgz#11ca8355e2dcf514b2f551bd6900eeb96d460759"
465+
integrity sha512-0lu+JF1MlUU0+KAyUW+AwY90bTWzoaYUbUheTJ3Cib7eJXb8mHECmb7gjKFT+djDwt9oESES4o6guO5cV0nf0Q==
466466
dependencies:
467467
"@commitlint/cli" "^19.0.0"
468468
"@commitlint/config-conventional" "^19.0.0"
@@ -480,7 +480,7 @@
480480
eslint-plugin-jest "^28.0.0"
481481
eslint-plugin-jsdoc "^48.0.1"
482482
eslint-plugin-simple-import-sort "^12.1.1"
483-
eslint-plugin-unicorn "^54.0.0"
483+
eslint-plugin-unicorn "^55.0.0"
484484
eslint-plugin-unused-imports "^4.0.0"
485485
eslint-plugin-vue "^9.0.0"
486486
expect-type "^0.19.0"
@@ -506,9 +506,9 @@
506506
zod "^3.20.2"
507507

508508
"@naturalcycles/nodejs-lib@^13.0.1":
509-
version "13.31.0"
510-
resolved "https://registry.yarnpkg.com/@naturalcycles/nodejs-lib/-/nodejs-lib-13.31.0.tgz#320b5abc68861f72617cf80a60581e4d64c8d07b"
511-
integrity sha512-yD5VczYhnG8Grshl+LuHCZcOusXwGxUW9jIvAHCRgT+118cBNeWn8rAEz0LJNKKcAu83XCUe3A68oSKVbYk7pw==
509+
version "13.31.1"
510+
resolved "https://registry.yarnpkg.com/@naturalcycles/nodejs-lib/-/nodejs-lib-13.31.1.tgz#4db32e7bac621f6d2179e439bb3480315178f353"
511+
integrity sha512-RMyACm18PJTJUTAcRtGUe7huVLfSWqvsA75IJ/3cXGOryVVAbAAtj9wn4ZYJwRdLP/bJWglCrYlthu8G+/kb3Q==
512512
dependencies:
513513
"@naturalcycles/js-lib" "^14.244.0"
514514
"@types/js-yaml" "^4.0.9"
@@ -1402,9 +1402,9 @@ ejs@^3.1.10:
14021402
jake "^10.8.5"
14031403

14041404
electron-to-chromium@^1.4.820:
1405-
version "1.5.0"
1406-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.0.tgz#0d3123a9f09189b9c7ab4b5d6848d71b3c1fd0e8"
1407-
integrity sha512-Vb3xHHYnLseK8vlMJQKJYXJ++t4u1/qJ3vykuVrVjvdiOEhYyT1AuP4x03G8EnPmYvYOhe9T+dADTmthjRQMkA==
1405+
version "1.5.2"
1406+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.2.tgz#6126ad229ce45e781ec54ca40db0504787f23d19"
1407+
integrity sha512-kc4r3U3V3WLaaZqThjYz/Y6z8tJe+7K0bbjUVo3i+LWIypVdMx5nXCkwRe6SWbY6ILqLdc1rKcKmr3HoH7wjSQ==
14081408

14091409
emoji-regex@^10.3.0:
14101410
version "10.3.0"
@@ -1621,18 +1621,18 @@ eslint-plugin-simple-import-sort@^12.1.1:
16211621
resolved "https://registry.yarnpkg.com/eslint-plugin-simple-import-sort/-/eslint-plugin-simple-import-sort-12.1.1.tgz#e64bfdaf91c5b98a298619aa634a9f7aa43b709e"
16221622
integrity sha512-6nuzu4xwQtE3332Uz0to+TxDQYRLTKRESSc2hefVT48Zc8JthmN23Gx9lnYhu0FtkRSL1oxny3kJ2aveVhmOVA==
16231623

1624-
eslint-plugin-unicorn@^54.0.0:
1625-
version "54.0.0"
1626-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-54.0.0.tgz#ce3ea853e8fd7ca2bda2fd6065bf065adb5d8b6d"
1627-
integrity sha512-XxYLRiYtAWiAjPv6z4JREby1TAE2byBC7wlh0V4vWDCpccOSU1KovWV//jqPXF6bq3WKxqX9rdjoRQ1EhdmNdQ==
1624+
eslint-plugin-unicorn@^55.0.0:
1625+
version "55.0.0"
1626+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-55.0.0.tgz#e2aeb397914799895702480970e7d148df5bcc7b"
1627+
integrity sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==
16281628
dependencies:
16291629
"@babel/helper-validator-identifier" "^7.24.5"
16301630
"@eslint-community/eslint-utils" "^4.4.0"
1631-
"@eslint/eslintrc" "^3.0.2"
16321631
ci-info "^4.0.0"
16331632
clean-regexp "^1.0.0"
16341633
core-js-compat "^3.37.0"
16351634
esquery "^1.5.0"
1635+
globals "^15.7.0"
16361636
indent-string "^4.0.0"
16371637
is-builtin-module "^3.2.1"
16381638
jsesc "^3.0.2"
@@ -2023,7 +2023,7 @@ globals@^14.0.0:
20232023
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
20242024
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
20252025

2026-
globals@^15.8.0:
2026+
globals@^15.7.0, globals@^15.8.0:
20272027
version "15.8.0"
20282028
resolved "https://registry.yarnpkg.com/globals/-/globals-15.8.0.tgz#e64bb47b619dd8cbf32b3c1a0a61714e33cbbb41"
20292029
integrity sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==
@@ -2122,9 +2122,9 @@ human-signals@^5.0.0:
21222122
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
21232123

21242124
husky@^9.0.2:
2125-
version "9.1.1"
2126-
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.1.tgz#73f8f1b58329f377654293148c1a6458f54ca224"
2127-
integrity sha512-fCqlqLXcBnXa/TJXmT93/A36tJsjdJkibQ1MuIiFyCCYUlpYpIaj2mv1w+3KR6Rzu1IC3slFTje5f6DUp2A2rg==
2125+
version "9.1.2"
2126+
resolved "https://registry.yarnpkg.com/husky/-/husky-9.1.2.tgz#ddaf290384c7adab4fd3143571c73d05b19f42ee"
2127+
integrity sha512-1/aDMXZdhr1VdJJTLt6e7BipM0Jd9qkpubPiIplon1WmCeOy3nnzsCMeBqS9AsL5ioonl8F8y/F2CLOmk19/Pw==
21282128

21292129
iconv-lite@^0.4.24:
21302130
version "0.4.24"
@@ -3719,9 +3719,9 @@ unbox-primitive@^1.0.2:
37193719
which-boxed-primitive "^1.0.2"
37203720

37213721
"underscore@>= 1.1.6 < 1.14":
3722-
version "1.13.6"
3723-
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
3724-
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
3722+
version "1.13.7"
3723+
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.7.tgz#970e33963af9a7dda228f17ebe8399e5fbe63a10"
3724+
integrity sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==
37253725

37263726
undici-types@~5.26.4:
37273727
version "5.26.5"

0 commit comments

Comments
 (0)