From 1651065d8be5dd50ce7eaac426d17d4b26077564 Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Fri, 7 Jun 2024 15:00:35 -0600 Subject: [PATCH 1/7] Give examples carat versions. --- examples/with-berry/package.json | 2 +- examples/with-berry/yarn.lock | 60 ++++++++-------- examples/with-changesets/package.json | 2 +- examples/with-changesets/pnpm-lock.yaml | 2 +- examples/with-docker/package.json | 2 +- examples/with-docker/yarn.lock | 80 ++++++++++----------- examples/with-gatsby/package.json | 2 +- examples/with-gatsby/pnpm-lock.yaml | 2 +- examples/with-rollup/package.json | 2 +- examples/with-rollup/pnpm-lock.yaml | 2 +- examples/with-shell-commands/package.json | 2 +- examples/with-shell-commands/pnpm-lock.yaml | 2 +- examples/with-svelte/package.json | 2 +- examples/with-svelte/pnpm-lock.yaml | 2 +- examples/with-tailwind/package.json | 2 +- examples/with-tailwind/pnpm-lock.yaml | 2 +- examples/with-vite/package.json | 2 +- examples/with-vite/pnpm-lock.yaml | 2 +- examples/with-vue-nuxt/package.json | 2 +- examples/with-vue-nuxt/pnpm-lock.yaml | 16 ++--- examples/with-yarn/package.json | 2 +- examples/with-yarn/yarn.lock | 68 +++++++++--------- 22 files changed, 130 insertions(+), 130 deletions(-) diff --git a/examples/with-berry/package.json b/examples/with-berry/package.json index 7034de1690a76..5d276202fcc6c 100644 --- a/examples/with-berry/package.json +++ b/examples/with-berry/package.json @@ -13,7 +13,7 @@ "eslint": "8.57.0", "eslint-config-custom": "*", "prettier": "^3.2.5", - "turbo": "^1.12.4" + "turbo": "^2.0.0" }, "packageManager": "yarn@3.6.3", "engines": { diff --git a/examples/with-berry/yarn.lock b/examples/with-berry/yarn.lock index 836cf3b3bf4f0..baaf4b75eba92 100644 --- a/examples/with-berry/yarn.lock +++ b/examples/with-berry/yarn.lock @@ -4431,7 +4431,7 @@ __metadata: eslint: 8.57.0 eslint-config-custom: "*" prettier: ^3.2.5 - turbo: ^1.12.4 + turbo: ^2.0.0 languageName: unknown linkType: soft @@ -4966,58 +4966,58 @@ __metadata: languageName: node linkType: hard -"turbo-darwin-64@npm:1.12.4": - version: 1.12.4 - resolution: "turbo-darwin-64@npm:1.12.4" +"turbo-darwin-64@npm:2.0.3": + version: 2.0.3 + resolution: "turbo-darwin-64@npm:2.0.3" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"turbo-darwin-arm64@npm:1.12.4": - version: 1.12.4 - resolution: "turbo-darwin-arm64@npm:1.12.4" +"turbo-darwin-arm64@npm:2.0.3": + version: 2.0.3 + resolution: "turbo-darwin-arm64@npm:2.0.3" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"turbo-linux-64@npm:1.12.4": - version: 1.12.4 - resolution: "turbo-linux-64@npm:1.12.4" +"turbo-linux-64@npm:2.0.3": + version: 2.0.3 + resolution: "turbo-linux-64@npm:2.0.3" conditions: os=linux & cpu=x64 languageName: node linkType: hard -"turbo-linux-arm64@npm:1.12.4": - version: 1.12.4 - resolution: "turbo-linux-arm64@npm:1.12.4" +"turbo-linux-arm64@npm:2.0.3": + version: 2.0.3 + resolution: "turbo-linux-arm64@npm:2.0.3" conditions: os=linux & cpu=arm64 languageName: node linkType: hard -"turbo-windows-64@npm:1.12.4": - version: 1.12.4 - resolution: "turbo-windows-64@npm:1.12.4" +"turbo-windows-64@npm:2.0.3": + version: 2.0.3 + resolution: "turbo-windows-64@npm:2.0.3" conditions: os=win32 & cpu=x64 languageName: node linkType: hard -"turbo-windows-arm64@npm:1.12.4": - version: 1.12.4 - resolution: "turbo-windows-arm64@npm:1.12.4" +"turbo-windows-arm64@npm:2.0.3": + version: 2.0.3 + resolution: "turbo-windows-arm64@npm:2.0.3" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"turbo@npm:^1.12.4": - version: 1.12.4 - resolution: "turbo@npm:1.12.4" - dependencies: - turbo-darwin-64: 1.12.4 - turbo-darwin-arm64: 1.12.4 - turbo-linux-64: 1.12.4 - turbo-linux-arm64: 1.12.4 - turbo-windows-64: 1.12.4 - turbo-windows-arm64: 1.12.4 +"turbo@npm:^2.0.0": + version: 2.0.3 + resolution: "turbo@npm:2.0.3" + dependencies: + turbo-darwin-64: 2.0.3 + turbo-darwin-arm64: 2.0.3 + turbo-linux-64: 2.0.3 + turbo-linux-arm64: 2.0.3 + turbo-windows-64: 2.0.3 + turbo-windows-arm64: 2.0.3 dependenciesMeta: turbo-darwin-64: optional: true @@ -5033,7 +5033,7 @@ __metadata: optional: true bin: turbo: bin/turbo - checksum: d387fb91af6ed0ea925201d3858180353c5d93be564829de2e22f48fe57124d1347d2abb8b99215901a305d4c6da4a0daf4c28afeec20fa1bc1ae2762c3b8d3d + checksum: deeddef5bbf1db454ebcc0d460f638506146f85724c5bb10c9b08009c3471798ce3594b4ef50fd03722313d9ef80552f9c93119e04c5859eac73225837caccac languageName: node linkType: hard diff --git a/examples/with-changesets/package.json b/examples/with-changesets/package.json index cfec2165fe9ae..ab905631201a7 100644 --- a/examples/with-changesets/package.json +++ b/examples/with-changesets/package.json @@ -15,7 +15,7 @@ "@changesets/cli": "^2.27.1", "eslint": "^8.57.0", "prettier": "^3.2.5", - "turbo": "2.0.0" + "turbo": "^2.0.0" }, "packageManager": "pnpm@8.15.6", "engines": { diff --git a/examples/with-changesets/pnpm-lock.yaml b/examples/with-changesets/pnpm-lock.yaml index 78f50be85ac04..c02c12c0ce3b9 100644 --- a/examples/with-changesets/pnpm-lock.yaml +++ b/examples/with-changesets/pnpm-lock.yaml @@ -21,7 +21,7 @@ importers: specifier: ^3.2.5 version: 3.2.5 turbo: - specifier: 2.0.0 + specifier: ^2.0.0 version: 2.0.0 apps/docs: diff --git a/examples/with-docker/package.json b/examples/with-docker/package.json index e44f820c71e63..c8b15bd36a7d2 100644 --- a/examples/with-docker/package.json +++ b/examples/with-docker/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@repo/eslint-config": "*", "prettier": "^3.2.5", - "turbo": "^1.12.4" + "turbo": "^2.0.0" }, "packageManager": "yarn@1.22.19", "engines": { diff --git a/examples/with-docker/yarn.lock b/examples/with-docker/yarn.lock index d501b997479db..9fd09e14ba731 100644 --- a/examples/with-docker/yarn.lock +++ b/examples/with-docker/yarn.lock @@ -5242,47 +5242,47 @@ tsutils@^3.21.0: dependencies: tslib "^1.8.1" -turbo-darwin-64@1.12.4: - version "1.12.4" - resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-1.12.4.tgz#c03061dcf3e9fb6e530b7c5be035e44627015af7" - integrity sha512-dBwFxhp9isTa9RS/fz2gDVk5wWhKQsPQMozYhjM7TT4jTrnYn0ZJMzr7V3B/M/T8QF65TbniW7w1gtgxQgX5Zg== - -turbo-darwin-arm64@1.12.4: - version "1.12.4" - resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-1.12.4.tgz#5a10367004077fb7874717f4ddc47b2f66f74cfb" - integrity sha512-1Uo5iI6xsJ1j9ObsqxYRsa3W26mEbUe6fnj4rQYV6kDaqYD54oAMJ6hM53q9rB8JvFxwdrUXGp3PwTw9A0qqkA== - -turbo-linux-64@1.12.4: - version "1.12.4" - resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-1.12.4.tgz#22af551b152634a162a13c4a14af28816b383fc9" - integrity sha512-ONg2aSqKP7LAQOg7ysmU5WpEQp4DGNxSlAiR7um+LKtbmC/UxogbR5+T+Uuq6zGuQ5kJyKjWJ4NhtvUswOqBsA== - -turbo-linux-arm64@1.12.4: - version "1.12.4" - resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-1.12.4.tgz#f13fb4da0e9fd968ccc0b807df643913ee8fab50" - integrity sha512-9FPufkwdgfIKg/9jj87Cdtftw8o36y27/S2vLN7FTR2pp9c0MQiTBOLVYadUr1FlShupddmaMbTkXEhyt9SdrA== - -turbo-windows-64@1.12.4: - version "1.12.4" - resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-1.12.4.tgz#9b72a5082f6db8f995f409226220982ee90661f7" - integrity sha512-2mOtxHW5Vjh/5rDVu/aFwsMzI+chs8XcEuJHlY1sYOpEymYTz+u6AXbnzRvwZFMrLKr7J7fQOGl+v96sLKbNdA== - -turbo-windows-arm64@1.12.4: - version "1.12.4" - resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-1.12.4.tgz#e7058885e18705c625436acebcd66fda3dd506d5" - integrity sha512-nOY5wae9qnxPOpT1fRuYO0ks6dTwpKMPV6++VkDkamFDLFHUDVM/9kmD2UTeh1yyrKnrZksbb9zmShhmfj1wog== - -turbo@^1.12.4: - version "1.12.4" - resolved "https://registry.yarnpkg.com/turbo/-/turbo-1.12.4.tgz#c3ba81871eba9ec87ac86af9e6270857726da9cb" - integrity sha512-yUJ7elEUSToiGwFZogXpYKJpQ0BvaMbkEuQECIWtkBLcmWzlMOt6bActsIm29oN83mRU0WbzGt4e8H1KHWedhg== +turbo-darwin-64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-2.0.3.tgz#52c5f79b4027dfd0184fb963da41bf989be4a00d" + integrity sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q== + +turbo-darwin-arm64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-2.0.3.tgz#46fa54d0cd95782ac38015e3396d59cdbdeb1eb8" + integrity sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw== + +turbo-linux-64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-2.0.3.tgz#17d6714b32381d474ef2ee5613343165f9bd75bc" + integrity sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q== + +turbo-linux-arm64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-2.0.3.tgz#4f1bfe421dcecf2fb1164a1e223ba310d6e28b6f" + integrity sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A== + +turbo-windows-64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-2.0.3.tgz#9d1b99aff361bcbf4e065029e9dfa6682a0c0b2d" + integrity sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w== + +turbo-windows-arm64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-2.0.3.tgz#0e0641acda3325a4a3d28123ef21017a7aae8f38" + integrity sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg== + +turbo@^2.0.0: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo/-/turbo-2.0.3.tgz#789f64666d15dbc6fc85ce507a6c6888d70df88f" + integrity sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA== optionalDependencies: - turbo-darwin-64 "1.12.4" - turbo-darwin-arm64 "1.12.4" - turbo-linux-64 "1.12.4" - turbo-linux-arm64 "1.12.4" - turbo-windows-64 "1.12.4" - turbo-windows-arm64 "1.12.4" + turbo-darwin-64 "2.0.3" + turbo-darwin-arm64 "2.0.3" + turbo-linux-64 "2.0.3" + turbo-linux-arm64 "2.0.3" + turbo-windows-64 "2.0.3" + turbo-windows-arm64 "2.0.3" type-check@^0.4.0, type-check@~0.4.0: version "0.4.0" diff --git a/examples/with-gatsby/package.json b/examples/with-gatsby/package.json index fa3535d6b7da9..979771a6cd7b9 100644 --- a/examples/with-gatsby/package.json +++ b/examples/with-gatsby/package.json @@ -11,7 +11,7 @@ "devDependencies": { "eslint": "^8.57.0", "prettier": "^3.2.5", - "turbo": "2.0.0" + "turbo": "^2.0.0" }, "engines": { "node": ">=18" diff --git a/examples/with-gatsby/pnpm-lock.yaml b/examples/with-gatsby/pnpm-lock.yaml index 4bf8225b25b39..b21ed53992f69 100644 --- a/examples/with-gatsby/pnpm-lock.yaml +++ b/examples/with-gatsby/pnpm-lock.yaml @@ -15,7 +15,7 @@ importers: specifier: ^3.2.5 version: 3.2.5 turbo: - specifier: 2.0.0 + specifier: ^2.0.0 version: 2.0.0 apps/docs: diff --git a/examples/with-rollup/package.json b/examples/with-rollup/package.json index 5f589bf8f2683..5748ef9cb1c48 100644 --- a/examples/with-rollup/package.json +++ b/examples/with-rollup/package.json @@ -10,7 +10,7 @@ "@repo/eslint-config": "workspace:*", "eslint": "^8.57.0", "prettier": "^3.2.5", - "turbo": "2.0.0" + "turbo": "^2.0.0" }, "packageManager": "pnpm@8.15.6", "name": "with-rollup" diff --git a/examples/with-rollup/pnpm-lock.yaml b/examples/with-rollup/pnpm-lock.yaml index 5fe22df8667e0..0e06d242bdc10 100644 --- a/examples/with-rollup/pnpm-lock.yaml +++ b/examples/with-rollup/pnpm-lock.yaml @@ -18,7 +18,7 @@ importers: specifier: ^3.2.5 version: 3.3.0 turbo: - specifier: 2.0.0 + specifier: ^2.0.0 version: 2.0.0 apps/web: diff --git a/examples/with-shell-commands/package.json b/examples/with-shell-commands/package.json index 2b36ecfb0a572..163c0eb3a1894 100644 --- a/examples/with-shell-commands/package.json +++ b/examples/with-shell-commands/package.json @@ -3,6 +3,6 @@ "description": "A barebones Turborepo example for working with Task Graphs.", "packageManager": "pnpm@8.15.6", "devDependencies": { - "turbo": "2.0.0" + "turbo": "^2.0.0" } } diff --git a/examples/with-shell-commands/pnpm-lock.yaml b/examples/with-shell-commands/pnpm-lock.yaml index 3c64c56136cf3..cfac002cf1cb9 100644 --- a/examples/with-shell-commands/pnpm-lock.yaml +++ b/examples/with-shell-commands/pnpm-lock.yaml @@ -9,7 +9,7 @@ importers: .: devDependencies: turbo: - specifier: 2.0.0 + specifier: ^2.0.0 version: 2.0.0 apps/apps-a: diff --git a/examples/with-svelte/package.json b/examples/with-svelte/package.json index 93ec6eacb7221..eb6da76e4ddbe 100644 --- a/examples/with-svelte/package.json +++ b/examples/with-svelte/package.json @@ -11,7 +11,7 @@ "eslint": "^8.57.0", "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.2", - "turbo": "2.0.0" + "turbo": "^2.0.0" }, "packageManager": "pnpm@8.15.6", "engines": { diff --git a/examples/with-svelte/pnpm-lock.yaml b/examples/with-svelte/pnpm-lock.yaml index 3e7f3d523b983..3e567a7d9bee0 100644 --- a/examples/with-svelte/pnpm-lock.yaml +++ b/examples/with-svelte/pnpm-lock.yaml @@ -21,7 +21,7 @@ importers: specifier: ^3.2.2 version: 3.2.2(prettier@3.2.5)(svelte@4.2.12) turbo: - specifier: 2.0.0 + specifier: ^2.0.0 version: 2.0.0 apps/docs: diff --git a/examples/with-tailwind/package.json b/examples/with-tailwind/package.json index 298a21975a2f8..392abcceabf38 100644 --- a/examples/with-tailwind/package.json +++ b/examples/with-tailwind/package.json @@ -13,7 +13,7 @@ "eslint": "^8.57.0", "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.5.11", - "turbo": "2.0.0" + "turbo": "^2.0.0" }, "packageManager": "pnpm@8.15.6", "engines": { diff --git a/examples/with-tailwind/pnpm-lock.yaml b/examples/with-tailwind/pnpm-lock.yaml index 7f14237e0df26..e344dd7510935 100644 --- a/examples/with-tailwind/pnpm-lock.yaml +++ b/examples/with-tailwind/pnpm-lock.yaml @@ -21,7 +21,7 @@ importers: specifier: ^0.5.11 version: 0.5.11(prettier@3.2.5) turbo: - specifier: 2.0.0 + specifier: ^2.0.0 version: 2.0.0 apps/docs: diff --git a/examples/with-vite/package.json b/examples/with-vite/package.json index e91f790a84ea3..080b7f2a66ce4 100644 --- a/examples/with-vite/package.json +++ b/examples/with-vite/package.json @@ -10,7 +10,7 @@ "@repo/eslint-config": "workspace:*", "eslint": "^8.57.0", "prettier": "^3.2.5", - "turbo": "2.0.0" + "turbo": "^2.0.0" }, "packageManager": "pnpm@8.15.6", "name": "with-vite" diff --git a/examples/with-vite/pnpm-lock.yaml b/examples/with-vite/pnpm-lock.yaml index d2ddc794ee4ee..bb544d9315cb3 100644 --- a/examples/with-vite/pnpm-lock.yaml +++ b/examples/with-vite/pnpm-lock.yaml @@ -18,7 +18,7 @@ importers: specifier: ^3.2.5 version: 3.2.5 turbo: - specifier: 2.0.0 + specifier: ^2.0.0 version: 2.0.0 apps/docs: diff --git a/examples/with-vue-nuxt/package.json b/examples/with-vue-nuxt/package.json index 4bbc751f06af6..3ea6f9309a8c5 100644 --- a/examples/with-vue-nuxt/package.json +++ b/examples/with-vue-nuxt/package.json @@ -11,7 +11,7 @@ "eslint": "^8.57.0", "prettier": "^3.2.5", "tsconfig": "workspace:*", - "turbo": "2.0.0" + "turbo": "^2.0.0" }, "packageManager": "pnpm@8.15.6" } diff --git a/examples/with-vue-nuxt/pnpm-lock.yaml b/examples/with-vue-nuxt/pnpm-lock.yaml index aa3b025a66cbd..78597f95a6713 100644 --- a/examples/with-vue-nuxt/pnpm-lock.yaml +++ b/examples/with-vue-nuxt/pnpm-lock.yaml @@ -18,7 +18,7 @@ importers: specifier: workspace:* version: link:packages/tsconfig turbo: - specifier: 2.0.0 + specifier: ^2.0.0 version: 2.0.0 apps/docs: @@ -110,8 +110,8 @@ importers: specifier: ^12.0.0 version: 12.0.0(eslint-plugin-vue@9.22.0)(eslint@8.57.0)(typescript@5.3.3) eslint-config-turbo: - specifier: ^1.12.4 - version: 1.12.4(eslint@8.57.0) + specifier: ^2.0.0 + version: 2.0.3(eslint@8.57.0) typescript: specifier: ^5.3.3 version: 5.3.3 @@ -3880,13 +3880,13 @@ packages: eslint-plugin-promise: 6.1.1(eslint@8.57.0) dev: true - /eslint-config-turbo@1.12.4(eslint@8.57.0): - resolution: {integrity: sha512-5hqEaV6PNmAYLL4RTmq74OcCt8pgzOLnfDVPG/7PUXpQ0Mpz0gr926oCSFukywKKXjdum3VHD84S7Z9A/DqTAw==} + /eslint-config-turbo@2.0.3(eslint@8.57.0): + resolution: {integrity: sha512-D1+lNOpTFEuAgPWJfRHXHjzvAfO+0TVmORfftmYQNw+uk2UIBjhelhwERBceYFy2oFJnckHsqt69dp/zIM6/0g==} peerDependencies: eslint: '>6.6.0' dependencies: eslint: 8.57.0 - eslint-plugin-turbo: 1.12.4(eslint@8.57.0) + eslint-plugin-turbo: 2.0.3(eslint@8.57.0) dev: true /eslint-import-resolver-alias@1.1.2(eslint-plugin-import@2.28.1): @@ -4183,8 +4183,8 @@ packages: '@microsoft/tsdoc-config': 0.16.2 dev: true - /eslint-plugin-turbo@1.12.4(eslint@8.57.0): - resolution: {integrity: sha512-3AGmXvH7E4i/XTWqBrcgu+G7YKZJV/8FrEn79kTd50ilNsv+U3nS2IlcCrQB6Xm2m9avGD9cadLzKDR1/UF2+g==} + /eslint-plugin-turbo@2.0.3(eslint@8.57.0): + resolution: {integrity: sha512-mplP4nYaRvtTNuwF5QTLYKLu0/8LTRsHPgX4ARhaof+QZI2ttglONe1/iJpKB4pg0KqFp7WHziKoJL+s0+CJ1w==} peerDependencies: eslint: '>6.6.0' dependencies: diff --git a/examples/with-yarn/package.json b/examples/with-yarn/package.json index 39b4dd8487537..ba2e1437bcf9b 100644 --- a/examples/with-yarn/package.json +++ b/examples/with-yarn/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@repo/eslint-config": "*", "prettier": "^3.2.5", - "turbo": "2.0.0" + "turbo": "^2.0.0" }, "packageManager": "yarn@1.22.22", "engines": { diff --git a/examples/with-yarn/yarn.lock b/examples/with-yarn/yarn.lock index cf178a9096dbc..2056329662846 100644 --- a/examples/with-yarn/yarn.lock +++ b/examples/with-yarn/yarn.lock @@ -4193,47 +4193,47 @@ tsutils@^3.21.0: dependencies: tslib "^1.8.1" -turbo-darwin-64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-2.0.0.tgz#a9bdec72c6c632ccfcb81745f166c0f02a5caa73" - integrity sha512-KpXgU4TrTpAEkOaYVqAXunxybZy2l/4u+8kJfFsED5sytG7v1QsOy1BT1iHf7Da0hSNZDNYJm7stsSmICiPQcQ== +turbo-darwin-64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-2.0.3.tgz#52c5f79b4027dfd0184fb963da41bf989be4a00d" + integrity sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q== -turbo-darwin-arm64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-2.0.0.tgz#db9c2e46b84019d4711e0f461fd566b948e206fb" - integrity sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw== +turbo-darwin-arm64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-2.0.3.tgz#46fa54d0cd95782ac38015e3396d59cdbdeb1eb8" + integrity sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw== -turbo-linux-64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-2.0.0.tgz#12af0598ebaab14757e99a6ce7c45eb58714d749" - integrity sha512-mk2WpIcBjTLM9l+cHBq9zsp5g+AJhEo3Upk/NBmyOxB6xmEVmkCDvwLhzuNo8VnuyF7SUGofoF1Tyu5jccr/nA== +turbo-linux-64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-2.0.3.tgz#17d6714b32381d474ef2ee5613343165f9bd75bc" + integrity sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q== -turbo-linux-arm64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-2.0.0.tgz#2eb2d5fd34d8d8c09c3676780da213d991a18b3c" - integrity sha512-B1eVXr97XPEuMxGOlT9Oj/jTe3knGQxN0Lu8udITMw1b+kCNWxeCd/9QmTFL0SMUcb6rQk6BNI/KA+7PTchdpg== +turbo-linux-arm64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-2.0.3.tgz#4f1bfe421dcecf2fb1164a1e223ba310d6e28b6f" + integrity sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A== -turbo-windows-64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-2.0.0.tgz#e885d59561835f17d96576117183eca1dac3695f" - integrity sha512-rCGdSvDHReqkmz3la7mxmzX5Z46XVVzDzJjZg/6+sWaf1DPewkQIz58pBEjHKnBJm/L/yk16x1ap+EdFMwpSUw== +turbo-windows-64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-2.0.3.tgz#9d1b99aff361bcbf4e065029e9dfa6682a0c0b2d" + integrity sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w== -turbo-windows-arm64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-2.0.0.tgz#3ba2ab66404052fa7ce6dd8e6a8c6d3a8625375e" - integrity sha512-IHpjN5/P2h8wuOKltXKOaAObZtgIf4YWQQEnwq1fU6yaCEXv1tNiY8RHil0kW4twtQ3jwLkkM/gTpyR6zt3CMg== +turbo-windows-arm64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-2.0.3.tgz#0e0641acda3325a4a3d28123ef21017a7aae8f38" + integrity sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg== -turbo@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo/-/turbo-2.0.0.tgz#0398ac585e07df837751fce550aeebe773a14d41" - integrity sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ== +turbo@^2.0.0: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo/-/turbo-2.0.3.tgz#789f64666d15dbc6fc85ce507a6c6888d70df88f" + integrity sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA== optionalDependencies: - turbo-darwin-64 "2.0.0" - turbo-darwin-arm64 "2.0.0" - turbo-linux-64 "2.0.0" - turbo-linux-arm64 "2.0.0" - turbo-windows-64 "2.0.0" - turbo-windows-arm64 "2.0.0" + turbo-darwin-64 "2.0.3" + turbo-darwin-arm64 "2.0.3" + turbo-linux-64 "2.0.3" + turbo-linux-arm64 "2.0.3" + turbo-windows-64 "2.0.3" + turbo-windows-arm64 "2.0.3" type-check@^0.4.0, type-check@~0.4.0: version "0.4.0" From db0c58cdb5ca08bcf1223676f202f3004b5c57c9 Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Fri, 7 Jun 2024 15:06:42 -0600 Subject: [PATCH 2/7] Latest. --- examples/with-tailwind/package.json | 2 +- examples/with-tailwind/pnpm-lock.yaml | 51 +++++++++++++++------------ 2 files changed, 30 insertions(+), 23 deletions(-) diff --git a/examples/with-tailwind/package.json b/examples/with-tailwind/package.json index 392abcceabf38..4cbcee5db66ac 100644 --- a/examples/with-tailwind/package.json +++ b/examples/with-tailwind/package.json @@ -13,7 +13,7 @@ "eslint": "^8.57.0", "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.5.11", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "packageManager": "pnpm@8.15.6", "engines": { diff --git a/examples/with-tailwind/pnpm-lock.yaml b/examples/with-tailwind/pnpm-lock.yaml index e344dd7510935..5ca6fa51eff01 100644 --- a/examples/with-tailwind/pnpm-lock.yaml +++ b/examples/with-tailwind/pnpm-lock.yaml @@ -21,8 +21,11 @@ importers: specifier: ^0.5.11 version: 0.5.11(prettier@3.2.5) turbo: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.0.3 + version: 2.0.3 + up: + specifier: ^1.0.2 + version: 1.0.2 apps/docs: dependencies: @@ -3902,64 +3905,64 @@ packages: typescript: 5.3.3 dev: true - /turbo-darwin-64@2.0.0: - resolution: {integrity: sha512-KpXgU4TrTpAEkOaYVqAXunxybZy2l/4u+8kJfFsED5sytG7v1QsOy1BT1iHf7Da0hSNZDNYJm7stsSmICiPQcQ==} + /turbo-darwin-64@2.0.3: + resolution: {integrity: sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@2.0.0: - resolution: {integrity: sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw==} + /turbo-darwin-arm64@2.0.3: + resolution: {integrity: sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@2.0.0: - resolution: {integrity: sha512-mk2WpIcBjTLM9l+cHBq9zsp5g+AJhEo3Upk/NBmyOxB6xmEVmkCDvwLhzuNo8VnuyF7SUGofoF1Tyu5jccr/nA==} + /turbo-linux-64@2.0.3: + resolution: {integrity: sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@2.0.0: - resolution: {integrity: sha512-B1eVXr97XPEuMxGOlT9Oj/jTe3knGQxN0Lu8udITMw1b+kCNWxeCd/9QmTFL0SMUcb6rQk6BNI/KA+7PTchdpg==} + /turbo-linux-arm64@2.0.3: + resolution: {integrity: sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@2.0.0: - resolution: {integrity: sha512-rCGdSvDHReqkmz3la7mxmzX5Z46XVVzDzJjZg/6+sWaf1DPewkQIz58pBEjHKnBJm/L/yk16x1ap+EdFMwpSUw==} + /turbo-windows-64@2.0.3: + resolution: {integrity: sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@2.0.0: - resolution: {integrity: sha512-IHpjN5/P2h8wuOKltXKOaAObZtgIf4YWQQEnwq1fU6yaCEXv1tNiY8RHil0kW4twtQ3jwLkkM/gTpyR6zt3CMg==} + /turbo-windows-arm64@2.0.3: + resolution: {integrity: sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@2.0.0: - resolution: {integrity: sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ==} + /turbo@2.0.3: + resolution: {integrity: sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA==} hasBin: true optionalDependencies: - turbo-darwin-64: 2.0.0 - turbo-darwin-arm64: 2.0.0 - turbo-linux-64: 2.0.0 - turbo-linux-arm64: 2.0.0 - turbo-windows-64: 2.0.0 - turbo-windows-arm64: 2.0.0 + turbo-darwin-64: 2.0.3 + turbo-darwin-arm64: 2.0.3 + turbo-linux-64: 2.0.3 + turbo-linux-arm64: 2.0.3 + turbo-windows-64: 2.0.3 + turbo-windows-arm64: 2.0.3 dev: true /type-check@0.4.0: @@ -4046,6 +4049,10 @@ packages: engines: {node: '>=8'} dev: true + /up@1.0.2: + resolution: {integrity: sha512-PKVGUj7i1qMWSR83H3PZpw1h+21wAr1qxqF/8zgTVHS+sHTsu1zvepQDoDJN0Kv49quNJwWgAKDAK2xPy7jocg==} + dev: true + /update-browserslist-db@1.0.13(browserslist@4.23.0): resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} hasBin: true From 79f21f9e4272e444e279548254c323f14d2618b2 Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Fri, 7 Jun 2024 15:07:40 -0600 Subject: [PATCH 3/7] remove --- examples/with-tailwind/pnpm-lock.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examples/with-tailwind/pnpm-lock.yaml b/examples/with-tailwind/pnpm-lock.yaml index 5ca6fa51eff01..7a8812105f5ce 100644 --- a/examples/with-tailwind/pnpm-lock.yaml +++ b/examples/with-tailwind/pnpm-lock.yaml @@ -23,9 +23,6 @@ importers: turbo: specifier: ^2.0.3 version: 2.0.3 - up: - specifier: ^1.0.2 - version: 1.0.2 apps/docs: dependencies: @@ -4049,10 +4046,6 @@ packages: engines: {node: '>=8'} dev: true - /up@1.0.2: - resolution: {integrity: sha512-PKVGUj7i1qMWSR83H3PZpw1h+21wAr1qxqF/8zgTVHS+sHTsu1zvepQDoDJN0Kv49quNJwWgAKDAK2xPy7jocg==} - dev: true - /update-browserslist-db@1.0.13(browserslist@4.23.0): resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} hasBin: true From 279ff4d70b3f8770ef7226e70af33787c98a5375 Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Fri, 7 Jun 2024 15:17:52 -0600 Subject: [PATCH 4/7] Updating versions. --- examples/basic/package.json | 2 +- examples/basic/pnpm-lock.yaml | 44 +++++----- examples/design-system/package.json | 2 +- examples/design-system/pnpm-lock.yaml | 44 +++++----- examples/kitchen-sink/package.json | 2 +- examples/kitchen-sink/pnpm-lock.yaml | 44 +++++----- examples/non-monorepo/package-lock.json | 91 ++++++++++++++++++--- examples/non-monorepo/package.json | 2 +- examples/with-berry/package.json | 2 +- examples/with-berry/yarn.lock | 4 +- examples/with-changesets/package.json | 2 +- examples/with-changesets/pnpm-lock.yaml | 44 +++++----- examples/with-docker/package.json | 2 +- examples/with-docker/yarn.lock | 2 +- examples/with-gatsby/package.json | 2 +- examples/with-gatsby/pnpm-lock.yaml | 44 +++++----- examples/with-npm/package-lock.json | 56 ++++++------- examples/with-npm/package.json | 2 +- examples/with-prisma/package.json | 2 +- examples/with-prisma/yarn.lock | 68 +++++++-------- examples/with-react-native-web/package.json | 2 +- examples/with-react-native-web/yarn.lock | 68 +++++++-------- examples/with-rollup/package.json | 2 +- examples/with-rollup/pnpm-lock.yaml | 44 +++++----- examples/with-shell-commands/package.json | 2 +- examples/with-shell-commands/pnpm-lock.yaml | 44 +++++----- examples/with-svelte/package.json | 2 +- examples/with-svelte/pnpm-lock.yaml | 44 +++++----- examples/with-vite/package.json | 2 +- examples/with-vite/pnpm-lock.yaml | 44 +++++----- examples/with-vue-nuxt/package.json | 2 +- examples/with-vue-nuxt/pnpm-lock.yaml | 44 +++++----- examples/with-yarn/package.json | 2 +- examples/with-yarn/yarn.lock | 2 +- 34 files changed, 415 insertions(+), 350 deletions(-) diff --git a/examples/basic/package.json b/examples/basic/package.json index f6fde351dce58..a0b9fb927edd2 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -11,7 +11,7 @@ "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", "prettier": "^3.2.5", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "packageManager": "pnpm@8.15.6", "engines": { diff --git a/examples/basic/pnpm-lock.yaml b/examples/basic/pnpm-lock.yaml index 461aee577512a..3aea3361e2384 100644 --- a/examples/basic/pnpm-lock.yaml +++ b/examples/basic/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^3.2.5 version: 3.2.5 turbo: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.0.3 + version: 2.0.3 apps/docs: dependencies: @@ -5264,64 +5264,64 @@ packages: typescript: 5.3.3 dev: true - /turbo-darwin-64@2.0.0: - resolution: {integrity: sha512-KpXgU4TrTpAEkOaYVqAXunxybZy2l/4u+8kJfFsED5sytG7v1QsOy1BT1iHf7Da0hSNZDNYJm7stsSmICiPQcQ==} + /turbo-darwin-64@2.0.3: + resolution: {integrity: sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@2.0.0: - resolution: {integrity: sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw==} + /turbo-darwin-arm64@2.0.3: + resolution: {integrity: sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@2.0.0: - resolution: {integrity: sha512-mk2WpIcBjTLM9l+cHBq9zsp5g+AJhEo3Upk/NBmyOxB6xmEVmkCDvwLhzuNo8VnuyF7SUGofoF1Tyu5jccr/nA==} + /turbo-linux-64@2.0.3: + resolution: {integrity: sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@2.0.0: - resolution: {integrity: sha512-B1eVXr97XPEuMxGOlT9Oj/jTe3knGQxN0Lu8udITMw1b+kCNWxeCd/9QmTFL0SMUcb6rQk6BNI/KA+7PTchdpg==} + /turbo-linux-arm64@2.0.3: + resolution: {integrity: sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@2.0.0: - resolution: {integrity: sha512-rCGdSvDHReqkmz3la7mxmzX5Z46XVVzDzJjZg/6+sWaf1DPewkQIz58pBEjHKnBJm/L/yk16x1ap+EdFMwpSUw==} + /turbo-windows-64@2.0.3: + resolution: {integrity: sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@2.0.0: - resolution: {integrity: sha512-IHpjN5/P2h8wuOKltXKOaAObZtgIf4YWQQEnwq1fU6yaCEXv1tNiY8RHil0kW4twtQ3jwLkkM/gTpyR6zt3CMg==} + /turbo-windows-arm64@2.0.3: + resolution: {integrity: sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@2.0.0: - resolution: {integrity: sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ==} + /turbo@2.0.3: + resolution: {integrity: sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA==} hasBin: true optionalDependencies: - turbo-darwin-64: 2.0.0 - turbo-darwin-arm64: 2.0.0 - turbo-linux-64: 2.0.0 - turbo-linux-arm64: 2.0.0 - turbo-windows-64: 2.0.0 - turbo-windows-arm64: 2.0.0 + turbo-darwin-64: 2.0.3 + turbo-darwin-arm64: 2.0.3 + turbo-linux-64: 2.0.3 + turbo-linux-arm64: 2.0.3 + turbo-windows-64: 2.0.3 + turbo-windows-arm64: 2.0.3 dev: true /type-check@0.4.0: diff --git a/examples/design-system/package.json b/examples/design-system/package.json index e1c59890654b3..1751725cee0e6 100644 --- a/examples/design-system/package.json +++ b/examples/design-system/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@changesets/cli": "^2.27.1", "prettier": "^3.2.5", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "packageManager": "pnpm@8.15.6", "name": "design-system" diff --git a/examples/design-system/pnpm-lock.yaml b/examples/design-system/pnpm-lock.yaml index ff2f49e5c43d8..c9cddf2fad2bd 100644 --- a/examples/design-system/pnpm-lock.yaml +++ b/examples/design-system/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^3.2.5 version: 3.2.5 turbo: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.0.3 + version: 2.0.3 apps/docs: dependencies: @@ -10866,64 +10866,64 @@ packages: yargs: 17.7.2 dev: true - /turbo-darwin-64@2.0.0: - resolution: {integrity: sha512-KpXgU4TrTpAEkOaYVqAXunxybZy2l/4u+8kJfFsED5sytG7v1QsOy1BT1iHf7Da0hSNZDNYJm7stsSmICiPQcQ==} + /turbo-darwin-64@2.0.3: + resolution: {integrity: sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@2.0.0: - resolution: {integrity: sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw==} + /turbo-darwin-arm64@2.0.3: + resolution: {integrity: sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@2.0.0: - resolution: {integrity: sha512-mk2WpIcBjTLM9l+cHBq9zsp5g+AJhEo3Upk/NBmyOxB6xmEVmkCDvwLhzuNo8VnuyF7SUGofoF1Tyu5jccr/nA==} + /turbo-linux-64@2.0.3: + resolution: {integrity: sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@2.0.0: - resolution: {integrity: sha512-B1eVXr97XPEuMxGOlT9Oj/jTe3knGQxN0Lu8udITMw1b+kCNWxeCd/9QmTFL0SMUcb6rQk6BNI/KA+7PTchdpg==} + /turbo-linux-arm64@2.0.3: + resolution: {integrity: sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@2.0.0: - resolution: {integrity: sha512-rCGdSvDHReqkmz3la7mxmzX5Z46XVVzDzJjZg/6+sWaf1DPewkQIz58pBEjHKnBJm/L/yk16x1ap+EdFMwpSUw==} + /turbo-windows-64@2.0.3: + resolution: {integrity: sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@2.0.0: - resolution: {integrity: sha512-IHpjN5/P2h8wuOKltXKOaAObZtgIf4YWQQEnwq1fU6yaCEXv1tNiY8RHil0kW4twtQ3jwLkkM/gTpyR6zt3CMg==} + /turbo-windows-arm64@2.0.3: + resolution: {integrity: sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@2.0.0: - resolution: {integrity: sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ==} + /turbo@2.0.3: + resolution: {integrity: sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA==} hasBin: true optionalDependencies: - turbo-darwin-64: 2.0.0 - turbo-darwin-arm64: 2.0.0 - turbo-linux-64: 2.0.0 - turbo-linux-arm64: 2.0.0 - turbo-windows-64: 2.0.0 - turbo-windows-arm64: 2.0.0 + turbo-darwin-64: 2.0.3 + turbo-darwin-arm64: 2.0.3 + turbo-linux-64: 2.0.3 + turbo-linux-arm64: 2.0.3 + turbo-windows-64: 2.0.3 + turbo-windows-arm64: 2.0.3 dev: true /type-check@0.4.0: diff --git a/examples/kitchen-sink/package.json b/examples/kitchen-sink/package.json index fabab78ed5be7..03f018c55ae46 100644 --- a/examples/kitchen-sink/package.json +++ b/examples/kitchen-sink/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "prettier": "^3.2.5", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "packageManager": "pnpm@8.15.6", "engines": { diff --git a/examples/kitchen-sink/pnpm-lock.yaml b/examples/kitchen-sink/pnpm-lock.yaml index 4fe23767bfe35..a627943bc5d6a 100644 --- a/examples/kitchen-sink/pnpm-lock.yaml +++ b/examples/kitchen-sink/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^3.2.5 version: 3.2.5 turbo: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.0.3 + version: 2.0.3 apps/admin: dependencies: @@ -9513,64 +9513,64 @@ packages: typescript: 5.3.3 dev: true - /turbo-darwin-64@2.0.0: - resolution: {integrity: sha512-KpXgU4TrTpAEkOaYVqAXunxybZy2l/4u+8kJfFsED5sytG7v1QsOy1BT1iHf7Da0hSNZDNYJm7stsSmICiPQcQ==} + /turbo-darwin-64@2.0.3: + resolution: {integrity: sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@2.0.0: - resolution: {integrity: sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw==} + /turbo-darwin-arm64@2.0.3: + resolution: {integrity: sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@2.0.0: - resolution: {integrity: sha512-mk2WpIcBjTLM9l+cHBq9zsp5g+AJhEo3Upk/NBmyOxB6xmEVmkCDvwLhzuNo8VnuyF7SUGofoF1Tyu5jccr/nA==} + /turbo-linux-64@2.0.3: + resolution: {integrity: sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@2.0.0: - resolution: {integrity: sha512-B1eVXr97XPEuMxGOlT9Oj/jTe3knGQxN0Lu8udITMw1b+kCNWxeCd/9QmTFL0SMUcb6rQk6BNI/KA+7PTchdpg==} + /turbo-linux-arm64@2.0.3: + resolution: {integrity: sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@2.0.0: - resolution: {integrity: sha512-rCGdSvDHReqkmz3la7mxmzX5Z46XVVzDzJjZg/6+sWaf1DPewkQIz58pBEjHKnBJm/L/yk16x1ap+EdFMwpSUw==} + /turbo-windows-64@2.0.3: + resolution: {integrity: sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@2.0.0: - resolution: {integrity: sha512-IHpjN5/P2h8wuOKltXKOaAObZtgIf4YWQQEnwq1fU6yaCEXv1tNiY8RHil0kW4twtQ3jwLkkM/gTpyR6zt3CMg==} + /turbo-windows-arm64@2.0.3: + resolution: {integrity: sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@2.0.0: - resolution: {integrity: sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ==} + /turbo@2.0.3: + resolution: {integrity: sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA==} hasBin: true optionalDependencies: - turbo-darwin-64: 2.0.0 - turbo-darwin-arm64: 2.0.0 - turbo-linux-64: 2.0.0 - turbo-linux-arm64: 2.0.0 - turbo-windows-64: 2.0.0 - turbo-windows-arm64: 2.0.0 + turbo-darwin-64: 2.0.3 + turbo-darwin-arm64: 2.0.3 + turbo-linux-64: 2.0.3 + turbo-linux-arm64: 2.0.3 + turbo-windows-64: 2.0.3 + turbo-windows-arm64: 2.0.3 dev: true /type-check@0.4.0: diff --git a/examples/non-monorepo/package-lock.json b/examples/non-monorepo/package-lock.json index dc2bd899dc69f..8c9c9d1ab6ed4 100644 --- a/examples/non-monorepo/package-lock.json +++ b/examples/non-monorepo/package-lock.json @@ -18,7 +18,7 @@ "@types/react-dom": "^18.2.19", "eslint": "^8.57.0", "eslint-config-next": "^14.1.1", - "turbo": "^2.0.0", + "turbo": "^2.0.3", "typescript": "^5.3.2" }, "engines": { @@ -3453,26 +3453,39 @@ "license": "0BSD" }, "node_modules/turbo": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/turbo/-/turbo-2.0.0.tgz", - "integrity": "sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/turbo/-/turbo-2.0.3.tgz", + "integrity": "sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA==", "dev": true, "bin": { "turbo": "bin/turbo" }, "optionalDependencies": { - "turbo-darwin-64": "2.0.0", - "turbo-darwin-arm64": "2.0.0", - "turbo-linux-64": "2.0.0", - "turbo-linux-arm64": "2.0.0", - "turbo-windows-64": "2.0.0", - "turbo-windows-arm64": "2.0.0" + "turbo-darwin-64": "2.0.3", + "turbo-darwin-arm64": "2.0.3", + "turbo-linux-64": "2.0.3", + "turbo-linux-arm64": "2.0.3", + "turbo-windows-64": "2.0.3", + "turbo-windows-arm64": "2.0.3" } }, + "node_modules/turbo-darwin-64": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/turbo-darwin-64/-/turbo-darwin-64-2.0.3.tgz", + "integrity": "sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, "node_modules/turbo-darwin-arm64": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/turbo-darwin-arm64/-/turbo-darwin-arm64-2.0.0.tgz", - "integrity": "sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/turbo-darwin-arm64/-/turbo-darwin-arm64-2.0.3.tgz", + "integrity": "sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw==", "cpu": [ "arm64" ], @@ -3482,6 +3495,58 @@ "darwin" ] }, + "node_modules/turbo-linux-64": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/turbo-linux-64/-/turbo-linux-64-2.0.3.tgz", + "integrity": "sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/turbo-linux-arm64": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/turbo-linux-arm64/-/turbo-linux-arm64-2.0.3.tgz", + "integrity": "sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/turbo-windows-64": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/turbo-windows-64/-/turbo-windows-64-2.0.3.tgz", + "integrity": "sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/turbo-windows-arm64": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/turbo-windows-arm64/-/turbo-windows-arm64-2.0.3.tgz", + "integrity": "sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, "node_modules/type-check": { "version": "0.4.0", "dev": true, diff --git a/examples/non-monorepo/package.json b/examples/non-monorepo/package.json index ef050c6ab3e46..97fc04df33c1b 100644 --- a/examples/non-monorepo/package.json +++ b/examples/non-monorepo/package.json @@ -19,7 +19,7 @@ "@types/react-dom": "^18.2.19", "eslint": "^8.57.0", "eslint-config-next": "^14.1.1", - "turbo": "^2.0.0", + "turbo": "^2.0.3", "typescript": "^5.3.2" }, "packageManager": "npm@10.5.0", diff --git a/examples/with-berry/package.json b/examples/with-berry/package.json index 5d276202fcc6c..6407ca2778dc6 100644 --- a/examples/with-berry/package.json +++ b/examples/with-berry/package.json @@ -13,7 +13,7 @@ "eslint": "8.57.0", "eslint-config-custom": "*", "prettier": "^3.2.5", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "packageManager": "yarn@3.6.3", "engines": { diff --git a/examples/with-berry/yarn.lock b/examples/with-berry/yarn.lock index baaf4b75eba92..f214f298d1d16 100644 --- a/examples/with-berry/yarn.lock +++ b/examples/with-berry/yarn.lock @@ -4431,7 +4431,7 @@ __metadata: eslint: 8.57.0 eslint-config-custom: "*" prettier: ^3.2.5 - turbo: ^2.0.0 + turbo: ^2.0.3 languageName: unknown linkType: soft @@ -5008,7 +5008,7 @@ __metadata: languageName: node linkType: hard -"turbo@npm:^2.0.0": +"turbo@npm:^2.0.3": version: 2.0.3 resolution: "turbo@npm:2.0.3" dependencies: diff --git a/examples/with-changesets/package.json b/examples/with-changesets/package.json index ab905631201a7..3ebe85de723b1 100644 --- a/examples/with-changesets/package.json +++ b/examples/with-changesets/package.json @@ -15,7 +15,7 @@ "@changesets/cli": "^2.27.1", "eslint": "^8.57.0", "prettier": "^3.2.5", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "packageManager": "pnpm@8.15.6", "engines": { diff --git a/examples/with-changesets/pnpm-lock.yaml b/examples/with-changesets/pnpm-lock.yaml index c02c12c0ce3b9..1a774cd5654aa 100644 --- a/examples/with-changesets/pnpm-lock.yaml +++ b/examples/with-changesets/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^3.2.5 version: 3.2.5 turbo: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.0.3 + version: 2.0.3 apps/docs: dependencies: @@ -4841,64 +4841,64 @@ packages: yargs: 17.7.2 dev: true - /turbo-darwin-64@2.0.0: - resolution: {integrity: sha512-KpXgU4TrTpAEkOaYVqAXunxybZy2l/4u+8kJfFsED5sytG7v1QsOy1BT1iHf7Da0hSNZDNYJm7stsSmICiPQcQ==} + /turbo-darwin-64@2.0.3: + resolution: {integrity: sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@2.0.0: - resolution: {integrity: sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw==} + /turbo-darwin-arm64@2.0.3: + resolution: {integrity: sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@2.0.0: - resolution: {integrity: sha512-mk2WpIcBjTLM9l+cHBq9zsp5g+AJhEo3Upk/NBmyOxB6xmEVmkCDvwLhzuNo8VnuyF7SUGofoF1Tyu5jccr/nA==} + /turbo-linux-64@2.0.3: + resolution: {integrity: sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@2.0.0: - resolution: {integrity: sha512-B1eVXr97XPEuMxGOlT9Oj/jTe3knGQxN0Lu8udITMw1b+kCNWxeCd/9QmTFL0SMUcb6rQk6BNI/KA+7PTchdpg==} + /turbo-linux-arm64@2.0.3: + resolution: {integrity: sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@2.0.0: - resolution: {integrity: sha512-rCGdSvDHReqkmz3la7mxmzX5Z46XVVzDzJjZg/6+sWaf1DPewkQIz58pBEjHKnBJm/L/yk16x1ap+EdFMwpSUw==} + /turbo-windows-64@2.0.3: + resolution: {integrity: sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@2.0.0: - resolution: {integrity: sha512-IHpjN5/P2h8wuOKltXKOaAObZtgIf4YWQQEnwq1fU6yaCEXv1tNiY8RHil0kW4twtQ3jwLkkM/gTpyR6zt3CMg==} + /turbo-windows-arm64@2.0.3: + resolution: {integrity: sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@2.0.0: - resolution: {integrity: sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ==} + /turbo@2.0.3: + resolution: {integrity: sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA==} hasBin: true optionalDependencies: - turbo-darwin-64: 2.0.0 - turbo-darwin-arm64: 2.0.0 - turbo-linux-64: 2.0.0 - turbo-linux-arm64: 2.0.0 - turbo-windows-64: 2.0.0 - turbo-windows-arm64: 2.0.0 + turbo-darwin-64: 2.0.3 + turbo-darwin-arm64: 2.0.3 + turbo-linux-64: 2.0.3 + turbo-linux-arm64: 2.0.3 + turbo-windows-64: 2.0.3 + turbo-windows-arm64: 2.0.3 dev: true /type-check@0.4.0: diff --git a/examples/with-docker/package.json b/examples/with-docker/package.json index c8b15bd36a7d2..027cb3db4808b 100644 --- a/examples/with-docker/package.json +++ b/examples/with-docker/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@repo/eslint-config": "*", "prettier": "^3.2.5", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "packageManager": "yarn@1.22.19", "engines": { diff --git a/examples/with-docker/yarn.lock b/examples/with-docker/yarn.lock index 9fd09e14ba731..80dcc084ff8bc 100644 --- a/examples/with-docker/yarn.lock +++ b/examples/with-docker/yarn.lock @@ -5272,7 +5272,7 @@ turbo-windows-arm64@2.0.3: resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-2.0.3.tgz#0e0641acda3325a4a3d28123ef21017a7aae8f38" integrity sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg== -turbo@^2.0.0: +turbo@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/turbo/-/turbo-2.0.3.tgz#789f64666d15dbc6fc85ce507a6c6888d70df88f" integrity sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA== diff --git a/examples/with-gatsby/package.json b/examples/with-gatsby/package.json index 979771a6cd7b9..4d6279686b2da 100644 --- a/examples/with-gatsby/package.json +++ b/examples/with-gatsby/package.json @@ -11,7 +11,7 @@ "devDependencies": { "eslint": "^8.57.0", "prettier": "^3.2.5", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "engines": { "node": ">=18" diff --git a/examples/with-gatsby/pnpm-lock.yaml b/examples/with-gatsby/pnpm-lock.yaml index b21ed53992f69..db669177083ba 100644 --- a/examples/with-gatsby/pnpm-lock.yaml +++ b/examples/with-gatsby/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^3.2.5 version: 3.2.5 turbo: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.0.3 + version: 2.0.3 apps/docs: dependencies: @@ -10267,64 +10267,64 @@ packages: dependencies: safe-buffer: 5.2.1 - /turbo-darwin-64@2.0.0: - resolution: {integrity: sha512-KpXgU4TrTpAEkOaYVqAXunxybZy2l/4u+8kJfFsED5sytG7v1QsOy1BT1iHf7Da0hSNZDNYJm7stsSmICiPQcQ==} + /turbo-darwin-64@2.0.3: + resolution: {integrity: sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@2.0.0: - resolution: {integrity: sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw==} + /turbo-darwin-arm64@2.0.3: + resolution: {integrity: sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@2.0.0: - resolution: {integrity: sha512-mk2WpIcBjTLM9l+cHBq9zsp5g+AJhEo3Upk/NBmyOxB6xmEVmkCDvwLhzuNo8VnuyF7SUGofoF1Tyu5jccr/nA==} + /turbo-linux-64@2.0.3: + resolution: {integrity: sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@2.0.0: - resolution: {integrity: sha512-B1eVXr97XPEuMxGOlT9Oj/jTe3knGQxN0Lu8udITMw1b+kCNWxeCd/9QmTFL0SMUcb6rQk6BNI/KA+7PTchdpg==} + /turbo-linux-arm64@2.0.3: + resolution: {integrity: sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@2.0.0: - resolution: {integrity: sha512-rCGdSvDHReqkmz3la7mxmzX5Z46XVVzDzJjZg/6+sWaf1DPewkQIz58pBEjHKnBJm/L/yk16x1ap+EdFMwpSUw==} + /turbo-windows-64@2.0.3: + resolution: {integrity: sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@2.0.0: - resolution: {integrity: sha512-IHpjN5/P2h8wuOKltXKOaAObZtgIf4YWQQEnwq1fU6yaCEXv1tNiY8RHil0kW4twtQ3jwLkkM/gTpyR6zt3CMg==} + /turbo-windows-arm64@2.0.3: + resolution: {integrity: sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@2.0.0: - resolution: {integrity: sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ==} + /turbo@2.0.3: + resolution: {integrity: sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA==} hasBin: true optionalDependencies: - turbo-darwin-64: 2.0.0 - turbo-darwin-arm64: 2.0.0 - turbo-linux-64: 2.0.0 - turbo-linux-arm64: 2.0.0 - turbo-windows-64: 2.0.0 - turbo-windows-arm64: 2.0.0 + turbo-darwin-64: 2.0.3 + turbo-darwin-arm64: 2.0.3 + turbo-linux-64: 2.0.3 + turbo-linux-arm64: 2.0.3 + turbo-windows-64: 2.0.3 + turbo-windows-arm64: 2.0.3 dev: true /type-check@0.4.0: diff --git a/examples/with-npm/package-lock.json b/examples/with-npm/package-lock.json index 2b653f2aac2b9..99b05c340aac0 100644 --- a/examples/with-npm/package-lock.json +++ b/examples/with-npm/package-lock.json @@ -12,7 +12,7 @@ "devDependencies": { "@repo/eslint-config": "*", "prettier": "^3.2.5", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "engines": { "node": ">=18" @@ -7983,26 +7983,26 @@ "dev": true }, "node_modules/turbo": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/turbo/-/turbo-2.0.0.tgz", - "integrity": "sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/turbo/-/turbo-2.0.3.tgz", + "integrity": "sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA==", "dev": true, "bin": { "turbo": "bin/turbo" }, "optionalDependencies": { - "turbo-darwin-64": "2.0.0", - "turbo-darwin-arm64": "2.0.0", - "turbo-linux-64": "2.0.0", - "turbo-linux-arm64": "2.0.0", - "turbo-windows-64": "2.0.0", - "turbo-windows-arm64": "2.0.0" + "turbo-darwin-64": "2.0.3", + "turbo-darwin-arm64": "2.0.3", + "turbo-linux-64": "2.0.3", + "turbo-linux-arm64": "2.0.3", + "turbo-windows-64": "2.0.3", + "turbo-windows-arm64": "2.0.3" } }, "node_modules/turbo-darwin-64": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/turbo-darwin-64/-/turbo-darwin-64-2.0.0.tgz", - "integrity": "sha512-KpXgU4TrTpAEkOaYVqAXunxybZy2l/4u+8kJfFsED5sytG7v1QsOy1BT1iHf7Da0hSNZDNYJm7stsSmICiPQcQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/turbo-darwin-64/-/turbo-darwin-64-2.0.3.tgz", + "integrity": "sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q==", "cpu": [ "x64" ], @@ -8013,9 +8013,9 @@ ] }, "node_modules/turbo-darwin-arm64": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/turbo-darwin-arm64/-/turbo-darwin-arm64-2.0.0.tgz", - "integrity": "sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/turbo-darwin-arm64/-/turbo-darwin-arm64-2.0.3.tgz", + "integrity": "sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw==", "cpu": [ "arm64" ], @@ -8026,9 +8026,9 @@ ] }, "node_modules/turbo-linux-64": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/turbo-linux-64/-/turbo-linux-64-2.0.0.tgz", - "integrity": "sha512-mk2WpIcBjTLM9l+cHBq9zsp5g+AJhEo3Upk/NBmyOxB6xmEVmkCDvwLhzuNo8VnuyF7SUGofoF1Tyu5jccr/nA==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/turbo-linux-64/-/turbo-linux-64-2.0.3.tgz", + "integrity": "sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q==", "cpu": [ "x64" ], @@ -8039,9 +8039,9 @@ ] }, "node_modules/turbo-linux-arm64": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/turbo-linux-arm64/-/turbo-linux-arm64-2.0.0.tgz", - "integrity": "sha512-B1eVXr97XPEuMxGOlT9Oj/jTe3knGQxN0Lu8udITMw1b+kCNWxeCd/9QmTFL0SMUcb6rQk6BNI/KA+7PTchdpg==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/turbo-linux-arm64/-/turbo-linux-arm64-2.0.3.tgz", + "integrity": "sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A==", "cpu": [ "arm64" ], @@ -8052,9 +8052,9 @@ ] }, "node_modules/turbo-windows-64": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/turbo-windows-64/-/turbo-windows-64-2.0.0.tgz", - "integrity": "sha512-rCGdSvDHReqkmz3la7mxmzX5Z46XVVzDzJjZg/6+sWaf1DPewkQIz58pBEjHKnBJm/L/yk16x1ap+EdFMwpSUw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/turbo-windows-64/-/turbo-windows-64-2.0.3.tgz", + "integrity": "sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w==", "cpu": [ "x64" ], @@ -8065,9 +8065,9 @@ ] }, "node_modules/turbo-windows-arm64": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/turbo-windows-arm64/-/turbo-windows-arm64-2.0.0.tgz", - "integrity": "sha512-IHpjN5/P2h8wuOKltXKOaAObZtgIf4YWQQEnwq1fU6yaCEXv1tNiY8RHil0kW4twtQ3jwLkkM/gTpyR6zt3CMg==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/turbo-windows-arm64/-/turbo-windows-arm64-2.0.3.tgz", + "integrity": "sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg==", "cpu": [ "arm64" ], diff --git a/examples/with-npm/package.json b/examples/with-npm/package.json index 9a29011502986..56d2cb58e6983 100644 --- a/examples/with-npm/package.json +++ b/examples/with-npm/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@repo/eslint-config": "*", "prettier": "^3.2.5", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "packageManager": "npm@10.5.0", "engines": { diff --git a/examples/with-prisma/package.json b/examples/with-prisma/package.json index 7b35e0b080e80..ec507dee00977 100644 --- a/examples/with-prisma/package.json +++ b/examples/with-prisma/package.json @@ -23,7 +23,7 @@ "prettier": "^3.2.5", "prisma": "5.10.2", "tsx": "^4.7.1", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "engines": { "node": ">=18" diff --git a/examples/with-prisma/yarn.lock b/examples/with-prisma/yarn.lock index bdadcbe246d89..524c459f415eb 100644 --- a/examples/with-prisma/yarn.lock +++ b/examples/with-prisma/yarn.lock @@ -3935,47 +3935,47 @@ tsx@^4.7.1: optionalDependencies: fsevents "~2.3.3" -turbo-darwin-64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-2.0.0.tgz#a9bdec72c6c632ccfcb81745f166c0f02a5caa73" - integrity sha512-KpXgU4TrTpAEkOaYVqAXunxybZy2l/4u+8kJfFsED5sytG7v1QsOy1BT1iHf7Da0hSNZDNYJm7stsSmICiPQcQ== +turbo-darwin-64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-2.0.3.tgz#52c5f79b4027dfd0184fb963da41bf989be4a00d" + integrity sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q== -turbo-darwin-arm64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-2.0.0.tgz#db9c2e46b84019d4711e0f461fd566b948e206fb" - integrity sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw== +turbo-darwin-arm64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-2.0.3.tgz#46fa54d0cd95782ac38015e3396d59cdbdeb1eb8" + integrity sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw== -turbo-linux-64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-2.0.0.tgz#12af0598ebaab14757e99a6ce7c45eb58714d749" - integrity sha512-mk2WpIcBjTLM9l+cHBq9zsp5g+AJhEo3Upk/NBmyOxB6xmEVmkCDvwLhzuNo8VnuyF7SUGofoF1Tyu5jccr/nA== +turbo-linux-64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-2.0.3.tgz#17d6714b32381d474ef2ee5613343165f9bd75bc" + integrity sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q== -turbo-linux-arm64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-2.0.0.tgz#2eb2d5fd34d8d8c09c3676780da213d991a18b3c" - integrity sha512-B1eVXr97XPEuMxGOlT9Oj/jTe3knGQxN0Lu8udITMw1b+kCNWxeCd/9QmTFL0SMUcb6rQk6BNI/KA+7PTchdpg== +turbo-linux-arm64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-2.0.3.tgz#4f1bfe421dcecf2fb1164a1e223ba310d6e28b6f" + integrity sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A== -turbo-windows-64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-2.0.0.tgz#e885d59561835f17d96576117183eca1dac3695f" - integrity sha512-rCGdSvDHReqkmz3la7mxmzX5Z46XVVzDzJjZg/6+sWaf1DPewkQIz58pBEjHKnBJm/L/yk16x1ap+EdFMwpSUw== +turbo-windows-64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-2.0.3.tgz#9d1b99aff361bcbf4e065029e9dfa6682a0c0b2d" + integrity sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w== -turbo-windows-arm64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-2.0.0.tgz#3ba2ab66404052fa7ce6dd8e6a8c6d3a8625375e" - integrity sha512-IHpjN5/P2h8wuOKltXKOaAObZtgIf4YWQQEnwq1fU6yaCEXv1tNiY8RHil0kW4twtQ3jwLkkM/gTpyR6zt3CMg== +turbo-windows-arm64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-2.0.3.tgz#0e0641acda3325a4a3d28123ef21017a7aae8f38" + integrity sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg== -turbo@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo/-/turbo-2.0.0.tgz#0398ac585e07df837751fce550aeebe773a14d41" - integrity sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ== +turbo@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo/-/turbo-2.0.3.tgz#789f64666d15dbc6fc85ce507a6c6888d70df88f" + integrity sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA== optionalDependencies: - turbo-darwin-64 "2.0.0" - turbo-darwin-arm64 "2.0.0" - turbo-linux-64 "2.0.0" - turbo-linux-arm64 "2.0.0" - turbo-windows-64 "2.0.0" - turbo-windows-arm64 "2.0.0" + turbo-darwin-64 "2.0.3" + turbo-darwin-arm64 "2.0.3" + turbo-linux-64 "2.0.3" + turbo-linux-arm64 "2.0.3" + turbo-windows-64 "2.0.3" + turbo-windows-arm64 "2.0.3" type-check@^0.4.0, type-check@~0.4.0: version "0.4.0" diff --git a/examples/with-react-native-web/package.json b/examples/with-react-native-web/package.json index 80b257fdf7262..aaefa78588790 100644 --- a/examples/with-react-native-web/package.json +++ b/examples/with-react-native-web/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "prettier": "^3.1.1", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "packageManager": "yarn@1.22.19", "engines": { diff --git a/examples/with-react-native-web/yarn.lock b/examples/with-react-native-web/yarn.lock index 7511c8b19ed7d..53713ee0474fb 100644 --- a/examples/with-react-native-web/yarn.lock +++ b/examples/with-react-native-web/yarn.lock @@ -10499,47 +10499,47 @@ tsup@^8.0.1: sucrase "^3.20.3" tree-kill "^1.2.2" -turbo-darwin-64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-2.0.0.tgz#a9bdec72c6c632ccfcb81745f166c0f02a5caa73" - integrity sha512-KpXgU4TrTpAEkOaYVqAXunxybZy2l/4u+8kJfFsED5sytG7v1QsOy1BT1iHf7Da0hSNZDNYJm7stsSmICiPQcQ== +turbo-darwin-64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-2.0.3.tgz#52c5f79b4027dfd0184fb963da41bf989be4a00d" + integrity sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q== -turbo-darwin-arm64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-2.0.0.tgz#db9c2e46b84019d4711e0f461fd566b948e206fb" - integrity sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw== +turbo-darwin-arm64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-2.0.3.tgz#46fa54d0cd95782ac38015e3396d59cdbdeb1eb8" + integrity sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw== -turbo-linux-64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-2.0.0.tgz#12af0598ebaab14757e99a6ce7c45eb58714d749" - integrity sha512-mk2WpIcBjTLM9l+cHBq9zsp5g+AJhEo3Upk/NBmyOxB6xmEVmkCDvwLhzuNo8VnuyF7SUGofoF1Tyu5jccr/nA== +turbo-linux-64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-2.0.3.tgz#17d6714b32381d474ef2ee5613343165f9bd75bc" + integrity sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q== -turbo-linux-arm64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-2.0.0.tgz#2eb2d5fd34d8d8c09c3676780da213d991a18b3c" - integrity sha512-B1eVXr97XPEuMxGOlT9Oj/jTe3knGQxN0Lu8udITMw1b+kCNWxeCd/9QmTFL0SMUcb6rQk6BNI/KA+7PTchdpg== +turbo-linux-arm64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-2.0.3.tgz#4f1bfe421dcecf2fb1164a1e223ba310d6e28b6f" + integrity sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A== -turbo-windows-64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-2.0.0.tgz#e885d59561835f17d96576117183eca1dac3695f" - integrity sha512-rCGdSvDHReqkmz3la7mxmzX5Z46XVVzDzJjZg/6+sWaf1DPewkQIz58pBEjHKnBJm/L/yk16x1ap+EdFMwpSUw== +turbo-windows-64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-2.0.3.tgz#9d1b99aff361bcbf4e065029e9dfa6682a0c0b2d" + integrity sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w== -turbo-windows-arm64@2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-2.0.0.tgz#3ba2ab66404052fa7ce6dd8e6a8c6d3a8625375e" - integrity sha512-IHpjN5/P2h8wuOKltXKOaAObZtgIf4YWQQEnwq1fU6yaCEXv1tNiY8RHil0kW4twtQ3jwLkkM/gTpyR6zt3CMg== +turbo-windows-arm64@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-2.0.3.tgz#0e0641acda3325a4a3d28123ef21017a7aae8f38" + integrity sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg== -turbo@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/turbo/-/turbo-2.0.0.tgz#0398ac585e07df837751fce550aeebe773a14d41" - integrity sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ== +turbo@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/turbo/-/turbo-2.0.3.tgz#789f64666d15dbc6fc85ce507a6c6888d70df88f" + integrity sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA== optionalDependencies: - turbo-darwin-64 "2.0.0" - turbo-darwin-arm64 "2.0.0" - turbo-linux-64 "2.0.0" - turbo-linux-arm64 "2.0.0" - turbo-windows-64 "2.0.0" - turbo-windows-arm64 "2.0.0" + turbo-darwin-64 "2.0.3" + turbo-darwin-arm64 "2.0.3" + turbo-linux-64 "2.0.3" + turbo-linux-arm64 "2.0.3" + turbo-windows-64 "2.0.3" + turbo-windows-arm64 "2.0.3" type-check@^0.4.0, type-check@~0.4.0: version "0.4.0" diff --git a/examples/with-rollup/package.json b/examples/with-rollup/package.json index 5748ef9cb1c48..72449f60978fc 100644 --- a/examples/with-rollup/package.json +++ b/examples/with-rollup/package.json @@ -10,7 +10,7 @@ "@repo/eslint-config": "workspace:*", "eslint": "^8.57.0", "prettier": "^3.2.5", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "packageManager": "pnpm@8.15.6", "name": "with-rollup" diff --git a/examples/with-rollup/pnpm-lock.yaml b/examples/with-rollup/pnpm-lock.yaml index 0e06d242bdc10..315947f53d220 100644 --- a/examples/with-rollup/pnpm-lock.yaml +++ b/examples/with-rollup/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^3.2.5 version: 3.3.0 turbo: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.0.3 + version: 2.0.3 apps/web: dependencies: @@ -3758,64 +3758,64 @@ packages: typescript: 5.4.5 dev: true - /turbo-darwin-64@2.0.0: - resolution: {integrity: sha512-KpXgU4TrTpAEkOaYVqAXunxybZy2l/4u+8kJfFsED5sytG7v1QsOy1BT1iHf7Da0hSNZDNYJm7stsSmICiPQcQ==} + /turbo-darwin-64@2.0.3: + resolution: {integrity: sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@2.0.0: - resolution: {integrity: sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw==} + /turbo-darwin-arm64@2.0.3: + resolution: {integrity: sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@2.0.0: - resolution: {integrity: sha512-mk2WpIcBjTLM9l+cHBq9zsp5g+AJhEo3Upk/NBmyOxB6xmEVmkCDvwLhzuNo8VnuyF7SUGofoF1Tyu5jccr/nA==} + /turbo-linux-64@2.0.3: + resolution: {integrity: sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@2.0.0: - resolution: {integrity: sha512-B1eVXr97XPEuMxGOlT9Oj/jTe3knGQxN0Lu8udITMw1b+kCNWxeCd/9QmTFL0SMUcb6rQk6BNI/KA+7PTchdpg==} + /turbo-linux-arm64@2.0.3: + resolution: {integrity: sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@2.0.0: - resolution: {integrity: sha512-rCGdSvDHReqkmz3la7mxmzX5Z46XVVzDzJjZg/6+sWaf1DPewkQIz58pBEjHKnBJm/L/yk16x1ap+EdFMwpSUw==} + /turbo-windows-64@2.0.3: + resolution: {integrity: sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@2.0.0: - resolution: {integrity: sha512-IHpjN5/P2h8wuOKltXKOaAObZtgIf4YWQQEnwq1fU6yaCEXv1tNiY8RHil0kW4twtQ3jwLkkM/gTpyR6zt3CMg==} + /turbo-windows-arm64@2.0.3: + resolution: {integrity: sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@2.0.0: - resolution: {integrity: sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ==} + /turbo@2.0.3: + resolution: {integrity: sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA==} hasBin: true optionalDependencies: - turbo-darwin-64: 2.0.0 - turbo-darwin-arm64: 2.0.0 - turbo-linux-64: 2.0.0 - turbo-linux-arm64: 2.0.0 - turbo-windows-64: 2.0.0 - turbo-windows-arm64: 2.0.0 + turbo-darwin-64: 2.0.3 + turbo-darwin-arm64: 2.0.3 + turbo-linux-64: 2.0.3 + turbo-linux-arm64: 2.0.3 + turbo-windows-64: 2.0.3 + turbo-windows-arm64: 2.0.3 dev: true /type-check@0.4.0: diff --git a/examples/with-shell-commands/package.json b/examples/with-shell-commands/package.json index 163c0eb3a1894..e6a7829937d06 100644 --- a/examples/with-shell-commands/package.json +++ b/examples/with-shell-commands/package.json @@ -3,6 +3,6 @@ "description": "A barebones Turborepo example for working with Task Graphs.", "packageManager": "pnpm@8.15.6", "devDependencies": { - "turbo": "^2.0.0" + "turbo": "^2.0.3" } } diff --git a/examples/with-shell-commands/pnpm-lock.yaml b/examples/with-shell-commands/pnpm-lock.yaml index cfac002cf1cb9..291e65ecf4ffd 100644 --- a/examples/with-shell-commands/pnpm-lock.yaml +++ b/examples/with-shell-commands/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: turbo: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.0.3 + version: 2.0.3 apps/apps-a: dependencies: @@ -43,62 +43,62 @@ importers: packages: - /turbo-darwin-64@2.0.0: - resolution: {integrity: sha512-KpXgU4TrTpAEkOaYVqAXunxybZy2l/4u+8kJfFsED5sytG7v1QsOy1BT1iHf7Da0hSNZDNYJm7stsSmICiPQcQ==} + /turbo-darwin-64@2.0.3: + resolution: {integrity: sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@2.0.0: - resolution: {integrity: sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw==} + /turbo-darwin-arm64@2.0.3: + resolution: {integrity: sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@2.0.0: - resolution: {integrity: sha512-mk2WpIcBjTLM9l+cHBq9zsp5g+AJhEo3Upk/NBmyOxB6xmEVmkCDvwLhzuNo8VnuyF7SUGofoF1Tyu5jccr/nA==} + /turbo-linux-64@2.0.3: + resolution: {integrity: sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@2.0.0: - resolution: {integrity: sha512-B1eVXr97XPEuMxGOlT9Oj/jTe3knGQxN0Lu8udITMw1b+kCNWxeCd/9QmTFL0SMUcb6rQk6BNI/KA+7PTchdpg==} + /turbo-linux-arm64@2.0.3: + resolution: {integrity: sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@2.0.0: - resolution: {integrity: sha512-rCGdSvDHReqkmz3la7mxmzX5Z46XVVzDzJjZg/6+sWaf1DPewkQIz58pBEjHKnBJm/L/yk16x1ap+EdFMwpSUw==} + /turbo-windows-64@2.0.3: + resolution: {integrity: sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@2.0.0: - resolution: {integrity: sha512-IHpjN5/P2h8wuOKltXKOaAObZtgIf4YWQQEnwq1fU6yaCEXv1tNiY8RHil0kW4twtQ3jwLkkM/gTpyR6zt3CMg==} + /turbo-windows-arm64@2.0.3: + resolution: {integrity: sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@2.0.0: - resolution: {integrity: sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ==} + /turbo@2.0.3: + resolution: {integrity: sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA==} hasBin: true optionalDependencies: - turbo-darwin-64: 2.0.0 - turbo-darwin-arm64: 2.0.0 - turbo-linux-64: 2.0.0 - turbo-linux-arm64: 2.0.0 - turbo-windows-64: 2.0.0 - turbo-windows-arm64: 2.0.0 + turbo-darwin-64: 2.0.3 + turbo-darwin-arm64: 2.0.3 + turbo-linux-64: 2.0.3 + turbo-linux-arm64: 2.0.3 + turbo-windows-64: 2.0.3 + turbo-windows-arm64: 2.0.3 dev: true diff --git a/examples/with-svelte/package.json b/examples/with-svelte/package.json index eb6da76e4ddbe..46cd1100255ba 100644 --- a/examples/with-svelte/package.json +++ b/examples/with-svelte/package.json @@ -11,7 +11,7 @@ "eslint": "^8.57.0", "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.2", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "packageManager": "pnpm@8.15.6", "engines": { diff --git a/examples/with-svelte/pnpm-lock.yaml b/examples/with-svelte/pnpm-lock.yaml index 3e567a7d9bee0..6e1e36bf99af3 100644 --- a/examples/with-svelte/pnpm-lock.yaml +++ b/examples/with-svelte/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^3.2.2 version: 3.2.2(prettier@3.2.5)(svelte@4.2.12) turbo: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.0.3 + version: 2.0.3 apps/docs: dependencies: @@ -2246,64 +2246,64 @@ packages: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} dev: true - /turbo-darwin-64@2.0.0: - resolution: {integrity: sha512-KpXgU4TrTpAEkOaYVqAXunxybZy2l/4u+8kJfFsED5sytG7v1QsOy1BT1iHf7Da0hSNZDNYJm7stsSmICiPQcQ==} + /turbo-darwin-64@2.0.3: + resolution: {integrity: sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@2.0.0: - resolution: {integrity: sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw==} + /turbo-darwin-arm64@2.0.3: + resolution: {integrity: sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@2.0.0: - resolution: {integrity: sha512-mk2WpIcBjTLM9l+cHBq9zsp5g+AJhEo3Upk/NBmyOxB6xmEVmkCDvwLhzuNo8VnuyF7SUGofoF1Tyu5jccr/nA==} + /turbo-linux-64@2.0.3: + resolution: {integrity: sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@2.0.0: - resolution: {integrity: sha512-B1eVXr97XPEuMxGOlT9Oj/jTe3knGQxN0Lu8udITMw1b+kCNWxeCd/9QmTFL0SMUcb6rQk6BNI/KA+7PTchdpg==} + /turbo-linux-arm64@2.0.3: + resolution: {integrity: sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@2.0.0: - resolution: {integrity: sha512-rCGdSvDHReqkmz3la7mxmzX5Z46XVVzDzJjZg/6+sWaf1DPewkQIz58pBEjHKnBJm/L/yk16x1ap+EdFMwpSUw==} + /turbo-windows-64@2.0.3: + resolution: {integrity: sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@2.0.0: - resolution: {integrity: sha512-IHpjN5/P2h8wuOKltXKOaAObZtgIf4YWQQEnwq1fU6yaCEXv1tNiY8RHil0kW4twtQ3jwLkkM/gTpyR6zt3CMg==} + /turbo-windows-arm64@2.0.3: + resolution: {integrity: sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@2.0.0: - resolution: {integrity: sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ==} + /turbo@2.0.3: + resolution: {integrity: sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA==} hasBin: true optionalDependencies: - turbo-darwin-64: 2.0.0 - turbo-darwin-arm64: 2.0.0 - turbo-linux-64: 2.0.0 - turbo-linux-arm64: 2.0.0 - turbo-windows-64: 2.0.0 - turbo-windows-arm64: 2.0.0 + turbo-darwin-64: 2.0.3 + turbo-darwin-arm64: 2.0.3 + turbo-linux-64: 2.0.3 + turbo-linux-arm64: 2.0.3 + turbo-windows-64: 2.0.3 + turbo-windows-arm64: 2.0.3 dev: true /type-check@0.4.0: diff --git a/examples/with-vite/package.json b/examples/with-vite/package.json index 080b7f2a66ce4..ea997ae48b68b 100644 --- a/examples/with-vite/package.json +++ b/examples/with-vite/package.json @@ -10,7 +10,7 @@ "@repo/eslint-config": "workspace:*", "eslint": "^8.57.0", "prettier": "^3.2.5", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "packageManager": "pnpm@8.15.6", "name": "with-vite" diff --git a/examples/with-vite/pnpm-lock.yaml b/examples/with-vite/pnpm-lock.yaml index bb544d9315cb3..9d6a5db9a5977 100644 --- a/examples/with-vite/pnpm-lock.yaml +++ b/examples/with-vite/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^3.2.5 version: 3.2.5 turbo: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.0.3 + version: 2.0.3 apps/docs: dependencies: @@ -1280,64 +1280,64 @@ packages: typescript: 5.3.3 dev: false - /turbo-darwin-64@2.0.0: - resolution: {integrity: sha512-KpXgU4TrTpAEkOaYVqAXunxybZy2l/4u+8kJfFsED5sytG7v1QsOy1BT1iHf7Da0hSNZDNYJm7stsSmICiPQcQ==} + /turbo-darwin-64@2.0.3: + resolution: {integrity: sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@2.0.0: - resolution: {integrity: sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw==} + /turbo-darwin-arm64@2.0.3: + resolution: {integrity: sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@2.0.0: - resolution: {integrity: sha512-mk2WpIcBjTLM9l+cHBq9zsp5g+AJhEo3Upk/NBmyOxB6xmEVmkCDvwLhzuNo8VnuyF7SUGofoF1Tyu5jccr/nA==} + /turbo-linux-64@2.0.3: + resolution: {integrity: sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@2.0.0: - resolution: {integrity: sha512-B1eVXr97XPEuMxGOlT9Oj/jTe3knGQxN0Lu8udITMw1b+kCNWxeCd/9QmTFL0SMUcb6rQk6BNI/KA+7PTchdpg==} + /turbo-linux-arm64@2.0.3: + resolution: {integrity: sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@2.0.0: - resolution: {integrity: sha512-rCGdSvDHReqkmz3la7mxmzX5Z46XVVzDzJjZg/6+sWaf1DPewkQIz58pBEjHKnBJm/L/yk16x1ap+EdFMwpSUw==} + /turbo-windows-64@2.0.3: + resolution: {integrity: sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@2.0.0: - resolution: {integrity: sha512-IHpjN5/P2h8wuOKltXKOaAObZtgIf4YWQQEnwq1fU6yaCEXv1tNiY8RHil0kW4twtQ3jwLkkM/gTpyR6zt3CMg==} + /turbo-windows-arm64@2.0.3: + resolution: {integrity: sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@2.0.0: - resolution: {integrity: sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ==} + /turbo@2.0.3: + resolution: {integrity: sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA==} hasBin: true optionalDependencies: - turbo-darwin-64: 2.0.0 - turbo-darwin-arm64: 2.0.0 - turbo-linux-64: 2.0.0 - turbo-linux-arm64: 2.0.0 - turbo-windows-64: 2.0.0 - turbo-windows-arm64: 2.0.0 + turbo-darwin-64: 2.0.3 + turbo-darwin-arm64: 2.0.3 + turbo-linux-64: 2.0.3 + turbo-linux-arm64: 2.0.3 + turbo-windows-64: 2.0.3 + turbo-windows-arm64: 2.0.3 dev: true /type-check@0.4.0: diff --git a/examples/with-vue-nuxt/package.json b/examples/with-vue-nuxt/package.json index 3ea6f9309a8c5..73983ea1e8184 100644 --- a/examples/with-vue-nuxt/package.json +++ b/examples/with-vue-nuxt/package.json @@ -11,7 +11,7 @@ "eslint": "^8.57.0", "prettier": "^3.2.5", "tsconfig": "workspace:*", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "packageManager": "pnpm@8.15.6" } diff --git a/examples/with-vue-nuxt/pnpm-lock.yaml b/examples/with-vue-nuxt/pnpm-lock.yaml index 78597f95a6713..b09958867b73d 100644 --- a/examples/with-vue-nuxt/pnpm-lock.yaml +++ b/examples/with-vue-nuxt/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: workspace:* version: link:packages/tsconfig turbo: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.0.3 + version: 2.0.3 apps/docs: dependencies: @@ -8037,64 +8037,64 @@ packages: - supports-color dev: true - /turbo-darwin-64@2.0.0: - resolution: {integrity: sha512-KpXgU4TrTpAEkOaYVqAXunxybZy2l/4u+8kJfFsED5sytG7v1QsOy1BT1iHf7Da0hSNZDNYJm7stsSmICiPQcQ==} + /turbo-darwin-64@2.0.3: + resolution: {integrity: sha512-v7ztJ8sxdHw3SLfO2MhGFeeU4LQhFii1hIGs9uBiXns/0YTGOvxLeifnfGqhfSrAIIhrCoByXO7nR9wlm10n3Q==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-darwin-arm64@2.0.0: - resolution: {integrity: sha512-3AsKm5XznLunUHhmIzAael52lT8/GB6dfkDyn4H6zc8yKLlA+3i5YuhbgErWk9REy5hc00F6UigMM4N8eCKlfw==} + /turbo-darwin-arm64@2.0.3: + resolution: {integrity: sha512-LUcqvkV9Bxtng6QHbevp8IK8zzwbIxM6HMjCE7FEW6yJBN1KwvTtRtsGBwwmTxaaLO0wD1Jgl3vgkXAmQ4fqUw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /turbo-linux-64@2.0.0: - resolution: {integrity: sha512-mk2WpIcBjTLM9l+cHBq9zsp5g+AJhEo3Upk/NBmyOxB6xmEVmkCDvwLhzuNo8VnuyF7SUGofoF1Tyu5jccr/nA==} + /turbo-linux-64@2.0.3: + resolution: {integrity: sha512-xpdY1suXoEbsQsu0kPep2zrB8ijv/S5aKKrntGuQ62hCiwDFoDcA/Z7FZ8IHQ2u+dpJARa7yfiByHmizFE0r5Q==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-linux-arm64@2.0.0: - resolution: {integrity: sha512-B1eVXr97XPEuMxGOlT9Oj/jTe3knGQxN0Lu8udITMw1b+kCNWxeCd/9QmTFL0SMUcb6rQk6BNI/KA+7PTchdpg==} + /turbo-linux-arm64@2.0.3: + resolution: {integrity: sha512-MBACTcSR874L1FtLL7gkgbI4yYJWBUCqeBN/iE29D+8EFe0d3fAyviFlbQP4K/HaDYet1i26xkkOiWr0z7/V9A==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /turbo-windows-64@2.0.0: - resolution: {integrity: sha512-rCGdSvDHReqkmz3la7mxmzX5Z46XVVzDzJjZg/6+sWaf1DPewkQIz58pBEjHKnBJm/L/yk16x1ap+EdFMwpSUw==} + /turbo-windows-64@2.0.3: + resolution: {integrity: sha512-zi3YuKPkM9JxMTshZo3excPk37hUrj5WfnCqh4FjI26ux6j/LJK+Dh3SebMHd9mR7wP9CMam4GhmLCT+gDfM+w==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /turbo-windows-arm64@2.0.0: - resolution: {integrity: sha512-IHpjN5/P2h8wuOKltXKOaAObZtgIf4YWQQEnwq1fU6yaCEXv1tNiY8RHil0kW4twtQ3jwLkkM/gTpyR6zt3CMg==} + /turbo-windows-arm64@2.0.3: + resolution: {integrity: sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /turbo@2.0.0: - resolution: {integrity: sha512-td36JTwFY+aIQiXYWaOHWOd9TVWs5HPssOVbfHW10FmWN2zC/+/ht2SyySxtMdNWcqRCYSsv+w1/uHXQm2vTkQ==} + /turbo@2.0.3: + resolution: {integrity: sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA==} hasBin: true optionalDependencies: - turbo-darwin-64: 2.0.0 - turbo-darwin-arm64: 2.0.0 - turbo-linux-64: 2.0.0 - turbo-linux-arm64: 2.0.0 - turbo-windows-64: 2.0.0 - turbo-windows-arm64: 2.0.0 + turbo-darwin-64: 2.0.3 + turbo-darwin-arm64: 2.0.3 + turbo-linux-64: 2.0.3 + turbo-linux-arm64: 2.0.3 + turbo-windows-64: 2.0.3 + turbo-windows-arm64: 2.0.3 dev: true /type-check@0.4.0: diff --git a/examples/with-yarn/package.json b/examples/with-yarn/package.json index ba2e1437bcf9b..bb3afcc681ad2 100644 --- a/examples/with-yarn/package.json +++ b/examples/with-yarn/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@repo/eslint-config": "*", "prettier": "^3.2.5", - "turbo": "^2.0.0" + "turbo": "^2.0.3" }, "packageManager": "yarn@1.22.22", "engines": { diff --git a/examples/with-yarn/yarn.lock b/examples/with-yarn/yarn.lock index 2056329662846..40f6a823a9d1a 100644 --- a/examples/with-yarn/yarn.lock +++ b/examples/with-yarn/yarn.lock @@ -4223,7 +4223,7 @@ turbo-windows-arm64@2.0.3: resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-2.0.3.tgz#0e0641acda3325a4a3d28123ef21017a7aae8f38" integrity sha512-wmed4kkenLvRbidi7gISB4PU77ujBuZfgVGDZ4DXTFslE/kYpINulwzkVwJIvNXsJtHqyOq0n6jL8Zwl3BrwDg== -turbo@^2.0.0: +turbo@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/turbo/-/turbo-2.0.3.tgz#789f64666d15dbc6fc85ce507a6c6888d70df88f" integrity sha512-jF1K0tTUyryEWmgqk1V0ALbSz3VdeZ8FXUo6B64WsPksCMCE48N5jUezGOH2MN0+epdaRMH8/WcPU0QQaVfeLA== From b9835e8472fc4fb563a4cbdd7351c824ff73c1b0 Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Fri, 7 Jun 2024 15:33:04 -0600 Subject: [PATCH 5/7] rename package --- examples/design-system/apps/docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/design-system/apps/docs/package.json b/examples/design-system/apps/docs/package.json index 48b054920c1a7..05d6eccc80432 100644 --- a/examples/design-system/apps/docs/package.json +++ b/examples/design-system/apps/docs/package.json @@ -1,5 +1,5 @@ { - "name": "@repo/docs", + "name": "docs", "version": "0.0.0", "type": "module", "private": true, From 2e788649b8887dc9fd064c69aa382a2caa68e96f Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Fri, 7 Jun 2024 15:45:25 -0600 Subject: [PATCH 6/7] Fix with-berry. --- examples/with-berry/package.json | 1 + examples/with-berry/turbo.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/with-berry/package.json b/examples/with-berry/package.json index 6407ca2778dc6..46b4fe8f1951c 100644 --- a/examples/with-berry/package.json +++ b/examples/with-berry/package.json @@ -1,4 +1,5 @@ { + "name": "with-berry" "private": true, "workspaces": [ "apps/*", diff --git a/examples/with-berry/turbo.json b/examples/with-berry/turbo.json index 0c9369c289db8..0553025075a8e 100644 --- a/examples/with-berry/turbo.json +++ b/examples/with-berry/turbo.json @@ -1,6 +1,6 @@ { "$schema": "https://turbo.build/schema.json", - "pipeline": { + "tasks": { "build": { "dependsOn": ["^build"], "outputs": ["dist/**", ".next/**", "!.next/cache/**"] From cf406aafdf718b8689cfaf2c4accf4f871d9e139 Mon Sep 17 00:00:00 2001 From: Anthony Shew Date: Fri, 7 Jun 2024 15:46:47 -0600 Subject: [PATCH 7/7] Un poco mas.{ --- examples/with-berry/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-berry/package.json b/examples/with-berry/package.json index 46b4fe8f1951c..8a0473e0b1960 100644 --- a/examples/with-berry/package.json +++ b/examples/with-berry/package.json @@ -1,5 +1,5 @@ { - "name": "with-berry" + "name": "with-berry", "private": true, "workspaces": [ "apps/*",