-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(pie-monorepo): DSW-000 Update Turborepo (#1628)
* 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
1 parent
8f83224
commit 00c1bcf
Showing
11 changed files
with
55 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"extends": [ | ||
"//" | ||
], | ||
"pipeline": { | ||
"tasks": { | ||
"clean": { | ||
"cache": false, | ||
"dependsOn": [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"extends": [ | ||
"//" | ||
], | ||
"pipeline": { | ||
"tasks": { | ||
"dev": { | ||
"cache": false, | ||
"dependsOn": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
"engines": { | ||
"node": "^16 || ^18 || ^20" | ||
}, | ||
"packageManager": "[email protected]", | ||
"workspaces": { | ||
"packages": [ | ||
"apps/**/*", | ||
|
@@ -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" | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"extends": [ | ||
"//" | ||
], | ||
"pipeline": { | ||
"tasks": { | ||
"build:icons": { | ||
"cache": true, | ||
"dependsOn": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"extends": [ | ||
"//" | ||
], | ||
"pipeline": { | ||
"tasks": { | ||
"build:icons": { | ||
"cache": true, | ||
"dependsOn": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"extends": [ | ||
"//" | ||
], | ||
"pipeline": { | ||
"tasks": { | ||
"build:icons": { | ||
"cache": true, | ||
"dependsOn": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"extends": [ | ||
"//" | ||
], | ||
"pipeline": { | ||
"tasks": { | ||
"build": { | ||
"cache": true, | ||
"dependsOn": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters