Skip to content

Commit

Permalink
fix: node 20.13+, due to styleText([...]) support
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jul 26, 2024
1 parent 19e5f0b commit a764ddc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/NaturalCycles/cli"
},
"engines": {
"node": ">=20.12.0"
"node": ">=20.13.0"
},
"version": "1.2.5",
"description": "CLI utils to be installed globally via 'npm i -g'",
Expand Down
46 changes: 23 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
debug "^4.3.1"
minimatch "^3.1.2"

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

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

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

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

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

eslint-plugin-unicorn@^54.0.0:
version "54.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-54.0.0.tgz#ce3ea853e8fd7ca2bda2fd6065bf065adb5d8b6d"
integrity sha512-XxYLRiYtAWiAjPv6z4JREby1TAE2byBC7wlh0V4vWDCpccOSU1KovWV//jqPXF6bq3WKxqX9rdjoRQ1EhdmNdQ==
eslint-plugin-unicorn@^55.0.0:
version "55.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-55.0.0.tgz#e2aeb397914799895702480970e7d148df5bcc7b"
integrity sha512-n3AKiVpY2/uDcGrS3+QsYDkjPfaOrNrsfQxU9nt5nitd9KuvVXrfAvgCO9DYPSfap+Gqjw9EOrXIsBp5tlHZjA==
dependencies:
"@babel/helper-validator-identifier" "^7.24.5"
"@eslint-community/eslint-utils" "^4.4.0"
"@eslint/eslintrc" "^3.0.2"
ci-info "^4.0.0"
clean-regexp "^1.0.0"
core-js-compat "^3.37.0"
esquery "^1.5.0"
globals "^15.7.0"
indent-string "^4.0.0"
is-builtin-module "^3.2.1"
jsesc "^3.0.2"
Expand Down Expand Up @@ -2023,7 +2023,7 @@ globals@^14.0.0:
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==

globals@^15.8.0:
globals@^15.7.0, globals@^15.8.0:
version "15.8.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-15.8.0.tgz#e64bb47b619dd8cbf32b3c1a0a61714e33cbbb41"
integrity sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==
Expand Down Expand Up @@ -2122,9 +2122,9 @@ human-signals@^5.0.0:
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==

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

iconv-lite@^0.4.24:
version "0.4.24"
Expand Down Expand Up @@ -3719,9 +3719,9 @@ unbox-primitive@^1.0.2:
which-boxed-primitive "^1.0.2"

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

undici-types@~5.26.4:
version "5.26.5"
Expand Down

0 comments on commit a764ddc

Please sign in to comment.