Skip to content

Commit

Permalink
chore(pie-monorepo): DSW-000 Update Turborepo (#1628)
Browse files Browse the repository at this point in the history
* attempt to fix env var v2

* chore(pie-monorepo): DSW-000 add Turborepo v2

* chore(pie-monorepo): DSW-000 add changeset

* chore(pie-monorepo): DSW-000 revert change

* chore(pie-monorepo): DSW-000 set env mode

---------

Co-authored-by: Ben Siggery <[email protected]>
  • Loading branch information
2 people authored and JoshuaNg2332 committed Jul 29, 2024
1 parent 8f83224 commit 00c1bcf
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 60 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-adults-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pie-monorepo": minor
---

[Updated] - turbo version bump to 2.0.9
2 changes: 1 addition & 1 deletion apps/pie-docs/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": [
"//"
],
"pipeline": {
"tasks": {
"clean": {
"cache": false,
"dependsOn": []
Expand Down
2 changes: 1 addition & 1 deletion apps/pie-storybook/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": [
"//"
],
"pipeline": {
"tasks": {
"dev": {
"cache": false,
"dependsOn": [
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"engines": {
"node": "^16 || ^18 || ^20"
},
"packageManager": "[email protected]",
"workspaces": {
"packages": [
"apps/**/*",
Expand Down Expand Up @@ -52,9 +53,9 @@
"test:generate-routes": "turbo run test:generate-routes --filter=!pie-monorepo --token=${TURBO_TOKEN}",
"test:browsers-setup": "turbo run test:browsers-setup --filter=!pie-monorepo --token=${TURBO_TOKEN}",
"test:browsers": "cross-env-shell turbo run test:browsers --filter=!pie-monorepo --token=${TURBO_TOKEN}",
"test:browsers:ci": "cross-env-shell turbo run test:browsers:ci --filter=!pie-monorepo --token=${TURBO_TOKEN}",
"test:browsers:ci": "cross-env-shell turbo run test:browsers:ci --filter=!pie-monorepo --token=${TURBO_TOKEN} --env-mode=loose",
"test:visual": "turbo run test:visual --filter=!pie-monorepo",
"test:visual:ci": "turbo run test:visual:ci --filter=!pie-monorepo"
"test:visual:ci": "turbo run test:visual:ci --filter=!pie-monorepo --env-mode=loose"
},
"stylelint": {
"extends": "@justeattakeaway/stylelint-config-pie/base"
Expand Down Expand Up @@ -115,7 +116,7 @@
"stylelint-config-standard-scss": "13.0.0",
"stylelint-order": "6.0.4",
"ts-node": "10.9.1",
"turbo": "1.10.16",
"turbo": "2.0.9",
"typescript": "5.4.5",
"vite": "4.5.3",
"vite-plugin-dts": "2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/pie-css/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": [
"//"
],
"pipeline": {
"tasks": {
"build": {
"cache": true,
"inputs": ["./css/**", "./scss/**"],
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/pie-icons-react/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": [
"//"
],
"pipeline": {
"tasks": {
"build:icons": {
"cache": true,
"dependsOn": [
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/pie-icons-vue/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": [
"//"
],
"pipeline": {
"tasks": {
"build:icons": {
"cache": true,
"dependsOn": [
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/pie-icons-webc/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": [
"//"
],
"pipeline": {
"tasks": {
"build:icons": {
"cache": true,
"dependsOn": [
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/pie-icons/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": [
"//"
],
"pipeline": {
"tasks": {
"build": {
"cache": true,
"dependsOn": [
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turborepo.org/schema.json",
"pipeline": {
"tasks": {
"build": {
"cache": true,
"dependsOn": [
Expand Down
87 changes: 38 additions & 49 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:7.24.9, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.19.6, @babel/core@npm:^7.22.5, @babel/core@npm:^7.23.0, @babel/core@npm:^7.23.2, @babel/core@npm:^7.23.3, @babel/core@npm:^7.23.7, @babel/core@npm:^7.24.5":
"@babel/core@npm:7.24.9, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.19.6, @babel/core@npm:^7.20.12, @babel/core@npm:^7.22.5, @babel/core@npm:^7.23.0, @babel/core@npm:^7.23.2, @babel/core@npm:^7.23.3, @babel/core@npm:^7.23.7, @babel/core@npm:^7.24.5":
version: 7.24.9
resolution: "@babel/core@npm:7.24.9"
dependencies:
Expand Down Expand Up @@ -7334,17 +7334,6 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:1.41.0":
version: 1.41.0
resolution: "@playwright/test@npm:1.41.0"
dependencies:
playwright: 1.41.0
bin:
playwright: cli.js
checksum: 3a7039f8cd14dd242154255417c100a99c3254a3c1fd26df2a11be24c10b06ef77d2736336d7743dedc5e1a6a52748e58ced730b6048f8bd75d8867ce81661e0
languageName: node
linkType: hard

"@polka/url@npm:^1.0.0-next.24":
version: 1.0.0-next.25
resolution: "@polka/url@npm:1.0.0-next.25"
Expand Down Expand Up @@ -27539,7 +27528,7 @@ __metadata:
stylelint-config-standard-scss: 13.0.0
stylelint-order: 6.0.4
ts-node: 10.9.1
turbo: 1.10.16
turbo: 2.0.9
typescript: 5.4.5
vite: 4.5.3
vite-plugin-dts: 2.3.0
Expand Down Expand Up @@ -29041,8 +29030,8 @@ __metadata:
linkType: hard

"postcss@npm:^8.0.0, postcss@npm:^8.1.10, postcss@npm:^8.2.1, postcss@npm:^8.2.14, postcss@npm:^8.2.15, postcss@npm:^8.3.7, postcss@npm:^8.4.14, postcss@npm:^8.4.19, postcss@npm:^8.4.23, postcss@npm:^8.4.24, postcss@npm:^8.4.27, postcss@npm:^8.4.32, postcss@npm:^8.4.33, postcss@npm:^8.4.39":
version: 8.4.40
resolution: "postcss@npm:8.4.40"
version: 8.4.39
resolution: "postcss@npm:8.4.39"
dependencies:
nanoid: ^3.3.7
picocolors: ^1.0.1
Expand Down Expand Up @@ -29901,7 +29890,7 @@ __metadata:
languageName: node
linkType: hard

"react-refresh@npm:^0.14.2":
"react-refresh@npm:^0.14.0, react-refresh@npm:^0.14.2":
version: 0.14.2
resolution: "react-refresh@npm:0.14.2"
checksum: d80db4bd40a36dab79010dc8aa317a5b931f960c0d83c4f3b81f0552cbcf7f29e115b84bb7908ec6a1eb67720fff7023084eff73ece8a7ddc694882478464382
Expand Down Expand Up @@ -33805,58 +33794,58 @@ __metadata:
languageName: node
linkType: hard

"turbo-darwin-64@npm:1.10.16":
version: 1.10.16
resolution: "turbo-darwin-64@npm:1.10.16"
"turbo-darwin-64@npm:2.0.9":
version: 2.0.9
resolution: "turbo-darwin-64@npm:2.0.9"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"turbo-darwin-arm64@npm:1.10.16":
version: 1.10.16
resolution: "turbo-darwin-arm64@npm:1.10.16"
"turbo-darwin-arm64@npm:2.0.9":
version: 2.0.9
resolution: "turbo-darwin-arm64@npm:2.0.9"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"turbo-linux-64@npm:1.10.16":
version: 1.10.16
resolution: "turbo-linux-64@npm:1.10.16"
"turbo-linux-64@npm:2.0.9":
version: 2.0.9
resolution: "turbo-linux-64@npm:2.0.9"
conditions: os=linux & cpu=x64
languageName: node
linkType: hard

"turbo-linux-arm64@npm:1.10.16":
version: 1.10.16
resolution: "turbo-linux-arm64@npm:1.10.16"
"turbo-linux-arm64@npm:2.0.9":
version: 2.0.9
resolution: "turbo-linux-arm64@npm:2.0.9"
conditions: os=linux & cpu=arm64
languageName: node
linkType: hard

"turbo-windows-64@npm:1.10.16":
version: 1.10.16
resolution: "turbo-windows-64@npm:1.10.16"
"turbo-windows-64@npm:2.0.9":
version: 2.0.9
resolution: "turbo-windows-64@npm:2.0.9"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"turbo-windows-arm64@npm:1.10.16":
version: 1.10.16
resolution: "turbo-windows-arm64@npm:1.10.16"
"turbo-windows-arm64@npm:2.0.9":
version: 2.0.9
resolution: "turbo-windows-arm64@npm:2.0.9"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"turbo@npm:1.10.16":
version: 1.10.16
resolution: "turbo@npm:1.10.16"
"turbo@npm:2.0.9":
version: 2.0.9
resolution: "turbo@npm:2.0.9"
dependencies:
turbo-darwin-64: 1.10.16
turbo-darwin-arm64: 1.10.16
turbo-linux-64: 1.10.16
turbo-linux-arm64: 1.10.16
turbo-windows-64: 1.10.16
turbo-windows-arm64: 1.10.16
turbo-darwin-64: 2.0.9
turbo-darwin-arm64: 2.0.9
turbo-linux-64: 2.0.9
turbo-linux-arm64: 2.0.9
turbo-windows-64: 2.0.9
turbo-windows-arm64: 2.0.9
dependenciesMeta:
turbo-darwin-64:
optional: true
Expand All @@ -33872,7 +33861,7 @@ __metadata:
optional: true
bin:
turbo: bin/turbo
checksum: 69d1892593449b264e0bd48b851317a743016ab62cf470e7293b2cc3781240e863c48232c89f65a5a4ce97eb791ca550b201593449350da073db07703a19cfa5
checksum: 11896c5ede91c081161cc481effb922733dbae234277345144e4f9f069aeed0f2c38f9f9d25116773c348ebfe149631374e204f256a8d74486943be983547214
languageName: node
linkType: hard

Expand All @@ -33886,9 +33875,9 @@ __metadata:
linkType: hard

"type-detect@npm:^4.0.0, type-detect@npm:^4.0.8":
version: 4.1.0
resolution: "type-detect@npm:4.1.0"
checksum: 3b32f873cd02bc7001b00a61502b7ddc4b49278aabe68d652f732e1b5d768c072de0bc734b427abf59d0520a5f19a2e07309ab921ef02018fa1cb4af155cdb37
version: 4.0.8
resolution: "type-detect@npm:4.0.8"
checksum: 62b5628bff67c0eb0b66afa371bd73e230399a8d2ad30d852716efcc4656a7516904570cd8631a49a3ce57c10225adf5d0cbdcb47f6b0255fe6557c453925a15
languageName: node
linkType: hard

Expand Down Expand Up @@ -34482,8 +34471,8 @@ __metadata:
acorn: ^8.12.1
chokidar: ^3.6.0
webpack-sources: ^3.2.3
webpack-virtual-modules: ^0.6.2
checksum: 37de3409f1ee59f6a50bac832e1b42235beb4351b3a84fbd41e72bd13540c0bc99b7001b74cb0dca8781db7a15ca80b4623c375b153144c75f0b5224778c12cd
webpack-virtual-modules: ^0.6.1
checksum: b99ed2d0078fa49e81f5280e9cce58ce6ab2bd36700b4b5e02cafced96ef213ca1c6ed86cf95ef47ae3eda93cb4f79903927ec4f2068da302bd815f7c579aebc
languageName: node
linkType: hard

Expand Down

0 comments on commit 00c1bcf

Please sign in to comment.