kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

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

feat: :construction_worker: updating husky and commitlint

Andrej 33e29202 f13d4eff

+668 -11
+1
.husky/commit-msg
··· 1 + pnpm dlx commitlint --edit $1
+1
.husky/pre-commit
··· 1 + pnpm format-and-lint
+1
commitlint.config.js
··· 1 + export default { extends: ["@commitlint/config-conventional"] };
+9 -2
package.json
··· 5 5 "build": "turbo build", 6 6 "dev": "turbo dev", 7 7 "format-and-lint": "biome check .", 8 - "format-and-lint:fix": "biome check . --write" 8 + "format-and-lint:fix": "biome check . --write", 9 + "prepare": "husky" 9 10 }, 10 11 "devDependencies": { 11 12 "@biomejs/biome": "1.9.4", 13 + "@commitlint/cli": "^19.6.1", 14 + "@commitlint/config-conventional": "^19.6.0", 12 15 "@tanstack/router-devtools": "^1.94.1", 13 16 "@tanstack/router-plugin": "^1.94.1", 17 + "husky": "^9.1.7", 14 18 "prettier": "^3.2.5", 15 19 "turbo": "^2.3.3", 16 20 "typescript": "5.5.4" ··· 19 23 "node": ">=18" 20 24 }, 21 25 "packageManager": "pnpm@7.5.1", 22 - "workspaces": ["apps/*", "packages/*"], 26 + "workspaces": [ 27 + "apps/*", 28 + "packages/*" 29 + ], 23 30 "dependencies": { 24 31 "@tanstack/react-router": "^1.94.1" 25 32 }
+656 -9
pnpm-lock.yaml
··· 15 15 '@biomejs/biome': 16 16 specifier: 1.9.4 17 17 version: 1.9.4 18 + '@commitlint/cli': 19 + specifier: ^19.6.1 20 + version: 19.6.1(@types/node@22.10.5)(typescript@5.5.4) 21 + '@commitlint/config-conventional': 22 + specifier: ^19.6.0 23 + version: 19.6.0 18 24 '@tanstack/router-devtools': 19 25 specifier: ^1.94.1 20 26 version: 1.94.1(@tanstack/react-router@1.94.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(csstype@3.1.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 21 27 '@tanstack/router-plugin': 22 28 specifier: ^1.94.1 23 - version: 1.94.1(@tanstack/react-router@1.94.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.0.6(@types/node@22.10.5)(jiti@1.21.7)(tsx@4.19.2)(yaml@2.7.0)) 29 + version: 1.94.1(@tanstack/react-router@1.94.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(tsx@4.19.2)(yaml@2.7.0)) 30 + husky: 31 + specifier: ^9.1.7 32 + version: 9.1.7 24 33 prettier: 25 34 specifier: ^3.2.5 26 35 version: 3.4.2 ··· 136 145 version: 18.3.5(@types/react@18.3.18) 137 146 '@vitejs/plugin-react-swc': 138 147 specifier: ^3.5.0 139 - version: 3.7.2(vite@6.0.6(@types/node@22.10.5)(jiti@1.21.7)(tsx@4.19.2)(yaml@2.7.0)) 148 + version: 3.7.2(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(tsx@4.19.2)(yaml@2.7.0)) 140 149 autoprefixer: 141 150 specifier: ^10.4.20 142 151 version: 10.4.20(postcss@8.4.49) ··· 154 163 version: 5.6.3 155 164 vite: 156 165 specifier: ^6.0.5 157 - version: 6.0.6(@types/node@22.10.5)(jiti@1.21.7)(tsx@4.19.2)(yaml@2.7.0) 166 + version: 6.0.6(@types/node@22.10.5)(jiti@2.4.2)(tsx@4.19.2)(yaml@2.7.0) 158 167 159 168 packages/libs: 160 169 dependencies: ··· 330 339 engines: {node: '>=14.21.3'} 331 340 cpu: [x64] 332 341 os: [win32] 342 + 343 + '@commitlint/cli@19.6.1': 344 + resolution: {integrity: sha512-8hcyA6ZoHwWXC76BoC8qVOSr8xHy00LZhZpauiD0iO0VYbVhMnED0da85lTfIULxl7Lj4c6vZgF0Wu/ed1+jlQ==} 345 + engines: {node: '>=v18'} 346 + hasBin: true 347 + 348 + '@commitlint/config-conventional@19.6.0': 349 + resolution: {integrity: sha512-DJT40iMnTYtBtUfw9ApbsLZFke1zKh6llITVJ+x9mtpHD08gsNXaIRqHTmwTZL3dNX5+WoyK7pCN/5zswvkBCQ==} 350 + engines: {node: '>=v18'} 351 + 352 + '@commitlint/config-validator@19.5.0': 353 + resolution: {integrity: sha512-CHtj92H5rdhKt17RmgALhfQt95VayrUo2tSqY9g2w+laAXyk7K/Ef6uPm9tn5qSIwSmrLjKaXK9eiNuxmQrDBw==} 354 + engines: {node: '>=v18'} 355 + 356 + '@commitlint/ensure@19.5.0': 357 + resolution: {integrity: sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg==} 358 + engines: {node: '>=v18'} 359 + 360 + '@commitlint/execute-rule@19.5.0': 361 + resolution: {integrity: sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg==} 362 + engines: {node: '>=v18'} 363 + 364 + '@commitlint/format@19.5.0': 365 + resolution: {integrity: sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A==} 366 + engines: {node: '>=v18'} 367 + 368 + '@commitlint/is-ignored@19.6.0': 369 + resolution: {integrity: sha512-Ov6iBgxJQFR9koOupDPHvcHU9keFupDgtB3lObdEZDroiG4jj1rzky60fbQozFKVYRTUdrBGICHG0YVmRuAJmw==} 370 + engines: {node: '>=v18'} 371 + 372 + '@commitlint/lint@19.6.0': 373 + resolution: {integrity: sha512-LRo7zDkXtcIrpco9RnfhOKeg8PAnE3oDDoalnrVU/EVaKHYBWYL1DlRR7+3AWn0JiBqD8yKOfetVxJGdEtZ0tg==} 374 + engines: {node: '>=v18'} 375 + 376 + '@commitlint/load@19.6.1': 377 + resolution: {integrity: sha512-kE4mRKWWNju2QpsCWt428XBvUH55OET2N4QKQ0bF85qS/XbsRGG1MiTByDNlEVpEPceMkDr46LNH95DtRwcsfA==} 378 + engines: {node: '>=v18'} 379 + 380 + '@commitlint/message@19.5.0': 381 + resolution: {integrity: sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ==} 382 + engines: {node: '>=v18'} 383 + 384 + '@commitlint/parse@19.5.0': 385 + resolution: {integrity: sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw==} 386 + engines: {node: '>=v18'} 387 + 388 + '@commitlint/read@19.5.0': 389 + resolution: {integrity: sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ==} 390 + engines: {node: '>=v18'} 391 + 392 + '@commitlint/resolve-extends@19.5.0': 393 + resolution: {integrity: sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA==} 394 + engines: {node: '>=v18'} 395 + 396 + '@commitlint/rules@19.6.0': 397 + resolution: {integrity: sha512-1f2reW7lbrI0X0ozZMesS/WZxgPa4/wi56vFuJENBmed6mWq5KsheN/nxqnl/C23ioxpPO/PL6tXpiiFy5Bhjw==} 398 + engines: {node: '>=v18'} 399 + 400 + '@commitlint/to-lines@19.5.0': 401 + resolution: {integrity: sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ==} 402 + engines: {node: '>=v18'} 403 + 404 + '@commitlint/top-level@19.5.0': 405 + resolution: {integrity: sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng==} 406 + engines: {node: '>=v18'} 407 + 408 + '@commitlint/types@19.5.0': 409 + resolution: {integrity: sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==} 410 + engines: {node: '>=v18'} 333 411 334 412 '@drizzle-team/brocli@0.10.2': 335 413 resolution: {integrity: sha512-z33Il7l5dKjUgGULTqBsQBQwckHh5AbIuxhdsIxDDiZAzBOrZO6q9ogcWC65kU382AfynTfgNumVcNIjuIua6w==} ··· 1321 1399 '@types/bun@1.1.14': 1322 1400 resolution: {integrity: sha512-opVYiFGtO2af0dnWBdZWlioLBoxSdDO5qokaazLhq8XQtGZbY4pY3/JxY8Zdf/hEwGubbp7ErZXoN1+h2yesxA==} 1323 1401 1402 + '@types/conventional-commits-parser@5.0.1': 1403 + resolution: {integrity: sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==} 1404 + 1324 1405 '@types/estree@1.0.6': 1325 1406 resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} 1326 1407 ··· 1349 1430 peerDependencies: 1350 1431 vite: ^4 || ^5 || ^6 1351 1432 1433 + JSONStream@1.3.5: 1434 + resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} 1435 + hasBin: true 1436 + 1352 1437 acorn@8.14.0: 1353 1438 resolution: {integrity: sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==} 1354 1439 engines: {node: '>=0.4.0'} 1355 1440 hasBin: true 1441 + 1442 + ajv@8.17.1: 1443 + resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==} 1356 1444 1357 1445 ansi-regex@5.0.1: 1358 1446 resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} ··· 1380 1468 arg@5.0.2: 1381 1469 resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==} 1382 1470 1471 + argparse@2.0.1: 1472 + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} 1473 + 1474 + array-ify@1.0.0: 1475 + resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} 1476 + 1383 1477 autoprefixer@10.4.20: 1384 1478 resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} 1385 1479 engines: {node: ^10 || ^12 || >=14} ··· 1433 1527 bun-types@1.1.42: 1434 1528 resolution: {integrity: sha512-beMbnFqWbbBQHll/bn3phSwmoOQmnX2nt8NI9iOQKFbgR5Z6rlH3YuaMdlid8vp5XGct3/W4QVQBmhoOEoe4nw==} 1435 1529 1530 + callsites@3.1.0: 1531 + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} 1532 + engines: {node: '>=6'} 1533 + 1436 1534 camelcase-css@2.0.1: 1437 1535 resolution: {integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==} 1438 1536 engines: {node: '>= 6'} ··· 1440 1538 caniuse-lite@1.0.30001690: 1441 1539 resolution: {integrity: sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==} 1442 1540 1541 + chalk@5.4.1: 1542 + resolution: {integrity: sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==} 1543 + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} 1544 + 1443 1545 chokidar@3.6.0: 1444 1546 resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} 1445 1547 engines: {node: '>= 8.10.0'} ··· 1450 1552 class-variance-authority@0.7.1: 1451 1553 resolution: {integrity: sha512-Ka+9Trutv7G8M6WT6SeiRWz792K5qEqIGEGzXKhAE6xOWAY6pPH8U+9IY3oCMv6kqTmLsv7Xh/2w2RigkePMsg==} 1452 1554 1555 + cliui@8.0.1: 1556 + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} 1557 + engines: {node: '>=12'} 1558 + 1453 1559 clsx@2.1.1: 1454 1560 resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} 1455 1561 engines: {node: '>=6'} ··· 1465 1571 resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} 1466 1572 engines: {node: '>= 6'} 1467 1573 1574 + compare-func@2.0.0: 1575 + resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} 1576 + 1577 + conventional-changelog-angular@7.0.0: 1578 + resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} 1579 + engines: {node: '>=16'} 1580 + 1581 + conventional-changelog-conventionalcommits@7.0.2: 1582 + resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==} 1583 + engines: {node: '>=16'} 1584 + 1585 + conventional-commits-parser@5.0.0: 1586 + resolution: {integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==} 1587 + engines: {node: '>=16'} 1588 + hasBin: true 1589 + 1468 1590 convert-source-map@2.0.0: 1469 1591 resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} 1470 1592 ··· 1472 1594 resolution: {integrity: sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==} 1473 1595 engines: {node: '>=18'} 1474 1596 1597 + cosmiconfig-typescript-loader@6.1.0: 1598 + resolution: {integrity: sha512-tJ1w35ZRUiM5FeTzT7DtYWAFFv37ZLqSRkGi2oeCK1gPhvaWjkAtfXvLmvE1pRfxxp9aQo6ba/Pvg1dKj05D4g==} 1599 + engines: {node: '>=v18'} 1600 + peerDependencies: 1601 + '@types/node': '*' 1602 + cosmiconfig: '>=9' 1603 + typescript: '>=5' 1604 + 1605 + cosmiconfig@9.0.0: 1606 + resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} 1607 + engines: {node: '>=14'} 1608 + peerDependencies: 1609 + typescript: '>=4.9.5' 1610 + peerDependenciesMeta: 1611 + typescript: 1612 + optional: true 1613 + 1475 1614 cross-spawn@7.0.6: 1476 1615 resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} 1477 1616 engines: {node: '>= 8'} ··· 1484 1623 csstype@3.1.3: 1485 1624 resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} 1486 1625 1626 + dargs@8.1.0: 1627 + resolution: {integrity: sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==} 1628 + engines: {node: '>=12'} 1629 + 1487 1630 debug@4.4.0: 1488 1631 resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} 1489 1632 engines: {node: '>=6.0'} ··· 1510 1653 1511 1654 dlv@1.1.3: 1512 1655 resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} 1656 + 1657 + dot-prop@5.3.0: 1658 + resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} 1659 + engines: {node: '>=8'} 1513 1660 1514 1661 drizzle-kit@0.30.1: 1515 1662 resolution: {integrity: sha512-HmA/NeewvHywhJ2ENXD3KvOuM/+K2dGLJfxVfIHsGwaqKICJnS+Ke2L6UcSrSrtMJLJaT0Im1Qv4TFXfaZShyw==} ··· 1640 1787 end-of-stream@1.4.4: 1641 1788 resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} 1642 1789 1790 + env-paths@2.2.1: 1791 + resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} 1792 + engines: {node: '>=6'} 1793 + 1794 + error-ex@1.3.2: 1795 + resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} 1796 + 1643 1797 esbuild-register@3.6.0: 1644 1798 resolution: {integrity: sha512-H2/S7Pm8a9CL1uhp9OvjwrBh5Pvx0H8qVOxNu8Wed9Y7qv56MPtq+GGM8RJpq6glYJn9Wspr8uw7l55uyinNeg==} 1645 1799 peerDependencies: ··· 1676 1830 fast-decode-uri-component@1.0.1: 1677 1831 resolution: {integrity: sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg==} 1678 1832 1833 + fast-deep-equal@3.1.3: 1834 + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} 1835 + 1679 1836 fast-glob@3.3.2: 1680 1837 resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} 1681 1838 engines: {node: '>=8.6.0'} 1839 + 1840 + fast-uri@3.0.3: 1841 + resolution: {integrity: sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==} 1682 1842 1683 1843 fastq@1.18.0: 1684 1844 resolution: {integrity: sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==} ··· 1690 1850 resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} 1691 1851 engines: {node: '>=8'} 1692 1852 1853 + find-up@7.0.0: 1854 + resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==} 1855 + engines: {node: '>=18'} 1856 + 1693 1857 foreground-child@3.3.0: 1694 1858 resolution: {integrity: sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==} 1695 1859 engines: {node: '>=14'} ··· 1726 1890 resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} 1727 1891 engines: {node: '>=6.9.0'} 1728 1892 1893 + get-caller-file@2.0.5: 1894 + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} 1895 + engines: {node: 6.* || 8.* || >= 10.*} 1896 + 1729 1897 get-tsconfig@4.8.1: 1730 1898 resolution: {integrity: sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==} 1731 1899 1900 + git-raw-commits@4.0.0: 1901 + resolution: {integrity: sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==} 1902 + engines: {node: '>=16'} 1903 + hasBin: true 1904 + 1732 1905 github-from-package@0.0.0: 1733 1906 resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==} 1734 1907 ··· 1743 1916 glob@10.4.5: 1744 1917 resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} 1745 1918 hasBin: true 1919 + 1920 + global-directory@4.0.1: 1921 + resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} 1922 + engines: {node: '>=18'} 1746 1923 1747 1924 globals@11.12.0: 1748 1925 resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} ··· 1760 1937 hasown@2.0.2: 1761 1938 resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} 1762 1939 engines: {node: '>= 0.4'} 1940 + 1941 + husky@9.1.7: 1942 + resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==} 1943 + engines: {node: '>=18'} 1944 + hasBin: true 1763 1945 1764 1946 ieee754@1.2.1: 1765 1947 resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} 1766 1948 1949 + import-fresh@3.3.0: 1950 + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} 1951 + engines: {node: '>=6'} 1952 + 1953 + import-meta-resolve@4.1.0: 1954 + resolution: {integrity: sha512-I6fiaX09Xivtk+THaMfAwnA3MVA5Big1WHF1Dfx9hFuvNIWpXnorlkzhcQf6ehrqQiiZECRt1poOAkPmer3ruw==} 1955 + 1767 1956 inherits@2.0.4: 1768 1957 resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} 1769 1958 1770 1959 ini@1.3.8: 1771 1960 resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} 1772 1961 1962 + ini@4.1.1: 1963 + resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==} 1964 + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} 1965 + 1966 + is-arrayish@0.2.1: 1967 + resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} 1968 + 1773 1969 is-binary-path@2.1.0: 1774 1970 resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} 1775 1971 engines: {node: '>=8'} ··· 1794 1990 resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} 1795 1991 engines: {node: '>=0.12.0'} 1796 1992 1993 + is-obj@2.0.0: 1994 + resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} 1995 + engines: {node: '>=8'} 1996 + 1997 + is-text-path@2.0.0: 1998 + resolution: {integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==} 1999 + engines: {node: '>=8'} 2000 + 1797 2001 isexe@2.0.0: 1798 2002 resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} 1799 2003 ··· 1804 2008 resolution: {integrity: sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==} 1805 2009 hasBin: true 1806 2010 2011 + jiti@2.4.2: 2012 + resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} 2013 + hasBin: true 2014 + 1807 2015 jose@4.15.9: 1808 2016 resolution: {integrity: sha512-1vUQX+IdDMVPj4k8kOxgUqlcK518yluMuGZwqlr44FS1ppZB/5GWh4rZG89erpOBOJjU/OBsnCVFfapsRz6nEA==} 1809 2017 1810 2018 js-tokens@4.0.0: 1811 2019 resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} 1812 2020 2021 + js-yaml@4.1.0: 2022 + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} 2023 + hasBin: true 2024 + 1813 2025 jsesc@3.1.0: 1814 2026 resolution: {integrity: sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==} 1815 2027 engines: {node: '>=6'} 1816 2028 hasBin: true 1817 2029 2030 + json-parse-even-better-errors@2.3.1: 2031 + resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} 2032 + 2033 + json-schema-traverse@1.0.0: 2034 + resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} 2035 + 1818 2036 json5@2.2.3: 1819 2037 resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} 1820 2038 engines: {node: '>=6'} 1821 2039 hasBin: true 1822 2040 2041 + jsonparse@1.3.1: 2042 + resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} 2043 + engines: {'0': node >= 0.2.0} 2044 + 1823 2045 lilconfig@3.1.3: 1824 2046 resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} 1825 2047 engines: {node: '>=14'} ··· 1827 2049 lines-and-columns@1.2.4: 1828 2050 resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} 1829 2051 2052 + locate-path@7.2.0: 2053 + resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} 2054 + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 2055 + 2056 + lodash.camelcase@4.3.0: 2057 + resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} 2058 + 2059 + lodash.isplainobject@4.0.6: 2060 + resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} 2061 + 2062 + lodash.kebabcase@4.1.1: 2063 + resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} 2064 + 2065 + lodash.merge@4.6.2: 2066 + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} 2067 + 2068 + lodash.mergewith@4.6.2: 2069 + resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==} 2070 + 2071 + lodash.snakecase@4.1.1: 2072 + resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==} 2073 + 2074 + lodash.startcase@4.4.0: 2075 + resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} 2076 + 2077 + lodash.uniq@4.5.0: 2078 + resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} 2079 + 2080 + lodash.upperfirst@4.3.1: 2081 + resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==} 2082 + 1830 2083 loose-envify@1.4.0: 1831 2084 resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} 1832 2085 hasBin: true ··· 1844 2097 1845 2098 memoirist@0.2.0: 1846 2099 resolution: {integrity: sha512-DA1V11OWsKmYjgYHfT1luus0FtTjUbILfI9s5M+ckK29tBLON6GDhH5GwxDz7E1ou4Bdzm9vhbeCaRAWxwG+0g==} 2100 + 2101 + meow@12.1.1: 2102 + resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} 2103 + engines: {node: '>=16.10'} 1847 2104 1848 2105 merge2@1.4.1: 1849 2106 resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} ··· 1921 2178 1922 2179 once@1.4.0: 1923 2180 resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} 2181 + 2182 + p-limit@4.0.0: 2183 + resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} 2184 + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 2185 + 2186 + p-locate@6.0.0: 2187 + resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} 2188 + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 1924 2189 1925 2190 package-json-from-dist@1.0.1: 1926 2191 resolution: {integrity: sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==} 1927 2192 2193 + parent-module@1.0.1: 2194 + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} 2195 + engines: {node: '>=6'} 2196 + 2197 + parse-json@5.2.0: 2198 + resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} 2199 + engines: {node: '>=8'} 2200 + 2201 + path-exists@5.0.0: 2202 + resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} 2203 + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} 2204 + 1928 2205 path-key@3.1.1: 1929 2206 resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} 1930 2207 engines: {node: '>=8'} ··· 2041 2318 resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} 2042 2319 engines: {node: '>=8.10.0'} 2043 2320 2321 + require-directory@2.1.1: 2322 + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} 2323 + engines: {node: '>=0.10.0'} 2324 + 2325 + require-from-string@2.0.2: 2326 + resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} 2327 + engines: {node: '>=0.10.0'} 2328 + 2329 + resolve-from@4.0.0: 2330 + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} 2331 + engines: {node: '>=4'} 2332 + 2333 + resolve-from@5.0.0: 2334 + resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} 2335 + engines: {node: '>=8'} 2336 + 2044 2337 resolve-pkg-maps@1.0.0: 2045 2338 resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} 2046 2339 ··· 2104 2397 source-map@0.6.1: 2105 2398 resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} 2106 2399 engines: {node: '>=0.10.0'} 2400 + 2401 + split2@4.2.0: 2402 + resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} 2403 + engines: {node: '>= 10.x'} 2107 2404 2108 2405 string-width@4.2.3: 2109 2406 resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} ··· 2157 2454 resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} 2158 2455 engines: {node: '>=6'} 2159 2456 2457 + text-extensions@2.4.0: 2458 + resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==} 2459 + engines: {node: '>=8'} 2460 + 2160 2461 thenify-all@1.6.0: 2161 2462 resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} 2162 2463 engines: {node: '>=0.8'} ··· 2164 2465 thenify@3.3.1: 2165 2466 resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} 2166 2467 2468 + through@2.3.8: 2469 + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} 2470 + 2167 2471 tiny-invariant@1.3.3: 2168 2472 resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} 2169 2473 2170 2474 tiny-warning@1.0.3: 2171 2475 resolution: {integrity: sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==} 2476 + 2477 + tinyexec@0.3.2: 2478 + resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} 2172 2479 2173 2480 to-regex-range@5.0.1: 2174 2481 resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} ··· 2238 2545 undici-types@6.20.0: 2239 2546 resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} 2240 2547 2548 + unicorn-magic@0.1.0: 2549 + resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} 2550 + engines: {node: '>=18'} 2551 + 2241 2552 unplugin@1.16.0: 2242 2553 resolution: {integrity: sha512-5liCNPuJW8dqh3+DM6uNM2EI3MLLpCKp/KY+9pB5M2S2SR2qvvDHhKgBOaTWEbZTAws3CXfB0rKTIolWKL05VQ==} 2243 2554 engines: {node: '>=14.0.0'} ··· 2315 2626 wrappy@1.0.2: 2316 2627 resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} 2317 2628 2629 + y18n@5.0.8: 2630 + resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} 2631 + engines: {node: '>=10'} 2632 + 2318 2633 yallist@3.1.1: 2319 2634 resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} 2320 2635 ··· 2322 2637 resolution: {integrity: sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==} 2323 2638 engines: {node: '>= 14'} 2324 2639 hasBin: true 2640 + 2641 + yargs-parser@21.1.1: 2642 + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} 2643 + engines: {node: '>=12'} 2644 + 2645 + yargs@17.7.2: 2646 + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} 2647 + engines: {node: '>=12'} 2648 + 2649 + yocto-queue@1.1.1: 2650 + resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} 2651 + engines: {node: '>=12.20'} 2325 2652 2326 2653 zod@3.24.1: 2327 2654 resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==} ··· 2480 2807 '@biomejs/cli-win32-x64@1.9.4': 2481 2808 optional: true 2482 2809 2810 + '@commitlint/cli@19.6.1(@types/node@22.10.5)(typescript@5.5.4)': 2811 + dependencies: 2812 + '@commitlint/format': 19.5.0 2813 + '@commitlint/lint': 19.6.0 2814 + '@commitlint/load': 19.6.1(@types/node@22.10.5)(typescript@5.5.4) 2815 + '@commitlint/read': 19.5.0 2816 + '@commitlint/types': 19.5.0 2817 + tinyexec: 0.3.2 2818 + yargs: 17.7.2 2819 + transitivePeerDependencies: 2820 + - '@types/node' 2821 + - typescript 2822 + 2823 + '@commitlint/config-conventional@19.6.0': 2824 + dependencies: 2825 + '@commitlint/types': 19.5.0 2826 + conventional-changelog-conventionalcommits: 7.0.2 2827 + 2828 + '@commitlint/config-validator@19.5.0': 2829 + dependencies: 2830 + '@commitlint/types': 19.5.0 2831 + ajv: 8.17.1 2832 + 2833 + '@commitlint/ensure@19.5.0': 2834 + dependencies: 2835 + '@commitlint/types': 19.5.0 2836 + lodash.camelcase: 4.3.0 2837 + lodash.kebabcase: 4.1.1 2838 + lodash.snakecase: 4.1.1 2839 + lodash.startcase: 4.4.0 2840 + lodash.upperfirst: 4.3.1 2841 + 2842 + '@commitlint/execute-rule@19.5.0': {} 2843 + 2844 + '@commitlint/format@19.5.0': 2845 + dependencies: 2846 + '@commitlint/types': 19.5.0 2847 + chalk: 5.4.1 2848 + 2849 + '@commitlint/is-ignored@19.6.0': 2850 + dependencies: 2851 + '@commitlint/types': 19.5.0 2852 + semver: 7.6.3 2853 + 2854 + '@commitlint/lint@19.6.0': 2855 + dependencies: 2856 + '@commitlint/is-ignored': 19.6.0 2857 + '@commitlint/parse': 19.5.0 2858 + '@commitlint/rules': 19.6.0 2859 + '@commitlint/types': 19.5.0 2860 + 2861 + '@commitlint/load@19.6.1(@types/node@22.10.5)(typescript@5.5.4)': 2862 + dependencies: 2863 + '@commitlint/config-validator': 19.5.0 2864 + '@commitlint/execute-rule': 19.5.0 2865 + '@commitlint/resolve-extends': 19.5.0 2866 + '@commitlint/types': 19.5.0 2867 + chalk: 5.4.1 2868 + cosmiconfig: 9.0.0(typescript@5.5.4) 2869 + cosmiconfig-typescript-loader: 6.1.0(@types/node@22.10.5)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4) 2870 + lodash.isplainobject: 4.0.6 2871 + lodash.merge: 4.6.2 2872 + lodash.uniq: 4.5.0 2873 + transitivePeerDependencies: 2874 + - '@types/node' 2875 + - typescript 2876 + 2877 + '@commitlint/message@19.5.0': {} 2878 + 2879 + '@commitlint/parse@19.5.0': 2880 + dependencies: 2881 + '@commitlint/types': 19.5.0 2882 + conventional-changelog-angular: 7.0.0 2883 + conventional-commits-parser: 5.0.0 2884 + 2885 + '@commitlint/read@19.5.0': 2886 + dependencies: 2887 + '@commitlint/top-level': 19.5.0 2888 + '@commitlint/types': 19.5.0 2889 + git-raw-commits: 4.0.0 2890 + minimist: 1.2.8 2891 + tinyexec: 0.3.2 2892 + 2893 + '@commitlint/resolve-extends@19.5.0': 2894 + dependencies: 2895 + '@commitlint/config-validator': 19.5.0 2896 + '@commitlint/types': 19.5.0 2897 + global-directory: 4.0.1 2898 + import-meta-resolve: 4.1.0 2899 + lodash.mergewith: 4.6.2 2900 + resolve-from: 5.0.0 2901 + 2902 + '@commitlint/rules@19.6.0': 2903 + dependencies: 2904 + '@commitlint/ensure': 19.5.0 2905 + '@commitlint/message': 19.5.0 2906 + '@commitlint/to-lines': 19.5.0 2907 + '@commitlint/types': 19.5.0 2908 + 2909 + '@commitlint/to-lines@19.5.0': {} 2910 + 2911 + '@commitlint/top-level@19.5.0': 2912 + dependencies: 2913 + find-up: 7.0.0 2914 + 2915 + '@commitlint/types@19.5.0': 2916 + dependencies: 2917 + '@types/conventional-commits-parser': 5.0.1 2918 + chalk: 5.4.1 2919 + 2483 2920 '@drizzle-team/brocli@0.10.2': {} 2484 2921 2485 2922 '@elysiajs/cors@1.2.0(elysia@1.2.9(@sinclair/typebox@0.34.13)(typescript@5.6.3))': ··· 3069 3506 optionalDependencies: 3070 3507 '@tanstack/react-router': 1.94.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) 3071 3508 3072 - '@tanstack/router-plugin@1.94.1(@tanstack/react-router@1.94.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.0.6(@types/node@22.10.5)(jiti@1.21.7)(tsx@4.19.2)(yaml@2.7.0))': 3509 + '@tanstack/router-plugin@1.94.1(@tanstack/react-router@1.94.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(tsx@4.19.2)(yaml@2.7.0))': 3073 3510 dependencies: 3074 3511 '@babel/core': 7.26.0 3075 3512 '@babel/generator': 7.26.3 ··· 3090 3527 unplugin: 1.16.0 3091 3528 zod: 3.24.1 3092 3529 optionalDependencies: 3093 - vite: 6.0.6(@types/node@22.10.5)(jiti@1.21.7)(tsx@4.19.2)(yaml@2.7.0) 3530 + vite: 6.0.6(@types/node@22.10.5)(jiti@2.4.2)(tsx@4.19.2)(yaml@2.7.0) 3094 3531 transitivePeerDependencies: 3095 3532 - '@tanstack/react-router' 3096 3533 - supports-color ··· 3124 3561 dependencies: 3125 3562 bun-types: 1.1.37 3126 3563 3564 + '@types/conventional-commits-parser@5.0.1': 3565 + dependencies: 3566 + '@types/node': 22.10.5 3567 + 3127 3568 '@types/estree@1.0.6': {} 3128 3569 3129 3570 '@types/node@20.12.14': ··· 3149 3590 dependencies: 3150 3591 '@types/node': 20.12.14 3151 3592 3152 - '@vitejs/plugin-react-swc@3.7.2(vite@6.0.6(@types/node@22.10.5)(jiti@1.21.7)(tsx@4.19.2)(yaml@2.7.0))': 3593 + '@vitejs/plugin-react-swc@3.7.2(vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(tsx@4.19.2)(yaml@2.7.0))': 3153 3594 dependencies: 3154 3595 '@swc/core': 1.10.4 3155 - vite: 6.0.6(@types/node@22.10.5)(jiti@1.21.7)(tsx@4.19.2)(yaml@2.7.0) 3596 + vite: 6.0.6(@types/node@22.10.5)(jiti@2.4.2)(tsx@4.19.2)(yaml@2.7.0) 3156 3597 transitivePeerDependencies: 3157 3598 - '@swc/helpers' 3158 3599 3600 + JSONStream@1.3.5: 3601 + dependencies: 3602 + jsonparse: 1.3.1 3603 + through: 2.3.8 3604 + 3159 3605 acorn@8.14.0: {} 3606 + 3607 + ajv@8.17.1: 3608 + dependencies: 3609 + fast-deep-equal: 3.1.3 3610 + fast-uri: 3.0.3 3611 + json-schema-traverse: 1.0.0 3612 + require-from-string: 2.0.2 3160 3613 3161 3614 ansi-regex@5.0.1: {} 3162 3615 ··· 3176 3629 picomatch: 2.3.1 3177 3630 3178 3631 arg@5.0.2: {} 3632 + 3633 + argparse@2.0.1: {} 3634 + 3635 + array-ify@1.0.0: {} 3179 3636 3180 3637 autoprefixer@10.4.20(postcss@8.4.49): 3181 3638 dependencies: ··· 3249 3706 '@types/node': 20.12.14 3250 3707 '@types/ws': 8.5.13 3251 3708 3709 + callsites@3.1.0: {} 3710 + 3252 3711 camelcase-css@2.0.1: {} 3253 3712 3254 3713 caniuse-lite@1.0.30001690: {} 3714 + 3715 + chalk@5.4.1: {} 3255 3716 3256 3717 chokidar@3.6.0: 3257 3718 dependencies: ··· 3271 3732 dependencies: 3272 3733 clsx: 2.1.1 3273 3734 3735 + cliui@8.0.1: 3736 + dependencies: 3737 + string-width: 4.2.3 3738 + strip-ansi: 6.0.1 3739 + wrap-ansi: 7.0.0 3740 + 3274 3741 clsx@2.1.1: {} 3275 3742 3276 3743 color-convert@2.0.1: ··· 3281 3748 3282 3749 commander@4.1.1: {} 3283 3750 3751 + compare-func@2.0.0: 3752 + dependencies: 3753 + array-ify: 1.0.0 3754 + dot-prop: 5.3.0 3755 + 3756 + conventional-changelog-angular@7.0.0: 3757 + dependencies: 3758 + compare-func: 2.0.0 3759 + 3760 + conventional-changelog-conventionalcommits@7.0.2: 3761 + dependencies: 3762 + compare-func: 2.0.0 3763 + 3764 + conventional-commits-parser@5.0.0: 3765 + dependencies: 3766 + JSONStream: 1.3.5 3767 + is-text-path: 2.0.0 3768 + meow: 12.1.1 3769 + split2: 4.2.0 3770 + 3284 3771 convert-source-map@2.0.0: {} 3285 3772 3286 3773 cookie@1.0.2: {} 3287 3774 3775 + cosmiconfig-typescript-loader@6.1.0(@types/node@22.10.5)(cosmiconfig@9.0.0(typescript@5.5.4))(typescript@5.5.4): 3776 + dependencies: 3777 + '@types/node': 22.10.5 3778 + cosmiconfig: 9.0.0(typescript@5.5.4) 3779 + jiti: 2.4.2 3780 + typescript: 5.5.4 3781 + 3782 + cosmiconfig@9.0.0(typescript@5.5.4): 3783 + dependencies: 3784 + env-paths: 2.2.1 3785 + import-fresh: 3.3.0 3786 + js-yaml: 4.1.0 3787 + parse-json: 5.2.0 3788 + optionalDependencies: 3789 + typescript: 5.5.4 3790 + 3288 3791 cross-spawn@7.0.6: 3289 3792 dependencies: 3290 3793 path-key: 3.1.1 ··· 3294 3797 cssesc@3.0.0: {} 3295 3798 3296 3799 csstype@3.1.3: {} 3800 + 3801 + dargs@8.1.0: {} 3297 3802 3298 3803 debug@4.4.0: 3299 3804 dependencies: ··· 3311 3816 3312 3817 dlv@1.1.3: {} 3313 3818 3819 + dot-prop@5.3.0: 3820 + dependencies: 3821 + is-obj: 2.0.0 3822 + 3314 3823 drizzle-kit@0.30.1: 3315 3824 dependencies: 3316 3825 '@drizzle-team/brocli': 0.10.2 ··· 3352 3861 end-of-stream@1.4.4: 3353 3862 dependencies: 3354 3863 once: 1.4.0 3864 + 3865 + env-paths@2.2.1: {} 3866 + 3867 + error-ex@1.3.2: 3868 + dependencies: 3869 + is-arrayish: 0.2.1 3355 3870 3356 3871 esbuild-register@3.6.0(esbuild@0.19.12): 3357 3872 dependencies: ··· 3472 3987 3473 3988 fast-decode-uri-component@1.0.1: {} 3474 3989 3990 + fast-deep-equal@3.1.3: {} 3991 + 3475 3992 fast-glob@3.3.2: 3476 3993 dependencies: 3477 3994 '@nodelib/fs.stat': 2.0.5 ··· 3480 3997 merge2: 1.4.1 3481 3998 micromatch: 4.0.8 3482 3999 4000 + fast-uri@3.0.3: {} 4001 + 3483 4002 fastq@1.18.0: 3484 4003 dependencies: 3485 4004 reusify: 1.0.4 ··· 3490 4009 dependencies: 3491 4010 to-regex-range: 5.0.1 3492 4011 4012 + find-up@7.0.0: 4013 + dependencies: 4014 + locate-path: 7.2.0 4015 + path-exists: 5.0.0 4016 + unicorn-magic: 0.1.0 4017 + 3493 4018 foreground-child@3.3.0: 3494 4019 dependencies: 3495 4020 cross-spawn: 7.0.6 ··· 3514 4039 function-bind@1.1.2: {} 3515 4040 3516 4041 gensync@1.0.0-beta.2: {} 4042 + 4043 + get-caller-file@2.0.5: {} 3517 4044 3518 4045 get-tsconfig@4.8.1: 3519 4046 dependencies: 3520 4047 resolve-pkg-maps: 1.0.0 3521 4048 4049 + git-raw-commits@4.0.0: 4050 + dependencies: 4051 + dargs: 8.1.0 4052 + meow: 12.1.1 4053 + split2: 4.2.0 4054 + 3522 4055 github-from-package@0.0.0: {} 3523 4056 3524 4057 glob-parent@5.1.2: ··· 3538 4071 package-json-from-dist: 1.0.1 3539 4072 path-scurry: 1.11.1 3540 4073 4074 + global-directory@4.0.1: 4075 + dependencies: 4076 + ini: 4.1.1 4077 + 3541 4078 globals@11.12.0: {} 3542 4079 3543 4080 globals@15.14.0: {} ··· 3550 4087 dependencies: 3551 4088 function-bind: 1.1.2 3552 4089 4090 + husky@9.1.7: {} 4091 + 3553 4092 ieee754@1.2.1: {} 3554 4093 4094 + import-fresh@3.3.0: 4095 + dependencies: 4096 + parent-module: 1.0.1 4097 + resolve-from: 4.0.0 4098 + 4099 + import-meta-resolve@4.1.0: {} 4100 + 3555 4101 inherits@2.0.4: {} 3556 4102 3557 4103 ini@1.3.8: {} 3558 4104 4105 + ini@4.1.1: {} 4106 + 4107 + is-arrayish@0.2.1: {} 4108 + 3559 4109 is-binary-path@2.1.0: 3560 4110 dependencies: 3561 4111 binary-extensions: 2.3.0 ··· 3574 4124 3575 4125 is-number@7.0.0: {} 3576 4126 4127 + is-obj@2.0.0: {} 4128 + 4129 + is-text-path@2.0.0: 4130 + dependencies: 4131 + text-extensions: 2.4.0 4132 + 3577 4133 isexe@2.0.0: {} 3578 4134 3579 4135 jackspeak@3.4.3: ··· 3583 4139 '@pkgjs/parseargs': 0.11.0 3584 4140 3585 4141 jiti@1.21.7: {} 4142 + 4143 + jiti@2.4.2: {} 3586 4144 3587 4145 jose@4.15.9: {} 3588 4146 3589 4147 js-tokens@4.0.0: {} 3590 4148 4149 + js-yaml@4.1.0: 4150 + dependencies: 4151 + argparse: 2.0.1 4152 + 3591 4153 jsesc@3.1.0: {} 3592 4154 4155 + json-parse-even-better-errors@2.3.1: {} 4156 + 4157 + json-schema-traverse@1.0.0: {} 4158 + 3593 4159 json5@2.2.3: {} 4160 + 4161 + jsonparse@1.3.1: {} 3594 4162 3595 4163 lilconfig@3.1.3: {} 3596 4164 3597 4165 lines-and-columns@1.2.4: {} 3598 4166 4167 + locate-path@7.2.0: 4168 + dependencies: 4169 + p-locate: 6.0.0 4170 + 4171 + lodash.camelcase@4.3.0: {} 4172 + 4173 + lodash.isplainobject@4.0.6: {} 4174 + 4175 + lodash.kebabcase@4.1.1: {} 4176 + 4177 + lodash.merge@4.6.2: {} 4178 + 4179 + lodash.mergewith@4.6.2: {} 4180 + 4181 + lodash.snakecase@4.1.1: {} 4182 + 4183 + lodash.startcase@4.4.0: {} 4184 + 4185 + lodash.uniq@4.5.0: {} 4186 + 4187 + lodash.upperfirst@4.3.1: {} 4188 + 3599 4189 loose-envify@1.4.0: 3600 4190 dependencies: 3601 4191 js-tokens: 4.0.0 ··· 3611 4201 react: 18.3.1 3612 4202 3613 4203 memoirist@0.2.0: {} 4204 + 4205 + meow@12.1.1: {} 3614 4206 3615 4207 merge2@1.4.1: {} 3616 4208 ··· 3667 4259 dependencies: 3668 4260 wrappy: 1.0.2 3669 4261 4262 + p-limit@4.0.0: 4263 + dependencies: 4264 + yocto-queue: 1.1.1 4265 + 4266 + p-locate@6.0.0: 4267 + dependencies: 4268 + p-limit: 4.0.0 4269 + 3670 4270 package-json-from-dist@1.0.1: {} 3671 4271 4272 + parent-module@1.0.1: 4273 + dependencies: 4274 + callsites: 3.1.0 4275 + 4276 + parse-json@5.2.0: 4277 + dependencies: 4278 + '@babel/code-frame': 7.26.2 4279 + error-ex: 1.3.2 4280 + json-parse-even-better-errors: 2.3.1 4281 + lines-and-columns: 1.2.4 4282 + 4283 + path-exists@5.0.0: {} 4284 + 3672 4285 path-key@3.1.1: {} 3673 4286 3674 4287 path-parse@1.0.7: {} ··· 3783 4396 readdirp@3.6.0: 3784 4397 dependencies: 3785 4398 picomatch: 2.3.1 4399 + 4400 + require-directory@2.1.1: {} 4401 + 4402 + require-from-string@2.0.2: {} 4403 + 4404 + resolve-from@4.0.0: {} 4405 + 4406 + resolve-from@5.0.0: {} 3786 4407 3787 4408 resolve-pkg-maps@1.0.0: {} 3788 4409 ··· 3858 4479 3859 4480 source-map@0.6.1: {} 3860 4481 4482 + split2@4.2.0: {} 4483 + 3861 4484 string-width@4.2.3: 3862 4485 dependencies: 3863 4486 emoji-regex: 8.0.0 ··· 3944 4567 inherits: 2.0.4 3945 4568 readable-stream: 3.6.2 3946 4569 4570 + text-extensions@2.4.0: {} 4571 + 3947 4572 thenify-all@1.6.0: 3948 4573 dependencies: 3949 4574 thenify: 3.3.1 ··· 3952 4577 dependencies: 3953 4578 any-promise: 1.3.0 3954 4579 4580 + through@2.3.8: {} 4581 + 3955 4582 tiny-invariant@1.3.3: {} 3956 4583 3957 4584 tiny-warning@1.0.3: {} 4585 + 4586 + tinyexec@0.3.2: {} 3958 4587 3959 4588 to-regex-range@5.0.1: 3960 4589 dependencies: ··· 4009 4638 undici-types@5.26.5: {} 4010 4639 4011 4640 undici-types@6.20.0: {} 4641 + 4642 + unicorn-magic@0.1.0: {} 4012 4643 4013 4644 unplugin@1.16.0: 4014 4645 dependencies: ··· 4027 4658 4028 4659 util-deprecate@1.0.2: {} 4029 4660 4030 - vite@6.0.6(@types/node@22.10.5)(jiti@1.21.7)(tsx@4.19.2)(yaml@2.7.0): 4661 + vite@6.0.6(@types/node@22.10.5)(jiti@2.4.2)(tsx@4.19.2)(yaml@2.7.0): 4031 4662 dependencies: 4032 4663 esbuild: 0.24.2 4033 4664 postcss: 8.4.49 ··· 4035 4666 optionalDependencies: 4036 4667 '@types/node': 22.10.5 4037 4668 fsevents: 2.3.3 4038 - jiti: 1.21.7 4669 + jiti: 2.4.2 4039 4670 tsx: 4.19.2 4040 4671 yaml: 2.7.0 4041 4672 ··· 4059 4690 4060 4691 wrappy@1.0.2: {} 4061 4692 4693 + y18n@5.0.8: {} 4694 + 4062 4695 yallist@3.1.1: {} 4063 4696 4064 4697 yaml@2.7.0: {} 4698 + 4699 + yargs-parser@21.1.1: {} 4700 + 4701 + yargs@17.7.2: 4702 + dependencies: 4703 + cliui: 8.0.1 4704 + escalade: 3.2.0 4705 + get-caller-file: 2.0.5 4706 + require-directory: 2.1.1 4707 + string-width: 4.2.3 4708 + y18n: 5.0.8 4709 + yargs-parser: 21.1.1 4710 + 4711 + yocto-queue@1.1.1: {} 4065 4712 4066 4713 zod@3.24.1: {}