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

Configure Feed

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

Merge pull request #3707 from hey-api/renovate/turbo-monorepo

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

authored by

Lubos and committed by
GitHub
14cb450b 14711a76

+30 -30
+1 -1
package.json
··· 73 73 "publint": "0.3.18", 74 74 "tsdown": "0.21.7", 75 75 "tsx": "4.21.0", 76 - "turbo": "2.8.20", 76 + "turbo": "2.9.3", 77 77 "typescript": "5.9.3", 78 78 "typescript-eslint": "8.54.0", 79 79 "vitest": "4.1.0"
+29 -29
pnpm-lock.yaml
··· 89 89 specifier: 4.21.0 90 90 version: 4.21.0 91 91 turbo: 92 - specifier: 2.8.20 93 - version: 2.8.20 92 + specifier: 2.9.3 93 + version: 2.9.3 94 94 typescript: 95 95 specifier: 5.9.3 96 96 version: 5.9.3 ··· 7601 7601 resolution: {integrity: sha512-Y8cK9aggNRsqJVaKUlEYs4s7CvQ1b1ta2DVPyAimb0I2qhzjNk+A+mxvll/klL0RlfuIUei8BF7YWiua4kQqww==} 7602 7602 engines: {node: ^20.17.0 || >=22.9.0} 7603 7603 7604 - '@turbo/darwin-64@2.8.20': 7605 - resolution: {integrity: sha512-FQ9EX1xMU5nbwjxXxM3yU88AQQ6Sqc6S44exPRroMcx9XZHqqppl5ymJF0Ig/z3nvQNwDmz1Gsnvxubo+nXWjQ==} 7604 + '@turbo/darwin-64@2.9.3': 7605 + resolution: {integrity: sha512-P8foouaP+y/p+hhEGBoZpzMbpVvUMwPjDpcy6wN7EYfvvyISD1USuV27qWkczecihwuPJzQ1lDBuL8ERcavTyg==} 7606 7606 cpu: [x64] 7607 7607 os: [darwin] 7608 7608 7609 - '@turbo/darwin-arm64@2.8.20': 7610 - resolution: {integrity: sha512-Gpyh9ATFGThD6/s9L95YWY54cizg/VRWl2B67h0yofG8BpHf67DFAh9nuJVKG7bY0+SBJDAo5cMur+wOl9YOYw==} 7609 + '@turbo/darwin-arm64@2.9.3': 7610 + resolution: {integrity: sha512-SIzEkvtNdzdI50FJDaIQ6kQGqgSSdFPcdn0wqmmONN6iGKjy6hsT+EH99GP65FsfV7DLZTh2NmtTIRl2kdoz5Q==} 7611 7611 cpu: [arm64] 7612 7612 os: [darwin] 7613 7613 7614 - '@turbo/linux-64@2.8.20': 7615 - resolution: {integrity: sha512-p2QxWUYyYUgUFG0b0kR+pPi8t7c9uaVlRtjTTI1AbCvVqkpjUfCcReBn6DgG/Hu8xrWdKLuyQFaLYFzQskZbcA==} 7614 + '@turbo/linux-64@2.9.3': 7615 + resolution: {integrity: sha512-pLRwFmcHHNBvsCySLS6OFabr/07kDT2pxEt/k6eBf/3asiVQZKJ7Rk88AafQx2aYA641qek4RsXvYO3JYpiBug==} 7616 7616 cpu: [x64] 7617 7617 os: [linux] 7618 7618 7619 - '@turbo/linux-arm64@2.8.20': 7620 - resolution: {integrity: sha512-Gn5yjlZGLRZWarLWqdQzv0wMqyBNIdq1QLi48F1oY5Lo9kiohuf7BPQWtWxeNVS2NgJ1+nb/DzK1JduYC4AWOA==} 7619 + '@turbo/linux-arm64@2.9.3': 7620 + resolution: {integrity: sha512-gy6ApUroC2Nzv+qjGtE/uPNkhHAFU4c8God+zd5Aiv9L9uBgHlxVJpHT3XWl5xwlJZ2KWuMrlHTaS5kmNB+q1Q==} 7621 7621 cpu: [arm64] 7622 7622 os: [linux] 7623 7623 7624 - '@turbo/windows-64@2.8.20': 7625 - resolution: {integrity: sha512-vyaDpYk/8T6Qz5V/X+ihKvKFEZFUoC0oxYpC1sZanK6gaESJlmV3cMRT3Qhcg4D2VxvtC2Jjs9IRkrZGL+exLw==} 7624 + '@turbo/windows-64@2.9.3': 7625 + resolution: {integrity: sha512-d0YelTX6hAsB7kIEtGB3PzIzSfAg3yDoUlHwuwJc3adBXUsyUIs0YLG+1NNtuhcDOUGnWQeKUoJ2pGWvbpRj7w==} 7626 7626 cpu: [x64] 7627 7627 os: [win32] 7628 7628 7629 - '@turbo/windows-arm64@2.8.20': 7630 - resolution: {integrity: sha512-voicVULvUV5yaGXo0Iue13BcHGYW3u0VgqSbfQwBaHbpj1zLjYV4KIe+7fYIo6DO8FVUJzxFps3ODCQG/Wy2Qw==} 7629 + '@turbo/windows-arm64@2.9.3': 7630 + resolution: {integrity: sha512-/08CwpKJl3oRY8nOlh2YgilZVJDHsr60XTNxRhuDeuFXONpUZ5X+Nv65izbG/xBew9qxcJFbDX9/sAmAX+ITcQ==} 7631 7631 cpu: [arm64] 7632 7632 os: [win32] 7633 7633 ··· 14816 14816 resolution: {integrity: sha512-50QV99kCKH5P/Vs4E2Gzp7BopNV+KzTXqWeaxrfu5IQJBOULRsTIS9seSsOVT8ZnGXzCyx55nYWAi4qJzpZKEQ==} 14817 14817 engines: {node: ^20.17.0 || >=22.9.0} 14818 14818 14819 - turbo@2.8.20: 14820 - resolution: {integrity: sha512-Rb4qk5YT8RUwwdXtkLpkVhNEe/lor6+WV7S5tTlLpxSz6MjV5Qi8jGNn4gS6NAvrYGA/rNrE6YUQM85sCZUDbQ==} 14819 + turbo@2.9.3: 14820 + resolution: {integrity: sha512-J/VUvsGRykPb9R8Kh8dHVBOqioDexLk9BhLCU/ZybRR+HN9UR3cURdazFvNgMDt9zPP8TF6K73Z+tplfmi0PqQ==} 14821 14821 hasBin: true 14822 14822 14823 14823 type-check@0.4.0: ··· 22653 22653 '@tufjs/canonical-json': 2.0.0 22654 22654 minimatch: 10.1.2 22655 22655 22656 - '@turbo/darwin-64@2.8.20': 22656 + '@turbo/darwin-64@2.9.3': 22657 22657 optional: true 22658 22658 22659 - '@turbo/darwin-arm64@2.8.20': 22659 + '@turbo/darwin-arm64@2.9.3': 22660 22660 optional: true 22661 22661 22662 - '@turbo/linux-64@2.8.20': 22662 + '@turbo/linux-64@2.9.3': 22663 22663 optional: true 22664 22664 22665 - '@turbo/linux-arm64@2.8.20': 22665 + '@turbo/linux-arm64@2.9.3': 22666 22666 optional: true 22667 22667 22668 - '@turbo/windows-64@2.8.20': 22668 + '@turbo/windows-64@2.9.3': 22669 22669 optional: true 22670 22670 22671 - '@turbo/windows-arm64@2.8.20': 22671 + '@turbo/windows-arm64@2.9.3': 22672 22672 optional: true 22673 22673 22674 22674 '@tybys/wasm-util@0.10.1': ··· 32230 32230 transitivePeerDependencies: 32231 32231 - supports-color 32232 32232 32233 - turbo@2.8.20: 32233 + turbo@2.9.3: 32234 32234 optionalDependencies: 32235 - '@turbo/darwin-64': 2.8.20 32236 - '@turbo/darwin-arm64': 2.8.20 32237 - '@turbo/linux-64': 2.8.20 32238 - '@turbo/linux-arm64': 2.8.20 32239 - '@turbo/windows-64': 2.8.20 32240 - '@turbo/windows-arm64': 2.8.20 32235 + '@turbo/darwin-64': 2.9.3 32236 + '@turbo/darwin-arm64': 2.9.3 32237 + '@turbo/linux-64': 2.9.3 32238 + '@turbo/linux-arm64': 2.9.3 32239 + '@turbo/windows-64': 2.9.3 32240 + '@turbo/windows-arm64': 2.9.3 32241 32241 32242 32242 type-check@0.4.0: 32243 32243 dependencies: