fork of hey-api/openapi-ts because I need some additional things

chore(deps): update dependency turbo to v2.7.0

authored by

renovate[bot] and committed by
GitHub
7eb08e2d 0c09e6cd

+30 -30
+1 -1
package.json
··· 68 "rollup-plugin-dts": "6.1.1", 69 "ts-node": "10.9.2", 70 "tsdown": "0.17.3", 71 - "turbo": "2.6.3", 72 "typescript": "5.9.3", 73 "typescript-eslint": "8.29.1", 74 "vitest": "3.2.4"
··· 68 "rollup-plugin-dts": "6.1.1", 69 "ts-node": "10.9.2", 70 "tsdown": "0.17.3", 71 + "turbo": "2.7.0", 72 "typescript": "5.9.3", 73 "typescript-eslint": "8.29.1", 74 "vitest": "3.2.4"
+29 -29
pnpm-lock.yaml
··· 98 specifier: 0.17.3 99 version: 0.17.3(@arethetypeswrong/core@0.18.2)(synckit@0.11.11)(typescript@5.9.3) 100 turbo: 101 - specifier: 2.6.3 102 - version: 2.6.3 103 typescript: 104 specifier: 5.9.3 105 version: 5.9.3 ··· 13231 resolution: {integrity: sha512-3T3T04WzowbwV2FDiGXBbr81t64g1MUGGJRgT4x5o97N+8ArdhVCAF9IxFrxuSJmM3E5Asn7nKHkao0ibcZXAg==} 13232 engines: {node: ^18.17.0 || >=20.5.0} 13233 13234 - turbo-darwin-64@2.6.3: 13235 - resolution: {integrity: sha512-BlJJDc1CQ7SK5Y5qnl7AzpkvKSnpkfPmnA+HeU/sgny3oHZckPV2776ebO2M33CYDSor7+8HQwaodY++IINhYg==} 13236 cpu: [x64] 13237 os: [darwin] 13238 13239 - turbo-darwin-arm64@2.6.3: 13240 - resolution: {integrity: sha512-MwVt7rBKiOK7zdYerenfCRTypefw4kZCue35IJga9CH1+S50+KTiCkT6LBqo0hHeoH2iKuI0ldTF2a0aB72z3w==} 13241 cpu: [arm64] 13242 os: [darwin] 13243 13244 - turbo-linux-64@2.6.3: 13245 - resolution: {integrity: sha512-cqpcw+dXxbnPtNnzeeSyWprjmuFVpHJqKcs7Jym5oXlu/ZcovEASUIUZVN3OGEM6Y/OTyyw0z09tOHNt5yBAVg==} 13246 cpu: [x64] 13247 os: [linux] 13248 13249 - turbo-linux-arm64@2.6.3: 13250 - resolution: {integrity: sha512-MterpZQmjXyr4uM7zOgFSFL3oRdNKeflY7nsjxJb2TklsYqiu3Z9pQ4zRVFFH8n0mLGna7MbQMZuKoWqqHb45w==} 13251 cpu: [arm64] 13252 os: [linux] 13253 13254 - turbo-windows-64@2.6.3: 13255 - resolution: {integrity: sha512-biDU70v9dLwnBdLf+daoDlNJVvqOOP8YEjqNipBHzgclbQlXbsi6Gqqelp5er81Qo3BiRgmTNx79oaZQTPb07Q==} 13256 cpu: [x64] 13257 os: [win32] 13258 13259 - turbo-windows-arm64@2.6.3: 13260 - resolution: {integrity: sha512-dDHVKpSeukah3VsI/xMEKeTnV9V9cjlpFSUs4bmsUiLu3Yv2ENlgVEZv65wxbeE0bh0jjpmElDT+P1KaCxArQQ==} 13261 cpu: [arm64] 13262 os: [win32] 13263 13264 - turbo@2.6.3: 13265 - resolution: {integrity: sha512-bf6YKUv11l5Xfcmg76PyWoy/e2vbkkxFNBGJSnfdSXQC33ZiUfutYh6IXidc5MhsnrFkWfdNNLyaRk+kHMLlwA==} 13266 hasBin: true 13267 13268 type-check@0.4.0: ··· 29492 transitivePeerDependencies: 29493 - supports-color 29494 29495 - turbo-darwin-64@2.6.3: 29496 optional: true 29497 29498 - turbo-darwin-arm64@2.6.3: 29499 optional: true 29500 29501 - turbo-linux-64@2.6.3: 29502 optional: true 29503 29504 - turbo-linux-arm64@2.6.3: 29505 optional: true 29506 29507 - turbo-windows-64@2.6.3: 29508 optional: true 29509 29510 - turbo-windows-arm64@2.6.3: 29511 optional: true 29512 29513 - turbo@2.6.3: 29514 optionalDependencies: 29515 - turbo-darwin-64: 2.6.3 29516 - turbo-darwin-arm64: 2.6.3 29517 - turbo-linux-64: 2.6.3 29518 - turbo-linux-arm64: 2.6.3 29519 - turbo-windows-64: 2.6.3 29520 - turbo-windows-arm64: 2.6.3 29521 29522 type-check@0.4.0: 29523 dependencies:
··· 98 specifier: 0.17.3 99 version: 0.17.3(@arethetypeswrong/core@0.18.2)(synckit@0.11.11)(typescript@5.9.3) 100 turbo: 101 + specifier: 2.7.0 102 + version: 2.7.0 103 typescript: 104 specifier: 5.9.3 105 version: 5.9.3 ··· 13231 resolution: {integrity: sha512-3T3T04WzowbwV2FDiGXBbr81t64g1MUGGJRgT4x5o97N+8ArdhVCAF9IxFrxuSJmM3E5Asn7nKHkao0ibcZXAg==} 13232 engines: {node: ^18.17.0 || >=20.5.0} 13233 13234 + turbo-darwin-64@2.7.0: 13235 + resolution: {integrity: sha512-gwqL7cJOSYrV/jNmhXM8a2uzSFn7GcUASOuen6OgmUsafUj9SSWcgXZ/q0w9hRoL917hpidkdI//UpbxbZbwwg==} 13236 cpu: [x64] 13237 os: [darwin] 13238 13239 + turbo-darwin-arm64@2.7.0: 13240 + resolution: {integrity: sha512-f3F5DYOnfE6lR6v/rSld7QGZgartKsnlIYY7jcF/AA7Wz27za9XjxMHzb+3i4pvRhAkryFgf2TNq7eCFrzyTpg==} 13241 cpu: [arm64] 13242 os: [darwin] 13243 13244 + turbo-linux-64@2.7.0: 13245 + resolution: {integrity: sha512-KsC+UuKlhjCL+lom10/IYoxUsdhJOsuEki72YSr7WGYUSRihcdJQnaUyIDTlm0nPOb+gVihVNBuVP4KsNg1UnA==} 13246 cpu: [x64] 13247 os: [linux] 13248 13249 + turbo-linux-arm64@2.7.0: 13250 + resolution: {integrity: sha512-1tjIYULeJtpmE/ovoI9qPBFJCtUEM7mYfeIMOIs4bXR6t/8u+rHPwr3j+vRHcXanIc42V1n3Pz52VqmJtIAviw==} 13251 cpu: [arm64] 13252 os: [linux] 13253 13254 + turbo-windows-64@2.7.0: 13255 + resolution: {integrity: sha512-KThkAeax46XiH+qICCQm7R8V2pPdeTTP7ArCSRrSLqnlO75ftNm8Ljx4VAllwIZkILrq/GDM8PlyhZdPeUdDxQ==} 13256 cpu: [x64] 13257 os: [win32] 13258 13259 + turbo-windows-arm64@2.7.0: 13260 + resolution: {integrity: sha512-kzI6rsQ3Ejs+CkM9HEEP3Z4h5YMCRxwIlQXFQmgXSG3BIgorCkRF2Xr7iQ2i9AGwY/6jbiAYeJbvi3yCp+noFw==} 13261 cpu: [arm64] 13262 os: [win32] 13263 13264 + turbo@2.7.0: 13265 + resolution: {integrity: sha512-1dUGwi6cSSVZts1BwJa/Gh7w5dPNNGsNWZEAuRKxXWME44hTKWpQZrgiPnqMc5jJJOovzPK5N6tL+PHYRYL5Wg==} 13266 hasBin: true 13267 13268 type-check@0.4.0: ··· 29492 transitivePeerDependencies: 29493 - supports-color 29494 29495 + turbo-darwin-64@2.7.0: 29496 optional: true 29497 29498 + turbo-darwin-arm64@2.7.0: 29499 optional: true 29500 29501 + turbo-linux-64@2.7.0: 29502 optional: true 29503 29504 + turbo-linux-arm64@2.7.0: 29505 optional: true 29506 29507 + turbo-windows-64@2.7.0: 29508 optional: true 29509 29510 + turbo-windows-arm64@2.7.0: 29511 optional: true 29512 29513 + turbo@2.7.0: 29514 optionalDependencies: 29515 + turbo-darwin-64: 2.7.0 29516 + turbo-darwin-arm64: 2.7.0 29517 + turbo-linux-64: 2.7.0 29518 + turbo-linux-arm64: 2.7.0 29519 + turbo-windows-64: 2.7.0 29520 + turbo-windows-arm64: 2.7.0 29521 29522 type-check@0.4.0: 29523 dependencies: