Skip to content

Commit 562439d

Browse files
authoredJan 24, 2022
Update to latest version of turbo (#33613)
1 parent 3329ac6 commit 562439d

File tree

4 files changed

+90
-89
lines changed

4 files changed

+90
-89
lines changed
 

‎.github/workflows/build_test_deploy.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ jobs:
661661
# since the repo's dependencies aren't installed we need
662662
# to install napi globally
663663
- run: npm i -g @napi-rs/cli@1.2.1
664-
- run: npm i -g turbo@1.0.24
664+
- run: npm i -g turbo@1.0.28
665665

666666
- name: Build
667667
if: ${{ steps.docs-change.outputs.DOCS_CHANGE != 'docs only change' }}
@@ -796,7 +796,7 @@ jobs:
796796
# since the repo's dependencies aren't installed we need
797797
# to install napi globally
798798
- run: npm i -g @napi-rs/cli@1.2.1
799-
- run: npm i -g turbo@1.0.24
799+
- run: npm i -g turbo@1.0.28
800800

801801
- name: Install
802802
uses: actions-rs/toolchain@v1
@@ -894,7 +894,7 @@ jobs:
894894
# since the repo's dependencies aren't installed we need
895895
# to install napi globally
896896
- run: npm i -g @napi-rs/cli@1.2.1
897-
- run: npm i -g turbo@1.0.24
897+
- run: npm i -g turbo@1.0.28
898898
- name: Install Rust
899899
uses: actions-rs/toolchain@v1
900900
with:
@@ -942,7 +942,7 @@ jobs:
942942
# since the repo's dependencies aren't installed we need
943943
# to install napi globally
944944
- run: npm i -g @napi-rs/cli@1.2.1
945-
- run: npm i -g turbo@1.0.24
945+
- run: npm i -g turbo@1.0.28
946946
- name: Install Rust
947947
uses: actions-rs/toolchain@v1
948948
with:
@@ -1015,7 +1015,7 @@ jobs:
10151015
10161016
- name: 'Build'
10171017
run: |
1018-
docker run --rm -v ~/.cargo/git:/root/.cargo/git -v ~/.cargo/registry:/root/.cargo/registry -v $(pwd):/build -w /build builder sh -c "npm i -g @napi-rs/cli@1.2.1 && npm i -g turbo@1.0.24 && turbo run build-native --cache-dir=".turbo" -- --release --target x86_64-unknown-linux-musl"
1018+
docker run --rm -v ~/.cargo/git:/root/.cargo/git -v ~/.cargo/registry:/root/.cargo/registry -v $(pwd):/build -w /build builder sh -c "npm i -g @napi-rs/cli@1.2.1 && npm i -g turbo@1.0.28 && turbo run build-native --cache-dir=".turbo" -- --release --target x86_64-unknown-linux-musl"
10191019
10201020
- name: Upload artifact
10211021
uses: actions/upload-artifact@v2
@@ -1043,7 +1043,7 @@ jobs:
10431043
# since the repo's dependencies aren't installed we need
10441044
# to install napi globally
10451045
- run: npm i -g @napi-rs/cli@1.2.1
1046-
- run: npm i -g turbo@1.0.24
1046+
- run: npm i -g turbo@1.0.28
10471047

10481048
- name: Install Rust
10491049
uses: actions-rs/toolchain@v1
@@ -1104,7 +1104,7 @@ jobs:
11041104
# since the repo's dependencies aren't installed we need
11051105
# to install napi globally
11061106
- run: npm i -g @napi-rs/cli@1.2.1
1107-
- run: npm i -g turbo@1.0.24
1107+
- run: npm i -g turbo@1.0.28
11081108
- name: Install Rust
11091109
uses: actions-rs/toolchain@v1
11101110
with:
@@ -1165,7 +1165,7 @@ jobs:
11651165
# since the repo's dependencies aren't installed we need
11661166
# to install napi globally
11671167
- run: npm i -g @napi-rs/cli@1.2.1
1168-
- run: npm i -g turbo@1.0.24
1168+
- run: npm i -g turbo@1.0.28
11691169

11701170
- name: Install Rust
11711171
uses: actions-rs/toolchain@v1
@@ -1225,7 +1225,7 @@ jobs:
12251225
# since the repo's dependencies aren't installed we need
12261226
# to install napi globally
12271227
- run: npm i -g @napi-rs/cli@1.2.1
1228-
- run: npm i -g turbo@1.0.24
1228+
- run: npm i -g turbo@1.0.28
12291229

12301230
- name: Install Rust
12311231
uses: actions-rs/toolchain@v1
@@ -1285,7 +1285,7 @@ jobs:
12851285
override: true
12861286
target: wasm32-unknown-unknown
12871287

1288-
- run: npm i -g turbo@1.0.24
1288+
- run: npm i -g turbo@1.0.28
12891289

12901290
- name: Turbo cache
12911291
id: turbo-cache
@@ -1330,7 +1330,7 @@ jobs:
13301330
with:
13311331
node-version: 14
13321332

1333-
- run: npm i -g turbo@1.0.24
1333+
- run: npm i -g turbo@1.0.28
13341334

13351335
- name: Install Rust
13361336
if: ${{needs.build.outputs.docsChange != 'docs only change'}}

‎.github/workflows/pull_request_stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# since the repo's dependencies aren't installed we need
7979
# to install napi globally
8080
- run: npm i -g @napi-rs/cli@1.2.1
81-
- run: npm i -g turbo@1.0.14
81+
- run: npm i -g turbo@1.0.28
8282

8383
- name: Build
8484
if: ${{ steps.docs-change.outputs.DOCS_CHANGE != 'docs only change' }}

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"tailwindcss": "1.1.3",
158158
"taskr": "1.1.0",
159159
"tree-kill": "1.2.2",
160-
"turbo": "1.0.24",
160+
"turbo": "1.0.28",
161161
"typescript": "4.4.3",
162162
"wait-port": "0.2.2",
163163
"web-streams-polyfill": "2.1.1",

‎yarn.lock

+77-76
Original file line numberDiff line numberDiff line change
@@ -19574,83 +19574,83 @@ tunnel-agent@^0.6.0:
1957419574
dependencies:
1957519575
safe-buffer "^5.0.1"
1957619576

19577-
turbo-darwin-64@1.0.24:
19578-
version "1.0.24"
19579-
resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-1.0.24.tgz#f135baff0e44f9160c9b027e8c4dd2d5c8bb10a7"
19580-
integrity sha512-A65Wxp+jBMfI3QX2uObX6DKvk+TxNXTf7ufQTHvRSLeAreB8QiVzJdYE0nC6YdrRwfPgFY3L72dhYd2v8ouXDg==
19581-
19582-
turbo-darwin-arm64@1.0.24:
19583-
version "1.0.24"
19584-
resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-1.0.24.tgz#c360d7cc6a7403855733e3aebb841b1227fbbb2e"
19585-
integrity sha512-31zfexqUhvk/CIfAUk2mwjlpEjIURXu4QG8hoWlGxpcpAhlnkIX6CXle+LoQSnU3+4EbNe2SE92fYXsT/SnHAg==
19586-
19587-
turbo-freebsd-64@1.0.24:
19588-
version "1.0.24"
19589-
resolved "https://registry.yarnpkg.com/turbo-freebsd-64/-/turbo-freebsd-64-1.0.24.tgz#9ef8914e7d1aaa995a8001a0ad81f7cc4520d332"
19590-
integrity sha512-vZYbDkOHH5eeQrxsAYldrh2nDY884irtmgJdGbpjryJgnJx+xzriZfoFalm/d1ZfG3ArENRJqGU+k6BriefZzw==
19591-
19592-
turbo-freebsd-arm64@1.0.24:
19593-
version "1.0.24"
19594-
resolved "https://registry.yarnpkg.com/turbo-freebsd-arm64/-/turbo-freebsd-arm64-1.0.24.tgz#12644e8f1b077f9d7afb367f2b8c2a2e0592ca72"
19595-
integrity sha512-TDIu1PlyusY8AB69KGM4wGrCjtfbzmVF4Hlgf9mVeSWVKzqkRASorOEq1k8KvfZ+sBTS2GBMpqwpa1KVkYpVhw==
19596-
19597-
turbo-linux-32@1.0.24:
19598-
version "1.0.24"
19599-
resolved "https://registry.yarnpkg.com/turbo-linux-32/-/turbo-linux-32-1.0.24.tgz#6129f7560f5c48214c1724ae7e8196dedc56de21"
19600-
integrity sha512-lhhK7914sUtuWYcDO8LV7NQkvTIwpAZlYH0XEOC/OTiYRQJvtKbEySLvefvtwuGjx7cGNI6OYraUsY3WWoK3FA==
19601-
19602-
turbo-linux-64@1.0.24:
19603-
version "1.0.24"
19604-
resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-1.0.24.tgz#221e3e14037e8fc3108e12a62de209d8a47f0348"
19605-
integrity sha512-EbfdrkwVsHDG7AIVQ1enWHoD6riAApx4VRAuFcQHTvJU9e+BuOQBMjb7e9jO4mUrpumtN3n20tP+86odRwsk5g==
19606-
19607-
turbo-linux-arm64@1.0.24:
19608-
version "1.0.24"
19609-
resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-1.0.24.tgz#95891e7d4375ccbf2478677568557948be33717a"
19610-
integrity sha512-H4rqlgP2L7G3iAB/un/7DclExzLUkQ1NoZ0p/1Oa7Wb8H1YUlc8GkwUmpIFd5AOFSPL75DjYvlS8T5Tm23i+1A==
19611-
19612-
turbo-linux-arm@1.0.24:
19613-
version "1.0.24"
19614-
resolved "https://registry.yarnpkg.com/turbo-linux-arm/-/turbo-linux-arm-1.0.24.tgz#f5acb74170a8b5a787915e799e7b52840c7c6982"
19615-
integrity sha512-lCNDVEkwxcn0acyPFVJgV5N5vKAP4LfXb+8uW/JpGHVoPHSONKtzYQG05J1KbHXpIjUT+DNgFtshtsdZYOewZQ==
19616-
19617-
turbo-linux-mips64le@1.0.24:
19618-
version "1.0.24"
19619-
resolved "https://registry.yarnpkg.com/turbo-linux-mips64le/-/turbo-linux-mips64le-1.0.24.tgz#f2cc99570222ac42fdcc0d0638f13bc0176859f9"
19620-
integrity sha512-AmrgQUDIe9AdNyh5YrI6pfMTUHD/gYfbylNmedLuN5Al3xINdZObcISzd/7VWd+V8wNW/1b9lUnt70Rv/KExfA==
19621-
19622-
turbo-linux-ppc64le@1.0.24:
19623-
version "1.0.24"
19624-
resolved "https://registry.yarnpkg.com/turbo-linux-ppc64le/-/turbo-linux-ppc64le-1.0.24.tgz#4d9508290d24cfdbaca24e57d8bcd0127281e2ed"
19625-
integrity sha512-+6ESjsfrvRUr1AsurNcRTrqYr+XHG8g763+hXLog1MP9mn1cufZqWlAyE4G8/MLXDHsEKgK+tXqPLIyLBRjLEw==
19626-
19627-
turbo-windows-32@1.0.24:
19628-
version "1.0.24"
19629-
resolved "https://registry.yarnpkg.com/turbo-windows-32/-/turbo-windows-32-1.0.24.tgz#2bf906c0cc9d675afc4693221fc339ade29e6c13"
19630-
integrity sha512-pqRys+FfHxuLVmW/AariITL5qpItp4WPAsYnWLx4u7VpCOO/qmTAI/SL7/jnTm4gxjBv3uf//lisu0AvEZd+TA==
19631-
19632-
turbo-windows-64@1.0.24:
19633-
version "1.0.24"
19634-
resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-1.0.24.tgz#5dd30b10110f2bb69caa479ddd72b4c471fb0dea"
19635-
integrity sha512-YHAWha5XkW0Ate1HtwhzFD32kZFXtC8KB4ReEvHc9GM2inQob1ZinvktS0xi5MC5Sxl9+bObOWmsxeZPOgNCFA==
19636-
19637-
turbo@1.0.24:
19638-
version "1.0.24"
19639-
resolved "https://registry.yarnpkg.com/turbo/-/turbo-1.0.24.tgz#5efdeb44aab2f5e97b24a3e0ed4a159bfcd0a877"
19640-
integrity sha512-bfOr7iW48+chDl+yKiZ5FIWzXOF6xOIyrAGPaWI+I5CdD27IZCEGvqvTV/weaHvjLbV7otybHQ56XCybBlVjoA==
19577+
turbo-darwin-64@1.0.28:
19578+
version "1.0.28"
19579+
resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-1.0.28.tgz#662392368698c4e698b31871f0953836872f7b0e"
19580+
integrity sha512-uvARrncW6HNTFi7PFe4sq4JqSOKs1vPgWjJjOEyVhsCFwBgYkXxYsJSdDfO8OhvJa3wv+eYFAK5RaUCk80Z8eg==
19581+
19582+
turbo-darwin-arm64@1.0.28:
19583+
version "1.0.28"
19584+
resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-1.0.28.tgz#3ba1a6f9a960321391b8cf809ed8fab0276a499d"
19585+
integrity sha512-d/ANU+RIq4Fx/MphkqFThvwOpb+NYDuR+07aV5w8cwI7ljw7hPAe3EW3CSlkPJhvjs6P/oh+F86jhh1Q581mVA==
19586+
19587+
turbo-freebsd-64@1.0.28:
19588+
version "1.0.28"
19589+
resolved "https://registry.yarnpkg.com/turbo-freebsd-64/-/turbo-freebsd-64-1.0.28.tgz#f94e39dc455573c0a42f96f1a84649b252bf0571"
19590+
integrity sha512-JMJWftuWhJan+Momc39vbbwaLYEcMpYyBxIrumyIrIkQVaiSKs/6oEFzh1YA+KE16kAgzTPJPXFDkmsY3idAQg==
19591+
19592+
turbo-freebsd-arm64@1.0.28:
19593+
version "1.0.28"
19594+
resolved "https://registry.yarnpkg.com/turbo-freebsd-arm64/-/turbo-freebsd-arm64-1.0.28.tgz#5551f5c67a82a16ce1ba3193410764bae0849d1a"
19595+
integrity sha512-fGJNE8qJUhosaIK5sGBheeve9y074FLWv8KfYuXMyV/6+dxpNV60HoAFvw8tL3q8TNp47pU6x8e8h+u1/rn1wQ==
19596+
19597+
turbo-linux-32@1.0.28:
19598+
version "1.0.28"
19599+
resolved "https://registry.yarnpkg.com/turbo-linux-32/-/turbo-linux-32-1.0.28.tgz#742340e6ca7d77c4fb884159bbc8c7faa8d61026"
19600+
integrity sha512-fE0qIExxYuVFo5WlVWY0DJ1YZ/w+EC9RheT9nc1tU2EK83XPE1CZFW4lFIsWsXnIy9337zUeNDFVoVxOxCBSUQ==
19601+
19602+
turbo-linux-64@1.0.28:
19603+
version "1.0.28"
19604+
resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-1.0.28.tgz#167acbd2899c0da9252f755ae74d619aaf99efe6"
19605+
integrity sha512-e+f/O1MlcKCMhJf10q1x+1KSImHwuFUW2+A6DbLk+ekBUW5RELC2qF7hGypCzcpm8xIqtj5A0kP3blFy60AMxw==
19606+
19607+
turbo-linux-arm64@1.0.28:
19608+
version "1.0.28"
19609+
resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-1.0.28.tgz#785415e2a04125a69c7b1d45073150dbab3985f6"
19610+
integrity sha512-zN0nQClxp4nP4edinbdTd/9CpPjgNPsULc8LgunuJD+B9A0NRcRP5NCDo8/6ctTWs456sE3UhUF3t2b+uEgDzw==
19611+
19612+
turbo-linux-arm@1.0.28:
19613+
version "1.0.28"
19614+
resolved "https://registry.yarnpkg.com/turbo-linux-arm/-/turbo-linux-arm-1.0.28.tgz#f6de485aa732ba14cc1c851ba30b0f0a901507f3"
19615+
integrity sha512-PbB/RzN4W9M6sNZTvcjmc3PZ2S4CeFyQv/53tSs82pIlwM7NKVJzxVC0j3xCtoqoDDgXoJBhCpPV7MUEjCARQg==
19616+
19617+
turbo-linux-mips64le@1.0.28:
19618+
version "1.0.28"
19619+
resolved "https://registry.yarnpkg.com/turbo-linux-mips64le/-/turbo-linux-mips64le-1.0.28.tgz#4f993f387d90fa99037ad9592e98648fdb9ca608"
19620+
integrity sha512-7LKmFS9M+AKW5slTHLz00Y4ovZh2CpjgMUkNNC6qtJB8YyWwXwoU0U7Yz28q3+rNVkcEiqWWx4l1Tj1AotTlaA==
19621+
19622+
turbo-linux-ppc64le@1.0.28:
19623+
version "1.0.28"
19624+
resolved "https://registry.yarnpkg.com/turbo-linux-ppc64le/-/turbo-linux-ppc64le-1.0.28.tgz#053163e9042790102ceb1d299a3b79b1aa197be4"
19625+
integrity sha512-R382Op75XxcIiY1pWPnVnefxOeVbrVAeABIHLL1hKetbu9UPNzKAnQKqJYGzKIdTRKtPh5CQuErEFzs/Ky2ZgA==
19626+
19627+
turbo-windows-32@1.0.28:
19628+
version "1.0.28"
19629+
resolved "https://registry.yarnpkg.com/turbo-windows-32/-/turbo-windows-32-1.0.28.tgz#b2b735fa56182aaf4095c9e4555fcf39ba050561"
19630+
integrity sha512-SjDgimlD5TMvkrFRtsJb4uVP7T44gwr0HqiIpAuWj1m5d8Pz/OisOoUkM/ISPKqVycIU5JF8wx0+CTnxC7YNhQ==
19631+
19632+
turbo-windows-64@1.0.28:
19633+
version "1.0.28"
19634+
resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-1.0.28.tgz#7a2ad6f8416f04f20a1445c8b7123b80c6b16583"
19635+
integrity sha512-nT7bgcdl/9QNGBiwCYwTQ2VszcsqJ4NqT4YkE954KFZYxgSwMjjVTdoXcsnXMHpWiMiYfFF7HZLecUNnDm1uUA==
19636+
19637+
turbo@1.0.28:
19638+
version "1.0.28"
19639+
resolved "https://registry.yarnpkg.com/turbo/-/turbo-1.0.28.tgz#fb33cecd2d025e3140ddbcc8c274f0ed7328f09d"
19640+
integrity sha512-5xmyVabNYqA0sCAU4VLdUS2A6GwIyy8FTszB/Fx4eNHwHudQwo00F2qORcDFwBHE4MqtnRoBFhL3ZJzo8c9A2w==
1964119641
optionalDependencies:
19642-
turbo-darwin-64 "1.0.24"
19643-
turbo-darwin-arm64 "1.0.24"
19644-
turbo-freebsd-64 "1.0.24"
19645-
turbo-freebsd-arm64 "1.0.24"
19646-
turbo-linux-32 "1.0.24"
19647-
turbo-linux-64 "1.0.24"
19648-
turbo-linux-arm "1.0.24"
19649-
turbo-linux-arm64 "1.0.24"
19650-
turbo-linux-mips64le "1.0.24"
19651-
turbo-linux-ppc64le "1.0.24"
19652-
turbo-windows-32 "1.0.24"
19653-
turbo-windows-64 "1.0.24"
19642+
turbo-darwin-64 "1.0.28"
19643+
turbo-darwin-arm64 "1.0.28"
19644+
turbo-freebsd-64 "1.0.28"
19645+
turbo-freebsd-arm64 "1.0.28"
19646+
turbo-linux-32 "1.0.28"
19647+
turbo-linux-64 "1.0.28"
19648+
turbo-linux-arm "1.0.28"
19649+
turbo-linux-arm64 "1.0.28"
19650+
turbo-linux-mips64le "1.0.28"
19651+
turbo-linux-ppc64le "1.0.28"
19652+
turbo-windows-32 "1.0.28"
19653+
turbo-windows-64 "1.0.28"
1965419654

1965519655
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
1965619656
version "0.14.5"
@@ -20531,6 +20531,7 @@ webpack-bundle-analyzer@4.3.0:
2053120531
source-map "~0.6.1"
2053220532

2053320533
"webpack-sources3@npm:webpack-sources@3.2.3", webpack-sources@^3.2.3:
20534+
name webpack-sources3
2053420535
version "3.2.3"
2053520536
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-3.2.3.tgz#2d4daab8451fd4b240cc27055ff6a0c2ccea0cde"
2053620537
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==

0 commit comments

Comments
 (0)
Please sign in to comment.