From 6297477e2a9bc5466806c0f47142c488f2622050 Mon Sep 17 00:00:00 2001 From: Philipp Gfeller <1659006+gfellerph@users.noreply.github.com> Date: Fri, 31 Oct 2025 14:10:27 +0100 Subject: [PATCH 1/3] fix(components): make @stencil/core a dependency (#6554) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed an issue with dependency managemant around @stencil/core. This package no longer has to be installed as a dependency by projects using the Design System Components or Components Angular packages as it's now declared a dependency of the components package (was a devDependency before). --- - [ ] Design review done - [X] No design review needed - โœ… My code follows the style guidelines of this project - ๐Ÿ› ๏ธ I have performed a self-review of my own code - ๐Ÿ“„ I have made corresponding changes to the documentation - โš ๏ธ My changes generate no new warnings or errors - ๐Ÿงช I have added tests that prove my fix is effective or that my feature works - โœ”๏ธ New and existing unit tests pass locally with my changes --- .changeset/thick-squids-hunt.md | 6 ++++++ packages/components/package.json | 2 +- pnpm-lock.yaml | 15 +++++++++------ 3 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 .changeset/thick-squids-hunt.md diff --git a/.changeset/thick-squids-hunt.md b/.changeset/thick-squids-hunt.md new file mode 100644 index 0000000000..5f9220c7d5 --- /dev/null +++ b/.changeset/thick-squids-hunt.md @@ -0,0 +1,6 @@ +--- +'@swisspost/design-system-components': patch +'@swisspost/design-system-components-angular': patch +--- + +Fixed an issue with dependency managemant around @stencil/core. This package no longer has to be installed as a dependency by projects using the Design System Components or Components Angular packages as it's now declared a dependency of the components package (was a devDependency before). diff --git a/packages/components/package.json b/packages/components/package.json index 8ca75ae02c..7c3a84600f 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -40,6 +40,7 @@ "dependencies": { "@floating-ui/dom": "1.6.8", "@oddbird/popover-polyfill": "0.3.7", + "@stencil/core": "4.35.0", "@swisspost/design-system-styles": "workspace:9.5.1", "ally.js": "1.4.1", "long-press-event": "2.5.0" @@ -49,7 +50,6 @@ "@percy/cypress": "3.1.2", "@stencil-community/eslint-plugin": "0.8.0", "@stencil/angular-output-target": "0.8.4", - "@stencil/core": "4.19.2", "@stencil/react-output-target": "0.5.3", "@stencil/sass": "3.0.12", "@types/jest": "29.5.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7e518faff7..d31ac0733d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -44,8 +44,11 @@ importers: specifier: 1.6.8 version: 1.6.8 '@oddbird/popover-polyfill': - specifier: 0.3.7 - version: 0.3.7 + specifier: 0.6.0 + version: 0.6.0 + '@swisspost/design-system-icons': + specifier: workspace:10.0.0-next.51 + version: link:../icons '@swisspost/design-system-styles': specifier: workspace:9.5.1 version: link:../styles/dist @@ -66,11 +69,11 @@ importers: specifier: 0.8.0 version: 0.8.0(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-react@7.35.0(eslint@8.57.0))(eslint@8.57.0)(typescript@5.5.4) '@stencil/angular-output-target': - specifier: 0.8.4 - version: 0.8.4(@stencil/core@4.19.2) + specifier: 0.10.2 + version: 0.10.2(@stencil/core@4.35.0) '@stencil/core': - specifier: 4.19.2 - version: 4.19.2 + specifier: 4.35.0 + version: 4.35.0 '@stencil/react-output-target': specifier: 0.5.3 version: 0.5.3(@stencil/core@4.19.2) From 35f7d3307c324891eec3992ba3d8ac59c018b8af Mon Sep 17 00:00:00 2001 From: alionazherdetska Date: Thu, 4 Dec 2025 20:23:29 +0100 Subject: [PATCH 2/3] updated `pnpm-lock.yaml` file --- pnpm-lock.yaml | 113 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 97 insertions(+), 16 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d31ac0733d..fe0cb286d7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -44,11 +44,11 @@ importers: specifier: 1.6.8 version: 1.6.8 '@oddbird/popover-polyfill': - specifier: 0.6.0 - version: 0.6.0 - '@swisspost/design-system-icons': - specifier: workspace:10.0.0-next.51 - version: link:../icons + specifier: 0.3.7 + version: 0.3.7 + '@stencil/core': + specifier: 4.35.0 + version: 4.35.0 '@swisspost/design-system-styles': specifier: workspace:9.5.1 version: link:../styles/dist @@ -69,17 +69,14 @@ importers: specifier: 0.8.0 version: 0.8.0(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-react@7.35.0(eslint@8.57.0))(eslint@8.57.0)(typescript@5.5.4) '@stencil/angular-output-target': - specifier: 0.10.2 - version: 0.10.2(@stencil/core@4.35.0) - '@stencil/core': - specifier: 4.35.0 - version: 4.35.0 + specifier: 0.8.4 + version: 0.8.4(@stencil/core@4.35.0) '@stencil/react-output-target': specifier: 0.5.3 - version: 0.5.3(@stencil/core@4.19.2) + version: 0.5.3(@stencil/core@4.35.0) '@stencil/sass': specifier: 3.0.12 - version: 3.0.12(@stencil/core@4.19.2) + version: 3.0.12(@stencil/core@4.35.0) '@types/jest': specifier: 29.5.12 version: 29.5.12 @@ -4806,6 +4803,11 @@ packages: cpu: [arm64] os: [darwin] + '@rollup/rollup-darwin-arm64@4.34.9': + resolution: {integrity: sha512-0CY3/K54slrzLDjOA7TOjN1NuLKERBgk9nY5V34mhmuu673YNb+7ghaDUs6N0ujXR7fz5XaS5Aa6d2TNxZd0OQ==} + cpu: [arm64] + os: [darwin] + '@rollup/rollup-darwin-arm64@4.44.2': resolution: {integrity: sha512-EsnFot9ZieM35YNA26nhbLTJBHD0jTwWpPwmRVDzjylQT6gkar+zenfb8mHxWpRrbn+WytRRjE0WKsfaxBkVUA==} cpu: [arm64] @@ -4821,6 +4823,11 @@ packages: cpu: [x64] os: [darwin] + '@rollup/rollup-darwin-x64@4.34.9': + resolution: {integrity: sha512-eOojSEAi/acnsJVYRxnMkPFqcxSMFfrw7r2iD9Q32SGkb/Q9FpUY1UlAu1DH9T7j++gZ0lHjnm4OyH2vCI7l7Q==} + cpu: [x64] + os: [darwin] + '@rollup/rollup-darwin-x64@4.44.2': resolution: {integrity: sha512-dv/t1t1RkCvJdWWxQ2lWOO+b7cMsVw5YFaS04oHpZRWehI1h0fV1gF4wgGCTyQHHjJDfbNpwOi6PXEafRBBezw==} cpu: [x64] @@ -4886,6 +4893,11 @@ packages: cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.34.9': + resolution: {integrity: sha512-6TZjPHjKZUQKmVKMUowF3ewHxctrRR09eYyvT5eFv8w/fXarEra83A2mHTVJLA5xU91aCNOUnM+DWFMSbQ0Nxw==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-arm64-gnu@4.44.2': resolution: {integrity: sha512-NMsDEsDiYghTbeZWEGnNi4F0hSbGnsuOG+VnNvxkKg0IGDvFh7UVpM/14mnMwxRxUf9AdAVJgHPvKXf6FpMB7A==} cpu: [arm64] @@ -4901,6 +4913,11 @@ packages: cpu: [arm64] os: [linux] + '@rollup/rollup-linux-arm64-musl@4.34.9': + resolution: {integrity: sha512-LD2fytxZJZ6xzOKnMbIpgzFOuIKlxVOpiMAXawsAZ2mHBPEYOnLRK5TTEsID6z4eM23DuO88X0Tq1mErHMVq0A==} + cpu: [arm64] + os: [linux] + '@rollup/rollup-linux-arm64-musl@4.44.2': resolution: {integrity: sha512-lb5bxXnxXglVq+7imxykIp5xMq+idehfl+wOgiiix0191av84OqbjUED+PRC5OA8eFJYj5xAGcpAZ0pF2MnW+A==} cpu: [arm64] @@ -4976,6 +4993,11 @@ packages: cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-gnu@4.34.9': + resolution: {integrity: sha512-FwBHNSOjUTQLP4MG7y6rR6qbGw4MFeQnIBrMe161QGaQoBQLqSUEKlHIiVgF3g/mb3lxlxzJOpIBhaP+C+KP2A==} + cpu: [x64] + os: [linux] + '@rollup/rollup-linux-x64-gnu@4.44.2': resolution: {integrity: sha512-/bXb0bEsWMyEkIsUL2Yt5nFB5naLAwyOWMEviQfQY1x3l5WsLKgvZf66TM7UTfED6erckUVUJQ/jJ1FSpm3pRQ==} cpu: [x64] @@ -4991,6 +5013,11 @@ packages: cpu: [x64] os: [linux] + '@rollup/rollup-linux-x64-musl@4.34.9': + resolution: {integrity: sha512-cYRpV4650z2I3/s6+5/LONkjIz8MBeqrk+vPXV10ORBnshpn8S32bPqQ2Utv39jCiDcO2eJTuSlPXpnvmaIgRA==} + cpu: [x64] + os: [linux] + '@rollup/rollup-linux-x64-musl@4.44.2': resolution: {integrity: sha512-3D3OB1vSSBXmkGEZR27uiMRNiwN08/RVAcBKwhUYPaiZ8bcvdeEwWPvbnXvvXHY+A/7xluzcN+kaiOFNiOZwWg==} cpu: [x64] @@ -5006,6 +5033,11 @@ packages: cpu: [arm64] os: [win32] + '@rollup/rollup-win32-arm64-msvc@4.34.9': + resolution: {integrity: sha512-z4mQK9dAN6byRA/vsSgQiPeuO63wdiDxZ9yg9iyX2QTzKuQM7T4xlBoeUP/J8uiFkqxkcWndWi+W7bXdPbt27Q==} + cpu: [arm64] + os: [win32] + '@rollup/rollup-win32-arm64-msvc@4.44.2': resolution: {integrity: sha512-VfU0fsMK+rwdK8mwODqYeM2hDrF2WiHaSmCBrS7gColkQft95/8tphyzv2EupVxn3iE0FI78wzffoULH1G+dkw==} cpu: [arm64] @@ -5036,6 +5068,11 @@ packages: cpu: [x64] os: [win32] + '@rollup/rollup-win32-x64-msvc@4.34.9': + resolution: {integrity: sha512-AyleYRPU7+rgkMWbEh71fQlrzRfeP6SyMnRf9XX4fCdDPAJumdSBqYEcWPMzVQ4ScAl7E4oFfK0GUVn77xSwbw==} + cpu: [x64] + os: [win32] + '@rollup/rollup-win32-x64-msvc@4.44.2': resolution: {integrity: sha512-3+QZROYfJ25PDcxFF66UEk8jGWigHJeecZILvkPkyQN7oc5BvFo4YEXFkOs154j3FTMp9mn9Ky8RCOwastduEA==} cpu: [x64] @@ -5157,6 +5194,11 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.10.0'} hasBin: true + '@stencil/core@4.35.0': + resolution: {integrity: sha512-x0IFtj7IJStK+ZqIkhReWbiC0UMjMJnNXV8OXG+DCLDExZaVaxL3MLuq6BJBBcQ1MHZduTHDv3Iz0Zshoj3zjQ==} + engines: {node: '>=16.0.0', npm: '>=7.10.0'} + hasBin: true + '@stencil/react-output-target@0.5.3': resolution: {integrity: sha512-68jwRp35CjAcwhTJ9yFD/3n+jrHOqvEH2jreVuPVvZK+4tkhPlYlwz0d1E1RlF3jyifUSfdkWUGgXIEy8Fo3yw==} peerDependencies: @@ -19101,6 +19143,9 @@ snapshots: '@rollup/rollup-darwin-arm64@4.34.8': optional: true + '@rollup/rollup-darwin-arm64@4.34.9': + optional: true + '@rollup/rollup-darwin-arm64@4.44.2': optional: true @@ -19110,6 +19155,9 @@ snapshots: '@rollup/rollup-darwin-x64@4.34.8': optional: true + '@rollup/rollup-darwin-x64@4.34.9': + optional: true + '@rollup/rollup-darwin-x64@4.44.2': optional: true @@ -19149,6 +19197,9 @@ snapshots: '@rollup/rollup-linux-arm64-gnu@4.34.8': optional: true + '@rollup/rollup-linux-arm64-gnu@4.34.9': + optional: true + '@rollup/rollup-linux-arm64-gnu@4.44.2': optional: true @@ -19158,6 +19209,9 @@ snapshots: '@rollup/rollup-linux-arm64-musl@4.34.8': optional: true + '@rollup/rollup-linux-arm64-musl@4.34.9': + optional: true + '@rollup/rollup-linux-arm64-musl@4.44.2': optional: true @@ -19203,6 +19257,9 @@ snapshots: '@rollup/rollup-linux-x64-gnu@4.34.8': optional: true + '@rollup/rollup-linux-x64-gnu@4.34.9': + optional: true + '@rollup/rollup-linux-x64-gnu@4.44.2': optional: true @@ -19212,6 +19269,9 @@ snapshots: '@rollup/rollup-linux-x64-musl@4.34.8': optional: true + '@rollup/rollup-linux-x64-musl@4.34.9': + optional: true + '@rollup/rollup-linux-x64-musl@4.44.2': optional: true @@ -19221,6 +19281,9 @@ snapshots: '@rollup/rollup-win32-arm64-msvc@4.34.8': optional: true + '@rollup/rollup-win32-arm64-msvc@4.34.9': + optional: true + '@rollup/rollup-win32-arm64-msvc@4.44.2': optional: true @@ -19239,6 +19302,9 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.34.8': optional: true + '@rollup/rollup-win32-x64-msvc@4.34.9': + optional: true + '@rollup/rollup-win32-x64-msvc@4.44.2': optional: true @@ -19380,20 +19446,35 @@ snapshots: - supports-color - utf-8-validate - '@stencil/angular-output-target@0.8.4(@stencil/core@4.19.2)': + '@stencil/angular-output-target@0.8.4(@stencil/core@4.35.0)': dependencies: - '@stencil/core': 4.19.2 + '@stencil/core': 4.35.0 '@stencil/core@4.19.2': {} - '@stencil/react-output-target@0.5.3(@stencil/core@4.19.2)': + '@stencil/core@4.35.0': + optionalDependencies: + '@rollup/rollup-darwin-arm64': 4.34.9 + '@rollup/rollup-darwin-x64': 4.34.9 + '@rollup/rollup-linux-arm64-gnu': 4.34.9 + '@rollup/rollup-linux-arm64-musl': 4.34.9 + '@rollup/rollup-linux-x64-gnu': 4.34.9 + '@rollup/rollup-linux-x64-musl': 4.34.9 + '@rollup/rollup-win32-arm64-msvc': 4.34.9 + '@rollup/rollup-win32-x64-msvc': 4.34.9 + + '@stencil/react-output-target@0.5.3(@stencil/core@4.35.0)': dependencies: - '@stencil/core': 4.19.2 + '@stencil/core': 4.35.0 '@stencil/sass@3.0.12(@stencil/core@4.19.2)': dependencies: '@stencil/core': 4.19.2 + '@stencil/sass@3.0.12(@stencil/core@4.35.0)': + dependencies: + '@stencil/core': 4.35.0 + '@stencil/store@2.0.16(@stencil/core@4.19.2)': dependencies: '@stencil/core': 4.19.2 From c3bda4ec60e8c097ff26482b4b24aff8dd47eaba Mon Sep 17 00:00:00 2001 From: alionazherdetska Date: Fri, 5 Dec 2025 08:35:52 +0100 Subject: [PATCH 3/3] reverted the stencil/core upgrade to version 4.35.0 --- packages/components/package.json | 2 +- pnpm-lock.yaml | 102 +++---------------------------- 2 files changed, 10 insertions(+), 94 deletions(-) diff --git a/packages/components/package.json b/packages/components/package.json index 7c3a84600f..b10491a3e1 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -40,7 +40,7 @@ "dependencies": { "@floating-ui/dom": "1.6.8", "@oddbird/popover-polyfill": "0.3.7", - "@stencil/core": "4.35.0", + "@stencil/core": "4.19.2", "@swisspost/design-system-styles": "workspace:9.5.1", "ally.js": "1.4.1", "long-press-event": "2.5.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fe0cb286d7..baadc73ddf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ importers: specifier: 0.3.7 version: 0.3.7 '@stencil/core': - specifier: 4.35.0 - version: 4.35.0 + specifier: 4.19.2 + version: 4.19.2 '@swisspost/design-system-styles': specifier: workspace:9.5.1 version: link:../styles/dist @@ -70,13 +70,13 @@ importers: version: 0.8.0(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint@8.57.0)(typescript@5.5.4))(@typescript-eslint/parser@7.18.0(eslint@8.57.0)(typescript@5.5.4))(eslint-plugin-react@7.35.0(eslint@8.57.0))(eslint@8.57.0)(typescript@5.5.4) '@stencil/angular-output-target': specifier: 0.8.4 - version: 0.8.4(@stencil/core@4.35.0) + version: 0.8.4(@stencil/core@4.19.2) '@stencil/react-output-target': specifier: 0.5.3 - version: 0.5.3(@stencil/core@4.35.0) + version: 0.5.3(@stencil/core@4.19.2) '@stencil/sass': specifier: 3.0.12 - version: 3.0.12(@stencil/core@4.35.0) + version: 3.0.12(@stencil/core@4.19.2) '@types/jest': specifier: 29.5.12 version: 29.5.12 @@ -4803,11 +4803,6 @@ packages: cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-arm64@4.34.9': - resolution: {integrity: sha512-0CY3/K54slrzLDjOA7TOjN1NuLKERBgk9nY5V34mhmuu673YNb+7ghaDUs6N0ujXR7fz5XaS5Aa6d2TNxZd0OQ==} - cpu: [arm64] - os: [darwin] - '@rollup/rollup-darwin-arm64@4.44.2': resolution: {integrity: sha512-EsnFot9ZieM35YNA26nhbLTJBHD0jTwWpPwmRVDzjylQT6gkar+zenfb8mHxWpRrbn+WytRRjE0WKsfaxBkVUA==} cpu: [arm64] @@ -4823,11 +4818,6 @@ packages: cpu: [x64] os: [darwin] - '@rollup/rollup-darwin-x64@4.34.9': - resolution: {integrity: sha512-eOojSEAi/acnsJVYRxnMkPFqcxSMFfrw7r2iD9Q32SGkb/Q9FpUY1UlAu1DH9T7j++gZ0lHjnm4OyH2vCI7l7Q==} - cpu: [x64] - os: [darwin] - '@rollup/rollup-darwin-x64@4.44.2': resolution: {integrity: sha512-dv/t1t1RkCvJdWWxQ2lWOO+b7cMsVw5YFaS04oHpZRWehI1h0fV1gF4wgGCTyQHHjJDfbNpwOi6PXEafRBBezw==} cpu: [x64] @@ -4893,11 +4883,6 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.34.9': - resolution: {integrity: sha512-6TZjPHjKZUQKmVKMUowF3ewHxctrRR09eYyvT5eFv8w/fXarEra83A2mHTVJLA5xU91aCNOUnM+DWFMSbQ0Nxw==} - cpu: [arm64] - os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.44.2': resolution: {integrity: sha512-NMsDEsDiYghTbeZWEGnNi4F0hSbGnsuOG+VnNvxkKg0IGDvFh7UVpM/14mnMwxRxUf9AdAVJgHPvKXf6FpMB7A==} cpu: [arm64] @@ -4913,11 +4898,6 @@ packages: cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.34.9': - resolution: {integrity: sha512-LD2fytxZJZ6xzOKnMbIpgzFOuIKlxVOpiMAXawsAZ2mHBPEYOnLRK5TTEsID6z4eM23DuO88X0Tq1mErHMVq0A==} - cpu: [arm64] - os: [linux] - '@rollup/rollup-linux-arm64-musl@4.44.2': resolution: {integrity: sha512-lb5bxXnxXglVq+7imxykIp5xMq+idehfl+wOgiiix0191av84OqbjUED+PRC5OA8eFJYj5xAGcpAZ0pF2MnW+A==} cpu: [arm64] @@ -4993,11 +4973,6 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.34.9': - resolution: {integrity: sha512-FwBHNSOjUTQLP4MG7y6rR6qbGw4MFeQnIBrMe161QGaQoBQLqSUEKlHIiVgF3g/mb3lxlxzJOpIBhaP+C+KP2A==} - cpu: [x64] - os: [linux] - '@rollup/rollup-linux-x64-gnu@4.44.2': resolution: {integrity: sha512-/bXb0bEsWMyEkIsUL2Yt5nFB5naLAwyOWMEviQfQY1x3l5WsLKgvZf66TM7UTfED6erckUVUJQ/jJ1FSpm3pRQ==} cpu: [x64] @@ -5013,11 +4988,6 @@ packages: cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.34.9': - resolution: {integrity: sha512-cYRpV4650z2I3/s6+5/LONkjIz8MBeqrk+vPXV10ORBnshpn8S32bPqQ2Utv39jCiDcO2eJTuSlPXpnvmaIgRA==} - cpu: [x64] - os: [linux] - '@rollup/rollup-linux-x64-musl@4.44.2': resolution: {integrity: sha512-3D3OB1vSSBXmkGEZR27uiMRNiwN08/RVAcBKwhUYPaiZ8bcvdeEwWPvbnXvvXHY+A/7xluzcN+kaiOFNiOZwWg==} cpu: [x64] @@ -5033,11 +5003,6 @@ packages: cpu: [arm64] os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.34.9': - resolution: {integrity: sha512-z4mQK9dAN6byRA/vsSgQiPeuO63wdiDxZ9yg9iyX2QTzKuQM7T4xlBoeUP/J8uiFkqxkcWndWi+W7bXdPbt27Q==} - cpu: [arm64] - os: [win32] - '@rollup/rollup-win32-arm64-msvc@4.44.2': resolution: {integrity: sha512-VfU0fsMK+rwdK8mwODqYeM2hDrF2WiHaSmCBrS7gColkQft95/8tphyzv2EupVxn3iE0FI78wzffoULH1G+dkw==} cpu: [arm64] @@ -5068,11 +5033,6 @@ packages: cpu: [x64] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.34.9': - resolution: {integrity: sha512-AyleYRPU7+rgkMWbEh71fQlrzRfeP6SyMnRf9XX4fCdDPAJumdSBqYEcWPMzVQ4ScAl7E4oFfK0GUVn77xSwbw==} - cpu: [x64] - os: [win32] - '@rollup/rollup-win32-x64-msvc@4.44.2': resolution: {integrity: sha512-3+QZROYfJ25PDcxFF66UEk8jGWigHJeecZILvkPkyQN7oc5BvFo4YEXFkOs154j3FTMp9mn9Ky8RCOwastduEA==} cpu: [x64] @@ -5194,11 +5154,6 @@ packages: engines: {node: '>=16.0.0', npm: '>=7.10.0'} hasBin: true - '@stencil/core@4.35.0': - resolution: {integrity: sha512-x0IFtj7IJStK+ZqIkhReWbiC0UMjMJnNXV8OXG+DCLDExZaVaxL3MLuq6BJBBcQ1MHZduTHDv3Iz0Zshoj3zjQ==} - engines: {node: '>=16.0.0', npm: '>=7.10.0'} - hasBin: true - '@stencil/react-output-target@0.5.3': resolution: {integrity: sha512-68jwRp35CjAcwhTJ9yFD/3n+jrHOqvEH2jreVuPVvZK+4tkhPlYlwz0d1E1RlF3jyifUSfdkWUGgXIEy8Fo3yw==} peerDependencies: @@ -19143,9 +19098,6 @@ snapshots: '@rollup/rollup-darwin-arm64@4.34.8': optional: true - '@rollup/rollup-darwin-arm64@4.34.9': - optional: true - '@rollup/rollup-darwin-arm64@4.44.2': optional: true @@ -19155,9 +19107,6 @@ snapshots: '@rollup/rollup-darwin-x64@4.34.8': optional: true - '@rollup/rollup-darwin-x64@4.34.9': - optional: true - '@rollup/rollup-darwin-x64@4.44.2': optional: true @@ -19197,9 +19146,6 @@ snapshots: '@rollup/rollup-linux-arm64-gnu@4.34.8': optional: true - '@rollup/rollup-linux-arm64-gnu@4.34.9': - optional: true - '@rollup/rollup-linux-arm64-gnu@4.44.2': optional: true @@ -19209,9 +19155,6 @@ snapshots: '@rollup/rollup-linux-arm64-musl@4.34.8': optional: true - '@rollup/rollup-linux-arm64-musl@4.34.9': - optional: true - '@rollup/rollup-linux-arm64-musl@4.44.2': optional: true @@ -19257,9 +19200,6 @@ snapshots: '@rollup/rollup-linux-x64-gnu@4.34.8': optional: true - '@rollup/rollup-linux-x64-gnu@4.34.9': - optional: true - '@rollup/rollup-linux-x64-gnu@4.44.2': optional: true @@ -19269,9 +19209,6 @@ snapshots: '@rollup/rollup-linux-x64-musl@4.34.8': optional: true - '@rollup/rollup-linux-x64-musl@4.34.9': - optional: true - '@rollup/rollup-linux-x64-musl@4.44.2': optional: true @@ -19281,9 +19218,6 @@ snapshots: '@rollup/rollup-win32-arm64-msvc@4.34.8': optional: true - '@rollup/rollup-win32-arm64-msvc@4.34.9': - optional: true - '@rollup/rollup-win32-arm64-msvc@4.44.2': optional: true @@ -19302,9 +19236,6 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.34.8': optional: true - '@rollup/rollup-win32-x64-msvc@4.34.9': - optional: true - '@rollup/rollup-win32-x64-msvc@4.44.2': optional: true @@ -19446,35 +19377,20 @@ snapshots: - supports-color - utf-8-validate - '@stencil/angular-output-target@0.8.4(@stencil/core@4.35.0)': + '@stencil/angular-output-target@0.8.4(@stencil/core@4.19.2)': dependencies: - '@stencil/core': 4.35.0 + '@stencil/core': 4.19.2 '@stencil/core@4.19.2': {} - '@stencil/core@4.35.0': - optionalDependencies: - '@rollup/rollup-darwin-arm64': 4.34.9 - '@rollup/rollup-darwin-x64': 4.34.9 - '@rollup/rollup-linux-arm64-gnu': 4.34.9 - '@rollup/rollup-linux-arm64-musl': 4.34.9 - '@rollup/rollup-linux-x64-gnu': 4.34.9 - '@rollup/rollup-linux-x64-musl': 4.34.9 - '@rollup/rollup-win32-arm64-msvc': 4.34.9 - '@rollup/rollup-win32-x64-msvc': 4.34.9 - - '@stencil/react-output-target@0.5.3(@stencil/core@4.35.0)': + '@stencil/react-output-target@0.5.3(@stencil/core@4.19.2)': dependencies: - '@stencil/core': 4.35.0 + '@stencil/core': 4.19.2 '@stencil/sass@3.0.12(@stencil/core@4.19.2)': dependencies: '@stencil/core': 4.19.2 - '@stencil/sass@3.0.12(@stencil/core@4.35.0)': - dependencies: - '@stencil/core': 4.35.0 - '@stencil/store@2.0.16(@stencil/core@4.19.2)': dependencies: '@stencil/core': 4.19.2