From dee979d659d3ff85830fce0454387b684c96386a Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Thu, 21 Mar 2024 10:49:09 +0000 Subject: [PATCH 01/15] feat(pie-monorepo): DSW-1823 test pr templates --- .github/docs_template.md | 18 ++++++++++++++++++ .github/existing_component_template.md | 18 ++++++++++++++++++ .github/new_component_template.md | 17 +++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 .github/docs_template.md create mode 100644 .github/existing_component_template.md create mode 100644 .github/new_component_template.md diff --git a/.github/docs_template.md b/.github/docs_template.md new file mode 100644 index 0000000000..ea8bfc7e67 --- /dev/null +++ b/.github/docs_template.md @@ -0,0 +1,18 @@ +## Describe your changes (can list changeset entries if preferable) + + +## Author Checklist (complete before requesting a review) +- [ ] I have performed a self-review of my code +- [ ] If it is a core feature, I have added thorough tests +- [ ] If it is a `PIE Docs` change, I have reviewed the Docs site preview +- [ ] If it is a component change, I have reviewed the Storybook preview +- [ ] If there are visual test updates, I have reviewed them properly before approving + +## Reviewer checklists (complete before approving) +### Reviewer 1 +- [ ] If it is a `PIE Docs` change, I have reviewed the PR preview +- [ ] If there are visual test updates, I have reviewed them + +### Reviewer 2 +- [ ] If it is a `PIE Docs` change, I have reviewed the PR preview +- [ ] If there are visual test updates, I have reviewed them diff --git a/.github/existing_component_template.md b/.github/existing_component_template.md new file mode 100644 index 0000000000..290d6650a4 --- /dev/null +++ b/.github/existing_component_template.md @@ -0,0 +1,18 @@ +## Describe your changes (can list changeset entries if preferable) + + +## Author Checklist (complete before requesting a review) +- [ ] I have performed a self-review of my code +- [ ] I have added Playwright component tests or ensured they exist for affected code. +- [ ] I have added Playwright Viual tests or ensured they exist for affected code. +- [ ] I have reviewed the Storybook preview +- [ ] I have reviewed visual test updates properly before approving +- [ ] If changes will affect consumers of the package, I have created a changeset entry. +- [ ] If a changeset file has been created, I have used the `/snapit` functionality to test my changes in a consuming application. + +## Reviewer checklists (complete before approving) +### Reviewer 1 +- [ ] If there are visual test updates, I have reviewed them + +### Reviewer 2 +- [ ] If there are visual test updates, I have reviewed them \ No newline at end of file diff --git a/.github/new_component_template.md b/.github/new_component_template.md new file mode 100644 index 0000000000..0018e088f6 --- /dev/null +++ b/.github/new_component_template.md @@ -0,0 +1,17 @@ +## Describe your changes (can list changeset entries if preferable) + + +## Author Checklist (complete before requesting a review) +- [ ] I have performed a self-review of my code +- [ ] I have added Playwright component tests +- [ ] I have added Playwright Viual tests and created a project in Percy +- [ ] I have reviewed the Storybook preview +- [ ] I have reviewed visual test updates properly before approving +- [ ] I have created a changeset entry. + +## Reviewer checklists (complete before approving) +### Reviewer 1 +- [ ] If there are visual test updates, I have reviewed them + +### Reviewer 2 +- [ ] If there are visual test updates, I have reviewed them \ No newline at end of file From 1b72c1cce6c7dbec87163ffaff27dc0a99e27fef Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Thu, 21 Mar 2024 14:25:15 +0000 Subject: [PATCH 02/15] chore(pie-monorepo): DSW-1823 update PR template to be dynamic based on scope of change --- .../docs_template.md | 0 .../existing_component_template.md | 0 .../new_component_template.md | 0 yarn.lock | 49 +++++++++++-------- 4 files changed, 28 insertions(+), 21 deletions(-) rename .github/{ => PULL_REQUEST_TEMPLATE}/docs_template.md (100%) rename .github/{ => PULL_REQUEST_TEMPLATE}/existing_component_template.md (100%) rename .github/{ => PULL_REQUEST_TEMPLATE}/new_component_template.md (100%) diff --git a/.github/docs_template.md b/.github/PULL_REQUEST_TEMPLATE/docs_template.md similarity index 100% rename from .github/docs_template.md rename to .github/PULL_REQUEST_TEMPLATE/docs_template.md diff --git a/.github/existing_component_template.md b/.github/PULL_REQUEST_TEMPLATE/existing_component_template.md similarity index 100% rename from .github/existing_component_template.md rename to .github/PULL_REQUEST_TEMPLATE/existing_component_template.md diff --git a/.github/new_component_template.md b/.github/PULL_REQUEST_TEMPLATE/new_component_template.md similarity index 100% rename from .github/new_component_template.md rename to .github/PULL_REQUEST_TEMPLATE/new_component_template.md diff --git a/yarn.lock b/yarn.lock index 04ae314782..474ca37aca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15077,9 +15077,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001202, caniuse-lite@npm:^1.0.30001219, caniuse-lite@npm:^1.0.30001228, caniuse-lite@npm:^1.0.30001406, caniuse-lite@npm:^1.0.30001426, caniuse-lite@npm:^1.0.30001449, caniuse-lite@npm:^1.0.30001497, caniuse-lite@npm:^1.0.30001578, caniuse-lite@npm:^1.0.30001587, caniuse-lite@npm:^1.0.30001599": - version: 1.0.30001605 - resolution: "caniuse-lite@npm:1.0.30001605" - checksum: 8af1ae364c4f4c0796e7fd1aa195dfae2d9c3011c61f0907030201e4fc31a12e81407a13cca621a3b7f6a1eb0217ee9c681fb15670074c204a54edfab798d5c9 + version: 1.0.30001599 + resolution: "caniuse-lite@npm:1.0.30001599" + checksum: d7e619e2e723547b7311ba0ca5134d9cd55df548e93dbedcf8a6e4ec74c7db91969c4272fb1ab2fd94cddeac6a8176ebf05853eb06689d5e76bb97d979a214b0 languageName: node linkType: hard @@ -16992,9 +16992,9 @@ __metadata: languageName: node linkType: hard -"cssnano-preset-default@npm:^6.1.2": - version: 6.1.2 - resolution: "cssnano-preset-default@npm:6.1.2" +"cssnano-preset-default@npm:^6.1.1": + version: 6.1.1 + resolution: "cssnano-preset-default@npm:6.1.1" dependencies: browserslist: ^4.23.0 css-declaration-sorter: ^7.2.0 @@ -17028,7 +17028,7 @@ __metadata: postcss-unique-selectors: ^6.0.4 peerDependencies: postcss: ^8.4.31 - checksum: 51d93e52df7141143947dc4695b5087c04b41ea153e4f4c0282ac012b62c7457c6aca244f604ae94fa3b4840903a30a1e7df38f8610e0b304d05e3065375ee56 + checksum: 199c24274fd258d9a6fbf3419e3e4f768bc90f5664f379610b5a6bca6aba734d99232be0f9a0ffae4985433c8206435458108ee685adb2387317b38ce3e4bb19 languageName: node linkType: hard @@ -17086,14 +17086,14 @@ __metadata: linkType: hard "cssnano@npm:^6.0.0, cssnano@npm:^6.0.1": - version: 6.1.2 - resolution: "cssnano@npm:6.1.2" + version: 6.1.1 + resolution: "cssnano@npm:6.1.1" dependencies: - cssnano-preset-default: ^6.1.2 + cssnano-preset-default: ^6.1.1 lilconfig: ^3.1.1 peerDependencies: postcss: ^8.4.31 - checksum: 65aad92c5ee0089ffd4cd933c18c65edbf7634f7c3cd833a499dc948aa7e4168be22130dfe83bde07fcdc87f7c45a02d09040b7f439498208bc90b8d5a9abcc8 + checksum: cfbf69986f8f3d25a6d9c4250383ebef70a9917dc48a6e381ff60e1394b3553e472315109e7201ee83334133c5084b2073e88ecc02082e75b908f5a9596ce256 languageName: node linkType: hard @@ -18304,9 +18304,9 @@ __metadata: linkType: hard "electron-to-chromium@npm:^1.3.723, electron-to-chromium@npm:^1.4.284, electron-to-chromium@npm:^1.4.668": - version: 1.4.724 - resolution: "electron-to-chromium@npm:1.4.724" - checksum: 901c4957be14bb93ff92b9bea89b76196a86e36b86e215c0b6b519745aa4c4b5926b5dff64a1ea8b66f781d946ea66b965245fe920207946d2baba7119995848 + version: 1.4.713 + resolution: "electron-to-chromium@npm:1.4.713" + checksum: cffeff470a73c47763463fdc8f58854544102b572afe417defca6f511fa88dbe7e0b1720f0e64cf0cf92053aa3b086f5de24899a68a12a346f6b9b74ff1c0768 languageName: node linkType: hard @@ -19891,8 +19891,8 @@ __metadata: linkType: hard "express@npm:^4.17.3": - version: 4.19.2 - resolution: "express@npm:4.19.2" + version: 4.19.1 + resolution: "express@npm:4.19.1" dependencies: accepts: ~1.3.8 array-flatten: 1.1.1 @@ -19925,7 +19925,7 @@ __metadata: type-is: ~1.6.18 utils-merge: 1.0.1 vary: ~1.1.2 - checksum: 212dbd6c2c222a96a61bc927639c95970a53b06257080bb9e2838adb3bffdb966856551fdad1ab5dd654a217c35db94f987d0aa88d48fb04d306340f5f34dca5 + checksum: c693d64e833118d2c156c671a924468b447cec1f147656a83eeabfa80916d6d5b582aec1ad200a6c0fdae907549d95cf88e6281247b391f42982b89c862902f3 languageName: node linkType: hard @@ -26041,11 +26041,11 @@ __metadata: linkType: hard "markdown-to-jsx@npm:^7.1.8": - version: 7.4.5 - resolution: "markdown-to-jsx@npm:7.4.5" + version: 7.4.4 + resolution: "markdown-to-jsx@npm:7.4.4" peerDependencies: react: ">= 0.14.0" - checksum: 185f7a383ed8b46f015a98e1e6e9d57d5b82fea0fafb141f57b9362366a673989ade20f02711b96678a6e1d04cc3ca76b4689ffbd47623844b78dff9a57b9148 + checksum: a901e68a4cf258095133b659a52b35dc7b8025706d74cb363831c664cf0c948d06098b6327dd956f0f429e31d8c7f2a272a39d16c9b370072d1012557f2ade41 languageName: node linkType: hard @@ -27402,7 +27402,14 @@ __metadata: languageName: node linkType: hard -"node-fetch-native@npm:^1.2.0, node-fetch-native@npm:^1.6.1, node-fetch-native@npm:^1.6.2, node-fetch-native@npm:^1.6.3, node-fetch-native@npm:^1.6.4": +"node-fetch-native@npm:^1.2.0, node-fetch-native@npm:^1.6.1, node-fetch-native@npm:^1.6.2, node-fetch-native@npm:^1.6.3": + version: 1.6.3 + resolution: "node-fetch-native@npm:1.6.3" + checksum: 9601f0dac36288963d65bd25f236b9a12328d8aa00c023aa23f0e1fc3ef48b0b22b092ec616d0f0ec16b4daddd75307b77bdb47addf799f94800182ae592dce9 + languageName: node + linkType: hard + +"node-fetch-native@npm:^1.6.4": version: 1.6.4 resolution: "node-fetch-native@npm:1.6.4" checksum: 7b159f610e037e8813750096a6616ec6771e9abf868aa6e75e5b790bfc2ba2d92cf2abcce33c18fd01f2e5e5cc72de09c78bd4381e7f8c0887f7de21bd96f045 From fef77c0445bca74a65399bfd0a6ae4bb9a76306d Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Wed, 27 Mar 2024 14:05:40 +0000 Subject: [PATCH 03/15] chore(pie-monorepo): DSW-1823 update templates --- .../existing_component_template.md | 18 ---------------- .github/pull_request_template.md | 21 +++++++++++++------ 2 files changed, 15 insertions(+), 24 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE/existing_component_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/existing_component_template.md b/.github/PULL_REQUEST_TEMPLATE/existing_component_template.md deleted file mode 100644 index 290d6650a4..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE/existing_component_template.md +++ /dev/null @@ -1,18 +0,0 @@ -## Describe your changes (can list changeset entries if preferable) - - -## Author Checklist (complete before requesting a review) -- [ ] I have performed a self-review of my code -- [ ] I have added Playwright component tests or ensured they exist for affected code. -- [ ] I have added Playwright Viual tests or ensured they exist for affected code. -- [ ] I have reviewed the Storybook preview -- [ ] I have reviewed visual test updates properly before approving -- [ ] If changes will affect consumers of the package, I have created a changeset entry. -- [ ] If a changeset file has been created, I have used the `/snapit` functionality to test my changes in a consuming application. - -## Reviewer checklists (complete before approving) -### Reviewer 1 -- [ ] If there are visual test updates, I have reviewed them - -### Reviewer 2 -- [ ] If there are visual test updates, I have reviewed them \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ea8bfc7e67..ff48e940fa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,18 +1,27 @@ +╔══════════════════════════════════════════════════════════════════════════════════════════════════╗ +║ Please click the `Preview` tab and select a different PR template if your change isn't for an ║ +║ existing web component. ║ +║ ║ +║ ║ +║ [PIE Docs Template](?expand=1&template=docs_template.md) ║ +║ [New Web Component Template](?expand=1&template=new_component_template.md) ║ +╚══════════════════════════════════════════════════════════════════════════════════════════════════╝ + ## Describe your changes (can list changeset entries if preferable) ## Author Checklist (complete before requesting a review) - [ ] I have performed a self-review of my code -- [ ] If it is a core feature, I have added thorough tests -- [ ] If it is a `PIE Docs` change, I have reviewed the Docs site preview -- [ ] If it is a component change, I have reviewed the Storybook preview -- [ ] If there are visual test updates, I have reviewed them properly before approving +- [ ] I have added Playwright component tests or ensured they exist for affected code. +- [ ] I have added Playwright Viual tests or ensured they exist for affected code. +- [ ] I have reviewed the Storybook preview +- [ ] I have reviewed visual test updates properly before approving +- [ ] If changes will affect consumers of the package, I have created a changeset entry. +- [ ] If a changeset file has been created, I have used the `/snapit` functionality to test my changes in a consuming application. ## Reviewer checklists (complete before approving) ### Reviewer 1 -- [ ] If it is a `PIE Docs` change, I have reviewed the PR preview - [ ] If there are visual test updates, I have reviewed them ### Reviewer 2 -- [ ] If it is a `PIE Docs` change, I have reviewed the PR preview - [ ] If there are visual test updates, I have reviewed them From 3f34e9a38371d3701b30e9ffe4c96a8239291c1b Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Wed, 27 Mar 2024 14:09:55 +0000 Subject: [PATCH 04/15] chore(pie-monorepo): DSW-1823 update yarn lock --- yarn.lock | 430 ++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 373 insertions(+), 57 deletions(-) diff --git a/yarn.lock b/yarn.lock index 474ca37aca..d0f222cb8e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1,6 +1,3 @@ -# This file is generated by running "yarn install" inside your project. -# Manual changes might be lost - proceed with caution! - __metadata: version: 6 cacheKey: 8 @@ -166,6 +163,15 @@ __metadata: languageName: node linkType: hard +"@algolia/cache-browser-local-storage@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/cache-browser-local-storage@npm:4.23.1" + dependencies: + "@algolia/cache-common": 4.23.1 + checksum: d6063e5c2151b223e2f4f36a129f98b27b4a9ea2afaeb06938eb8d09cd9bade0656cdbe8924ae30c3f3640b16270e14048aeac3d50160d11003287a8ce22f084 + languageName: node + linkType: hard + "@algolia/cache-browser-local-storage@npm:4.23.2": version: 4.23.2 resolution: "@algolia/cache-browser-local-storage@npm:4.23.2" @@ -175,6 +181,13 @@ __metadata: languageName: node linkType: hard +"@algolia/cache-common@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/cache-common@npm:4.23.1" + checksum: 667e2606cd0946b68b03e41dae8943737a4cb510cefa4bf5914e30dbc50116a967d0188382811092db2e4df3f67428eb9534c751f5043c7d10132facbc6b48e1 + languageName: node + linkType: hard + "@algolia/cache-common@npm:4.23.2": version: 4.23.2 resolution: "@algolia/cache-common@npm:4.23.2" @@ -182,6 +195,15 @@ __metadata: languageName: node linkType: hard +"@algolia/cache-in-memory@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/cache-in-memory@npm:4.23.1" + dependencies: + "@algolia/cache-common": 4.23.1 + checksum: 88baec6b60d8fe408359506dc12509281c9b3a3d55ced644c61070e4934e6b8287d1e5f6bc85fdbe64cea66c7c893388200fb56729c22409294d58fc5fe5833a + languageName: node + linkType: hard + "@algolia/cache-in-memory@npm:4.23.2": version: 4.23.2 resolution: "@algolia/cache-in-memory@npm:4.23.2" @@ -191,6 +213,17 @@ __metadata: languageName: node linkType: hard +"@algolia/client-account@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/client-account@npm:4.23.1" + dependencies: + "@algolia/client-common": 4.23.1 + "@algolia/client-search": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: 7134a34f4cd91e7701daf70c47a7fcaca5b2463e6066606b4d92447906d8987fcb68d1ae11e177c04732d532c544730495b37b3517dae76001be6bef01683555 + languageName: node + linkType: hard + "@algolia/client-account@npm:4.23.2": version: 4.23.2 resolution: "@algolia/client-account@npm:4.23.2" @@ -202,6 +235,18 @@ __metadata: languageName: node linkType: hard +"@algolia/client-analytics@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/client-analytics@npm:4.23.1" + dependencies: + "@algolia/client-common": 4.23.1 + "@algolia/client-search": 4.23.1 + "@algolia/requester-common": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: 9bc201509eff40b1d8b8ed00f747a48bfb601e25adb08120f798963cd5dada113ae84432bb26f8e991dbc808ab102a9b00aeef0e82fd1b6815915fdff5066a16 + languageName: node + linkType: hard + "@algolia/client-analytics@npm:4.23.2": version: 4.23.2 resolution: "@algolia/client-analytics@npm:4.23.2" @@ -214,6 +259,16 @@ __metadata: languageName: node linkType: hard +"@algolia/client-common@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/client-common@npm:4.23.1" + dependencies: + "@algolia/requester-common": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: f04028dc9f7bdd6766f5e983902a8d2bdc6bd86bfae1bff195aff69c1f20be5c8a53f8031afd3f06e8a69d8ef68b46346133764395ac116bdd0bd12cf6eb7102 + languageName: node + linkType: hard + "@algolia/client-common@npm:4.23.2": version: 4.23.2 resolution: "@algolia/client-common@npm:4.23.2" @@ -224,6 +279,17 @@ __metadata: languageName: node linkType: hard +"@algolia/client-personalization@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/client-personalization@npm:4.23.1" + dependencies: + "@algolia/client-common": 4.23.1 + "@algolia/requester-common": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: da3fbad6a16e940877929931350028e89d4e850e0ad1726df5148c228d01bdb2566f3a52043d25c243bc788db7502bcf199006e35d556a031adeaf99d8fe1685 + languageName: node + linkType: hard + "@algolia/client-personalization@npm:4.23.2": version: 4.23.2 resolution: "@algolia/client-personalization@npm:4.23.2" @@ -235,6 +301,17 @@ __metadata: languageName: node linkType: hard +"@algolia/client-search@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/client-search@npm:4.23.1" + dependencies: + "@algolia/client-common": 4.23.1 + "@algolia/requester-common": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: 965e7fbca42d705c2237ed1d38b9637358c63be3eb0f376e2b3e581e5cb019d4f22fb7830857c7ea97b8310fabaea6ee04eab90c1e37570cabee902212a33187 + languageName: node + linkType: hard + "@algolia/client-search@npm:4.23.2": version: 4.23.2 resolution: "@algolia/client-search@npm:4.23.2" @@ -246,6 +323,13 @@ __metadata: languageName: node linkType: hard +"@algolia/logger-common@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/logger-common@npm:4.23.1" + checksum: 02c4c7a94c99e9cf2a82b30b70f9b12c87d6968d5dbd97feac8dc49138408216a3fcba825a6a515c37170f61716aebc2fc634af3ba030a4b2f151afeea54e0c3 + languageName: node + linkType: hard + "@algolia/logger-common@npm:4.23.2": version: 4.23.2 resolution: "@algolia/logger-common@npm:4.23.2" @@ -253,6 +337,15 @@ __metadata: languageName: node linkType: hard +"@algolia/logger-console@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/logger-console@npm:4.23.1" + dependencies: + "@algolia/logger-common": 4.23.1 + checksum: 3bfe61858a5eb8bd4f8f978f92a54093d20140a9d480577e125ce8e840dfe1bc67ee882895f5548cf679b79f584a1c8d1d6c5e06c69f270ef11c2467de57b22f + languageName: node + linkType: hard + "@algolia/logger-console@npm:4.23.2": version: 4.23.2 resolution: "@algolia/logger-console@npm:4.23.2" @@ -262,6 +355,25 @@ __metadata: languageName: node linkType: hard +"@algolia/recommend@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/recommend@npm:4.23.1" + dependencies: + "@algolia/cache-browser-local-storage": 4.23.1 + "@algolia/cache-common": 4.23.1 + "@algolia/cache-in-memory": 4.23.1 + "@algolia/client-common": 4.23.1 + "@algolia/client-search": 4.23.1 + "@algolia/logger-common": 4.23.1 + "@algolia/logger-console": 4.23.1 + "@algolia/requester-browser-xhr": 4.23.1 + "@algolia/requester-common": 4.23.1 + "@algolia/requester-node-http": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: 517266ccba789562fd4adcd66df84f0d69833b2a08770575eac3f5635cf4c12f94e010c2ab417ed6fe651a2433149ef7fa29357fbe7badb7679cc04d23c50701 + languageName: node + linkType: hard + "@algolia/recommend@npm:4.23.2": version: 4.23.2 resolution: "@algolia/recommend@npm:4.23.2" @@ -281,6 +393,15 @@ __metadata: languageName: node linkType: hard +"@algolia/requester-browser-xhr@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/requester-browser-xhr@npm:4.23.1" + dependencies: + "@algolia/requester-common": 4.23.1 + checksum: 193b5d2595d9bace7e8516ad928ed2e54a399d36eca0f111dceefe58cc66bdd106606a44adfa51bec4b7b8f07865bfe2e510c21dedd92a6e7c12912bd1964f6c + languageName: node + linkType: hard + "@algolia/requester-browser-xhr@npm:4.23.2": version: 4.23.2 resolution: "@algolia/requester-browser-xhr@npm:4.23.2" @@ -290,6 +411,13 @@ __metadata: languageName: node linkType: hard +"@algolia/requester-common@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/requester-common@npm:4.23.1" + checksum: 623843be428bc7f6615b760505c733061b70d0ee27d4248ff758f8908f33079949c58a4d2725360e4e03f681b55f05f2f485e27c83b8b65cfea31e07520a51d0 + languageName: node + linkType: hard + "@algolia/requester-common@npm:4.23.2": version: 4.23.2 resolution: "@algolia/requester-common@npm:4.23.2" @@ -297,6 +425,15 @@ __metadata: languageName: node linkType: hard +"@algolia/requester-node-http@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/requester-node-http@npm:4.23.1" + dependencies: + "@algolia/requester-common": 4.23.1 + checksum: 20001b15971b22aad55516076bd2c667836a2a21d1e22bfcf31b55772e66bfd8270b8ff685e26729b51edd5cd75929359ffa442b902e4052a00a48b9e30b3952 + languageName: node + linkType: hard + "@algolia/requester-node-http@npm:4.23.2": version: 4.23.2 resolution: "@algolia/requester-node-http@npm:4.23.2" @@ -306,6 +443,17 @@ __metadata: languageName: node linkType: hard +"@algolia/transporter@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/transporter@npm:4.23.1" + dependencies: + "@algolia/cache-common": 4.23.1 + "@algolia/logger-common": 4.23.1 + "@algolia/requester-common": 4.23.1 + checksum: 4138b86f725b62d1e5be37c7b226205a7062085fa017fcfa3e1cc989eaeed6ca81a69898780dc05d13c1d4f4cfca0997aeba0cccf4d9ed916ba1ee25d83d7201 + languageName: node + linkType: hard + "@algolia/transporter@npm:4.23.2": version: 4.23.2 resolution: "@algolia/transporter@npm:4.23.2" @@ -8446,6 +8594,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-android-arm-eabi@npm:4.13.1": + version: 4.13.1 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.13.1" + conditions: os=android & cpu=arm + languageName: node + linkType: hard + "@rollup/rollup-android-arm-eabi@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-android-arm-eabi@npm:4.14.0" @@ -8453,6 +8608,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-android-arm64@npm:4.13.1": + version: 4.13.1 + resolution: "@rollup/rollup-android-arm64@npm:4.13.1" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-android-arm64@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-android-arm64@npm:4.14.0" @@ -8460,6 +8622,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-darwin-arm64@npm:4.13.1": + version: 4.13.1 + resolution: "@rollup/rollup-darwin-arm64@npm:4.13.1" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-darwin-arm64@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-darwin-arm64@npm:4.14.0" @@ -8467,6 +8636,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-darwin-x64@npm:4.13.1": + version: 4.13.1 + resolution: "@rollup/rollup-darwin-x64@npm:4.13.1" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + "@rollup/rollup-darwin-x64@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-darwin-x64@npm:4.14.0" @@ -8474,6 +8650,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm-gnueabihf@npm:4.13.1": + version: 4.13.1 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.13.1" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + "@rollup/rollup-linux-arm-gnueabihf@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.14.0" @@ -8481,6 +8664,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm64-gnu@npm:4.13.1": + version: 4.13.1 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.13.1" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-arm64-gnu@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.14.0" @@ -8488,6 +8678,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm64-musl@npm:4.13.1": + version: 4.13.1 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.13.1" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + "@rollup/rollup-linux-arm64-musl@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-linux-arm64-musl@npm:4.14.0" @@ -8502,6 +8699,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-riscv64-gnu@npm:4.13.1": + version: 4.13.1 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.13.1" + conditions: os=linux & cpu=riscv64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-riscv64-gnu@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.14.0" @@ -8509,6 +8713,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-s390x-gnu@npm:4.13.1": + version: 4.13.1 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.13.1" + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-s390x-gnu@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.14.0" @@ -8516,6 +8727,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-x64-gnu@npm:4.13.1": + version: 4.13.1 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.13.1" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-x64-gnu@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-linux-x64-gnu@npm:4.14.0" @@ -8523,6 +8741,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-x64-musl@npm:4.13.1": + version: 4.13.1 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.13.1" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + "@rollup/rollup-linux-x64-musl@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-linux-x64-musl@npm:4.14.0" @@ -8530,6 +8755,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-arm64-msvc@npm:4.13.1": + version: 4.13.1 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.13.1" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-win32-arm64-msvc@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.14.0" @@ -8537,6 +8769,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-ia32-msvc@npm:4.13.1": + version: 4.13.1 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.13.1" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + "@rollup/rollup-win32-ia32-msvc@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.14.0" @@ -8544,6 +8783,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-x64-msvc@npm:4.13.1": + version: 4.13.1 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.13.1" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@rollup/rollup-win32-x64-msvc@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-win32-x64-msvc@npm:4.14.0" @@ -10645,12 +10891,23 @@ __metadata: linkType: hard "@types/react@npm:*, @types/react@npm:>=16": - version: 18.2.74 - resolution: "@types/react@npm:18.2.74" + version: 18.2.72 + resolution: "@types/react@npm:18.2.72" + dependencies: + "@types/prop-types": "*" + csstype: ^3.0.2 + checksum: 694127e704afd3fe1fefe699c6600d1edbb5a81c9862960f40f3d53d4ea625333199671b25b7f13191bc7fa088e15a4342a3de7fa8a5657a24744b65d6ec95f9 + languageName: node + linkType: hard + +"@types/react@npm:18.2.56": + version: 18.2.56 + resolution: "@types/react@npm:18.2.56" dependencies: "@types/prop-types": "*" + "@types/scheduler": "*" csstype: ^3.0.2 - checksum: 093c0e350552e61393e2ba30169aa620e2e64c1e2d0ff38efd2a7549ded689b6ab6bffb65fe0f7ef9e143174de54442d942bd70c014649f464c52465701208d8 + checksum: 8f6d754e4add007667002bd3f4c3a3a577c4a75afcd5cdc93bd3c584750f25c41a024a9f7de802204156483bc2fcce417ff9d7063ac1713e2b8ccb7c8a08c0ff languageName: node linkType: hard @@ -10661,7 +10918,7 @@ __metadata: "@types/prop-types": "*" "@types/scheduler": "*" csstype: ^3.0.2 - checksum: 78488f76bdba0cd3fa9ff9d23362fb39ad74c8681774f7e8c0b37cbf3df0e0713ef3c57821031b861cab6b7e87339821fd5552daa2b2a6e25308d4bff10e1bd5 + checksum: 8f6d754e4add007667002bd3f4c3a3a577c4a75afcd5cdc93bd3c584750f25c41a024a9f7de802204156483bc2fcce417ff9d7063ac1713e2b8ccb7c8a08c0ff languageName: node linkType: hard @@ -12850,11 +13107,11 @@ __metadata: linkType: hard "acorn-import-attributes@npm:^1.9.2": - version: 1.9.5 - resolution: "acorn-import-attributes@npm:1.9.5" + version: 1.9.4 + resolution: "acorn-import-attributes@npm:1.9.4" peerDependencies: acorn: ^8 - checksum: 1c0c49b6a244503964ae46ae850baccf306e84caf99bc2010ed6103c69a423987b07b520a6c619f075d215388bd4923eccac995886a54309eda049ab78a4be95 + checksum: a7bb2c81256a774d78c1217c3f3abd7e716ea2ae26e0804a69c76cc4b30f7e0b83494ee8e9ab181ad5fbbcb63d5d9b0f86bf51a2230198d61d7a16678ed62636 languageName: node linkType: hard @@ -13049,25 +13306,25 @@ __metadata: linkType: hard "algoliasearch@npm:^4.19.1": - version: 4.23.2 - resolution: "algoliasearch@npm:4.23.2" - dependencies: - "@algolia/cache-browser-local-storage": 4.23.2 - "@algolia/cache-common": 4.23.2 - "@algolia/cache-in-memory": 4.23.2 - "@algolia/client-account": 4.23.2 - "@algolia/client-analytics": 4.23.2 - "@algolia/client-common": 4.23.2 - "@algolia/client-personalization": 4.23.2 - "@algolia/client-search": 4.23.2 - "@algolia/logger-common": 4.23.2 - "@algolia/logger-console": 4.23.2 - "@algolia/recommend": 4.23.2 - "@algolia/requester-browser-xhr": 4.23.2 - "@algolia/requester-common": 4.23.2 - "@algolia/requester-node-http": 4.23.2 - "@algolia/transporter": 4.23.2 - checksum: 25a3303a5aff34a049c9d115d140650b4178b4cf2d78b23f4e8bdae7caa5e1a61d22c888a12d162ac22cfeba99e2579b4c17b03ccd33f5b5446c9db8f10ff712 + version: 4.23.1 + resolution: "algoliasearch@npm:4.23.1" + dependencies: + "@algolia/cache-browser-local-storage": 4.23.1 + "@algolia/cache-common": 4.23.1 + "@algolia/cache-in-memory": 4.23.1 + "@algolia/client-account": 4.23.1 + "@algolia/client-analytics": 4.23.1 + "@algolia/client-common": 4.23.1 + "@algolia/client-personalization": 4.23.1 + "@algolia/client-search": 4.23.1 + "@algolia/logger-common": 4.23.1 + "@algolia/logger-console": 4.23.1 + "@algolia/recommend": 4.23.1 + "@algolia/requester-browser-xhr": 4.23.1 + "@algolia/requester-common": 4.23.1 + "@algolia/requester-node-http": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: fbde11b537385e8b924c720b6b834dfc8fc49e7741bfeec9d923fb44d71b42be8e8f48c649762706e7971ab4d69b11010ce81dc09212b3e08657aae2c3677997 languageName: node linkType: hard @@ -15077,9 +15334,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001202, caniuse-lite@npm:^1.0.30001219, caniuse-lite@npm:^1.0.30001228, caniuse-lite@npm:^1.0.30001406, caniuse-lite@npm:^1.0.30001426, caniuse-lite@npm:^1.0.30001449, caniuse-lite@npm:^1.0.30001497, caniuse-lite@npm:^1.0.30001578, caniuse-lite@npm:^1.0.30001587, caniuse-lite@npm:^1.0.30001599": - version: 1.0.30001599 - resolution: "caniuse-lite@npm:1.0.30001599" - checksum: d7e619e2e723547b7311ba0ca5134d9cd55df548e93dbedcf8a6e4ec74c7db91969c4272fb1ab2fd94cddeac6a8176ebf05853eb06689d5e76bb97d979a214b0 + version: 1.0.30001600 + resolution: "caniuse-lite@npm:1.0.30001600" + checksum: 1aae03be0e9f96163e88b9305531ef8db0e01f224aff545c61a32ce0b0ca323e22531bf680bacac3e34f98e23f71ac31a21b328fa0fcbbecea65a2c2638c70c4 languageName: node linkType: hard @@ -16992,9 +17249,9 @@ __metadata: languageName: node linkType: hard -"cssnano-preset-default@npm:^6.1.1": - version: 6.1.1 - resolution: "cssnano-preset-default@npm:6.1.1" +"cssnano-preset-default@npm:^6.1.2": + version: 6.1.2 + resolution: "cssnano-preset-default@npm:6.1.2" dependencies: browserslist: ^4.23.0 css-declaration-sorter: ^7.2.0 @@ -17028,7 +17285,7 @@ __metadata: postcss-unique-selectors: ^6.0.4 peerDependencies: postcss: ^8.4.31 - checksum: 199c24274fd258d9a6fbf3419e3e4f768bc90f5664f379610b5a6bca6aba734d99232be0f9a0ffae4985433c8206435458108ee685adb2387317b38ce3e4bb19 + checksum: 51d93e52df7141143947dc4695b5087c04b41ea153e4f4c0282ac012b62c7457c6aca244f604ae94fa3b4840903a30a1e7df38f8610e0b304d05e3065375ee56 languageName: node linkType: hard @@ -17086,14 +17343,14 @@ __metadata: linkType: hard "cssnano@npm:^6.0.0, cssnano@npm:^6.0.1": - version: 6.1.1 - resolution: "cssnano@npm:6.1.1" + version: 6.1.2 + resolution: "cssnano@npm:6.1.2" dependencies: - cssnano-preset-default: ^6.1.1 + cssnano-preset-default: ^6.1.2 lilconfig: ^3.1.1 peerDependencies: postcss: ^8.4.31 - checksum: cfbf69986f8f3d25a6d9c4250383ebef70a9917dc48a6e381ff60e1394b3553e472315109e7201ee83334133c5084b2073e88ecc02082e75b908f5a9596ce256 + checksum: 65aad92c5ee0089ffd4cd933c18c65edbf7634f7c3cd833a499dc948aa7e4168be22130dfe83bde07fcdc87f7c45a02d09040b7f439498208bc90b8d5a9abcc8 languageName: node linkType: hard @@ -18304,9 +18561,9 @@ __metadata: linkType: hard "electron-to-chromium@npm:^1.3.723, electron-to-chromium@npm:^1.4.284, electron-to-chromium@npm:^1.4.668": - version: 1.4.713 - resolution: "electron-to-chromium@npm:1.4.713" - checksum: cffeff470a73c47763463fdc8f58854544102b572afe417defca6f511fa88dbe7e0b1720f0e64cf0cf92053aa3b086f5de24899a68a12a346f6b9b74ff1c0768 + version: 1.4.717 + resolution: "electron-to-chromium@npm:1.4.717" + checksum: 6fe08272b79342170e02699a5d1ba495b0287b906743ca03dca4d4c930ee09fd9b12302c6447bc98ca96973d3aa684e1d930bfaf120774e172c892089138a61e languageName: node linkType: hard @@ -19891,8 +20148,8 @@ __metadata: linkType: hard "express@npm:^4.17.3": - version: 4.19.1 - resolution: "express@npm:4.19.1" + version: 4.19.2 + resolution: "express@npm:4.19.2" dependencies: accepts: ~1.3.8 array-flatten: 1.1.1 @@ -19925,7 +20182,7 @@ __metadata: type-is: ~1.6.18 utils-merge: 1.0.1 vary: ~1.1.2 - checksum: c693d64e833118d2c156c671a924468b447cec1f147656a83eeabfa80916d6d5b582aec1ad200a6c0fdae907549d95cf88e6281247b391f42982b89c862902f3 + checksum: 212dbd6c2c222a96a61bc927639c95970a53b06257080bb9e2838adb3bffdb966856551fdad1ab5dd654a217c35db94f987d0aa88d48fb04d306340f5f34dca5 languageName: node linkType: hard @@ -26041,11 +26298,11 @@ __metadata: linkType: hard "markdown-to-jsx@npm:^7.1.8": - version: 7.4.4 - resolution: "markdown-to-jsx@npm:7.4.4" + version: 7.4.5 + resolution: "markdown-to-jsx@npm:7.4.5" peerDependencies: react: ">= 0.14.0" - checksum: a901e68a4cf258095133b659a52b35dc7b8025706d74cb363831c664cf0c948d06098b6327dd956f0f429e31d8c7f2a272a39d16c9b370072d1012557f2ade41 + checksum: 185f7a383ed8b46f015a98e1e6e9d57d5b82fea0fafb141f57b9362366a673989ade20f02711b96678a6e1d04cc3ca76b4689ffbd47623844b78dff9a57b9148 languageName: node linkType: hard @@ -27402,10 +27659,10 @@ __metadata: languageName: node linkType: hard -"node-fetch-native@npm:^1.2.0, node-fetch-native@npm:^1.6.1, node-fetch-native@npm:^1.6.2, node-fetch-native@npm:^1.6.3": - version: 1.6.3 - resolution: "node-fetch-native@npm:1.6.3" - checksum: 9601f0dac36288963d65bd25f236b9a12328d8aa00c023aa23f0e1fc3ef48b0b22b092ec616d0f0ec16b4daddd75307b77bdb47addf799f94800182ae592dce9 +"node-fetch-native@npm:^1.2.0, node-fetch-native@npm:^1.6.1, node-fetch-native@npm:^1.6.2, node-fetch-native@npm:^1.6.3, node-fetch-native@npm:^1.6.4": + version: 1.6.4 + resolution: "node-fetch-native@npm:1.6.4" + checksum: 7b159f610e037e8813750096a6616ec6771e9abf868aa6e75e5b790bfc2ba2d92cf2abcce33c18fd01f2e5e5cc72de09c78bd4381e7f8c0887f7de21bd96f045 languageName: node linkType: hard @@ -33147,6 +33404,65 @@ __metadata: languageName: node linkType: hard +"rollup@npm:^4.13.0": + version: 4.13.1 + resolution: "rollup@npm:4.13.1" + dependencies: + "@rollup/rollup-android-arm-eabi": 4.13.1 + "@rollup/rollup-android-arm64": 4.13.1 + "@rollup/rollup-darwin-arm64": 4.13.1 + "@rollup/rollup-darwin-x64": 4.13.1 + "@rollup/rollup-linux-arm-gnueabihf": 4.13.1 + "@rollup/rollup-linux-arm64-gnu": 4.13.1 + "@rollup/rollup-linux-arm64-musl": 4.13.1 + "@rollup/rollup-linux-riscv64-gnu": 4.13.1 + "@rollup/rollup-linux-s390x-gnu": 4.13.1 + "@rollup/rollup-linux-x64-gnu": 4.13.1 + "@rollup/rollup-linux-x64-musl": 4.13.1 + "@rollup/rollup-win32-arm64-msvc": 4.13.1 + "@rollup/rollup-win32-ia32-msvc": 4.13.1 + "@rollup/rollup-win32-x64-msvc": 4.13.1 + "@types/estree": 1.0.5 + fsevents: ~2.3.2 + dependenciesMeta: + "@rollup/rollup-android-arm-eabi": + optional: true + "@rollup/rollup-android-arm64": + optional: true + "@rollup/rollup-darwin-arm64": + optional: true + "@rollup/rollup-darwin-x64": + optional: true + "@rollup/rollup-linux-arm-gnueabihf": + optional: true + "@rollup/rollup-linux-arm64-gnu": + optional: true + "@rollup/rollup-linux-arm64-musl": + optional: true + "@rollup/rollup-linux-powerpc64le-gnu": + optional: true + "@rollup/rollup-linux-riscv64-gnu": + optional: true + "@rollup/rollup-linux-s390x-gnu": + optional: true + "@rollup/rollup-linux-x64-gnu": + optional: true + "@rollup/rollup-linux-x64-musl": + optional: true + "@rollup/rollup-win32-arm64-msvc": + optional: true + "@rollup/rollup-win32-ia32-msvc": + optional: true + "@rollup/rollup-win32-x64-msvc": + optional: true + fsevents: + optional: true + bin: + rollup: dist/bin/rollup + checksum: 04077f78e8536058a0aedfcf40079248db29cc9bc1aeb921f5ecd9b2c44b036f0e956f0e2d1eb19dddd52fc2e37d1172184acd99999bfebd6be6e1e9375a4313 + languageName: node + linkType: hard + "rollup@npm:^4.13.2": version: 4.14.0 resolution: "rollup@npm:4.14.0" @@ -35604,7 +35920,7 @@ __metadata: languageName: node linkType: hard -"tar@npm:6.2.1": +"tar@npm:^6.0.2, tar@npm:^6.1.11, tar@npm:^6.1.2, tar@npm:^6.2.0": version: 6.2.1 resolution: "tar@npm:6.2.1" dependencies: @@ -35783,8 +36099,8 @@ __metadata: linkType: hard "terser@npm:^5.0.0, terser@npm:^5.10.0, terser@npm:^5.15.1, terser@npm:^5.17.4, terser@npm:^5.26.0, terser@npm:^5.3.4": - version: 5.30.3 - resolution: "terser@npm:5.30.3" + version: 5.30.0 + resolution: "terser@npm:5.30.0" dependencies: "@jridgewell/source-map": ^0.3.3 acorn: ^8.8.2 @@ -35792,7 +36108,7 @@ __metadata: source-map-support: ~0.5.20 bin: terser: bin/terser - checksum: 8c680ed32a948f806fade0969c52aab94b6de174e4a78610f5d3abf9993b161eb19b88b2ceadff09b153858727c02deb6709635e4bfbd519f67d54e0394e2983 + checksum: a5c3b35675ddc96f355e7d27c012c7408f5cb89c6cb47079817414e765ef594900439169f92641500b8f0b7abbbc61bc52c394e1a53dfea87b5ea01ff56eeadd languageName: node linkType: hard From f4ac007d330ba8331ef1e0f81c6fbd52bc840b21 Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Wed, 27 Mar 2024 14:12:02 +0000 Subject: [PATCH 05/15] chore(pie-monorepo): DSW-1823 fix yarn lock --- yarn.lock | 442 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 333 insertions(+), 109 deletions(-) diff --git a/yarn.lock b/yarn.lock index d0f222cb8e..3fd85cade6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -163,12 +163,12 @@ __metadata: languageName: node linkType: hard -"@algolia/cache-browser-local-storage@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/cache-browser-local-storage@npm:4.23.1" +"@algolia/cache-browser-local-storage@npm:4.23.0": + version: 4.23.0 + resolution: "@algolia/cache-browser-local-storage@npm:4.23.0" dependencies: - "@algolia/cache-common": 4.23.1 - checksum: d6063e5c2151b223e2f4f36a129f98b27b4a9ea2afaeb06938eb8d09cd9bade0656cdbe8924ae30c3f3640b16270e14048aeac3d50160d11003287a8ce22f084 + "@algolia/cache-common": 4.23.0 + checksum: 836c15b1d5e60dafc5d89f76aab138cefb451f521ad3ed160be5a96387d667a7ad70eb79a3abe4d5bc4ab98c51b709ae666cfa3d28b31cf9a94c4e885a3bb463 languageName: node linkType: hard @@ -181,6 +181,13 @@ __metadata: languageName: node linkType: hard +"@algolia/cache-common@npm:4.23.0": + version: 4.23.0 + resolution: "@algolia/cache-common@npm:4.23.0" + checksum: 97d3a4524daf1288cd06b3f52c1838646d1dc188a6725eb1deac97beddf46d0757734bfb6068ccb1f5196c363fa4abaca125bd5391ca35c24421ad70cd07c29a + languageName: node + linkType: hard + "@algolia/cache-common@npm:4.23.1": version: 4.23.1 resolution: "@algolia/cache-common@npm:4.23.1" @@ -195,12 +202,21 @@ __metadata: languageName: node linkType: hard +"@algolia/cache-in-memory@npm:4.23.0": + version: 4.23.0 + resolution: "@algolia/cache-in-memory@npm:4.23.0" + dependencies: + "@algolia/cache-common": 4.23.0 + checksum: 06aa0e30613af17b32f06fd8cd856c173115eaab9b5a246bc6ee6593df949f8d589adfa7d4542d948d7030f5cf6316b9049b9e334c746b68c8f61b5bf7b46a3f + languageName: node + linkType: hard + "@algolia/cache-in-memory@npm:4.23.1": version: 4.23.1 resolution: "@algolia/cache-in-memory@npm:4.23.1" dependencies: - "@algolia/cache-common": 4.23.1 - checksum: 88baec6b60d8fe408359506dc12509281c9b3a3d55ced644c61070e4934e6b8287d1e5f6bc85fdbe64cea66c7c893388200fb56729c22409294d58fc5fe5833a + "@algolia/cache-common": 4.23.0 + checksum: 06aa0e30613af17b32f06fd8cd856c173115eaab9b5a246bc6ee6593df949f8d589adfa7d4542d948d7030f5cf6316b9049b9e334c746b68c8f61b5bf7b46a3f languageName: node linkType: hard @@ -213,14 +229,25 @@ __metadata: languageName: node linkType: hard +"@algolia/client-account@npm:4.23.0": + version: 4.23.0 + resolution: "@algolia/client-account@npm:4.23.0" + dependencies: + "@algolia/client-common": 4.23.0 + "@algolia/client-search": 4.23.0 + "@algolia/transporter": 4.23.0 + checksum: ce59c2de4401d566973b8dfff70bf34ae884f11b7ab81bfbfbcf6380628a5cef708965c76638ef5aab3662a40d215c5a6c705754ebcc7fe4aba8b51837d57fe8 + languageName: node + linkType: hard + "@algolia/client-account@npm:4.23.1": version: 4.23.1 resolution: "@algolia/client-account@npm:4.23.1" dependencies: - "@algolia/client-common": 4.23.1 - "@algolia/client-search": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: 7134a34f4cd91e7701daf70c47a7fcaca5b2463e6066606b4d92447906d8987fcb68d1ae11e177c04732d532c544730495b37b3517dae76001be6bef01683555 + "@algolia/client-common": 4.23.0 + "@algolia/client-search": 4.23.0 + "@algolia/transporter": 4.23.0 + checksum: ce59c2de4401d566973b8dfff70bf34ae884f11b7ab81bfbfbcf6380628a5cef708965c76638ef5aab3662a40d215c5a6c705754ebcc7fe4aba8b51837d57fe8 languageName: node linkType: hard @@ -235,15 +262,27 @@ __metadata: languageName: node linkType: hard +"@algolia/client-analytics@npm:4.23.0": + version: 4.23.0 + resolution: "@algolia/client-analytics@npm:4.23.0" + dependencies: + "@algolia/client-common": 4.23.0 + "@algolia/client-search": 4.23.0 + "@algolia/requester-common": 4.23.0 + "@algolia/transporter": 4.23.0 + checksum: b6aa6d1c084bb30ba07931f9036ffd9545cc985e85cd743019a49deedabd42c3bcb2e0b7b231081b2bce413e2f15a758f481cee3c4ae8aff89d477362ad3620b + languageName: node + linkType: hard + "@algolia/client-analytics@npm:4.23.1": version: 4.23.1 resolution: "@algolia/client-analytics@npm:4.23.1" dependencies: - "@algolia/client-common": 4.23.1 - "@algolia/client-search": 4.23.1 - "@algolia/requester-common": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: 9bc201509eff40b1d8b8ed00f747a48bfb601e25adb08120f798963cd5dada113ae84432bb26f8e991dbc808ab102a9b00aeef0e82fd1b6815915fdff5066a16 + "@algolia/client-common": 4.23.0 + "@algolia/client-search": 4.23.0 + "@algolia/requester-common": 4.23.0 + "@algolia/transporter": 4.23.0 + checksum: b6aa6d1c084bb30ba07931f9036ffd9545cc985e85cd743019a49deedabd42c3bcb2e0b7b231081b2bce413e2f15a758f481cee3c4ae8aff89d477362ad3620b languageName: node linkType: hard @@ -259,13 +298,23 @@ __metadata: languageName: node linkType: hard +"@algolia/client-common@npm:4.23.0": + version: 4.23.0 + resolution: "@algolia/client-common@npm:4.23.0" + dependencies: + "@algolia/requester-common": 4.23.0 + "@algolia/transporter": 4.23.0 + checksum: 40ef76d46012fe53545fd38c5f6b6261ef2a13334c4ce50158aeef657520f3f97c3b72d0f22373d58dc59f8a5eb31c8f06862bdf56941f64ac4ad9d455689c1d + languageName: node + linkType: hard + "@algolia/client-common@npm:4.23.1": version: 4.23.1 resolution: "@algolia/client-common@npm:4.23.1" dependencies: - "@algolia/requester-common": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: f04028dc9f7bdd6766f5e983902a8d2bdc6bd86bfae1bff195aff69c1f20be5c8a53f8031afd3f06e8a69d8ef68b46346133764395ac116bdd0bd12cf6eb7102 + "@algolia/requester-common": 4.23.0 + "@algolia/transporter": 4.23.0 + checksum: 40ef76d46012fe53545fd38c5f6b6261ef2a13334c4ce50158aeef657520f3f97c3b72d0f22373d58dc59f8a5eb31c8f06862bdf56941f64ac4ad9d455689c1d languageName: node linkType: hard @@ -279,14 +328,25 @@ __metadata: languageName: node linkType: hard +"@algolia/client-personalization@npm:4.23.0": + version: 4.23.0 + resolution: "@algolia/client-personalization@npm:4.23.0" + dependencies: + "@algolia/client-common": 4.23.0 + "@algolia/requester-common": 4.23.0 + "@algolia/transporter": 4.23.0 + checksum: c0fe1e708bf60fc4c160db65b44354b5d055540bb135de3de35b43473a55fba75db107cc784ec556f9438d47c9aa0384427a11de551e36792b9229f0d960ade0 + languageName: node + linkType: hard + "@algolia/client-personalization@npm:4.23.1": version: 4.23.1 resolution: "@algolia/client-personalization@npm:4.23.1" dependencies: - "@algolia/client-common": 4.23.1 - "@algolia/requester-common": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: da3fbad6a16e940877929931350028e89d4e850e0ad1726df5148c228d01bdb2566f3a52043d25c243bc788db7502bcf199006e35d556a031adeaf99d8fe1685 + "@algolia/client-common": 4.23.0 + "@algolia/requester-common": 4.23.0 + "@algolia/transporter": 4.23.0 + checksum: c0fe1e708bf60fc4c160db65b44354b5d055540bb135de3de35b43473a55fba75db107cc784ec556f9438d47c9aa0384427a11de551e36792b9229f0d960ade0 languageName: node linkType: hard @@ -301,14 +361,25 @@ __metadata: languageName: node linkType: hard +"@algolia/client-search@npm:4.23.0": + version: 4.23.0 + resolution: "@algolia/client-search@npm:4.23.0" + dependencies: + "@algolia/client-common": 4.23.0 + "@algolia/requester-common": 4.23.0 + "@algolia/transporter": 4.23.0 + checksum: bb2240a466cd8e402b46a6bf5f5e851eb0b4b5a915d1ea7f802b1257270545bd25952a4d1ba36a9db6cf8eea18dce33cb995f93ed8cab2ef5dde2354e69d46ae + languageName: node + linkType: hard + "@algolia/client-search@npm:4.23.1": version: 4.23.1 resolution: "@algolia/client-search@npm:4.23.1" dependencies: - "@algolia/client-common": 4.23.1 - "@algolia/requester-common": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: 965e7fbca42d705c2237ed1d38b9637358c63be3eb0f376e2b3e581e5cb019d4f22fb7830857c7ea97b8310fabaea6ee04eab90c1e37570cabee902212a33187 + "@algolia/client-common": 4.23.0 + "@algolia/requester-common": 4.23.0 + "@algolia/transporter": 4.23.0 + checksum: bb2240a466cd8e402b46a6bf5f5e851eb0b4b5a915d1ea7f802b1257270545bd25952a4d1ba36a9db6cf8eea18dce33cb995f93ed8cab2ef5dde2354e69d46ae languageName: node linkType: hard @@ -323,6 +394,13 @@ __metadata: languageName: node linkType: hard +"@algolia/logger-common@npm:4.23.0": + version: 4.23.0 + resolution: "@algolia/logger-common@npm:4.23.0" + checksum: a7efb00330c59e3f0a5f51eed72de01198b0aca225cc6132fa96877761ddd6a8b426a93db2fce65231cafb5f7243a17e9a1df35b059bbb000bc4ccc3c2c5192f + languageName: node + linkType: hard + "@algolia/logger-common@npm:4.23.1": version: 4.23.1 resolution: "@algolia/logger-common@npm:4.23.1" @@ -337,12 +415,21 @@ __metadata: languageName: node linkType: hard +"@algolia/logger-console@npm:4.23.0": + version: 4.23.0 + resolution: "@algolia/logger-console@npm:4.23.0" + dependencies: + "@algolia/logger-common": 4.23.0 + checksum: 8c104aa065b41358a06a1da08ad4e00d3bdba690d54b50af57ceb55ec6af8c7e9deb59d79f709b061538ff37694e3ede3fbbc949fa5ba943dd9fe875ace7547e + languageName: node + linkType: hard + "@algolia/logger-console@npm:4.23.1": version: 4.23.1 resolution: "@algolia/logger-console@npm:4.23.1" dependencies: - "@algolia/logger-common": 4.23.1 - checksum: 3bfe61858a5eb8bd4f8f978f92a54093d20140a9d480577e125ce8e840dfe1bc67ee882895f5548cf679b79f584a1c8d1d6c5e06c69f270ef11c2467de57b22f + "@algolia/logger-common": 4.23.0 + checksum: 8c104aa065b41358a06a1da08ad4e00d3bdba690d54b50af57ceb55ec6af8c7e9deb59d79f709b061538ff37694e3ede3fbbc949fa5ba943dd9fe875ace7547e languageName: node linkType: hard @@ -355,22 +442,41 @@ __metadata: languageName: node linkType: hard +"@algolia/recommend@npm:4.23.0": + version: 4.23.0 + resolution: "@algolia/recommend@npm:4.23.0" + dependencies: + "@algolia/cache-browser-local-storage": 4.23.0 + "@algolia/cache-common": 4.23.0 + "@algolia/cache-in-memory": 4.23.0 + "@algolia/client-common": 4.23.0 + "@algolia/client-search": 4.23.0 + "@algolia/logger-common": 4.23.0 + "@algolia/logger-console": 4.23.0 + "@algolia/requester-browser-xhr": 4.23.0 + "@algolia/requester-common": 4.23.0 + "@algolia/requester-node-http": 4.23.0 + "@algolia/transporter": 4.23.0 + checksum: 87ee741d98f1dd9bc59708b644aa1223faee05bc0074e185ecad8eb17ec2979c9bb98539a0ab66ae412367d8e75c9584e9df77871ec9025fad0e8e9e0fb4fb98 + languageName: node + linkType: hard + "@algolia/recommend@npm:4.23.1": version: 4.23.1 resolution: "@algolia/recommend@npm:4.23.1" dependencies: - "@algolia/cache-browser-local-storage": 4.23.1 - "@algolia/cache-common": 4.23.1 - "@algolia/cache-in-memory": 4.23.1 - "@algolia/client-common": 4.23.1 - "@algolia/client-search": 4.23.1 - "@algolia/logger-common": 4.23.1 - "@algolia/logger-console": 4.23.1 - "@algolia/requester-browser-xhr": 4.23.1 - "@algolia/requester-common": 4.23.1 - "@algolia/requester-node-http": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: 517266ccba789562fd4adcd66df84f0d69833b2a08770575eac3f5635cf4c12f94e010c2ab417ed6fe651a2433149ef7fa29357fbe7badb7679cc04d23c50701 + "@algolia/cache-browser-local-storage": 4.23.0 + "@algolia/cache-common": 4.23.0 + "@algolia/cache-in-memory": 4.23.0 + "@algolia/client-common": 4.23.0 + "@algolia/client-search": 4.23.0 + "@algolia/logger-common": 4.23.0 + "@algolia/logger-console": 4.23.0 + "@algolia/requester-browser-xhr": 4.23.0 + "@algolia/requester-common": 4.23.0 + "@algolia/requester-node-http": 4.23.0 + "@algolia/transporter": 4.23.0 + checksum: 87ee741d98f1dd9bc59708b644aa1223faee05bc0074e185ecad8eb17ec2979c9bb98539a0ab66ae412367d8e75c9584e9df77871ec9025fad0e8e9e0fb4fb98 languageName: node linkType: hard @@ -393,12 +499,21 @@ __metadata: languageName: node linkType: hard +"@algolia/requester-browser-xhr@npm:4.23.0": + version: 4.23.0 + resolution: "@algolia/requester-browser-xhr@npm:4.23.0" + dependencies: + "@algolia/requester-common": 4.23.0 + checksum: b445bf21d6465e56946b00b59b8d6cf303046b22c71a744673255d5e92f653aaa7f4ba6cc18d16b8ce9e2ce781717b84459c52ccfb084168581c3c849f245c68 + languageName: node + linkType: hard + "@algolia/requester-browser-xhr@npm:4.23.1": version: 4.23.1 resolution: "@algolia/requester-browser-xhr@npm:4.23.1" dependencies: - "@algolia/requester-common": 4.23.1 - checksum: 193b5d2595d9bace7e8516ad928ed2e54a399d36eca0f111dceefe58cc66bdd106606a44adfa51bec4b7b8f07865bfe2e510c21dedd92a6e7c12912bd1964f6c + "@algolia/requester-common": 4.23.0 + checksum: b445bf21d6465e56946b00b59b8d6cf303046b22c71a744673255d5e92f653aaa7f4ba6cc18d16b8ce9e2ce781717b84459c52ccfb084168581c3c849f245c68 languageName: node linkType: hard @@ -411,6 +526,13 @@ __metadata: languageName: node linkType: hard +"@algolia/requester-common@npm:4.23.0": + version: 4.23.0 + resolution: "@algolia/requester-common@npm:4.23.0" + checksum: 6c3fa2e820ab8004f05f88eb196bf8525627ee222e4d57f7a0b3a3ff121b8d8535acf6dbe72e097f544102b27dde7088c846c97f2c841721fe0f01fbe98d9b09 + languageName: node + linkType: hard + "@algolia/requester-common@npm:4.23.1": version: 4.23.1 resolution: "@algolia/requester-common@npm:4.23.1" @@ -425,12 +547,21 @@ __metadata: languageName: node linkType: hard +"@algolia/requester-node-http@npm:4.23.0": + version: 4.23.0 + resolution: "@algolia/requester-node-http@npm:4.23.0" + dependencies: + "@algolia/requester-common": 4.23.0 + checksum: 18e68bf90de72fa1629ccc3adedfe5050277b9b21ef335e5f517cb7244996c73ab3506d23aac27f1ff12a77e22f0612919630b97bac743b905abb702688447b1 + languageName: node + linkType: hard + "@algolia/requester-node-http@npm:4.23.1": version: 4.23.1 resolution: "@algolia/requester-node-http@npm:4.23.1" dependencies: - "@algolia/requester-common": 4.23.1 - checksum: 20001b15971b22aad55516076bd2c667836a2a21d1e22bfcf31b55772e66bfd8270b8ff685e26729b51edd5cd75929359ffa442b902e4052a00a48b9e30b3952 + "@algolia/requester-common": 4.23.0 + checksum: 18e68bf90de72fa1629ccc3adedfe5050277b9b21ef335e5f517cb7244996c73ab3506d23aac27f1ff12a77e22f0612919630b97bac743b905abb702688447b1 languageName: node linkType: hard @@ -443,14 +574,25 @@ __metadata: languageName: node linkType: hard +"@algolia/transporter@npm:4.23.0": + version: 4.23.0 + resolution: "@algolia/transporter@npm:4.23.0" + dependencies: + "@algolia/cache-common": 4.23.0 + "@algolia/logger-common": 4.23.0 + "@algolia/requester-common": 4.23.0 + checksum: 037b0e7b8b978dc3d5c9e8dd43edb6519af9f045267811d232bce7aaf211b0d8bda535f9c99b714b9b4f22adc00cd6f8f791a5ed140cdf885358115be571d108 + languageName: node + linkType: hard + "@algolia/transporter@npm:4.23.1": version: 4.23.1 resolution: "@algolia/transporter@npm:4.23.1" dependencies: - "@algolia/cache-common": 4.23.1 - "@algolia/logger-common": 4.23.1 - "@algolia/requester-common": 4.23.1 - checksum: 4138b86f725b62d1e5be37c7b226205a7062085fa017fcfa3e1cc989eaeed6ca81a69898780dc05d13c1d4f4cfca0997aeba0cccf4d9ed916ba1ee25d83d7201 + "@algolia/cache-common": 4.23.0 + "@algolia/logger-common": 4.23.0 + "@algolia/requester-common": 4.23.0 + checksum: 037b0e7b8b978dc3d5c9e8dd43edb6519af9f045267811d232bce7aaf211b0d8bda535f9c99b714b9b4f22adc00cd6f8f791a5ed140cdf885358115be571d108 languageName: node linkType: hard @@ -6086,9 +6228,9 @@ __metadata: linkType: soft "@leichtgewicht/ip-codec@npm:^2.0.1": - version: 2.0.5 - resolution: "@leichtgewicht/ip-codec@npm:2.0.5" - checksum: 4fcd025d0a923cb6b87b631a83436a693b255779c583158bbeacde6b4dd75b94cc1eba1c9c188de5fc36c218d160524ea08bfe4ef03a056b00ff14126d66f881 + version: 2.0.4 + resolution: "@leichtgewicht/ip-codec@npm:2.0.4" + checksum: 468de1f04d33de6d300892683d7c8aecbf96d1e2c5fe084f95f816e50a054d45b7c1ebfb141a1447d844b86a948733f6eebd92234da8581c84a1ad4de2946a2d languageName: node linkType: hard @@ -8594,9 +8736,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.13.1": - version: 4.13.1 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.13.1" +"@rollup/rollup-android-arm-eabi@npm:4.13.0": + version: 4.13.0 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.13.0" conditions: os=android & cpu=arm languageName: node linkType: hard @@ -8608,6 +8750,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-android-arm64@npm:4.13.0": + version: 4.13.0 + resolution: "@rollup/rollup-android-arm64@npm:4.13.0" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-android-arm64@npm:4.13.1": version: 4.13.1 resolution: "@rollup/rollup-android-arm64@npm:4.13.1" @@ -8622,6 +8771,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-darwin-arm64@npm:4.13.0": + version: 4.13.0 + resolution: "@rollup/rollup-darwin-arm64@npm:4.13.0" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-darwin-arm64@npm:4.13.1": version: 4.13.1 resolution: "@rollup/rollup-darwin-arm64@npm:4.13.1" @@ -8636,6 +8792,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-darwin-x64@npm:4.13.0": + version: 4.13.0 + resolution: "@rollup/rollup-darwin-x64@npm:4.13.0" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + "@rollup/rollup-darwin-x64@npm:4.13.1": version: 4.13.1 resolution: "@rollup/rollup-darwin-x64@npm:4.13.1" @@ -8650,6 +8813,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm-gnueabihf@npm:4.13.0": + version: 4.13.0 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.13.0" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + "@rollup/rollup-linux-arm-gnueabihf@npm:4.13.1": version: 4.13.1 resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.13.1" @@ -8664,6 +8834,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm64-gnu@npm:4.13.0": + version: 4.13.0 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.13.0" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-arm64-gnu@npm:4.13.1": version: 4.13.1 resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.13.1" @@ -8678,6 +8855,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-arm64-musl@npm:4.13.0": + version: 4.13.0 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.13.0" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + "@rollup/rollup-linux-arm64-musl@npm:4.13.1": version: 4.13.1 resolution: "@rollup/rollup-linux-arm64-musl@npm:4.13.1" @@ -8699,6 +8883,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-riscv64-gnu@npm:4.13.0": + version: 4.13.0 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.13.0" + conditions: os=linux & cpu=riscv64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-riscv64-gnu@npm:4.13.1": version: 4.13.1 resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.13.1" @@ -8727,6 +8918,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-x64-gnu@npm:4.13.0": + version: 4.13.0 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.13.0" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + "@rollup/rollup-linux-x64-gnu@npm:4.13.1": version: 4.13.1 resolution: "@rollup/rollup-linux-x64-gnu@npm:4.13.1" @@ -8741,6 +8939,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-linux-x64-musl@npm:4.13.0": + version: 4.13.0 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.13.0" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + "@rollup/rollup-linux-x64-musl@npm:4.13.1": version: 4.13.1 resolution: "@rollup/rollup-linux-x64-musl@npm:4.13.1" @@ -8755,6 +8960,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-arm64-msvc@npm:4.13.0": + version: 4.13.0 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.13.0" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + "@rollup/rollup-win32-arm64-msvc@npm:4.13.1": version: 4.13.1 resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.13.1" @@ -8769,6 +8981,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-ia32-msvc@npm:4.13.0": + version: 4.13.0 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.13.0" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + "@rollup/rollup-win32-ia32-msvc@npm:4.13.1": version: 4.13.1 resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.13.1" @@ -8783,6 +9002,13 @@ __metadata: languageName: node linkType: hard +"@rollup/rollup-win32-x64-msvc@npm:4.13.0": + version: 4.13.0 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.13.0" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + "@rollup/rollup-win32-x64-msvc@npm:4.13.1": version: 4.13.1 resolution: "@rollup/rollup-win32-x64-msvc@npm:4.13.1" @@ -10072,9 +10298,9 @@ __metadata: linkType: hard "@tsconfig/node10@npm:^1.0.7": - version: 1.0.11 - resolution: "@tsconfig/node10@npm:1.0.11" - checksum: 51fe47d55fe1b80ec35e6e5ed30a13665fd3a531945350aa74a14a1e82875fb60b350c2f2a5e72a64831b1b6bc02acb6760c30b3738b54954ec2dea82db7a267 + version: 1.0.10 + resolution: "@tsconfig/node10@npm:1.0.10" + checksum: 1204c05940c3669e897c1bcdf20668acc7fdbbeb41b4e8a3eb83ec486d6a442ba0f5d3b8122c93cb813fa498a232946ecb09e5a59a02828db3f1c27529563046 languageName: node linkType: hard @@ -10891,12 +11117,13 @@ __metadata: linkType: hard "@types/react@npm:*, @types/react@npm:>=16": - version: 18.2.72 - resolution: "@types/react@npm:18.2.72" + version: 18.2.71 + resolution: "@types/react@npm:18.2.71" dependencies: "@types/prop-types": "*" + "@types/scheduler": "*" csstype: ^3.0.2 - checksum: 694127e704afd3fe1fefe699c6600d1edbb5a81c9862960f40f3d53d4ea625333199671b25b7f13191bc7fa088e15a4342a3de7fa8a5657a24744b65d6ec95f9 + checksum: 78488f76bdba0cd3fa9ff9d23362fb39ad74c8681774f7e8c0b37cbf3df0e0713ef3c57821031b861cab6b7e87339821fd5552daa2b2a6e25308d4bff10e1bd5 languageName: node linkType: hard @@ -13107,11 +13334,11 @@ __metadata: linkType: hard "acorn-import-attributes@npm:^1.9.2": - version: 1.9.4 - resolution: "acorn-import-attributes@npm:1.9.4" + version: 1.9.2 + resolution: "acorn-import-attributes@npm:1.9.2" peerDependencies: acorn: ^8 - checksum: a7bb2c81256a774d78c1217c3f3abd7e716ea2ae26e0804a69c76cc4b30f7e0b83494ee8e9ab181ad5fbbcb63d5d9b0f86bf51a2230198d61d7a16678ed62636 + checksum: d4baad00ce9e09b0b924e695c0621bb8e9b221797cd9ed7e2f79fb5e763dae04aacb8cf082ebde54e1244cbaf473b04a0211ae2486358fa7232414d2013159e0 languageName: node linkType: hard @@ -13306,25 +13533,25 @@ __metadata: linkType: hard "algoliasearch@npm:^4.19.1": - version: 4.23.1 - resolution: "algoliasearch@npm:4.23.1" - dependencies: - "@algolia/cache-browser-local-storage": 4.23.1 - "@algolia/cache-common": 4.23.1 - "@algolia/cache-in-memory": 4.23.1 - "@algolia/client-account": 4.23.1 - "@algolia/client-analytics": 4.23.1 - "@algolia/client-common": 4.23.1 - "@algolia/client-personalization": 4.23.1 - "@algolia/client-search": 4.23.1 - "@algolia/logger-common": 4.23.1 - "@algolia/logger-console": 4.23.1 - "@algolia/recommend": 4.23.1 - "@algolia/requester-browser-xhr": 4.23.1 - "@algolia/requester-common": 4.23.1 - "@algolia/requester-node-http": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: fbde11b537385e8b924c720b6b834dfc8fc49e7741bfeec9d923fb44d71b42be8e8f48c649762706e7971ab4d69b11010ce81dc09212b3e08657aae2c3677997 + version: 4.23.0 + resolution: "algoliasearch@npm:4.23.0" + dependencies: + "@algolia/cache-browser-local-storage": 4.23.0 + "@algolia/cache-common": 4.23.0 + "@algolia/cache-in-memory": 4.23.0 + "@algolia/client-account": 4.23.0 + "@algolia/client-analytics": 4.23.0 + "@algolia/client-common": 4.23.0 + "@algolia/client-personalization": 4.23.0 + "@algolia/client-search": 4.23.0 + "@algolia/logger-common": 4.23.0 + "@algolia/logger-console": 4.23.0 + "@algolia/recommend": 4.23.0 + "@algolia/requester-browser-xhr": 4.23.0 + "@algolia/requester-common": 4.23.0 + "@algolia/requester-node-http": 4.23.0 + "@algolia/transporter": 4.23.0 + checksum: 2fb00e625dd2270e448176ffbb13d860545183a0ed29527c87feb7e106a560eee4e230ba88d8ab4e426b2cbd1e113c84b6aa50268230095398ee2619b188edf4 languageName: node linkType: hard @@ -20736,9 +20963,9 @@ __metadata: linkType: hard "flow-parser@npm:0.*": - version: 0.232.0 - resolution: "flow-parser@npm:0.232.0" - checksum: 04d7d4258611c6eec3ab8e750b53f18d36d71eb25f07a9d59c952027d36d035efec5a10d26721a6f453ed57aab02be575790d20ddb79842d8659846fc7cb76ba + version: 0.231.0 + resolution: "flow-parser@npm:0.231.0" + checksum: 09b62423d9bca3b91a5cfd09c45cb1723156a2c4e78c017ae9d67e9c6a05f152e8fa084576508797bda68b6634fbe70b670e1c094e4e74a8d0362a3d7f19e73b languageName: node linkType: hard @@ -33405,23 +33632,22 @@ __metadata: linkType: hard "rollup@npm:^4.13.0": - version: 4.13.1 - resolution: "rollup@npm:4.13.1" - dependencies: - "@rollup/rollup-android-arm-eabi": 4.13.1 - "@rollup/rollup-android-arm64": 4.13.1 - "@rollup/rollup-darwin-arm64": 4.13.1 - "@rollup/rollup-darwin-x64": 4.13.1 - "@rollup/rollup-linux-arm-gnueabihf": 4.13.1 - "@rollup/rollup-linux-arm64-gnu": 4.13.1 - "@rollup/rollup-linux-arm64-musl": 4.13.1 - "@rollup/rollup-linux-riscv64-gnu": 4.13.1 - "@rollup/rollup-linux-s390x-gnu": 4.13.1 - "@rollup/rollup-linux-x64-gnu": 4.13.1 - "@rollup/rollup-linux-x64-musl": 4.13.1 - "@rollup/rollup-win32-arm64-msvc": 4.13.1 - "@rollup/rollup-win32-ia32-msvc": 4.13.1 - "@rollup/rollup-win32-x64-msvc": 4.13.1 + version: 4.13.0 + resolution: "rollup@npm:4.13.0" + dependencies: + "@rollup/rollup-android-arm-eabi": 4.13.0 + "@rollup/rollup-android-arm64": 4.13.0 + "@rollup/rollup-darwin-arm64": 4.13.0 + "@rollup/rollup-darwin-x64": 4.13.0 + "@rollup/rollup-linux-arm-gnueabihf": 4.13.0 + "@rollup/rollup-linux-arm64-gnu": 4.13.0 + "@rollup/rollup-linux-arm64-musl": 4.13.0 + "@rollup/rollup-linux-riscv64-gnu": 4.13.0 + "@rollup/rollup-linux-x64-gnu": 4.13.0 + "@rollup/rollup-linux-x64-musl": 4.13.0 + "@rollup/rollup-win32-arm64-msvc": 4.13.0 + "@rollup/rollup-win32-ia32-msvc": 4.13.0 + "@rollup/rollup-win32-x64-msvc": 4.13.0 "@types/estree": 1.0.5 fsevents: ~2.3.2 dependenciesMeta: @@ -33443,8 +33669,6 @@ __metadata: optional: true "@rollup/rollup-linux-riscv64-gnu": optional: true - "@rollup/rollup-linux-s390x-gnu": - optional: true "@rollup/rollup-linux-x64-gnu": optional: true "@rollup/rollup-linux-x64-musl": @@ -33459,7 +33683,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 04077f78e8536058a0aedfcf40079248db29cc9bc1aeb921f5ecd9b2c44b036f0e956f0e2d1eb19dddd52fc2e37d1172184acd99999bfebd6be6e1e9375a4313 + checksum: c2c35bee0a71ceb0df37c170c2b73a500bf9ebdffb747487d77831348603d50dcfcdd9d0a937362d3a87edda559c9d1e017fba2d75f05f0c594634d9b8dde9a4 languageName: node linkType: hard @@ -36099,8 +36323,8 @@ __metadata: linkType: hard "terser@npm:^5.0.0, terser@npm:^5.10.0, terser@npm:^5.15.1, terser@npm:^5.17.4, terser@npm:^5.26.0, terser@npm:^5.3.4": - version: 5.30.0 - resolution: "terser@npm:5.30.0" + version: 5.29.2 + resolution: "terser@npm:5.29.2" dependencies: "@jridgewell/source-map": ^0.3.3 acorn: ^8.8.2 @@ -36108,7 +36332,7 @@ __metadata: source-map-support: ~0.5.20 bin: terser: bin/terser - checksum: a5c3b35675ddc96f355e7d27c012c7408f5cb89c6cb47079817414e765ef594900439169f92641500b8f0b7abbbc61bc52c394e1a53dfea87b5ea01ff56eeadd + checksum: 2310d04e530903ed4da6168c4c90ab65965c5f1f8919733772119ff560e9e9be2def070c9659f7d96f2e28489c4378241c4cef1917f05b9524587436fdd5a802 languageName: node linkType: hard From 0f47a1aad3e8d55be6fac9076b3c60caed737cf5 Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Wed, 27 Mar 2024 14:19:29 +0000 Subject: [PATCH 06/15] fix rebase --- yarn.lock | 304 +++++++++++++++++++++++++++--------------------------- 1 file changed, 153 insertions(+), 151 deletions(-) diff --git a/yarn.lock b/yarn.lock index 3fd85cade6..6c05121a0e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -163,12 +163,12 @@ __metadata: languageName: node linkType: hard -"@algolia/cache-browser-local-storage@npm:4.23.0": - version: 4.23.0 - resolution: "@algolia/cache-browser-local-storage@npm:4.23.0" +"@algolia/cache-browser-local-storage@npm:4.23.1": + version: 4.23.1 + resolution: "@algolia/cache-browser-local-storage@npm:4.23.1" dependencies: - "@algolia/cache-common": 4.23.0 - checksum: 836c15b1d5e60dafc5d89f76aab138cefb451f521ad3ed160be5a96387d667a7ad70eb79a3abe4d5bc4ab98c51b709ae666cfa3d28b31cf9a94c4e885a3bb463 + "@algolia/cache-common": 4.23.1 + checksum: d6063e5c2151b223e2f4f36a129f98b27b4a9ea2afaeb06938eb8d09cd9bade0656cdbe8924ae30c3f3640b16270e14048aeac3d50160d11003287a8ce22f084 languageName: node linkType: hard @@ -206,8 +206,8 @@ __metadata: version: 4.23.0 resolution: "@algolia/cache-in-memory@npm:4.23.0" dependencies: - "@algolia/cache-common": 4.23.0 - checksum: 06aa0e30613af17b32f06fd8cd856c173115eaab9b5a246bc6ee6593df949f8d589adfa7d4542d948d7030f5cf6316b9049b9e334c746b68c8f61b5bf7b46a3f + "@algolia/cache-common": 4.23.1 + checksum: 88baec6b60d8fe408359506dc12509281c9b3a3d55ced644c61070e4934e6b8287d1e5f6bc85fdbe64cea66c7c893388200fb56729c22409294d58fc5fe5833a languageName: node linkType: hard @@ -215,8 +215,8 @@ __metadata: version: 4.23.1 resolution: "@algolia/cache-in-memory@npm:4.23.1" dependencies: - "@algolia/cache-common": 4.23.0 - checksum: 06aa0e30613af17b32f06fd8cd856c173115eaab9b5a246bc6ee6593df949f8d589adfa7d4542d948d7030f5cf6316b9049b9e334c746b68c8f61b5bf7b46a3f + "@algolia/cache-common": 4.23.1 + checksum: 88baec6b60d8fe408359506dc12509281c9b3a3d55ced644c61070e4934e6b8287d1e5f6bc85fdbe64cea66c7c893388200fb56729c22409294d58fc5fe5833a languageName: node linkType: hard @@ -233,10 +233,10 @@ __metadata: version: 4.23.0 resolution: "@algolia/client-account@npm:4.23.0" dependencies: - "@algolia/client-common": 4.23.0 - "@algolia/client-search": 4.23.0 - "@algolia/transporter": 4.23.0 - checksum: ce59c2de4401d566973b8dfff70bf34ae884f11b7ab81bfbfbcf6380628a5cef708965c76638ef5aab3662a40d215c5a6c705754ebcc7fe4aba8b51837d57fe8 + "@algolia/client-common": 4.23.1 + "@algolia/client-search": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: 7134a34f4cd91e7701daf70c47a7fcaca5b2463e6066606b4d92447906d8987fcb68d1ae11e177c04732d532c544730495b37b3517dae76001be6bef01683555 languageName: node linkType: hard @@ -244,10 +244,10 @@ __metadata: version: 4.23.1 resolution: "@algolia/client-account@npm:4.23.1" dependencies: - "@algolia/client-common": 4.23.0 - "@algolia/client-search": 4.23.0 - "@algolia/transporter": 4.23.0 - checksum: ce59c2de4401d566973b8dfff70bf34ae884f11b7ab81bfbfbcf6380628a5cef708965c76638ef5aab3662a40d215c5a6c705754ebcc7fe4aba8b51837d57fe8 + "@algolia/client-common": 4.23.1 + "@algolia/client-search": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: 7134a34f4cd91e7701daf70c47a7fcaca5b2463e6066606b4d92447906d8987fcb68d1ae11e177c04732d532c544730495b37b3517dae76001be6bef01683555 languageName: node linkType: hard @@ -266,11 +266,11 @@ __metadata: version: 4.23.0 resolution: "@algolia/client-analytics@npm:4.23.0" dependencies: - "@algolia/client-common": 4.23.0 - "@algolia/client-search": 4.23.0 - "@algolia/requester-common": 4.23.0 - "@algolia/transporter": 4.23.0 - checksum: b6aa6d1c084bb30ba07931f9036ffd9545cc985e85cd743019a49deedabd42c3bcb2e0b7b231081b2bce413e2f15a758f481cee3c4ae8aff89d477362ad3620b + "@algolia/client-common": 4.23.1 + "@algolia/client-search": 4.23.1 + "@algolia/requester-common": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: 9bc201509eff40b1d8b8ed00f747a48bfb601e25adb08120f798963cd5dada113ae84432bb26f8e991dbc808ab102a9b00aeef0e82fd1b6815915fdff5066a16 languageName: node linkType: hard @@ -278,11 +278,11 @@ __metadata: version: 4.23.1 resolution: "@algolia/client-analytics@npm:4.23.1" dependencies: - "@algolia/client-common": 4.23.0 - "@algolia/client-search": 4.23.0 - "@algolia/requester-common": 4.23.0 - "@algolia/transporter": 4.23.0 - checksum: b6aa6d1c084bb30ba07931f9036ffd9545cc985e85cd743019a49deedabd42c3bcb2e0b7b231081b2bce413e2f15a758f481cee3c4ae8aff89d477362ad3620b + "@algolia/client-common": 4.23.1 + "@algolia/client-search": 4.23.1 + "@algolia/requester-common": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: 9bc201509eff40b1d8b8ed00f747a48bfb601e25adb08120f798963cd5dada113ae84432bb26f8e991dbc808ab102a9b00aeef0e82fd1b6815915fdff5066a16 languageName: node linkType: hard @@ -302,9 +302,9 @@ __metadata: version: 4.23.0 resolution: "@algolia/client-common@npm:4.23.0" dependencies: - "@algolia/requester-common": 4.23.0 - "@algolia/transporter": 4.23.0 - checksum: 40ef76d46012fe53545fd38c5f6b6261ef2a13334c4ce50158aeef657520f3f97c3b72d0f22373d58dc59f8a5eb31c8f06862bdf56941f64ac4ad9d455689c1d + "@algolia/requester-common": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: f04028dc9f7bdd6766f5e983902a8d2bdc6bd86bfae1bff195aff69c1f20be5c8a53f8031afd3f06e8a69d8ef68b46346133764395ac116bdd0bd12cf6eb7102 languageName: node linkType: hard @@ -312,9 +312,9 @@ __metadata: version: 4.23.1 resolution: "@algolia/client-common@npm:4.23.1" dependencies: - "@algolia/requester-common": 4.23.0 - "@algolia/transporter": 4.23.0 - checksum: 40ef76d46012fe53545fd38c5f6b6261ef2a13334c4ce50158aeef657520f3f97c3b72d0f22373d58dc59f8a5eb31c8f06862bdf56941f64ac4ad9d455689c1d + "@algolia/requester-common": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: f04028dc9f7bdd6766f5e983902a8d2bdc6bd86bfae1bff195aff69c1f20be5c8a53f8031afd3f06e8a69d8ef68b46346133764395ac116bdd0bd12cf6eb7102 languageName: node linkType: hard @@ -332,10 +332,10 @@ __metadata: version: 4.23.0 resolution: "@algolia/client-personalization@npm:4.23.0" dependencies: - "@algolia/client-common": 4.23.0 - "@algolia/requester-common": 4.23.0 - "@algolia/transporter": 4.23.0 - checksum: c0fe1e708bf60fc4c160db65b44354b5d055540bb135de3de35b43473a55fba75db107cc784ec556f9438d47c9aa0384427a11de551e36792b9229f0d960ade0 + "@algolia/client-common": 4.23.1 + "@algolia/requester-common": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: da3fbad6a16e940877929931350028e89d4e850e0ad1726df5148c228d01bdb2566f3a52043d25c243bc788db7502bcf199006e35d556a031adeaf99d8fe1685 languageName: node linkType: hard @@ -343,10 +343,10 @@ __metadata: version: 4.23.1 resolution: "@algolia/client-personalization@npm:4.23.1" dependencies: - "@algolia/client-common": 4.23.0 - "@algolia/requester-common": 4.23.0 - "@algolia/transporter": 4.23.0 - checksum: c0fe1e708bf60fc4c160db65b44354b5d055540bb135de3de35b43473a55fba75db107cc784ec556f9438d47c9aa0384427a11de551e36792b9229f0d960ade0 + "@algolia/client-common": 4.23.1 + "@algolia/requester-common": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: da3fbad6a16e940877929931350028e89d4e850e0ad1726df5148c228d01bdb2566f3a52043d25c243bc788db7502bcf199006e35d556a031adeaf99d8fe1685 languageName: node linkType: hard @@ -365,10 +365,10 @@ __metadata: version: 4.23.0 resolution: "@algolia/client-search@npm:4.23.0" dependencies: - "@algolia/client-common": 4.23.0 - "@algolia/requester-common": 4.23.0 - "@algolia/transporter": 4.23.0 - checksum: bb2240a466cd8e402b46a6bf5f5e851eb0b4b5a915d1ea7f802b1257270545bd25952a4d1ba36a9db6cf8eea18dce33cb995f93ed8cab2ef5dde2354e69d46ae + "@algolia/client-common": 4.23.1 + "@algolia/requester-common": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: 965e7fbca42d705c2237ed1d38b9637358c63be3eb0f376e2b3e581e5cb019d4f22fb7830857c7ea97b8310fabaea6ee04eab90c1e37570cabee902212a33187 languageName: node linkType: hard @@ -376,10 +376,10 @@ __metadata: version: 4.23.1 resolution: "@algolia/client-search@npm:4.23.1" dependencies: - "@algolia/client-common": 4.23.0 - "@algolia/requester-common": 4.23.0 - "@algolia/transporter": 4.23.0 - checksum: bb2240a466cd8e402b46a6bf5f5e851eb0b4b5a915d1ea7f802b1257270545bd25952a4d1ba36a9db6cf8eea18dce33cb995f93ed8cab2ef5dde2354e69d46ae + "@algolia/client-common": 4.23.1 + "@algolia/requester-common": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: 965e7fbca42d705c2237ed1d38b9637358c63be3eb0f376e2b3e581e5cb019d4f22fb7830857c7ea97b8310fabaea6ee04eab90c1e37570cabee902212a33187 languageName: node linkType: hard @@ -419,8 +419,8 @@ __metadata: version: 4.23.0 resolution: "@algolia/logger-console@npm:4.23.0" dependencies: - "@algolia/logger-common": 4.23.0 - checksum: 8c104aa065b41358a06a1da08ad4e00d3bdba690d54b50af57ceb55ec6af8c7e9deb59d79f709b061538ff37694e3ede3fbbc949fa5ba943dd9fe875ace7547e + "@algolia/logger-common": 4.23.1 + checksum: 3bfe61858a5eb8bd4f8f978f92a54093d20140a9d480577e125ce8e840dfe1bc67ee882895f5548cf679b79f584a1c8d1d6c5e06c69f270ef11c2467de57b22f languageName: node linkType: hard @@ -428,8 +428,8 @@ __metadata: version: 4.23.1 resolution: "@algolia/logger-console@npm:4.23.1" dependencies: - "@algolia/logger-common": 4.23.0 - checksum: 8c104aa065b41358a06a1da08ad4e00d3bdba690d54b50af57ceb55ec6af8c7e9deb59d79f709b061538ff37694e3ede3fbbc949fa5ba943dd9fe875ace7547e + "@algolia/logger-common": 4.23.1 + checksum: 3bfe61858a5eb8bd4f8f978f92a54093d20140a9d480577e125ce8e840dfe1bc67ee882895f5548cf679b79f584a1c8d1d6c5e06c69f270ef11c2467de57b22f languageName: node linkType: hard @@ -446,18 +446,18 @@ __metadata: version: 4.23.0 resolution: "@algolia/recommend@npm:4.23.0" dependencies: - "@algolia/cache-browser-local-storage": 4.23.0 - "@algolia/cache-common": 4.23.0 - "@algolia/cache-in-memory": 4.23.0 - "@algolia/client-common": 4.23.0 - "@algolia/client-search": 4.23.0 - "@algolia/logger-common": 4.23.0 - "@algolia/logger-console": 4.23.0 - "@algolia/requester-browser-xhr": 4.23.0 - "@algolia/requester-common": 4.23.0 - "@algolia/requester-node-http": 4.23.0 - "@algolia/transporter": 4.23.0 - checksum: 87ee741d98f1dd9bc59708b644aa1223faee05bc0074e185ecad8eb17ec2979c9bb98539a0ab66ae412367d8e75c9584e9df77871ec9025fad0e8e9e0fb4fb98 + "@algolia/cache-browser-local-storage": 4.23.1 + "@algolia/cache-common": 4.23.1 + "@algolia/cache-in-memory": 4.23.1 + "@algolia/client-common": 4.23.1 + "@algolia/client-search": 4.23.1 + "@algolia/logger-common": 4.23.1 + "@algolia/logger-console": 4.23.1 + "@algolia/requester-browser-xhr": 4.23.1 + "@algolia/requester-common": 4.23.1 + "@algolia/requester-node-http": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: 517266ccba789562fd4adcd66df84f0d69833b2a08770575eac3f5635cf4c12f94e010c2ab417ed6fe651a2433149ef7fa29357fbe7badb7679cc04d23c50701 languageName: node linkType: hard @@ -465,18 +465,18 @@ __metadata: version: 4.23.1 resolution: "@algolia/recommend@npm:4.23.1" dependencies: - "@algolia/cache-browser-local-storage": 4.23.0 - "@algolia/cache-common": 4.23.0 - "@algolia/cache-in-memory": 4.23.0 - "@algolia/client-common": 4.23.0 - "@algolia/client-search": 4.23.0 - "@algolia/logger-common": 4.23.0 - "@algolia/logger-console": 4.23.0 - "@algolia/requester-browser-xhr": 4.23.0 - "@algolia/requester-common": 4.23.0 - "@algolia/requester-node-http": 4.23.0 - "@algolia/transporter": 4.23.0 - checksum: 87ee741d98f1dd9bc59708b644aa1223faee05bc0074e185ecad8eb17ec2979c9bb98539a0ab66ae412367d8e75c9584e9df77871ec9025fad0e8e9e0fb4fb98 + "@algolia/cache-browser-local-storage": 4.23.1 + "@algolia/cache-common": 4.23.1 + "@algolia/cache-in-memory": 4.23.1 + "@algolia/client-common": 4.23.1 + "@algolia/client-search": 4.23.1 + "@algolia/logger-common": 4.23.1 + "@algolia/logger-console": 4.23.1 + "@algolia/requester-browser-xhr": 4.23.1 + "@algolia/requester-common": 4.23.1 + "@algolia/requester-node-http": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: 517266ccba789562fd4adcd66df84f0d69833b2a08770575eac3f5635cf4c12f94e010c2ab417ed6fe651a2433149ef7fa29357fbe7badb7679cc04d23c50701 languageName: node linkType: hard @@ -503,8 +503,8 @@ __metadata: version: 4.23.0 resolution: "@algolia/requester-browser-xhr@npm:4.23.0" dependencies: - "@algolia/requester-common": 4.23.0 - checksum: b445bf21d6465e56946b00b59b8d6cf303046b22c71a744673255d5e92f653aaa7f4ba6cc18d16b8ce9e2ce781717b84459c52ccfb084168581c3c849f245c68 + "@algolia/requester-common": 4.23.1 + checksum: 193b5d2595d9bace7e8516ad928ed2e54a399d36eca0f111dceefe58cc66bdd106606a44adfa51bec4b7b8f07865bfe2e510c21dedd92a6e7c12912bd1964f6c languageName: node linkType: hard @@ -512,8 +512,8 @@ __metadata: version: 4.23.1 resolution: "@algolia/requester-browser-xhr@npm:4.23.1" dependencies: - "@algolia/requester-common": 4.23.0 - checksum: b445bf21d6465e56946b00b59b8d6cf303046b22c71a744673255d5e92f653aaa7f4ba6cc18d16b8ce9e2ce781717b84459c52ccfb084168581c3c849f245c68 + "@algolia/requester-common": 4.23.1 + checksum: 193b5d2595d9bace7e8516ad928ed2e54a399d36eca0f111dceefe58cc66bdd106606a44adfa51bec4b7b8f07865bfe2e510c21dedd92a6e7c12912bd1964f6c languageName: node linkType: hard @@ -551,8 +551,8 @@ __metadata: version: 4.23.0 resolution: "@algolia/requester-node-http@npm:4.23.0" dependencies: - "@algolia/requester-common": 4.23.0 - checksum: 18e68bf90de72fa1629ccc3adedfe5050277b9b21ef335e5f517cb7244996c73ab3506d23aac27f1ff12a77e22f0612919630b97bac743b905abb702688447b1 + "@algolia/requester-common": 4.23.1 + checksum: 20001b15971b22aad55516076bd2c667836a2a21d1e22bfcf31b55772e66bfd8270b8ff685e26729b51edd5cd75929359ffa442b902e4052a00a48b9e30b3952 languageName: node linkType: hard @@ -560,8 +560,8 @@ __metadata: version: 4.23.1 resolution: "@algolia/requester-node-http@npm:4.23.1" dependencies: - "@algolia/requester-common": 4.23.0 - checksum: 18e68bf90de72fa1629ccc3adedfe5050277b9b21ef335e5f517cb7244996c73ab3506d23aac27f1ff12a77e22f0612919630b97bac743b905abb702688447b1 + "@algolia/requester-common": 4.23.1 + checksum: 20001b15971b22aad55516076bd2c667836a2a21d1e22bfcf31b55772e66bfd8270b8ff685e26729b51edd5cd75929359ffa442b902e4052a00a48b9e30b3952 languageName: node linkType: hard @@ -578,10 +578,10 @@ __metadata: version: 4.23.0 resolution: "@algolia/transporter@npm:4.23.0" dependencies: - "@algolia/cache-common": 4.23.0 - "@algolia/logger-common": 4.23.0 - "@algolia/requester-common": 4.23.0 - checksum: 037b0e7b8b978dc3d5c9e8dd43edb6519af9f045267811d232bce7aaf211b0d8bda535f9c99b714b9b4f22adc00cd6f8f791a5ed140cdf885358115be571d108 + "@algolia/cache-common": 4.23.1 + "@algolia/logger-common": 4.23.1 + "@algolia/requester-common": 4.23.1 + checksum: 4138b86f725b62d1e5be37c7b226205a7062085fa017fcfa3e1cc989eaeed6ca81a69898780dc05d13c1d4f4cfca0997aeba0cccf4d9ed916ba1ee25d83d7201 languageName: node linkType: hard @@ -6228,9 +6228,9 @@ __metadata: linkType: soft "@leichtgewicht/ip-codec@npm:^2.0.1": - version: 2.0.4 - resolution: "@leichtgewicht/ip-codec@npm:2.0.4" - checksum: 468de1f04d33de6d300892683d7c8aecbf96d1e2c5fe084f95f816e50a054d45b7c1ebfb141a1447d844b86a948733f6eebd92234da8581c84a1ad4de2946a2d + version: 2.0.5 + resolution: "@leichtgewicht/ip-codec@npm:2.0.5" + checksum: 4fcd025d0a923cb6b87b631a83436a693b255779c583158bbeacde6b4dd75b94cc1eba1c9c188de5fc36c218d160524ea08bfe4ef03a056b00ff14126d66f881 languageName: node linkType: hard @@ -8736,9 +8736,9 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.13.0" +"@rollup/rollup-android-arm-eabi@npm:4.13.1": + version: 4.13.1 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.13.1" conditions: os=android & cpu=arm languageName: node linkType: hard @@ -10298,9 +10298,9 @@ __metadata: linkType: hard "@tsconfig/node10@npm:^1.0.7": - version: 1.0.10 - resolution: "@tsconfig/node10@npm:1.0.10" - checksum: 1204c05940c3669e897c1bcdf20668acc7fdbbeb41b4e8a3eb83ec486d6a442ba0f5d3b8122c93cb813fa498a232946ecb09e5a59a02828db3f1c27529563046 + version: 1.0.11 + resolution: "@tsconfig/node10@npm:1.0.11" + checksum: 51fe47d55fe1b80ec35e6e5ed30a13665fd3a531945350aa74a14a1e82875fb60b350c2f2a5e72a64831b1b6bc02acb6760c30b3738b54954ec2dea82db7a267 languageName: node linkType: hard @@ -11117,13 +11117,12 @@ __metadata: linkType: hard "@types/react@npm:*, @types/react@npm:>=16": - version: 18.2.71 - resolution: "@types/react@npm:18.2.71" + version: 18.2.72 + resolution: "@types/react@npm:18.2.72" dependencies: "@types/prop-types": "*" - "@types/scheduler": "*" csstype: ^3.0.2 - checksum: 78488f76bdba0cd3fa9ff9d23362fb39ad74c8681774f7e8c0b37cbf3df0e0713ef3c57821031b861cab6b7e87339821fd5552daa2b2a6e25308d4bff10e1bd5 + checksum: 694127e704afd3fe1fefe699c6600d1edbb5a81c9862960f40f3d53d4ea625333199671b25b7f13191bc7fa088e15a4342a3de7fa8a5657a24744b65d6ec95f9 languageName: node linkType: hard @@ -11145,7 +11144,7 @@ __metadata: "@types/prop-types": "*" "@types/scheduler": "*" csstype: ^3.0.2 - checksum: 8f6d754e4add007667002bd3f4c3a3a577c4a75afcd5cdc93bd3c584750f25c41a024a9f7de802204156483bc2fcce417ff9d7063ac1713e2b8ccb7c8a08c0ff + checksum: 78488f76bdba0cd3fa9ff9d23362fb39ad74c8681774f7e8c0b37cbf3df0e0713ef3c57821031b861cab6b7e87339821fd5552daa2b2a6e25308d4bff10e1bd5 languageName: node linkType: hard @@ -13334,11 +13333,11 @@ __metadata: linkType: hard "acorn-import-attributes@npm:^1.9.2": - version: 1.9.2 - resolution: "acorn-import-attributes@npm:1.9.2" + version: 1.9.4 + resolution: "acorn-import-attributes@npm:1.9.4" peerDependencies: acorn: ^8 - checksum: d4baad00ce9e09b0b924e695c0621bb8e9b221797cd9ed7e2f79fb5e763dae04aacb8cf082ebde54e1244cbaf473b04a0211ae2486358fa7232414d2013159e0 + checksum: a7bb2c81256a774d78c1217c3f3abd7e716ea2ae26e0804a69c76cc4b30f7e0b83494ee8e9ab181ad5fbbcb63d5d9b0f86bf51a2230198d61d7a16678ed62636 languageName: node linkType: hard @@ -13533,25 +13532,25 @@ __metadata: linkType: hard "algoliasearch@npm:^4.19.1": - version: 4.23.0 - resolution: "algoliasearch@npm:4.23.0" - dependencies: - "@algolia/cache-browser-local-storage": 4.23.0 - "@algolia/cache-common": 4.23.0 - "@algolia/cache-in-memory": 4.23.0 - "@algolia/client-account": 4.23.0 - "@algolia/client-analytics": 4.23.0 - "@algolia/client-common": 4.23.0 - "@algolia/client-personalization": 4.23.0 - "@algolia/client-search": 4.23.0 - "@algolia/logger-common": 4.23.0 - "@algolia/logger-console": 4.23.0 - "@algolia/recommend": 4.23.0 - "@algolia/requester-browser-xhr": 4.23.0 - "@algolia/requester-common": 4.23.0 - "@algolia/requester-node-http": 4.23.0 - "@algolia/transporter": 4.23.0 - checksum: 2fb00e625dd2270e448176ffbb13d860545183a0ed29527c87feb7e106a560eee4e230ba88d8ab4e426b2cbd1e113c84b6aa50268230095398ee2619b188edf4 + version: 4.23.1 + resolution: "algoliasearch@npm:4.23.1" + dependencies: + "@algolia/cache-browser-local-storage": 4.23.1 + "@algolia/cache-common": 4.23.1 + "@algolia/cache-in-memory": 4.23.1 + "@algolia/client-account": 4.23.1 + "@algolia/client-analytics": 4.23.1 + "@algolia/client-common": 4.23.1 + "@algolia/client-personalization": 4.23.1 + "@algolia/client-search": 4.23.1 + "@algolia/logger-common": 4.23.1 + "@algolia/logger-console": 4.23.1 + "@algolia/recommend": 4.23.1 + "@algolia/requester-browser-xhr": 4.23.1 + "@algolia/requester-common": 4.23.1 + "@algolia/requester-node-http": 4.23.1 + "@algolia/transporter": 4.23.1 + checksum: fbde11b537385e8b924c720b6b834dfc8fc49e7741bfeec9d923fb44d71b42be8e8f48c649762706e7971ab4d69b11010ce81dc09212b3e08657aae2c3677997 languageName: node linkType: hard @@ -20963,9 +20962,9 @@ __metadata: linkType: hard "flow-parser@npm:0.*": - version: 0.231.0 - resolution: "flow-parser@npm:0.231.0" - checksum: 09b62423d9bca3b91a5cfd09c45cb1723156a2c4e78c017ae9d67e9c6a05f152e8fa084576508797bda68b6634fbe70b670e1c094e4e74a8d0362a3d7f19e73b + version: 0.232.0 + resolution: "flow-parser@npm:0.232.0" + checksum: 04d7d4258611c6eec3ab8e750b53f18d36d71eb25f07a9d59c952027d36d035efec5a10d26721a6f453ed57aab02be575790d20ddb79842d8659846fc7cb76ba languageName: node linkType: hard @@ -29708,7 +29707,7 @@ __metadata: "@justeattakeaway/pie-assistive-text": 0.3.0 "@justeattakeaway/pie-button": 0.47.0 "@justeattakeaway/pie-card": 0.19.0 - "@justeattakeaway/pie-chip": 0.5.0 + "@justeattakeaway/pie-chip": 0.4.0 "@justeattakeaway/pie-cookie-banner": 0.19.0 "@justeattakeaway/pie-css": 0.11.0 "@justeattakeaway/pie-divider": 0.13.0 @@ -29718,7 +29717,7 @@ __metadata: "@justeattakeaway/pie-input": 0.15.0 "@justeattakeaway/pie-link": 0.17.0 "@justeattakeaway/pie-modal": 0.42.0 - "@justeattakeaway/pie-notification": 0.5.0 + "@justeattakeaway/pie-notification": 0.4.0 "@justeattakeaway/pie-spinner": 0.6.0 "@justeattakeaway/pie-switch": 0.28.0 "@justeattakeaway/pie-tag": 0.9.0 @@ -33632,22 +33631,23 @@ __metadata: linkType: hard "rollup@npm:^4.13.0": - version: 4.13.0 - resolution: "rollup@npm:4.13.0" - dependencies: - "@rollup/rollup-android-arm-eabi": 4.13.0 - "@rollup/rollup-android-arm64": 4.13.0 - "@rollup/rollup-darwin-arm64": 4.13.0 - "@rollup/rollup-darwin-x64": 4.13.0 - "@rollup/rollup-linux-arm-gnueabihf": 4.13.0 - "@rollup/rollup-linux-arm64-gnu": 4.13.0 - "@rollup/rollup-linux-arm64-musl": 4.13.0 - "@rollup/rollup-linux-riscv64-gnu": 4.13.0 - "@rollup/rollup-linux-x64-gnu": 4.13.0 - "@rollup/rollup-linux-x64-musl": 4.13.0 - "@rollup/rollup-win32-arm64-msvc": 4.13.0 - "@rollup/rollup-win32-ia32-msvc": 4.13.0 - "@rollup/rollup-win32-x64-msvc": 4.13.0 + version: 4.13.1 + resolution: "rollup@npm:4.13.1" + dependencies: + "@rollup/rollup-android-arm-eabi": 4.13.1 + "@rollup/rollup-android-arm64": 4.13.1 + "@rollup/rollup-darwin-arm64": 4.13.1 + "@rollup/rollup-darwin-x64": 4.13.1 + "@rollup/rollup-linux-arm-gnueabihf": 4.13.1 + "@rollup/rollup-linux-arm64-gnu": 4.13.1 + "@rollup/rollup-linux-arm64-musl": 4.13.1 + "@rollup/rollup-linux-riscv64-gnu": 4.13.1 + "@rollup/rollup-linux-s390x-gnu": 4.13.1 + "@rollup/rollup-linux-x64-gnu": 4.13.1 + "@rollup/rollup-linux-x64-musl": 4.13.1 + "@rollup/rollup-win32-arm64-msvc": 4.13.1 + "@rollup/rollup-win32-ia32-msvc": 4.13.1 + "@rollup/rollup-win32-x64-msvc": 4.13.1 "@types/estree": 1.0.5 fsevents: ~2.3.2 dependenciesMeta: @@ -33669,6 +33669,8 @@ __metadata: optional: true "@rollup/rollup-linux-riscv64-gnu": optional: true + "@rollup/rollup-linux-s390x-gnu": + optional: true "@rollup/rollup-linux-x64-gnu": optional: true "@rollup/rollup-linux-x64-musl": @@ -33683,7 +33685,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: c2c35bee0a71ceb0df37c170c2b73a500bf9ebdffb747487d77831348603d50dcfcdd9d0a937362d3a87edda559c9d1e017fba2d75f05f0c594634d9b8dde9a4 + checksum: 04077f78e8536058a0aedfcf40079248db29cc9bc1aeb921f5ecd9b2c44b036f0e956f0e2d1eb19dddd52fc2e37d1172184acd99999bfebd6be6e1e9375a4313 languageName: node linkType: hard @@ -36144,7 +36146,7 @@ __metadata: languageName: node linkType: hard -"tar@npm:^6.0.2, tar@npm:^6.1.11, tar@npm:^6.1.2, tar@npm:^6.2.0": +"tar@npm:6.2.1": version: 6.2.1 resolution: "tar@npm:6.2.1" dependencies: @@ -36323,8 +36325,8 @@ __metadata: linkType: hard "terser@npm:^5.0.0, terser@npm:^5.10.0, terser@npm:^5.15.1, terser@npm:^5.17.4, terser@npm:^5.26.0, terser@npm:^5.3.4": - version: 5.29.2 - resolution: "terser@npm:5.29.2" + version: 5.30.0 + resolution: "terser@npm:5.30.0" dependencies: "@jridgewell/source-map": ^0.3.3 acorn: ^8.8.2 @@ -36332,7 +36334,7 @@ __metadata: source-map-support: ~0.5.20 bin: terser: bin/terser - checksum: 2310d04e530903ed4da6168c4c90ab65965c5f1f8919733772119ff560e9e9be2def070c9659f7d96f2e28489c4378241c4cef1917f05b9524587436fdd5a802 + checksum: a5c3b35675ddc96f355e7d27c012c7408f5cb89c6cb47079817414e765ef594900439169f92641500b8f0b7abbbc61bc52c394e1a53dfea87b5ea01ff56eeadd languageName: node linkType: hard From 25e9fa04f8604ce5861f26064511ea3a3e0789b4 Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Wed, 27 Mar 2024 14:27:47 +0000 Subject: [PATCH 07/15] chore(pie-monorepo): DSW-1823 update template --- .github/pull_request_template.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ff48e940fa..fcb318beeb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,11 +1,9 @@ -╔══════════════════════════════════════════════════════════════════════════════════════════════════╗ -║ Please click the `Preview` tab and select a different PR template if your change isn't for an ║ -║ existing web component. ║ -║ ║ -║ ║ -║ [PIE Docs Template](?expand=1&template=docs_template.md) ║ -║ [New Web Component Template](?expand=1&template=new_component_template.md) ║ -╚══════════════════════════════════════════════════════════════════════════════════════════════════╝ +Please click the `Preview` tab and select a different PR template if your change isn't for an existing web component. + +[PIE Docs Template](?expand=1&template=docs_template.md) +[New Web Component Template](?expand=1&template=new_component_template.md) + +═══════════════════════════════════════════════════════════ ## Describe your changes (can list changeset entries if preferable) From 8d010646030ffcd32fd3e3395a0bd3299e906a22 Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Thu, 28 Mar 2024 10:25:33 +0000 Subject: [PATCH 08/15] chore(pie-monorepo): DSW-1823 update template --- .github/PULL_REQUEST_TEMPLATE/docs_template.md | 9 ++++----- .github/PULL_REQUEST_TEMPLATE/new_component_template.md | 9 ++++++--- .github/pull_request_template.md | 5 +++-- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/docs_template.md b/.github/PULL_REQUEST_TEMPLATE/docs_template.md index ea8bfc7e67..9f00f7b395 100644 --- a/.github/PULL_REQUEST_TEMPLATE/docs_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/docs_template.md @@ -3,16 +3,15 @@ ## Author Checklist (complete before requesting a review) - [ ] I have performed a self-review of my code -- [ ] If it is a core feature, I have added thorough tests -- [ ] If it is a `PIE Docs` change, I have reviewed the Docs site preview -- [ ] If it is a component change, I have reviewed the Storybook preview +- [ ] I have added thorough tests (unit / component / visual where applicable). +- [ ] I have reviewed the Docs site preview - [ ] If there are visual test updates, I have reviewed them properly before approving ## Reviewer checklists (complete before approving) ### Reviewer 1 -- [ ] If it is a `PIE Docs` change, I have reviewed the PR preview +- [ ] I have reviewed the Docs site preview - [ ] If there are visual test updates, I have reviewed them ### Reviewer 2 -- [ ] If it is a `PIE Docs` change, I have reviewed the PR preview +- [ ] I have reviewed the Docs site preview - [ ] If there are visual test updates, I have reviewed them diff --git a/.github/PULL_REQUEST_TEMPLATE/new_component_template.md b/.github/PULL_REQUEST_TEMPLATE/new_component_template.md index 0018e088f6..f61186cf4d 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new_component_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/new_component_template.md @@ -3,15 +3,18 @@ ## Author Checklist (complete before requesting a review) - [ ] I have performed a self-review of my code -- [ ] I have added Playwright component tests -- [ ] I have added Playwright Viual tests and created a project in Percy +- [ ] I have added thorough tests (unit / component / visual where applicable). +- [ ] If visual tests are required for the component, I have created a project in Percy - [ ] I have reviewed the Storybook preview - [ ] I have reviewed visual test updates properly before approving -- [ ] I have created a changeset entry. +- [ ] If changes will affect consumers of the package, I have created a changeset entry. +- [ ] If a changeset file has been created, I have used the `/snapit` functionality to test my changes in a consuming application. ## Reviewer checklists (complete before approving) ### Reviewer 1 +- [ ] I have reviewed the Storybook preview - [ ] If there are visual test updates, I have reviewed them ### Reviewer 2 +- [ ] I have reviewed the Storybook preview - [ ] If there are visual test updates, I have reviewed them \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fcb318beeb..b7d59918dd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,8 +10,7 @@ Please click the `Preview` tab and select a different PR template if your change ## Author Checklist (complete before requesting a review) - [ ] I have performed a self-review of my code -- [ ] I have added Playwright component tests or ensured they exist for affected code. -- [ ] I have added Playwright Viual tests or ensured they exist for affected code. +- [ ] I have added thorough tests (unit / component / visual where applicable). - [ ] I have reviewed the Storybook preview - [ ] I have reviewed visual test updates properly before approving - [ ] If changes will affect consumers of the package, I have created a changeset entry. @@ -19,7 +18,9 @@ Please click the `Preview` tab and select a different PR template if your change ## Reviewer checklists (complete before approving) ### Reviewer 1 +- [ ] I have reviewed the Storybook preview - [ ] If there are visual test updates, I have reviewed them ### Reviewer 2 +- [ ] I have reviewed the Storybook preview - [ ] If there are visual test updates, I have reviewed them From d730a7e72296be845d117030cfa65b1cc72c6141 Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Thu, 28 Mar 2024 10:27:32 +0000 Subject: [PATCH 09/15] chore(pie-monorepo): DSW-1823 change format --- .github/PULL_REQUEST_TEMPLATE/docs_template.md | 2 +- .github/PULL_REQUEST_TEMPLATE/new_component_template.md | 2 +- .github/pull_request_template.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/docs_template.md b/.github/PULL_REQUEST_TEMPLATE/docs_template.md index 9f00f7b395..4bcf054192 100644 --- a/.github/PULL_REQUEST_TEMPLATE/docs_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/docs_template.md @@ -3,7 +3,7 @@ ## Author Checklist (complete before requesting a review) - [ ] I have performed a self-review of my code -- [ ] I have added thorough tests (unit / component / visual where applicable). +- [ ] I have added thorough tests where applicable (unit / component / visual). - [ ] I have reviewed the Docs site preview - [ ] If there are visual test updates, I have reviewed them properly before approving diff --git a/.github/PULL_REQUEST_TEMPLATE/new_component_template.md b/.github/PULL_REQUEST_TEMPLATE/new_component_template.md index f61186cf4d..21f3fda63d 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new_component_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/new_component_template.md @@ -3,7 +3,7 @@ ## Author Checklist (complete before requesting a review) - [ ] I have performed a self-review of my code -- [ ] I have added thorough tests (unit / component / visual where applicable). +- [ ] I have added thorough tests where applicable (unit / component / visual). - [ ] If visual tests are required for the component, I have created a project in Percy - [ ] I have reviewed the Storybook preview - [ ] I have reviewed visual test updates properly before approving diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b7d59918dd..737fa1bd4c 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,7 +10,7 @@ Please click the `Preview` tab and select a different PR template if your change ## Author Checklist (complete before requesting a review) - [ ] I have performed a self-review of my code -- [ ] I have added thorough tests (unit / component / visual where applicable). +- [ ] I have added thorough tests where applicable (unit / component / visual). - [ ] I have reviewed the Storybook preview - [ ] I have reviewed visual test updates properly before approving - [ ] If changes will affect consumers of the package, I have created a changeset entry. From bfc3d678e1a145e4788856f55bb32aae39f5da05 Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Wed, 3 Apr 2024 16:28:17 +0100 Subject: [PATCH 10/15] chore(pie-monorepo): DSW-1823 update wording --- .../new_component_template.md | 6 +++--- .github/pull_request_template.md | 6 +++--- apps/pie-storybook/component-statuses.json | 17 +++++++++++++++++ 3 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 apps/pie-storybook/component-statuses.json diff --git a/.github/PULL_REQUEST_TEMPLATE/new_component_template.md b/.github/PULL_REQUEST_TEMPLATE/new_component_template.md index 21f3fda63d..06aaf7bcba 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new_component_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/new_component_template.md @@ -5,16 +5,16 @@ - [ ] I have performed a self-review of my code - [ ] I have added thorough tests where applicable (unit / component / visual). - [ ] If visual tests are required for the component, I have created a project in Percy -- [ ] I have reviewed the Storybook preview +- [ ] I have reviewed the `PIE Storybook`/`PIE Docs` PR preview - [ ] I have reviewed visual test updates properly before approving - [ ] If changes will affect consumers of the package, I have created a changeset entry. - [ ] If a changeset file has been created, I have used the `/snapit` functionality to test my changes in a consuming application. ## Reviewer checklists (complete before approving) ### Reviewer 1 -- [ ] I have reviewed the Storybook preview +- [ ] I have reviewed the `PIE Storybook`/`PIE Docs` PR preview - [ ] If there are visual test updates, I have reviewed them ### Reviewer 2 -- [ ] I have reviewed the Storybook preview +- [ ] I have reviewed the `PIE Storybook`/`PIE Docs` PR preview - [ ] If there are visual test updates, I have reviewed them \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 737fa1bd4c..c7e1d75bf7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,16 +11,16 @@ Please click the `Preview` tab and select a different PR template if your change ## Author Checklist (complete before requesting a review) - [ ] I have performed a self-review of my code - [ ] I have added thorough tests where applicable (unit / component / visual). -- [ ] I have reviewed the Storybook preview +- [ ] I have reviewed the `PIE Storybook`/`PIE Docs` PR preview - [ ] I have reviewed visual test updates properly before approving - [ ] If changes will affect consumers of the package, I have created a changeset entry. - [ ] If a changeset file has been created, I have used the `/snapit` functionality to test my changes in a consuming application. ## Reviewer checklists (complete before approving) ### Reviewer 1 -- [ ] I have reviewed the Storybook preview +- [ ] I have reviewed the `PIE Storybook`/`PIE Docs` PR preview - [ ] If there are visual test updates, I have reviewed them ### Reviewer 2 -- [ ] I have reviewed the Storybook preview +- [ ] I have reviewed the `PIE Storybook`/`PIE Docs` PR preview - [ ] If there are visual test updates, I have reviewed them diff --git a/apps/pie-storybook/component-statuses.json b/apps/pie-storybook/component-statuses.json new file mode 100644 index 0000000000..35ca2515a1 --- /dev/null +++ b/apps/pie-storybook/component-statuses.json @@ -0,0 +1,17 @@ +{ + "pie-assistive-text": "alpha", + "pie-button": "beta", + "pie-card": "beta", + "pie-chip": "alpha", + "pie-cookie-banner": "alpha", + "pie-divider": "beta", + "pie-form-label": "alpha", + "pie-icon-button": "beta", + "pie-input": "alpha", + "pie-link": "beta", + "pie-modal": "alpha", + "pie-notification": "alpha", + "pie-spinner": "beta", + "pie-switch": "alpha", + "pie-tag": "alpha" +} \ No newline at end of file From 3e74bfafbebd54d8f183ef99ea73954a5d157abb Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Wed, 3 Apr 2024 16:32:59 +0100 Subject: [PATCH 11/15] chore(pie-monorepo): DSW-1823 rebase --- yarn.lock | 645 ++++-------------------------------------------------- 1 file changed, 48 insertions(+), 597 deletions(-) diff --git a/yarn.lock b/yarn.lock index 6c05121a0e..e1aff90cfd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1,3 +1,6 @@ +# This file is generated by running "yarn install" inside your project. +# Manual changes might be lost - proceed with caution! + __metadata: version: 6 cacheKey: 8 @@ -163,15 +166,6 @@ __metadata: languageName: node linkType: hard -"@algolia/cache-browser-local-storage@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/cache-browser-local-storage@npm:4.23.1" - dependencies: - "@algolia/cache-common": 4.23.1 - checksum: d6063e5c2151b223e2f4f36a129f98b27b4a9ea2afaeb06938eb8d09cd9bade0656cdbe8924ae30c3f3640b16270e14048aeac3d50160d11003287a8ce22f084 - languageName: node - linkType: hard - "@algolia/cache-browser-local-storage@npm:4.23.2": version: 4.23.2 resolution: "@algolia/cache-browser-local-storage@npm:4.23.2" @@ -181,20 +175,6 @@ __metadata: languageName: node linkType: hard -"@algolia/cache-common@npm:4.23.0": - version: 4.23.0 - resolution: "@algolia/cache-common@npm:4.23.0" - checksum: 97d3a4524daf1288cd06b3f52c1838646d1dc188a6725eb1deac97beddf46d0757734bfb6068ccb1f5196c363fa4abaca125bd5391ca35c24421ad70cd07c29a - languageName: node - linkType: hard - -"@algolia/cache-common@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/cache-common@npm:4.23.1" - checksum: 667e2606cd0946b68b03e41dae8943737a4cb510cefa4bf5914e30dbc50116a967d0188382811092db2e4df3f67428eb9534c751f5043c7d10132facbc6b48e1 - languageName: node - linkType: hard - "@algolia/cache-common@npm:4.23.2": version: 4.23.2 resolution: "@algolia/cache-common@npm:4.23.2" @@ -202,24 +182,6 @@ __metadata: languageName: node linkType: hard -"@algolia/cache-in-memory@npm:4.23.0": - version: 4.23.0 - resolution: "@algolia/cache-in-memory@npm:4.23.0" - dependencies: - "@algolia/cache-common": 4.23.1 - checksum: 88baec6b60d8fe408359506dc12509281c9b3a3d55ced644c61070e4934e6b8287d1e5f6bc85fdbe64cea66c7c893388200fb56729c22409294d58fc5fe5833a - languageName: node - linkType: hard - -"@algolia/cache-in-memory@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/cache-in-memory@npm:4.23.1" - dependencies: - "@algolia/cache-common": 4.23.1 - checksum: 88baec6b60d8fe408359506dc12509281c9b3a3d55ced644c61070e4934e6b8287d1e5f6bc85fdbe64cea66c7c893388200fb56729c22409294d58fc5fe5833a - languageName: node - linkType: hard - "@algolia/cache-in-memory@npm:4.23.2": version: 4.23.2 resolution: "@algolia/cache-in-memory@npm:4.23.2" @@ -229,28 +191,6 @@ __metadata: languageName: node linkType: hard -"@algolia/client-account@npm:4.23.0": - version: 4.23.0 - resolution: "@algolia/client-account@npm:4.23.0" - dependencies: - "@algolia/client-common": 4.23.1 - "@algolia/client-search": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: 7134a34f4cd91e7701daf70c47a7fcaca5b2463e6066606b4d92447906d8987fcb68d1ae11e177c04732d532c544730495b37b3517dae76001be6bef01683555 - languageName: node - linkType: hard - -"@algolia/client-account@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/client-account@npm:4.23.1" - dependencies: - "@algolia/client-common": 4.23.1 - "@algolia/client-search": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: 7134a34f4cd91e7701daf70c47a7fcaca5b2463e6066606b4d92447906d8987fcb68d1ae11e177c04732d532c544730495b37b3517dae76001be6bef01683555 - languageName: node - linkType: hard - "@algolia/client-account@npm:4.23.2": version: 4.23.2 resolution: "@algolia/client-account@npm:4.23.2" @@ -262,30 +202,6 @@ __metadata: languageName: node linkType: hard -"@algolia/client-analytics@npm:4.23.0": - version: 4.23.0 - resolution: "@algolia/client-analytics@npm:4.23.0" - dependencies: - "@algolia/client-common": 4.23.1 - "@algolia/client-search": 4.23.1 - "@algolia/requester-common": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: 9bc201509eff40b1d8b8ed00f747a48bfb601e25adb08120f798963cd5dada113ae84432bb26f8e991dbc808ab102a9b00aeef0e82fd1b6815915fdff5066a16 - languageName: node - linkType: hard - -"@algolia/client-analytics@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/client-analytics@npm:4.23.1" - dependencies: - "@algolia/client-common": 4.23.1 - "@algolia/client-search": 4.23.1 - "@algolia/requester-common": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: 9bc201509eff40b1d8b8ed00f747a48bfb601e25adb08120f798963cd5dada113ae84432bb26f8e991dbc808ab102a9b00aeef0e82fd1b6815915fdff5066a16 - languageName: node - linkType: hard - "@algolia/client-analytics@npm:4.23.2": version: 4.23.2 resolution: "@algolia/client-analytics@npm:4.23.2" @@ -298,26 +214,6 @@ __metadata: languageName: node linkType: hard -"@algolia/client-common@npm:4.23.0": - version: 4.23.0 - resolution: "@algolia/client-common@npm:4.23.0" - dependencies: - "@algolia/requester-common": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: f04028dc9f7bdd6766f5e983902a8d2bdc6bd86bfae1bff195aff69c1f20be5c8a53f8031afd3f06e8a69d8ef68b46346133764395ac116bdd0bd12cf6eb7102 - languageName: node - linkType: hard - -"@algolia/client-common@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/client-common@npm:4.23.1" - dependencies: - "@algolia/requester-common": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: f04028dc9f7bdd6766f5e983902a8d2bdc6bd86bfae1bff195aff69c1f20be5c8a53f8031afd3f06e8a69d8ef68b46346133764395ac116bdd0bd12cf6eb7102 - languageName: node - linkType: hard - "@algolia/client-common@npm:4.23.2": version: 4.23.2 resolution: "@algolia/client-common@npm:4.23.2" @@ -328,28 +224,6 @@ __metadata: languageName: node linkType: hard -"@algolia/client-personalization@npm:4.23.0": - version: 4.23.0 - resolution: "@algolia/client-personalization@npm:4.23.0" - dependencies: - "@algolia/client-common": 4.23.1 - "@algolia/requester-common": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: da3fbad6a16e940877929931350028e89d4e850e0ad1726df5148c228d01bdb2566f3a52043d25c243bc788db7502bcf199006e35d556a031adeaf99d8fe1685 - languageName: node - linkType: hard - -"@algolia/client-personalization@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/client-personalization@npm:4.23.1" - dependencies: - "@algolia/client-common": 4.23.1 - "@algolia/requester-common": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: da3fbad6a16e940877929931350028e89d4e850e0ad1726df5148c228d01bdb2566f3a52043d25c243bc788db7502bcf199006e35d556a031adeaf99d8fe1685 - languageName: node - linkType: hard - "@algolia/client-personalization@npm:4.23.2": version: 4.23.2 resolution: "@algolia/client-personalization@npm:4.23.2" @@ -361,28 +235,6 @@ __metadata: languageName: node linkType: hard -"@algolia/client-search@npm:4.23.0": - version: 4.23.0 - resolution: "@algolia/client-search@npm:4.23.0" - dependencies: - "@algolia/client-common": 4.23.1 - "@algolia/requester-common": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: 965e7fbca42d705c2237ed1d38b9637358c63be3eb0f376e2b3e581e5cb019d4f22fb7830857c7ea97b8310fabaea6ee04eab90c1e37570cabee902212a33187 - languageName: node - linkType: hard - -"@algolia/client-search@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/client-search@npm:4.23.1" - dependencies: - "@algolia/client-common": 4.23.1 - "@algolia/requester-common": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: 965e7fbca42d705c2237ed1d38b9637358c63be3eb0f376e2b3e581e5cb019d4f22fb7830857c7ea97b8310fabaea6ee04eab90c1e37570cabee902212a33187 - languageName: node - linkType: hard - "@algolia/client-search@npm:4.23.2": version: 4.23.2 resolution: "@algolia/client-search@npm:4.23.2" @@ -394,20 +246,6 @@ __metadata: languageName: node linkType: hard -"@algolia/logger-common@npm:4.23.0": - version: 4.23.0 - resolution: "@algolia/logger-common@npm:4.23.0" - checksum: a7efb00330c59e3f0a5f51eed72de01198b0aca225cc6132fa96877761ddd6a8b426a93db2fce65231cafb5f7243a17e9a1df35b059bbb000bc4ccc3c2c5192f - languageName: node - linkType: hard - -"@algolia/logger-common@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/logger-common@npm:4.23.1" - checksum: 02c4c7a94c99e9cf2a82b30b70f9b12c87d6968d5dbd97feac8dc49138408216a3fcba825a6a515c37170f61716aebc2fc634af3ba030a4b2f151afeea54e0c3 - languageName: node - linkType: hard - "@algolia/logger-common@npm:4.23.2": version: 4.23.2 resolution: "@algolia/logger-common@npm:4.23.2" @@ -415,24 +253,6 @@ __metadata: languageName: node linkType: hard -"@algolia/logger-console@npm:4.23.0": - version: 4.23.0 - resolution: "@algolia/logger-console@npm:4.23.0" - dependencies: - "@algolia/logger-common": 4.23.1 - checksum: 3bfe61858a5eb8bd4f8f978f92a54093d20140a9d480577e125ce8e840dfe1bc67ee882895f5548cf679b79f584a1c8d1d6c5e06c69f270ef11c2467de57b22f - languageName: node - linkType: hard - -"@algolia/logger-console@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/logger-console@npm:4.23.1" - dependencies: - "@algolia/logger-common": 4.23.1 - checksum: 3bfe61858a5eb8bd4f8f978f92a54093d20140a9d480577e125ce8e840dfe1bc67ee882895f5548cf679b79f584a1c8d1d6c5e06c69f270ef11c2467de57b22f - languageName: node - linkType: hard - "@algolia/logger-console@npm:4.23.2": version: 4.23.2 resolution: "@algolia/logger-console@npm:4.23.2" @@ -442,44 +262,6 @@ __metadata: languageName: node linkType: hard -"@algolia/recommend@npm:4.23.0": - version: 4.23.0 - resolution: "@algolia/recommend@npm:4.23.0" - dependencies: - "@algolia/cache-browser-local-storage": 4.23.1 - "@algolia/cache-common": 4.23.1 - "@algolia/cache-in-memory": 4.23.1 - "@algolia/client-common": 4.23.1 - "@algolia/client-search": 4.23.1 - "@algolia/logger-common": 4.23.1 - "@algolia/logger-console": 4.23.1 - "@algolia/requester-browser-xhr": 4.23.1 - "@algolia/requester-common": 4.23.1 - "@algolia/requester-node-http": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: 517266ccba789562fd4adcd66df84f0d69833b2a08770575eac3f5635cf4c12f94e010c2ab417ed6fe651a2433149ef7fa29357fbe7badb7679cc04d23c50701 - languageName: node - linkType: hard - -"@algolia/recommend@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/recommend@npm:4.23.1" - dependencies: - "@algolia/cache-browser-local-storage": 4.23.1 - "@algolia/cache-common": 4.23.1 - "@algolia/cache-in-memory": 4.23.1 - "@algolia/client-common": 4.23.1 - "@algolia/client-search": 4.23.1 - "@algolia/logger-common": 4.23.1 - "@algolia/logger-console": 4.23.1 - "@algolia/requester-browser-xhr": 4.23.1 - "@algolia/requester-common": 4.23.1 - "@algolia/requester-node-http": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: 517266ccba789562fd4adcd66df84f0d69833b2a08770575eac3f5635cf4c12f94e010c2ab417ed6fe651a2433149ef7fa29357fbe7badb7679cc04d23c50701 - languageName: node - linkType: hard - "@algolia/recommend@npm:4.23.2": version: 4.23.2 resolution: "@algolia/recommend@npm:4.23.2" @@ -499,24 +281,6 @@ __metadata: languageName: node linkType: hard -"@algolia/requester-browser-xhr@npm:4.23.0": - version: 4.23.0 - resolution: "@algolia/requester-browser-xhr@npm:4.23.0" - dependencies: - "@algolia/requester-common": 4.23.1 - checksum: 193b5d2595d9bace7e8516ad928ed2e54a399d36eca0f111dceefe58cc66bdd106606a44adfa51bec4b7b8f07865bfe2e510c21dedd92a6e7c12912bd1964f6c - languageName: node - linkType: hard - -"@algolia/requester-browser-xhr@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/requester-browser-xhr@npm:4.23.1" - dependencies: - "@algolia/requester-common": 4.23.1 - checksum: 193b5d2595d9bace7e8516ad928ed2e54a399d36eca0f111dceefe58cc66bdd106606a44adfa51bec4b7b8f07865bfe2e510c21dedd92a6e7c12912bd1964f6c - languageName: node - linkType: hard - "@algolia/requester-browser-xhr@npm:4.23.2": version: 4.23.2 resolution: "@algolia/requester-browser-xhr@npm:4.23.2" @@ -526,20 +290,6 @@ __metadata: languageName: node linkType: hard -"@algolia/requester-common@npm:4.23.0": - version: 4.23.0 - resolution: "@algolia/requester-common@npm:4.23.0" - checksum: 6c3fa2e820ab8004f05f88eb196bf8525627ee222e4d57f7a0b3a3ff121b8d8535acf6dbe72e097f544102b27dde7088c846c97f2c841721fe0f01fbe98d9b09 - languageName: node - linkType: hard - -"@algolia/requester-common@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/requester-common@npm:4.23.1" - checksum: 623843be428bc7f6615b760505c733061b70d0ee27d4248ff758f8908f33079949c58a4d2725360e4e03f681b55f05f2f485e27c83b8b65cfea31e07520a51d0 - languageName: node - linkType: hard - "@algolia/requester-common@npm:4.23.2": version: 4.23.2 resolution: "@algolia/requester-common@npm:4.23.2" @@ -547,24 +297,6 @@ __metadata: languageName: node linkType: hard -"@algolia/requester-node-http@npm:4.23.0": - version: 4.23.0 - resolution: "@algolia/requester-node-http@npm:4.23.0" - dependencies: - "@algolia/requester-common": 4.23.1 - checksum: 20001b15971b22aad55516076bd2c667836a2a21d1e22bfcf31b55772e66bfd8270b8ff685e26729b51edd5cd75929359ffa442b902e4052a00a48b9e30b3952 - languageName: node - linkType: hard - -"@algolia/requester-node-http@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/requester-node-http@npm:4.23.1" - dependencies: - "@algolia/requester-common": 4.23.1 - checksum: 20001b15971b22aad55516076bd2c667836a2a21d1e22bfcf31b55772e66bfd8270b8ff685e26729b51edd5cd75929359ffa442b902e4052a00a48b9e30b3952 - languageName: node - linkType: hard - "@algolia/requester-node-http@npm:4.23.2": version: 4.23.2 resolution: "@algolia/requester-node-http@npm:4.23.2" @@ -574,28 +306,6 @@ __metadata: languageName: node linkType: hard -"@algolia/transporter@npm:4.23.0": - version: 4.23.0 - resolution: "@algolia/transporter@npm:4.23.0" - dependencies: - "@algolia/cache-common": 4.23.1 - "@algolia/logger-common": 4.23.1 - "@algolia/requester-common": 4.23.1 - checksum: 4138b86f725b62d1e5be37c7b226205a7062085fa017fcfa3e1cc989eaeed6ca81a69898780dc05d13c1d4f4cfca0997aeba0cccf4d9ed916ba1ee25d83d7201 - languageName: node - linkType: hard - -"@algolia/transporter@npm:4.23.1": - version: 4.23.1 - resolution: "@algolia/transporter@npm:4.23.1" - dependencies: - "@algolia/cache-common": 4.23.0 - "@algolia/logger-common": 4.23.0 - "@algolia/requester-common": 4.23.0 - checksum: 037b0e7b8b978dc3d5c9e8dd43edb6519af9f045267811d232bce7aaf211b0d8bda535f9c99b714b9b4f22adc00cd6f8f791a5ed140cdf885358115be571d108 - languageName: node - linkType: hard - "@algolia/transporter@npm:4.23.2": version: 4.23.2 resolution: "@algolia/transporter@npm:4.23.2" @@ -8736,13 +8446,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.13.1": - version: 4.13.1 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.13.1" - conditions: os=android & cpu=arm - languageName: node - linkType: hard - "@rollup/rollup-android-arm-eabi@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-android-arm-eabi@npm:4.14.0" @@ -8750,20 +8453,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm64@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-android-arm64@npm:4.13.0" - conditions: os=android & cpu=arm64 - languageName: node - linkType: hard - -"@rollup/rollup-android-arm64@npm:4.13.1": - version: 4.13.1 - resolution: "@rollup/rollup-android-arm64@npm:4.13.1" - conditions: os=android & cpu=arm64 - languageName: node - linkType: hard - "@rollup/rollup-android-arm64@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-android-arm64@npm:4.14.0" @@ -8771,20 +8460,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-darwin-arm64@npm:4.13.0" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - -"@rollup/rollup-darwin-arm64@npm:4.13.1": - version: 4.13.1 - resolution: "@rollup/rollup-darwin-arm64@npm:4.13.1" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - "@rollup/rollup-darwin-arm64@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-darwin-arm64@npm:4.14.0" @@ -8792,20 +8467,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-darwin-x64@npm:4.13.0" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - -"@rollup/rollup-darwin-x64@npm:4.13.1": - version: 4.13.1 - resolution: "@rollup/rollup-darwin-x64@npm:4.13.1" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - "@rollup/rollup-darwin-x64@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-darwin-x64@npm:4.14.0" @@ -8813,20 +8474,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.13.0" - conditions: os=linux & cpu=arm - languageName: node - linkType: hard - -"@rollup/rollup-linux-arm-gnueabihf@npm:4.13.1": - version: 4.13.1 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.13.1" - conditions: os=linux & cpu=arm - languageName: node - linkType: hard - "@rollup/rollup-linux-arm-gnueabihf@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.14.0" @@ -8834,20 +8481,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.13.0" - conditions: os=linux & cpu=arm64 & libc=glibc - languageName: node - linkType: hard - -"@rollup/rollup-linux-arm64-gnu@npm:4.13.1": - version: 4.13.1 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.13.1" - conditions: os=linux & cpu=arm64 & libc=glibc - languageName: node - linkType: hard - "@rollup/rollup-linux-arm64-gnu@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.14.0" @@ -8855,20 +8488,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.13.0" - conditions: os=linux & cpu=arm64 & libc=musl - languageName: node - linkType: hard - -"@rollup/rollup-linux-arm64-musl@npm:4.13.1": - version: 4.13.1 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.13.1" - conditions: os=linux & cpu=arm64 & libc=musl - languageName: node - linkType: hard - "@rollup/rollup-linux-arm64-musl@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-linux-arm64-musl@npm:4.14.0" @@ -8883,20 +8502,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.13.0" - conditions: os=linux & cpu=riscv64 & libc=glibc - languageName: node - linkType: hard - -"@rollup/rollup-linux-riscv64-gnu@npm:4.13.1": - version: 4.13.1 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.13.1" - conditions: os=linux & cpu=riscv64 & libc=glibc - languageName: node - linkType: hard - "@rollup/rollup-linux-riscv64-gnu@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.14.0" @@ -8904,13 +8509,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-s390x-gnu@npm:4.13.1": - version: 4.13.1 - resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.13.1" - conditions: os=linux & cpu=s390x & libc=glibc - languageName: node - linkType: hard - "@rollup/rollup-linux-s390x-gnu@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.14.0" @@ -8918,20 +8516,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.13.0" - conditions: os=linux & cpu=x64 & libc=glibc - languageName: node - linkType: hard - -"@rollup/rollup-linux-x64-gnu@npm:4.13.1": - version: 4.13.1 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.13.1" - conditions: os=linux & cpu=x64 & libc=glibc - languageName: node - linkType: hard - "@rollup/rollup-linux-x64-gnu@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-linux-x64-gnu@npm:4.14.0" @@ -8939,20 +8523,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.13.0" - conditions: os=linux & cpu=x64 & libc=musl - languageName: node - linkType: hard - -"@rollup/rollup-linux-x64-musl@npm:4.13.1": - version: 4.13.1 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.13.1" - conditions: os=linux & cpu=x64 & libc=musl - languageName: node - linkType: hard - "@rollup/rollup-linux-x64-musl@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-linux-x64-musl@npm:4.14.0" @@ -8960,20 +8530,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.13.0" - conditions: os=win32 & cpu=arm64 - languageName: node - linkType: hard - -"@rollup/rollup-win32-arm64-msvc@npm:4.13.1": - version: 4.13.1 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.13.1" - conditions: os=win32 & cpu=arm64 - languageName: node - linkType: hard - "@rollup/rollup-win32-arm64-msvc@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.14.0" @@ -8981,20 +8537,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.13.0" - conditions: os=win32 & cpu=ia32 - languageName: node - linkType: hard - -"@rollup/rollup-win32-ia32-msvc@npm:4.13.1": - version: 4.13.1 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.13.1" - conditions: os=win32 & cpu=ia32 - languageName: node - linkType: hard - "@rollup/rollup-win32-ia32-msvc@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.14.0" @@ -9002,20 +8544,6 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.13.0": - version: 4.13.0 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.13.0" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - -"@rollup/rollup-win32-x64-msvc@npm:4.13.1": - version: 4.13.1 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.13.1" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - "@rollup/rollup-win32-x64-msvc@npm:4.14.0": version: 4.14.0 resolution: "@rollup/rollup-win32-x64-msvc@npm:4.14.0" @@ -11117,23 +10645,12 @@ __metadata: linkType: hard "@types/react@npm:*, @types/react@npm:>=16": - version: 18.2.72 - resolution: "@types/react@npm:18.2.72" - dependencies: - "@types/prop-types": "*" - csstype: ^3.0.2 - checksum: 694127e704afd3fe1fefe699c6600d1edbb5a81c9862960f40f3d53d4ea625333199671b25b7f13191bc7fa088e15a4342a3de7fa8a5657a24744b65d6ec95f9 - languageName: node - linkType: hard - -"@types/react@npm:18.2.56": - version: 18.2.56 - resolution: "@types/react@npm:18.2.56" + version: 18.2.74 + resolution: "@types/react@npm:18.2.74" dependencies: "@types/prop-types": "*" - "@types/scheduler": "*" csstype: ^3.0.2 - checksum: 8f6d754e4add007667002bd3f4c3a3a577c4a75afcd5cdc93bd3c584750f25c41a024a9f7de802204156483bc2fcce417ff9d7063ac1713e2b8ccb7c8a08c0ff + checksum: 093c0e350552e61393e2ba30169aa620e2e64c1e2d0ff38efd2a7549ded689b6ab6bffb65fe0f7ef9e143174de54442d942bd70c014649f464c52465701208d8 languageName: node linkType: hard @@ -13333,11 +12850,11 @@ __metadata: linkType: hard "acorn-import-attributes@npm:^1.9.2": - version: 1.9.4 - resolution: "acorn-import-attributes@npm:1.9.4" + version: 1.9.5 + resolution: "acorn-import-attributes@npm:1.9.5" peerDependencies: acorn: ^8 - checksum: a7bb2c81256a774d78c1217c3f3abd7e716ea2ae26e0804a69c76cc4b30f7e0b83494ee8e9ab181ad5fbbcb63d5d9b0f86bf51a2230198d61d7a16678ed62636 + checksum: 1c0c49b6a244503964ae46ae850baccf306e84caf99bc2010ed6103c69a423987b07b520a6c619f075d215388bd4923eccac995886a54309eda049ab78a4be95 languageName: node linkType: hard @@ -13532,25 +13049,25 @@ __metadata: linkType: hard "algoliasearch@npm:^4.19.1": - version: 4.23.1 - resolution: "algoliasearch@npm:4.23.1" - dependencies: - "@algolia/cache-browser-local-storage": 4.23.1 - "@algolia/cache-common": 4.23.1 - "@algolia/cache-in-memory": 4.23.1 - "@algolia/client-account": 4.23.1 - "@algolia/client-analytics": 4.23.1 - "@algolia/client-common": 4.23.1 - "@algolia/client-personalization": 4.23.1 - "@algolia/client-search": 4.23.1 - "@algolia/logger-common": 4.23.1 - "@algolia/logger-console": 4.23.1 - "@algolia/recommend": 4.23.1 - "@algolia/requester-browser-xhr": 4.23.1 - "@algolia/requester-common": 4.23.1 - "@algolia/requester-node-http": 4.23.1 - "@algolia/transporter": 4.23.1 - checksum: fbde11b537385e8b924c720b6b834dfc8fc49e7741bfeec9d923fb44d71b42be8e8f48c649762706e7971ab4d69b11010ce81dc09212b3e08657aae2c3677997 + version: 4.23.2 + resolution: "algoliasearch@npm:4.23.2" + dependencies: + "@algolia/cache-browser-local-storage": 4.23.2 + "@algolia/cache-common": 4.23.2 + "@algolia/cache-in-memory": 4.23.2 + "@algolia/client-account": 4.23.2 + "@algolia/client-analytics": 4.23.2 + "@algolia/client-common": 4.23.2 + "@algolia/client-personalization": 4.23.2 + "@algolia/client-search": 4.23.2 + "@algolia/logger-common": 4.23.2 + "@algolia/logger-console": 4.23.2 + "@algolia/recommend": 4.23.2 + "@algolia/requester-browser-xhr": 4.23.2 + "@algolia/requester-common": 4.23.2 + "@algolia/requester-node-http": 4.23.2 + "@algolia/transporter": 4.23.2 + checksum: 25a3303a5aff34a049c9d115d140650b4178b4cf2d78b23f4e8bdae7caa5e1a61d22c888a12d162ac22cfeba99e2579b4c17b03ccd33f5b5446c9db8f10ff712 languageName: node linkType: hard @@ -15560,9 +15077,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001202, caniuse-lite@npm:^1.0.30001219, caniuse-lite@npm:^1.0.30001228, caniuse-lite@npm:^1.0.30001406, caniuse-lite@npm:^1.0.30001426, caniuse-lite@npm:^1.0.30001449, caniuse-lite@npm:^1.0.30001497, caniuse-lite@npm:^1.0.30001578, caniuse-lite@npm:^1.0.30001587, caniuse-lite@npm:^1.0.30001599": - version: 1.0.30001600 - resolution: "caniuse-lite@npm:1.0.30001600" - checksum: 1aae03be0e9f96163e88b9305531ef8db0e01f224aff545c61a32ce0b0ca323e22531bf680bacac3e34f98e23f71ac31a21b328fa0fcbbecea65a2c2638c70c4 + version: 1.0.30001605 + resolution: "caniuse-lite@npm:1.0.30001605" + checksum: 8af1ae364c4f4c0796e7fd1aa195dfae2d9c3011c61f0907030201e4fc31a12e81407a13cca621a3b7f6a1eb0217ee9c681fb15670074c204a54edfab798d5c9 languageName: node linkType: hard @@ -18787,9 +18304,9 @@ __metadata: linkType: hard "electron-to-chromium@npm:^1.3.723, electron-to-chromium@npm:^1.4.284, electron-to-chromium@npm:^1.4.668": - version: 1.4.717 - resolution: "electron-to-chromium@npm:1.4.717" - checksum: 6fe08272b79342170e02699a5d1ba495b0287b906743ca03dca4d4c930ee09fd9b12302c6447bc98ca96973d3aa684e1d930bfaf120774e172c892089138a61e + version: 1.4.724 + resolution: "electron-to-chromium@npm:1.4.724" + checksum: 901c4957be14bb93ff92b9bea89b76196a86e36b86e215c0b6b519745aa4c4b5926b5dff64a1ea8b66f781d946ea66b965245fe920207946d2baba7119995848 languageName: node linkType: hard @@ -27892,13 +27409,6 @@ __metadata: languageName: node linkType: hard -"node-fetch-native@npm:^1.6.4": - version: 1.6.4 - resolution: "node-fetch-native@npm:1.6.4" - checksum: 7b159f610e037e8813750096a6616ec6771e9abf868aa6e75e5b790bfc2ba2d92cf2abcce33c18fd01f2e5e5cc72de09c78bd4381e7f8c0887f7de21bd96f045 - languageName: node - linkType: hard - "node-fetch@npm:2.6.1": version: 2.6.1 resolution: "node-fetch@npm:2.6.1" @@ -29707,7 +29217,7 @@ __metadata: "@justeattakeaway/pie-assistive-text": 0.3.0 "@justeattakeaway/pie-button": 0.47.0 "@justeattakeaway/pie-card": 0.19.0 - "@justeattakeaway/pie-chip": 0.4.0 + "@justeattakeaway/pie-chip": 0.5.0 "@justeattakeaway/pie-cookie-banner": 0.19.0 "@justeattakeaway/pie-css": 0.11.0 "@justeattakeaway/pie-divider": 0.13.0 @@ -29717,7 +29227,7 @@ __metadata: "@justeattakeaway/pie-input": 0.15.0 "@justeattakeaway/pie-link": 0.17.0 "@justeattakeaway/pie-modal": 0.42.0 - "@justeattakeaway/pie-notification": 0.4.0 + "@justeattakeaway/pie-notification": 0.5.0 "@justeattakeaway/pie-spinner": 0.6.0 "@justeattakeaway/pie-switch": 0.28.0 "@justeattakeaway/pie-tag": 0.9.0 @@ -30766,35 +30276,35 @@ __metadata: linkType: hard "postcss-modules-extract-imports@npm:^3.0.0": - version: 3.0.0 - resolution: "postcss-modules-extract-imports@npm:3.0.0" + version: 3.1.0 + resolution: "postcss-modules-extract-imports@npm:3.1.0" peerDependencies: postcss: ^8.1.0 - checksum: 4b65f2f1382d89c4bc3c0a1bdc5942f52f3cb19c110c57bd591ffab3a5fee03fcf831604168205b0c1b631a3dce2255c70b61aaae3ef39d69cd7eb450c2552d2 + checksum: b9192e0f4fb3d19431558be6f8af7ca45fc92baaad9b2778d1732a5880cd25c3df2074ce5484ae491e224f0d21345ffc2d419bd51c25b019af76d7a7af88c17f languageName: node linkType: hard "postcss-modules-local-by-default@npm:^4.0.0, postcss-modules-local-by-default@npm:^4.0.4": - version: 4.0.4 - resolution: "postcss-modules-local-by-default@npm:4.0.4" + version: 4.0.5 + resolution: "postcss-modules-local-by-default@npm:4.0.5" dependencies: icss-utils: ^5.0.0 postcss-selector-parser: ^6.0.2 postcss-value-parser: ^4.1.0 peerDependencies: postcss: ^8.1.0 - checksum: 578b955b0773147890caa88c30b10dfc849c5b1412a47ad51751890dba16fca9528c3ab00a19b186a8c2c150c2d08e2ce64d3d907800afee1f37c6d38252e365 + checksum: ca9b01f4a0a3dfb33e016299e2dfb7e85c3123292f7aec2efc0c6771b9955648598bfb4c1561f7ee9732fb27fb073681233661b32eef98baab43743f96735452 languageName: node linkType: hard "postcss-modules-scope@npm:^3.0.0, postcss-modules-scope@npm:^3.1.1": - version: 3.1.1 - resolution: "postcss-modules-scope@npm:3.1.1" + version: 3.2.0 + resolution: "postcss-modules-scope@npm:3.2.0" dependencies: postcss-selector-parser: ^6.0.4 peerDependencies: postcss: ^8.1.0 - checksum: 9e9d23abb0babc7fa243be65704d72a5a9ceb2bded4dbaef96a88210d468b03c8c3158c197f4e22300c851f08c6fdddd6ebe65f44e4c34448b45b8a2e063a16d + checksum: 2ffe7e98c1fa993192a39c8dd8ade93fc4f59fbd1336ce34fcedaee0ee3bafb29e2e23fb49189256895b30e4f21af661c6a6a16ef7b17ae2c859301e4a4459ae languageName: node linkType: hard @@ -33630,65 +33140,6 @@ __metadata: languageName: node linkType: hard -"rollup@npm:^4.13.0": - version: 4.13.1 - resolution: "rollup@npm:4.13.1" - dependencies: - "@rollup/rollup-android-arm-eabi": 4.13.1 - "@rollup/rollup-android-arm64": 4.13.1 - "@rollup/rollup-darwin-arm64": 4.13.1 - "@rollup/rollup-darwin-x64": 4.13.1 - "@rollup/rollup-linux-arm-gnueabihf": 4.13.1 - "@rollup/rollup-linux-arm64-gnu": 4.13.1 - "@rollup/rollup-linux-arm64-musl": 4.13.1 - "@rollup/rollup-linux-riscv64-gnu": 4.13.1 - "@rollup/rollup-linux-s390x-gnu": 4.13.1 - "@rollup/rollup-linux-x64-gnu": 4.13.1 - "@rollup/rollup-linux-x64-musl": 4.13.1 - "@rollup/rollup-win32-arm64-msvc": 4.13.1 - "@rollup/rollup-win32-ia32-msvc": 4.13.1 - "@rollup/rollup-win32-x64-msvc": 4.13.1 - "@types/estree": 1.0.5 - fsevents: ~2.3.2 - dependenciesMeta: - "@rollup/rollup-android-arm-eabi": - optional: true - "@rollup/rollup-android-arm64": - optional: true - "@rollup/rollup-darwin-arm64": - optional: true - "@rollup/rollup-darwin-x64": - optional: true - "@rollup/rollup-linux-arm-gnueabihf": - optional: true - "@rollup/rollup-linux-arm64-gnu": - optional: true - "@rollup/rollup-linux-arm64-musl": - optional: true - "@rollup/rollup-linux-powerpc64le-gnu": - optional: true - "@rollup/rollup-linux-riscv64-gnu": - optional: true - "@rollup/rollup-linux-s390x-gnu": - optional: true - "@rollup/rollup-linux-x64-gnu": - optional: true - "@rollup/rollup-linux-x64-musl": - optional: true - "@rollup/rollup-win32-arm64-msvc": - optional: true - "@rollup/rollup-win32-ia32-msvc": - optional: true - "@rollup/rollup-win32-x64-msvc": - optional: true - fsevents: - optional: true - bin: - rollup: dist/bin/rollup - checksum: 04077f78e8536058a0aedfcf40079248db29cc9bc1aeb921f5ecd9b2c44b036f0e956f0e2d1eb19dddd52fc2e37d1172184acd99999bfebd6be6e1e9375a4313 - languageName: node - linkType: hard - "rollup@npm:^4.13.2": version: 4.14.0 resolution: "rollup@npm:4.14.0" @@ -36325,8 +35776,8 @@ __metadata: linkType: hard "terser@npm:^5.0.0, terser@npm:^5.10.0, terser@npm:^5.15.1, terser@npm:^5.17.4, terser@npm:^5.26.0, terser@npm:^5.3.4": - version: 5.30.0 - resolution: "terser@npm:5.30.0" + version: 5.30.3 + resolution: "terser@npm:5.30.3" dependencies: "@jridgewell/source-map": ^0.3.3 acorn: ^8.8.2 @@ -36334,7 +35785,7 @@ __metadata: source-map-support: ~0.5.20 bin: terser: bin/terser - checksum: a5c3b35675ddc96f355e7d27c012c7408f5cb89c6cb47079817414e765ef594900439169f92641500b8f0b7abbbc61bc52c394e1a53dfea87b5ea01ff56eeadd + checksum: 8c680ed32a948f806fade0969c52aab94b6de174e4a78610f5d3abf9993b161eb19b88b2ceadff09b153858727c02deb6709635e4bfbd519f67d54e0394e2983 languageName: node linkType: hard From ee8520a05c2628f9e1b681da4389bca276caa9cc Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Wed, 3 Apr 2024 16:36:20 +0100 Subject: [PATCH 12/15] chore(pie-monorepo): DSW-1823 correct changes --- apps/pie-storybook/component-statuses.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 apps/pie-storybook/component-statuses.json diff --git a/apps/pie-storybook/component-statuses.json b/apps/pie-storybook/component-statuses.json deleted file mode 100644 index 35ca2515a1..0000000000 --- a/apps/pie-storybook/component-statuses.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "pie-assistive-text": "alpha", - "pie-button": "beta", - "pie-card": "beta", - "pie-chip": "alpha", - "pie-cookie-banner": "alpha", - "pie-divider": "beta", - "pie-form-label": "alpha", - "pie-icon-button": "beta", - "pie-input": "alpha", - "pie-link": "beta", - "pie-modal": "alpha", - "pie-notification": "alpha", - "pie-spinner": "beta", - "pie-switch": "alpha", - "pie-tag": "alpha" -} \ No newline at end of file From c4712520ac9e9eb22819dfab928d1b3165d219b3 Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Thu, 4 Apr 2024 09:38:49 +0100 Subject: [PATCH 13/15] format(pie-monorepo): DSW-1823 remove periods --- .github/PULL_REQUEST_TEMPLATE/docs_template.md | 2 +- .github/PULL_REQUEST_TEMPLATE/new_component_template.md | 4 ++-- .github/pull_request_template.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/docs_template.md b/.github/PULL_REQUEST_TEMPLATE/docs_template.md index 4bcf054192..c7e84ee115 100644 --- a/.github/PULL_REQUEST_TEMPLATE/docs_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/docs_template.md @@ -3,7 +3,7 @@ ## Author Checklist (complete before requesting a review) - [ ] I have performed a self-review of my code -- [ ] I have added thorough tests where applicable (unit / component / visual). +- [ ] I have added thorough tests where applicable (unit / component / visual) - [ ] I have reviewed the Docs site preview - [ ] If there are visual test updates, I have reviewed them properly before approving diff --git a/.github/PULL_REQUEST_TEMPLATE/new_component_template.md b/.github/PULL_REQUEST_TEMPLATE/new_component_template.md index 06aaf7bcba..d04404fe87 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new_component_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/new_component_template.md @@ -3,12 +3,12 @@ ## Author Checklist (complete before requesting a review) - [ ] I have performed a self-review of my code -- [ ] I have added thorough tests where applicable (unit / component / visual). +- [ ] I have added thorough tests where applicable (unit / component / visual) - [ ] If visual tests are required for the component, I have created a project in Percy - [ ] I have reviewed the `PIE Storybook`/`PIE Docs` PR preview - [ ] I have reviewed visual test updates properly before approving - [ ] If changes will affect consumers of the package, I have created a changeset entry. -- [ ] If a changeset file has been created, I have used the `/snapit` functionality to test my changes in a consuming application. +- [ ] If a changeset file has been created, I have used the `/snapit` functionality to test my changes in a consuming application ## Reviewer checklists (complete before approving) ### Reviewer 1 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c7e1d75bf7..a7825aebb8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,11 +10,11 @@ Please click the `Preview` tab and select a different PR template if your change ## Author Checklist (complete before requesting a review) - [ ] I have performed a self-review of my code -- [ ] I have added thorough tests where applicable (unit / component / visual). +- [ ] I have added thorough tests where applicable (unit / component / visual) - [ ] I have reviewed the `PIE Storybook`/`PIE Docs` PR preview - [ ] I have reviewed visual test updates properly before approving - [ ] If changes will affect consumers of the package, I have created a changeset entry. -- [ ] If a changeset file has been created, I have used the `/snapit` functionality to test my changes in a consuming application. +- [ ] If a changeset file has been created, I have used the `/snapit` functionality to test my changes in a consuming application ## Reviewer checklists (complete before approving) ### Reviewer 1 From 8abc387c785ed8216bec7df618ccfb9104f75154 Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Thu, 4 Apr 2024 11:41:47 +0100 Subject: [PATCH 14/15] chore(pie-monorepo): DSW-1823 pR suggestions --- .github/PULL_REQUEST_TEMPLATE/docs_template.md | 2 ++ .github/PULL_REQUEST_TEMPLATE/new_component_template.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/docs_template.md b/.github/PULL_REQUEST_TEMPLATE/docs_template.md index c7e84ee115..bd1bb88196 100644 --- a/.github/PULL_REQUEST_TEMPLATE/docs_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/docs_template.md @@ -10,8 +10,10 @@ ## Reviewer checklists (complete before approving) ### Reviewer 1 - [ ] I have reviewed the Docs site preview +- [ ] If new links have been added, I have tested them in the preview - [ ] If there are visual test updates, I have reviewed them ### Reviewer 2 - [ ] I have reviewed the Docs site preview +- [ ] If new links have been added, I have tested them in the preview - [ ] If there are visual test updates, I have reviewed them diff --git a/.github/PULL_REQUEST_TEMPLATE/new_component_template.md b/.github/PULL_REQUEST_TEMPLATE/new_component_template.md index d04404fe87..6d924ee436 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new_component_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/new_component_template.md @@ -9,6 +9,7 @@ - [ ] I have reviewed visual test updates properly before approving - [ ] If changes will affect consumers of the package, I have created a changeset entry. - [ ] If a changeset file has been created, I have used the `/snapit` functionality to test my changes in a consuming application +- [ ] I have created a new label in [GitHub Labeler workflow](https://github.com/justeattakeaway/pie/blob/main/.github/project-labeler.yml) ## Reviewer checklists (complete before approving) ### Reviewer 1 From e97fb17bb300b05caa261bc9afa6987aca117f0a Mon Sep 17 00:00:00 2001 From: Ben Siggery Date: Thu, 4 Apr 2024 13:31:25 +0100 Subject: [PATCH 15/15] chore(pie-monorepo): DSW-1823 add link to label creation page --- .github/PULL_REQUEST_TEMPLATE/new_component_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/new_component_template.md b/.github/PULL_REQUEST_TEMPLATE/new_component_template.md index 6d924ee436..121285ea56 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new_component_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/new_component_template.md @@ -9,7 +9,7 @@ - [ ] I have reviewed visual test updates properly before approving - [ ] If changes will affect consumers of the package, I have created a changeset entry. - [ ] If a changeset file has been created, I have used the `/snapit` functionality to test my changes in a consuming application -- [ ] I have created a new label in [GitHub Labeler workflow](https://github.com/justeattakeaway/pie/blob/main/.github/project-labeler.yml) +- [ ] I have [created a new label](https://github.com/justeattakeaway/pie/issues/labels) and added it to the [PR Labeler workflow](https://github.com/justeattakeaway/pie/blob/main/.github/project-labeler.yml) ## Reviewer checklists (complete before approving) ### Reviewer 1