From 9a1d3ca8d70b1bd23a43535d2fddf9974e01ce54 Mon Sep 17 00:00:00 2001 From: rug Date: Tue, 7 Oct 2025 17:47:44 +0200 Subject: [PATCH] chore(deps): revert stencil to version 4.33.1 (#30707) Issue number: resolves # --------- ## What is the current behavior? The current version in use of stencil (`4.36.2`), as well as, a more recent version (`4.38.0`) are breaking the tests for several of the components (e.g. accordion, datepicker, modal) ## What is the new behavior? - Reverting the version of stencil to the last known stable version `4.33.1` ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information N/A --- core/package-lock.json | 31 +++++++++++++++++++++++++++---- core/package.json | 2 +- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/core/package-lock.json b/core/package-lock.json index 7ba1b6e38d..f5da692506 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@phosphor-icons/core": "^2.1.1", - "@stencil/core": "4.36.2", + "@stencil/core": "4.33.1", "ionicons": "^8.0.13", "tslib": "^2.1.0" }, @@ -2552,9 +2552,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.36.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.36.2.tgz", - "integrity": "sha512-PRFSpxNzX9Oi0Wfh02asztN9Sgev/MacfZwmd+VVyE6ZxW+a/kEpAYZhzGAmE+/aKVOGYuug7R9SulanYGxiDQ==", + "version": "4.33.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.33.1.tgz", + "integrity": "sha512-12k9xhAJBkpg598it+NRmaYIdEe6TSnsL/v6/KRXDcUyTK11VYwZQej2eHnMWtqot+znJ+GNTqb5YbiXi+5Low==", "license": "MIT", "bin": { "stencil": "bin/stencil" @@ -6749,6 +6749,29 @@ "@stencil/core": "^4.35.3" } }, + "node_modules/ionicons/node_modules/@stencil/core": { + "version": "4.38.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.38.0.tgz", + "integrity": "sha512-oC3QFKO0X1yXVvETgc8OLY525MNKhn9vISBrbtKnGoPlokJ6rI8Vk1RK22TevnNrHLI4SExNLbcDnqilKR35JQ==", + "license": "MIT", + "bin": { + "stencil": "bin/stencil" + }, + "engines": { + "node": ">=16.0.0", + "npm": ">=7.10.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" + } + }, "node_modules/is-alphabetical": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", diff --git a/core/package.json b/core/package.json index a9e39dbbbc..38472ba32a 100644 --- a/core/package.json +++ b/core/package.json @@ -32,7 +32,7 @@ ], "dependencies": { "@phosphor-icons/core": "^2.1.1", - "@stencil/core": "4.36.2", + "@stencil/core": "4.33.1", "ionicons": "^8.0.13", "tslib": "^2.1.0" },