Skip to content

Commit

Permalink
Merge branch 'main' into dsw-000-bundlewatch-learning
Browse files Browse the repository at this point in the history
  • Loading branch information
siggerzz authored Mar 22, 2024
2 parents 82a4d38 + 130f1aa commit 02ab07f
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 34 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-suits-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pie-docs": minor
---

[Added] - Correct link added for web component storybook page
5 changes: 5 additions & 0 deletions .changeset/long-peaches-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pie-monorepo": patch
---

[Changed] - Reverted `turbo` back to `1.10.16`. Our current caused a bug that resulted in the `check-change-type` CI job not corretly detecting changes in the repo, resulting in deployments not being triggered.
21 changes: 21 additions & 0 deletions .changeset/pink-spies-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
"@justeattakeaway/pie-assistive-text": minor
"@justeattakeaway/pie-button": minor
"@justeattakeaway/pie-card": minor
"@justeattakeaway/pie-chip": minor
"@justeattakeaway/pie-cookie-banner": minor
"@justeattakeaway/pie-divider": minor
"@justeattakeaway/pie-form-label": minor
"@justeattakeaway/pie-icon-button": minor
"@justeattakeaway/pie-input": minor
"@justeattakeaway/pie-link": minor
"@justeattakeaway/pie-modal": minor
"@justeattakeaway/pie-notification": minor
"@justeattakeaway/pie-spinner": minor
"@justeattakeaway/pie-switch": minor
"@justeattakeaway/pie-tag": minor
"@justeattakeaway/pie-webc-core": minor
"@justeattakeaway/pie-icons-webc": minor
---

[Changed] - Update tsconfig target to es2021
5 changes: 5 additions & 0 deletions .changeset/selfish-cooks-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@justeattakeaway/pie-components-config": minor
---

[Changed] - Updated TSConfig file with es2021 target
2 changes: 1 addition & 1 deletion apps/pie-docs/src/engineers/getting-started/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Currently, JET has several officially supported component systems that implement
- [Snacks](https://snacks.takeaway.com/) – a set of **React components** created by the legacy Takeaway design system team
- [Skip PIE Project](https://react.pie.design/) – a set of **React components** created by the Skip web team

We are also currently building the [PIE Web Component System](https://www.pie.design/storybook). The long-term aim will be to migrate JET teams over to this Web Component System, so we have **one single source of truth** for our global PIE components.
We are also currently building the [PIE Web Component System](https://webc.pie.design/). The long-term aim will be to migrate JET teams over to this Web Component System, so we have **one single source of truth** for our global PIE components.

For more details on Fozzie, Snacks and Skip PIE, please check out the **documentation portals** linked above.

Expand Down
7 changes: 4 additions & 3 deletions configs/pie-components-config/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES6",
"target": "es2021",
"module": "ES2022",
"lib": ["es2020", "DOM", "DOM.Iterable"],
"lib": ["es2021", "DOM", "DOM.Iterable"],
"declaration": true,
"declarationMap": true,
"sourceMap": true,
Expand All @@ -21,7 +21,8 @@
"forceConsistentCasingInFileNames": true,
"allowImportingTsExtensions": true,
"noEmit": true,
"types": ["vitest/globals"]
"types": ["vitest/globals"],
"useDefineForClassFields": false
},
"exclude": []
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"stylelint-config-standard-scss": "13.0.0",
"stylelint-order": "6.0.4",
"ts-node": "10.9.1",
"turbo": "1.12.4",
"turbo": "1.10.16",
"typescript": "5.1.3",
"vite": "4.5.2",
"vite-plugin-dts": "2.3.0",
Expand Down
58 changes: 29 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29208,7 +29208,7 @@ __metadata:
stylelint-config-standard-scss: 13.0.0
stylelint-order: 6.0.4
ts-node: 10.9.1
turbo: 1.12.4
turbo: 1.10.16
typescript: 5.1.3
vite: 4.5.2
vite-plugin-dts: 2.3.0
Expand Down Expand Up @@ -36352,58 +36352,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:1.10.16":
version: 1.10.16
resolution: "turbo-darwin-64@npm:1.10.16"
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:1.10.16":
version: 1.10.16
resolution: "turbo-darwin-arm64@npm:1.10.16"
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:1.10.16":
version: 1.10.16
resolution: "turbo-linux-64@npm:1.10.16"
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:1.10.16":
version: 1.10.16
resolution: "turbo-linux-arm64@npm:1.10.16"
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:1.10.16":
version: 1.10.16
resolution: "turbo-windows-64@npm:1.10.16"
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:1.10.16":
version: 1.10.16
resolution: "turbo-windows-arm64@npm:1.10.16"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"turbo@npm:1.12.4":
version: 1.12.4
resolution: "turbo@npm:1.12.4"
"turbo@npm:1.10.16":
version: 1.10.16
resolution: "turbo@npm:1.10.16"
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-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
dependenciesMeta:
turbo-darwin-64:
optional: true
Expand All @@ -36419,7 +36419,7 @@ __metadata:
optional: true
bin:
turbo: bin/turbo
checksum: d387fb91af6ed0ea925201d3858180353c5d93be564829de2e22f48fe57124d1347d2abb8b99215901a305d4c6da4a0daf4c28afeec20fa1bc1ae2762c3b8d3d
checksum: 69d1892593449b264e0bd48b851317a743016ab62cf470e7293b2cc3781240e863c48232c89f65a5a4ce97eb791ca550b201593449350da073db07703a19cfa5
languageName: node
linkType: hard

Expand Down

0 comments on commit 02ab07f

Please sign in to comment.