[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update commitlint monorepo to v21 (#1878)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

author
renovate[bot]
co-author
renovate[bot]
committer
GitHub
date (May 15, 2026, 9:55 AM +0300) commit 25eeb01f parent db46bc39
+125 -178
+2 -2
package.json
··· 87 87 }, 88 88 "devDependencies": { 89 89 "@atproto/common-web": "0.4.21", 90 - "@commitlint/cli": "20.5.0", 91 - "@commitlint/config-conventional": "20.5.0", 90 + "@commitlint/cli": "21.0.1", 91 + "@commitlint/config-conventional": "21.0.1", 92 92 "@nuxt/test-utils": "4.0.3", 93 93 "@playwright/test": "1.59.1", 94 94 "@sanity/eslint-config-studio": "6.0.0",
+123 -176
pnpm-lock.yaml
··· 178 178 specifier: 0.4.21 179 179 version: 0.4.21 180 180 '@commitlint/cli': 181 - specifier: 20.5.0 182 - version: 20.5.0(@types/node@25.6.0)(typescript@6.0.3) 181 + specifier: 21.0.1 182 + version: 21.0.1(@types/node@25.6.0)(typescript@6.0.3) 183 183 '@commitlint/config-conventional': 184 - specifier: 20.5.0 185 - version: 20.5.0 184 + specifier: 21.0.1 185 + version: 21.0.1 186 186 '@nuxt/test-utils': 187 187 specifier: 4.0.3 188 188 version: 4.0.3(@playwright/test@1.59.1)(@vue/test-utils@2.4.6)(crossws@0.4.4(srvx@0.11.15))(happy-dom@20.8.3)(jsdom@29.0.2(@noble/hashes@2.2.0))(magicast@0.5.2)(playwright-core@1.59.1)(typescript@6.0.3)(vite@7.3.3(@types/node@25.6.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3))(vitest@4.1.6(@types/node@25.6.0)(happy-dom@20.8.3)(jsdom@29.0.2(@noble/hashes@2.2.0))(vite@7.3.3(@types/node@25.6.0)(jiti@2.7.0)(lightningcss@1.32.0)(terser@5.46.1)(tsx@4.21.0)(yaml@2.8.3))) ··· 1105 1105 '@colordx/core@5.4.3': 1106 1106 resolution: {integrity: sha512-kIxYSfA5T8HXjav55UaaH/o/cKivF6jCCGIb8eqtcsfI46wsvlSiT8jMDyrl779qLec3c2c2oHBZo4oAhvbjrQ==} 1107 1107 1108 - '@commitlint/cli@20.5.0': 1109 - resolution: {integrity: sha512-yNkyN/tuKTJS3wdVfsZ2tXDM4G4Gi7z+jW54Cki8N8tZqwKBltbIvUUrSbT4hz1bhW/h0CdR+5sCSpXD+wMKaQ==} 1110 - engines: {node: '>=v18'} 1108 + '@commitlint/cli@21.0.1': 1109 + resolution: {integrity: sha512-8vq10krmbJwBkvzXKhbs4o4JQEVscd3pqOlWuDUaDBwbeL694/P33UC29tZQFTAgPU9fVJ2+f2m3zw16yKWxHg==} 1110 + engines: {node: '>=22.12.0'} 1111 1111 hasBin: true 1112 1112 1113 - '@commitlint/config-conventional@20.5.0': 1114 - resolution: {integrity: sha512-t3Ni88rFw1XMa4nZHgOKJ8fIAT9M2j5TnKyTqJzsxea7FUetlNdYFus9dz+MhIRZmc16P0PPyEfh6X2d/qw8SA==} 1115 - engines: {node: '>=v18'} 1113 + '@commitlint/config-conventional@21.0.1': 1114 + resolution: {integrity: sha512-gRorrkfWOh/+V5X8GYWWbQvrzPczopGMS4CCNrQdHkK4xWElv82BDvIsDhJZWTlI7TazOlYea6VATufCsFs+sw==} 1115 + engines: {node: '>=22.12.0'} 1116 1116 1117 - '@commitlint/config-validator@20.5.0': 1118 - resolution: {integrity: sha512-T/Uh6iJUzyx7j35GmHWdIiGRQB+ouZDk0pwAaYq4SXgB54KZhFdJ0vYmxiW6AMYICTIWuyMxDBl1jK74oFp/Gw==} 1119 - engines: {node: '>=v18'} 1117 + '@commitlint/config-validator@21.0.1': 1118 + resolution: {integrity: sha512-Zd2UFdndeMMaW2O96HK0tdfT4gOImUvidMpAd/pws2zZ4m1nrAZ/9b/v2JYuE8fs86GpXv9F7LNaIuCIWhY+pA==} 1119 + engines: {node: '>=22.12.0'} 1120 1120 1121 - '@commitlint/ensure@20.5.0': 1122 - resolution: {integrity: sha512-IpHqAUesBeW1EDDdjzJeaOxU9tnogLAyXLRBn03SHlj1SGENn2JGZqSWGkFvBJkJzfXAuCNtsoYzax+ZPS+puw==} 1123 - engines: {node: '>=v18'} 1121 + '@commitlint/ensure@21.0.1': 1122 + resolution: {integrity: sha512-jJ1037967wU7YN/xkv+iRlOBlmaOXPhPO5KQSqya6GyXzBlwuLzELBFao16DVg9dZyqmNrhewzwZ3SAibetHBQ==} 1123 + engines: {node: '>=22.12.0'} 1124 1124 1125 - '@commitlint/execute-rule@20.0.0': 1126 - resolution: {integrity: sha512-xyCoOShoPuPL44gVa+5EdZsBVao/pNzpQhkzq3RdtlFdKZtjWcLlUFQHSWBuhk5utKYykeJPSz2i8ABHQA+ZZw==} 1127 - engines: {node: '>=v18'} 1125 + '@commitlint/execute-rule@21.0.1': 1126 + resolution: {integrity: sha512-RifH+FmImozKBE6mozhF4K3r2RRKP7SMi/Q/zLCmExtp5e05lhHOUYqGBlFBAGNHaZxU/WYw1XuugYK9jQzqnA==} 1127 + engines: {node: '>=22.12.0'} 1128 1128 1129 - '@commitlint/format@20.5.0': 1130 - resolution: {integrity: sha512-TI9EwFU/qZWSK7a5qyXMpKPPv3qta7FO4tKW+Wt2al7sgMbLWTsAcDpX1cU8k16TRdsiiet9aOw0zpvRXNJu7Q==} 1131 - engines: {node: '>=v18'} 1129 + '@commitlint/format@21.0.1': 1130 + resolution: {integrity: sha512-ksmG2+cHGtuDPQQbhBbC4unwm444+6TiPw0d1bKf67hntgZqZ8E0g1MuYKUuyT5IH4IMmXZhKq22/Z3jBvtQIw==} 1131 + engines: {node: '>=22.12.0'} 1132 1132 1133 - '@commitlint/is-ignored@20.5.0': 1134 - resolution: {integrity: sha512-JWLarAsurHJhPozbuAH6GbP4p/hdOCoqS9zJMfqwswne+/GPs5V0+rrsfOkP68Y8PSLphwtFXV0EzJ+GTXTTGg==} 1135 - engines: {node: '>=v18'} 1133 + '@commitlint/is-ignored@21.0.1': 1134 + resolution: {integrity: sha512-iNDP8SFdw8JEkM0CHZ2XFnhTN4Zg5jKUY2d8kBOSFrI2aA+3YJI7fcqVpfgbpJ9xtxFVYpi+DBATU5AvhoTq8g==} 1135 + engines: {node: '>=22.12.0'} 1136 1136 1137 - '@commitlint/lint@20.5.0': 1138 - resolution: {integrity: sha512-jiM3hNUdu04jFBf1VgPdjtIPvbuVfDTBAc6L98AWcoLjF5sYqkulBHBzlVWll4rMF1T5zeQFB6r//a+s+BBKlA==} 1139 - engines: {node: '>=v18'} 1137 + '@commitlint/lint@21.0.1': 1138 + resolution: {integrity: sha512-gF+iYtUw1gBG3HUH9z3VxwUjGg2R2G5j+nmvPs8aIeYkiB7TtneBu3wO85I0bUl93bYNsvsCNI9Nte2fmDUMww==} 1139 + engines: {node: '>=22.12.0'} 1140 1140 1141 - '@commitlint/load@20.5.0': 1142 - resolution: {integrity: sha512-sLhhYTL/KxeOTZjjabKDhwidGZan84XKK1+XFkwDYL/4883kIajcz/dZFAhBJmZPtL8+nBx6bnkzA95YxPeDPw==} 1143 - engines: {node: '>=v18'} 1141 + '@commitlint/load@21.0.1': 1142 + resolution: {integrity: sha512-Btg1q1mKmiihN4W3x0EsPDrJMOQfMa9NIqlzlJyXAfxvsOGdGXOW5p3R3RcSxDCaY7JabY9flIl+Om1af3PSrw==} 1143 + engines: {node: '>=22.12.0'} 1144 1144 1145 - '@commitlint/message@20.4.3': 1146 - resolution: {integrity: sha512-6akwCYrzcrFcTYz9GyUaWlhisY4lmQ3KvrnabmhoeAV8nRH4dXJAh4+EUQ3uArtxxKQkvxJS78hNX2EU3USgxQ==} 1147 - engines: {node: '>=v18'} 1145 + '@commitlint/message@21.0.1': 1146 + resolution: {integrity: sha512-R3dVQeJQ0B6yqrZEjkUHD4r7UJYLV9Lvk2xs3PTOmtWk2G3mI6Xgc+YdRxL1PwcDfBiUjv2SkIkW4AUc976w1w==} 1147 + engines: {node: '>=22.12.0'} 1148 1148 1149 - '@commitlint/parse@20.5.0': 1150 - resolution: {integrity: sha512-SeKWHBMk7YOTnnEWUhx+d1a9vHsjjuo6Uo1xRfPNfeY4bdYFasCH1dDpAv13Lyn+dDPOels+jP6D2GRZqzc5fA==} 1151 - engines: {node: '>=v18'} 1149 + '@commitlint/parse@21.0.1': 1150 + resolution: {integrity: sha512-oh/nCSOqdoeQNA1tO8aAmxkq5EBo8/NzcFQRvv66AWc9HpED28sL2iSicCKU6hPintWuscL6BJEWi77Wq1LPMQ==} 1151 + engines: {node: '>=22.12.0'} 1152 1152 1153 - '@commitlint/read@20.5.0': 1154 - resolution: {integrity: sha512-JDEIJ2+GnWpK8QqwfmW7O42h0aycJEWNqcdkJnyzLD11nf9dW2dWLTVEa8Wtlo4IZFGLPATjR5neA5QlOvIH1w==} 1155 - engines: {node: '>=v18'} 1153 + '@commitlint/read@21.0.1': 1154 + resolution: {integrity: sha512-pMEu4lbpC8W0ZgKJj2U6WaobXIZWdFlULpIEewYhkPXx+WZcnoO53YrVPc7QErQuNolq2Me8dP58Wu7YAVXVOA==} 1155 + engines: {node: '>=22.12.0'} 1156 1156 1157 - '@commitlint/resolve-extends@20.5.0': 1158 - resolution: {integrity: sha512-3SHPWUW2v0tyspCTcfSsYml0gses92l6TlogwzvM2cbxDgmhSRc+fldDjvGkCXJrjSM87BBaWYTPWwwyASZRrg==} 1159 - engines: {node: '>=v18'} 1157 + '@commitlint/resolve-extends@21.0.1': 1158 + resolution: {integrity: sha512-0DhjYWL6uYrY16Efa032fYk3woGJDU4AGWiG1XXltT9AMUNYKyb5cIZU2ivbaMZ3+kKFqUjikD2cjh66Sbh/Sg==} 1159 + engines: {node: '>=22.12.0'} 1160 1160 1161 - '@commitlint/rules@20.5.0': 1162 - resolution: {integrity: sha512-5NdQXQEdnDPT5pK8O39ZA7HohzPRHEsDGU23cyVCNPQy4WegAbAwrQk3nIu7p2sl3dutPk8RZd91yKTrMTnRkQ==} 1163 - engines: {node: '>=v18'} 1161 + '@commitlint/rules@21.0.1': 1162 + resolution: {integrity: sha512-VMooYpz4nJg7xlaUso6CCOWEz8D/ChkvsvZUMARcoJ1ZpfKPyFCGrHNha2tbsETNAb6ErgiRuCr2DvghrvPDYQ==} 1163 + engines: {node: '>=22.12.0'} 1164 1164 1165 - '@commitlint/to-lines@20.0.0': 1166 - resolution: {integrity: sha512-2l9gmwiCRqZNWgV+pX1X7z4yP0b3ex/86UmUFgoRt672Ez6cAM2lOQeHFRUTuE6sPpi8XBCGnd8Kh3bMoyHwJw==} 1167 - engines: {node: '>=v18'} 1165 + '@commitlint/to-lines@21.0.1': 1166 + resolution: {integrity: sha512-bd1BFII7p1EQZre9Kaj+kKaMFP3cFCdt21K7DItVux9XP5WjLgJ0/Uy1pJJh9aPwVJ6SKg62PxqlZaHI8hQAXw==} 1167 + engines: {node: '>=22.12.0'} 1168 1168 1169 - '@commitlint/top-level@20.4.3': 1170 - resolution: {integrity: sha512-qD9xfP6dFg5jQ3NMrOhG0/w5y3bBUsVGyJvXxdWEwBm8hyx4WOk3kKXw28T5czBYvyeCVJgJJ6aoJZUWDpaacQ==} 1171 - engines: {node: '>=v18'} 1169 + '@commitlint/top-level@21.0.1': 1170 + resolution: {integrity: sha512-4esUYqzY7K0FCgcJ/1xWEZekV7Ch4yZT1+xjEb7KzqbJ05XEkxHVsTfC8ADKNNtlCE2pj98KEbPGZWw9WwEnVw==} 1171 + engines: {node: '>=22.12.0'} 1172 1172 1173 - '@commitlint/types@20.5.0': 1174 - resolution: {integrity: sha512-ZJoS8oSq2CAZEpc/YI9SulLrdiIyXeHb/OGqGrkUP6Q7YV+0ouNAa7GjqRdXeQPncHQIDz/jbCTlHScvYvO/gA==} 1175 - engines: {node: '>=v18'} 1173 + '@commitlint/types@21.0.1': 1174 + resolution: {integrity: sha512-4u7w8jcoCUFWhjWnASYzZHAP34OqOtuFBN87nQmFvqda03YU0T6z+yB4w0gSAMpekiRqqGk5rt+qSlW+a2vSEg==} 1175 + engines: {node: '>=22.12.0'} 1176 1176 1177 1177 '@conventional-changelog/git-client@2.7.0': 1178 1178 resolution: {integrity: sha512-j7A8/LBEQ+3rugMzPXoKYzyUPpw/0CBQCyvtTR7Lmu4olG4yRC/Tfkq79Mr3yuPs0SUitlO2HwGP3gitMJnRFw==} ··· 5807 5807 resolution: {integrity: sha512-5mOlNS0mhX0707P2I0aZ2V/cmHUEO/fL7VFLqszkhUsxt7RwnmrInf/eEQKlf5GzvYeHIjT+Ov1HRfNmymlG0w==} 5808 5808 engines: {node: '>=18'} 5809 5809 5810 - cliui@8.0.1: 5811 - resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} 5812 - engines: {node: '>=12'} 5813 - 5814 5810 cliui@9.0.1: 5815 5811 resolution: {integrity: sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==} 5816 5812 engines: {node: '>=20'} ··· 6385 6381 es-to-primitive@1.3.0: 6386 6382 resolution: {integrity: sha512-w+5mJ3GuFL+NjVtJlvydShqE1eN3h3PbI7/5LAsYJP/2qtuMXjfL2LpHSRqo4b4eSF5K/DH1JXKUAHSB2UW50g==} 6387 6383 engines: {node: '>= 0.4'} 6384 + 6385 + es-toolkit@1.46.1: 6386 + resolution: {integrity: sha512-5eNtXOs3tbfxXOj04tjjseeWkRWaoCjdEI+96DgwzZoe6c9juL49pXlzAFTI72aWC9Y8p7168g6XIKjh7k6pyQ==} 6388 6387 6389 6388 esbuild@0.21.5: 6390 6389 resolution: {integrity: sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==} ··· 6993 6992 resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} 6994 6993 engines: {node: '>=18'} 6995 6994 6995 + global-directory@5.0.0: 6996 + resolution: {integrity: sha512-1pgFdhK3J2LeM+dVf2Pd424yHx2ou338lC0ErNP2hPx4j8eW1Sp0XqSjNxtk6Tc4Kr5wlWtSvz8cn2yb7/SG/w==} 6997 + engines: {node: '>=20'} 6998 + 6996 6999 global-modules@2.0.0: 6997 7000 resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==} 6998 7001 engines: {node: '>=6'} ··· 7386 7389 resolution: {integrity: sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==} 7387 7390 engines: {node: ^18.17.0 || >=20.5.0} 7388 7391 7392 + ini@6.0.0: 7393 + resolution: {integrity: sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==} 7394 + engines: {node: ^20.17.0 || >=22.9.0} 7395 + 7389 7396 internal-slot@1.1.0: 7390 7397 resolution: {integrity: sha512-4gd7VpWNQNB4UKKCFFVcp1AVv+FMOgs9NKzjHKusc8jTMhd5eL1NqQqOpE0KzMds804/yHlglp3uxgluOqAPLw==} 7391 7398 engines: {node: '>= 0.4'} ··· 7996 8003 lodash-es@4.18.1: 7997 8004 resolution: {integrity: sha512-J8xewKD/Gk22OZbhpOVSwcs60zhd95ESDwezOFuA3/099925PdHJ7OFHNTGtajL3AlZkykD32HykiMo+BIBI8A==} 7998 8005 7999 - lodash.camelcase@4.3.0: 8000 - resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} 8001 - 8002 8006 lodash.debounce@4.0.8: 8003 8007 resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} 8004 8008 ··· 8011 8015 lodash.isplainobject@4.0.6: 8012 8016 resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} 8013 8017 8014 - lodash.kebabcase@4.1.1: 8015 - resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} 8016 - 8017 8018 lodash.memoize@4.1.2: 8018 8019 resolution: {integrity: sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==} 8019 8020 8020 8021 lodash.merge@4.6.2: 8021 8022 resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} 8022 8023 8023 - lodash.mergewith@4.6.2: 8024 - resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==} 8025 - 8026 - lodash.snakecase@4.1.1: 8027 - resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==} 8028 - 8029 - lodash.startcase@4.4.0: 8030 - resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} 8031 - 8032 8024 lodash.truncate@4.4.2: 8033 8025 resolution: {integrity: sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==} 8034 8026 8035 8027 lodash.uniq@4.5.0: 8036 8028 resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} 8037 - 8038 - lodash.upperfirst@4.3.1: 8039 - resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==} 8040 8029 8041 8030 lodash@4.18.1: 8042 8031 resolution: {integrity: sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==} ··· 9488 9477 9489 9478 remeda@2.33.7: 9490 9479 resolution: {integrity: sha512-cXlyjevWx5AcslOUEETG4o8XYi9UkoCXcJmj7XhPFVbla+ITuOBxv6ijBrmbeg+ZhzmDThkNdO+iXKUfrJep1w==} 9491 - 9492 - require-directory@2.1.1: 9493 - resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} 9494 - engines: {node: '>=0.10.0'} 9495 9480 9496 9481 require-from-string@2.0.2: 9497 9482 resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} ··· 11232 11217 engines: {node: '>= 14.6'} 11233 11218 hasBin: true 11234 11219 11235 - yargs-parser@21.1.1: 11236 - resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} 11237 - engines: {node: '>=12'} 11238 - 11239 11220 yargs-parser@22.0.0: 11240 11221 resolution: {integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==} 11241 11222 engines: {node: ^20.19.0 || ^22.12.0 || >=23} 11242 - 11243 - yargs@17.7.2: 11244 - resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} 11245 - engines: {node: '>=12'} 11246 11223 11247 11224 yargs@18.0.0: 11248 11225 resolution: {integrity: sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==} ··· 12385 12362 12386 12363 '@colordx/core@5.4.3': {} 12387 12364 12388 - '@commitlint/cli@20.5.0(@types/node@25.6.0)(typescript@6.0.3)': 12365 + '@commitlint/cli@21.0.1(@types/node@25.6.0)(typescript@6.0.3)': 12389 12366 dependencies: 12390 - '@commitlint/format': 20.5.0 12391 - '@commitlint/lint': 20.5.0 12392 - '@commitlint/load': 20.5.0(@types/node@25.6.0)(typescript@6.0.3) 12393 - '@commitlint/read': 20.5.0 12394 - '@commitlint/types': 20.5.0 12367 + '@commitlint/format': 21.0.1 12368 + '@commitlint/lint': 21.0.1 12369 + '@commitlint/load': 21.0.1(@types/node@25.6.0)(typescript@6.0.3) 12370 + '@commitlint/read': 21.0.1 12371 + '@commitlint/types': 21.0.1 12395 12372 tinyexec: 1.1.2 12396 - yargs: 17.7.2 12373 + yargs: 18.0.0 12397 12374 transitivePeerDependencies: 12398 12375 - '@types/node' 12399 12376 - conventional-commits-filter 12400 12377 - conventional-commits-parser 12401 12378 - typescript 12402 12379 12403 - '@commitlint/config-conventional@20.5.0': 12380 + '@commitlint/config-conventional@21.0.1': 12404 12381 dependencies: 12405 - '@commitlint/types': 20.5.0 12382 + '@commitlint/types': 21.0.1 12406 12383 conventional-changelog-conventionalcommits: 9.3.0 12407 12384 12408 - '@commitlint/config-validator@20.5.0': 12385 + '@commitlint/config-validator@21.0.1': 12409 12386 dependencies: 12410 - '@commitlint/types': 20.5.0 12387 + '@commitlint/types': 21.0.1 12411 12388 ajv: 8.18.0 12412 12389 12413 - '@commitlint/ensure@20.5.0': 12390 + '@commitlint/ensure@21.0.1': 12414 12391 dependencies: 12415 - '@commitlint/types': 20.5.0 12416 - lodash.camelcase: 4.3.0 12417 - lodash.kebabcase: 4.1.1 12418 - lodash.snakecase: 4.1.1 12419 - lodash.startcase: 4.4.0 12420 - lodash.upperfirst: 4.3.1 12392 + '@commitlint/types': 21.0.1 12393 + es-toolkit: 1.46.1 12421 12394 12422 - '@commitlint/execute-rule@20.0.0': {} 12395 + '@commitlint/execute-rule@21.0.1': {} 12423 12396 12424 - '@commitlint/format@20.5.0': 12397 + '@commitlint/format@21.0.1': 12425 12398 dependencies: 12426 - '@commitlint/types': 20.5.0 12399 + '@commitlint/types': 21.0.1 12427 12400 picocolors: 1.1.1 12428 12401 12429 - '@commitlint/is-ignored@20.5.0': 12402 + '@commitlint/is-ignored@21.0.1': 12430 12403 dependencies: 12431 - '@commitlint/types': 20.5.0 12404 + '@commitlint/types': 21.0.1 12432 12405 semver: 7.8.0 12433 12406 12434 - '@commitlint/lint@20.5.0': 12407 + '@commitlint/lint@21.0.1': 12435 12408 dependencies: 12436 - '@commitlint/is-ignored': 20.5.0 12437 - '@commitlint/parse': 20.5.0 12438 - '@commitlint/rules': 20.5.0 12439 - '@commitlint/types': 20.5.0 12409 + '@commitlint/is-ignored': 21.0.1 12410 + '@commitlint/parse': 21.0.1 12411 + '@commitlint/rules': 21.0.1 12412 + '@commitlint/types': 21.0.1 12440 12413 12441 - '@commitlint/load@20.5.0(@types/node@25.6.0)(typescript@6.0.3)': 12414 + '@commitlint/load@21.0.1(@types/node@25.6.0)(typescript@6.0.3)': 12442 12415 dependencies: 12443 - '@commitlint/config-validator': 20.5.0 12444 - '@commitlint/execute-rule': 20.0.0 12445 - '@commitlint/resolve-extends': 20.5.0 12446 - '@commitlint/types': 20.5.0 12416 + '@commitlint/config-validator': 21.0.1 12417 + '@commitlint/execute-rule': 21.0.1 12418 + '@commitlint/resolve-extends': 21.0.1 12419 + '@commitlint/types': 21.0.1 12447 12420 cosmiconfig: 9.0.1(typescript@6.0.3) 12448 12421 cosmiconfig-typescript-loader: 6.2.0(@types/node@25.6.0)(cosmiconfig@9.0.1(typescript@6.0.3))(typescript@6.0.3) 12422 + es-toolkit: 1.46.1 12449 12423 is-plain-obj: 4.1.0 12450 - lodash.mergewith: 4.6.2 12451 12424 picocolors: 1.1.1 12452 12425 transitivePeerDependencies: 12453 12426 - '@types/node' 12454 12427 - typescript 12455 12428 12456 - '@commitlint/message@20.4.3': {} 12429 + '@commitlint/message@21.0.1': {} 12457 12430 12458 - '@commitlint/parse@20.5.0': 12431 + '@commitlint/parse@21.0.1': 12459 12432 dependencies: 12460 - '@commitlint/types': 20.5.0 12433 + '@commitlint/types': 21.0.1 12461 12434 conventional-changelog-angular: 8.3.0 12462 12435 conventional-commits-parser: 6.3.0 12463 12436 12464 - '@commitlint/read@20.5.0': 12437 + '@commitlint/read@21.0.1': 12465 12438 dependencies: 12466 - '@commitlint/top-level': 20.4.3 12467 - '@commitlint/types': 20.5.0 12439 + '@commitlint/top-level': 21.0.1 12440 + '@commitlint/types': 21.0.1 12468 12441 git-raw-commits: 5.0.1 12469 - minimist: 1.2.8 12470 12442 tinyexec: 1.1.2 12471 12443 transitivePeerDependencies: 12472 12444 - conventional-commits-filter 12473 12445 - conventional-commits-parser 12474 12446 12475 - '@commitlint/resolve-extends@20.5.0': 12447 + '@commitlint/resolve-extends@21.0.1': 12476 12448 dependencies: 12477 - '@commitlint/config-validator': 20.5.0 12478 - '@commitlint/types': 20.5.0 12479 - global-directory: 4.0.1 12480 - import-meta-resolve: 4.2.0 12481 - lodash.mergewith: 4.6.2 12449 + '@commitlint/config-validator': 21.0.1 12450 + '@commitlint/types': 21.0.1 12451 + es-toolkit: 1.46.1 12452 + global-directory: 5.0.0 12482 12453 resolve-from: 5.0.0 12483 12454 12484 - '@commitlint/rules@20.5.0': 12455 + '@commitlint/rules@21.0.1': 12485 12456 dependencies: 12486 - '@commitlint/ensure': 20.5.0 12487 - '@commitlint/message': 20.4.3 12488 - '@commitlint/to-lines': 20.0.0 12489 - '@commitlint/types': 20.5.0 12457 + '@commitlint/ensure': 21.0.1 12458 + '@commitlint/message': 21.0.1 12459 + '@commitlint/to-lines': 21.0.1 12460 + '@commitlint/types': 21.0.1 12490 12461 12491 - '@commitlint/to-lines@20.0.0': {} 12462 + '@commitlint/to-lines@21.0.1': {} 12492 12463 12493 - '@commitlint/top-level@20.4.3': 12464 + '@commitlint/top-level@21.0.1': 12494 12465 dependencies: 12495 12466 escalade: 3.2.0 12496 12467 12497 - '@commitlint/types@20.5.0': 12468 + '@commitlint/types@21.0.1': 12498 12469 dependencies: 12499 12470 conventional-commits-parser: 6.3.0 12500 12471 picocolors: 1.1.1 ··· 17473 17444 is-wsl: 3.1.1 17474 17445 is64bit: 2.0.0 17475 17446 17476 - cliui@8.0.1: 17477 - dependencies: 17478 - string-width: 4.2.3 17479 - strip-ansi: 6.0.1 17480 - wrap-ansi: 7.0.0 17481 - 17482 17447 cliui@9.0.1: 17483 17448 dependencies: 17484 17449 string-width: 7.2.0 ··· 18078 18043 is-callable: 1.2.7 18079 18044 is-date-object: 1.1.0 18080 18045 is-symbol: 1.1.1 18046 + 18047 + es-toolkit@1.46.1: {} 18081 18048 18082 18049 esbuild@0.21.5: 18083 18050 optionalDependencies: ··· 18899 18866 dependencies: 18900 18867 ini: 4.1.1 18901 18868 18869 + global-directory@5.0.0: 18870 + dependencies: 18871 + ini: 6.0.0 18872 + 18902 18873 global-modules@2.0.0: 18903 18874 dependencies: 18904 18875 global-prefix: 3.0.0 ··· 19394 19365 19395 19366 ini@5.0.0: {} 19396 19367 19368 + ini@6.0.0: {} 19369 + 19397 19370 internal-slot@1.1.0: 19398 19371 dependencies: 19399 19372 es-errors: 1.3.0 ··· 20063 20036 20064 20037 lodash-es@4.18.1: {} 20065 20038 20066 - lodash.camelcase@4.3.0: {} 20067 - 20068 20039 lodash.debounce@4.0.8: {} 20069 20040 20070 20041 lodash.defaults@4.2.0: {} ··· 20072 20043 lodash.isarguments@3.1.0: {} 20073 20044 20074 20045 lodash.isplainobject@4.0.6: {} 20075 - 20076 - lodash.kebabcase@4.1.1: {} 20077 20046 20078 20047 lodash.memoize@4.1.2: {} 20079 20048 20080 20049 lodash.merge@4.6.2: {} 20081 20050 20082 - lodash.mergewith@4.6.2: {} 20083 - 20084 - lodash.snakecase@4.1.1: {} 20085 - 20086 - lodash.startcase@4.4.0: {} 20087 - 20088 20051 lodash.truncate@4.4.2: {} 20089 20052 20090 20053 lodash.uniq@4.5.0: {} 20091 - 20092 - lodash.upperfirst@4.3.1: {} 20093 20054 20094 20055 lodash@4.18.1: {} 20095 20056 ··· 22209 22170 22210 22171 remeda@2.33.7: {} 22211 22172 22212 - require-directory@2.1.1: {} 22213 - 22214 22173 require-from-string@2.0.2: {} 22215 22174 22216 22175 reselect@5.1.1: {} ··· 24217 24176 24218 24177 yaml@2.8.3: {} 24219 24178 24220 - yargs-parser@21.1.1: {} 24221 - 24222 24179 yargs-parser@22.0.0: {} 24223 - 24224 - yargs@17.7.2: 24225 - dependencies: 24226 - cliui: 8.0.1 24227 - escalade: 3.2.0 24228 - get-caller-file: 2.0.5 24229 - require-directory: 2.1.1 24230 - string-width: 4.2.3 24231 - y18n: 5.0.8 24232 - yargs-parser: 21.1.1 24233 24180 24234 24181 yargs@18.0.0: 24235 24182 dependencies: