From 67d9b82f9155860a4ad63c483b1188e1a9054410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:16:24 +0000 Subject: [PATCH] chore(deps-dev): bump turbo from 1.13.3 to 2.0.4 (#4753) * chore(deps-dev): bump turbo from 1.13.3 to 2.0.4 Bumps [turbo](https://github.com/vercel/turbo) from 1.13.3 to 2.0.4. - [Release notes](https://github.com/vercel/turbo/releases) - [Changelog](https://github.com/vercel/turbo/blob/main/release.md) - [Commits](https://github.com/vercel/turbo/compare/v1.13.3...v2.0.4) --- updated-dependencies: - dependency-name: turbo dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * fix turbo config --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marika Marszalkowski --- package.json | 10 +++---- turbo.json | 2 +- yarn.lock | 80 ++++++++++++++++++++++++++-------------------------- 3 files changed, 46 insertions(+), 46 deletions(-) diff --git a/package.json b/package.json index 4f46ef0957..c0b129779a 100644 --- a/package.json +++ b/package.json @@ -50,10 +50,10 @@ "test": "turbo run test", "test:unit": "turbo run test --filter=./packages/*", "test:build-packages": "turbo run test --filter=./build-packages/*", - "test:integration": "turbo run test --filter=integration-tests", - "test:type": "turbo run test --filter=type-tests", - "test:e2e": "turbo run test --filter=e2e-tests", - "test:self": "turbo run test --filter=self-tests", + "test:integration": "turbo run test --filter=@sap-cloud-sdk/integration-tests", + "test:type": "turbo run test --filter=@sap-cloud-sdk/type-tests", + "test:e2e": "turbo run test --filter=@sap-cloud-sdk/e2e-tests", + "test:self": "turbo run test --filter=@sap-cloud-sdk/self-tests", "generate": "turbo run generate --force", "readme": "turbo run readme", "doc": "ts-node scripts/generate-docs.ts", @@ -109,7 +109,7 @@ "semver": "^7.6.2", "ts-jest": "^29.1.5", "ts-node": "^10.9.2", - "turbo": "^1.13.3", + "turbo": "^2.0.4", "typedoc": "^0.25.13", "typescript": "~5.4.5" }, diff --git a/turbo.json b/turbo.json index bd9c469bd7..72ff286aef 100644 --- a/turbo.json +++ b/turbo.json @@ -7,7 +7,7 @@ ".gitignore", "tsconfig.json" ], - "pipeline": { + "tasks": { "compile": { "dependsOn": ["^compile"] }, diff --git a/yarn.lock b/yarn.lock index b4fcf7c967..106320aa7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9309,47 +9309,47 @@ tunnel@^0.0.6: resolved "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz#72f1314b34a5b192db012324df2cc587ca47f92c" integrity sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg== -turbo-darwin-64@1.13.3: - version "1.13.3" - resolved "https://registry.npmjs.org/turbo-darwin-64/-/turbo-darwin-64-1.13.3.tgz#01d750e0f9ce4fced510357f1a9f7fe6312756ba" - integrity sha512-glup8Qx1qEFB5jerAnXbS8WrL92OKyMmg5Hnd4PleLljAeYmx+cmmnsmLT7tpaVZIN58EAAwu8wHC6kIIqhbWA== - -turbo-darwin-arm64@1.13.3: - version "1.13.3" - resolved "https://registry.npmjs.org/turbo-darwin-arm64/-/turbo-darwin-arm64-1.13.3.tgz#a99950c8aff83d14070eeca987b0ee53dc881b2d" - integrity sha512-/np2xD+f/+9qY8BVtuOQXRq5f9LehCFxamiQnwdqWm5iZmdjygC5T3uVSYuagVFsZKMvX3ycySwh8dylGTl6lg== - -turbo-linux-64@1.13.3: - version "1.13.3" - resolved "https://registry.npmjs.org/turbo-linux-64/-/turbo-linux-64-1.13.3.tgz#a8ea12c3d79f5bbc78b2ef37f47019edb8928219" - integrity sha512-G+HGrau54iAnbXLfl+N/PynqpDwi/uDzb6iM9hXEDG+yJnSJxaHMShhOkXYJPk9offm9prH33Khx2scXrYVW1g== - -turbo-linux-arm64@1.13.3: - version "1.13.3" - resolved "https://registry.npmjs.org/turbo-linux-arm64/-/turbo-linux-arm64-1.13.3.tgz#e8691ebfab0e31e276020deee83b3866b4eb966f" - integrity sha512-qWwEl5VR02NqRyl68/3pwp3c/olZuSp+vwlwrunuoNTm6JXGLG5pTeme4zoHNnk0qn4cCX7DFrOboArlYxv0wQ== - -turbo-windows-64@1.13.3: - version "1.13.3" - resolved "https://registry.npmjs.org/turbo-windows-64/-/turbo-windows-64-1.13.3.tgz#6629174c8f654e75c342a0e1b826620cb6e2795b" - integrity sha512-Nudr4bRChfJzBPzEmpVV85VwUYRCGKecwkBFpbp2a4NtrJ3+UP1VZES653ckqCu2FRyRuS0n03v9euMbAvzH+Q== - -turbo-windows-arm64@1.13.3: - version "1.13.3" - resolved "https://registry.npmjs.org/turbo-windows-arm64/-/turbo-windows-arm64-1.13.3.tgz#327b8c87d8a01533deb3b7c3a108855aa7b6611d" - integrity sha512-ouJCgsVLd3icjRLmRvHQDDZnmGzT64GBupM1Y+TjtYn2LVaEBoV6hicFy8x5DUpnqdLy+YpCzRMkWlwhmkX7sQ== - -turbo@^1.13.3: - version "1.13.3" - resolved "https://registry.npmjs.org/turbo/-/turbo-1.13.3.tgz#afb7bee4fa9f5b6041dac5b4a7d35fb98f279827" - integrity sha512-n17HJv4F4CpsYTvKzUJhLbyewbXjq1oLCi90i5tW1TiWDz16ML1eDG7wi5dHaKxzh5efIM56SITnuVbMq5dk4g== +turbo-darwin-64@2.0.4: + version "2.0.4" + resolved "https://registry.npmjs.org/turbo-darwin-64/-/turbo-darwin-64-2.0.4.tgz#83c7835f8ba1f7a5473487ce73cfc8d5ad523614" + integrity sha512-x9mvmh4wudBstML8Z8IOmokLWglIhSfhQwnh2gBCSqabgVBKYvzl8Y+i+UCNPxheCGTgtsPepTcIaKBIyFIcvw== + +turbo-darwin-arm64@2.0.4: + version "2.0.4" + resolved "https://registry.npmjs.org/turbo-darwin-arm64/-/turbo-darwin-arm64-2.0.4.tgz#046e5768e9d6b490b7108d5bef3f4a1594aca0ba" + integrity sha512-/B1Ih8zPRGVw5vw4SlclOf3C/woJ/2T6ieH6u54KT4wypoaVyaiyMqBcziIXycdObIYr7jQ+raHO7q3mhay9/A== + +turbo-linux-64@2.0.4: + version "2.0.4" + resolved "https://registry.npmjs.org/turbo-linux-64/-/turbo-linux-64-2.0.4.tgz#eab8c183a11b26ddec251d62778313a495971e4f" + integrity sha512-6aG670e5zOWu6RczEYcB81nEl8EhiGJEvWhUrnAfNEUIMBEH1pR5SsMmG2ol5/m3PgiRM12r13dSqTxCLcHrVg== + +turbo-linux-arm64@2.0.4: + version "2.0.4" + resolved "https://registry.npmjs.org/turbo-linux-arm64/-/turbo-linux-arm64-2.0.4.tgz#2dcc3f1d3e56209736b2ce3d849b80e0d7116e42" + integrity sha512-AXfVOjst+mCtPDFT4tCu08Qrfv12Nj7NDd33AjGwV79NYN1Y1rcFY59UQ4nO3ij3rbcvV71Xc+TZJ4csEvRCSg== + +turbo-windows-64@2.0.4: + version "2.0.4" + resolved "https://registry.npmjs.org/turbo-windows-64/-/turbo-windows-64-2.0.4.tgz#b2440d82892c983088ed386f9126d365594fc1a5" + integrity sha512-QOnUR9hKl0T5gq5h1fAhVEqBSjpcBi/BbaO71YGQNgsr6pAnCQdbG8/r3MYXet53efM0KTdOhieWeO3KLNKybA== + +turbo-windows-arm64@2.0.4: + version "2.0.4" + resolved "https://registry.npmjs.org/turbo-windows-arm64/-/turbo-windows-arm64-2.0.4.tgz#e943709535baf233f5b85ed35cd95dcf86815283" + integrity sha512-3v8WpdZy1AxZw0gha0q3caZmm+0gveBQ40OspD6mxDBIS+oBtO5CkxhIXkFJJW+jDKmDlM7wXDIGfMEq+QyNCQ== + +turbo@^2.0.4: + version "2.0.4" + resolved "https://registry.npmjs.org/turbo/-/turbo-2.0.4.tgz#4fb6f0bf3be905953825de0368203e849c91e412" + integrity sha512-Ilme/2Q5kYw0AeRr+aw3s02+WrEYaY7U8vPnqSZU/jaDG/qd6jHVN6nRWyd/9KXvJGYM69vE6JImoGoyNjLwaw== optionalDependencies: - turbo-darwin-64 "1.13.3" - turbo-darwin-arm64 "1.13.3" - turbo-linux-64 "1.13.3" - turbo-linux-arm64 "1.13.3" - turbo-windows-64 "1.13.3" - turbo-windows-arm64 "1.13.3" + turbo-darwin-64 "2.0.4" + turbo-darwin-arm64 "2.0.4" + turbo-linux-64 "2.0.4" + turbo-linux-arm64 "2.0.4" + turbo-windows-64 "2.0.4" + turbo-windows-arm64 "2.0.4" tv4@^1.3.0: version "1.3.0"