Skip to content

Commit 9a1d3ca

Browse files
authored
chore(deps): revert stencil to version 4.33.1 (#30707)
Issue number: resolves # --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the current behavior? <!-- Please describe the current behavior that you are modifying. --> 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? <!-- Please describe the behavior or changes that are being added by this PR. --> - Reverting the version of stencil to the last known stable version `4.33.1` ## Does this introduce a breaking change? - [ ] Yes - [x] No <!-- If this introduces a breaking change: 1. Describe the impact and migration path for existing applications below. 2. Update the BREAKING.md file with the breaking change. 3. Add "BREAKING CHANGE: [...]" to the commit description when merging. See https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer for more information. --> ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. --> N/A
1 parent a350314 commit 9a1d3ca

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

core/package-lock.json

Lines changed: 27 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
"dependencies": {
3434
"@phosphor-icons/core": "^2.1.1",
35-
"@stencil/core": "4.36.2",
35+
"@stencil/core": "4.33.1",
3636
"ionicons": "^8.0.13",
3737
"tslib": "^2.1.0"
3838
},

0 commit comments

Comments
 (0)