From 1be956bd18ca96ece819d66f84b7f5f16bb4bded Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 22 Mar 2024 09:54:02 -0400
Subject: [PATCH] chore(deps): update dependency @stencil/core to v4.13.0
(#29203)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@stencil/core](https://stenciljs.com/)
([source](https://togithub.com/ionic-team/stencil)) | [`4.12.6` ->
`4.13.0`](https://renovatebot.com/diffs/npm/@stencil%2fcore/4.12.6/4.13.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
ionic-team/stencil (@stencil/core)
###
[`v4.13.0`](https://togithub.com/ionic-team/stencil/blob/HEAD/CHANGELOG.md#-4130-2024-03-18)
[Compare
Source](https://togithub.com/ionic-team/stencil/compare/v4.12.6...v4.13.0)
##### Bug Fixes
- **compiler:** allow to set custom root directory
([#5446](https://togithub.com/ionic-team/stencil/issues/5446))
([b6b9617](https://togithub.com/ionic-team/stencil/commit/b6b96175c5e6a7d3477ed5fc2d4ddfc17827dd63))
- **compiler:** don't validate references for
[@Prop](https://togithub.com/Prop),
[@Method](https://togithub.com/Method) and
[@Event](https://togithub.com/Event) decorator
([#5475](https://togithub.com/ionic-team/stencil/issues/5475))
([3e45a82](https://togithub.com/ionic-team/stencil/commit/3e45a823534a2e36ac51cbc701ecff074c7c842d)),
closes
[#1352](https://togithub.com/ionic-team/stencil/issues/1352)
- **renderer:** fix conditional rendering issue
([#5365](https://togithub.com/ionic-team/stencil/issues/5365))
([5aa886e](https://togithub.com/ionic-team/stencil/commit/5aa886eb52efb7f361d53672698e947390c4f6f0)),
closes
[#5335](https://togithub.com/ionic-team/stencil/issues/5335)
- **renderer:** fix missing slot ref callback handling
([#5337](https://togithub.com/ionic-team/stencil/issues/5337))
([41f877e](https://togithub.com/ionic-team/stencil/commit/41f877ec48200dee0483691b4e5e519073d392dd)),
closes
[#5335](https://togithub.com/ionic-team/stencil/issues/5335)
- **runtime:** remove `forceUpdate` in `appendChild` patch
([#5437](https://togithub.com/ionic-team/stencil/issues/5437))
([e03795b](https://togithub.com/ionic-team/stencil/commit/e03795b38e93dfc024425c11d08792a6f4b02bcb))
- **sys:** fix expected types for `createNodeLogger` and `createNodeSys`
([#5375](https://togithub.com/ionic-team/stencil/issues/5375))
([7a70281](https://togithub.com/ionic-team/stencil/commit/7a70281bb41697c2fe9f992af571d5b7af242a79))
- **testing:** use viewport for Puppeteer screenshot clip dimensions
([#5359](https://togithub.com/ionic-team/stencil/issues/5359))
([c879800](https://togithub.com/ionic-team/stencil/commit/c8798002aba05af0a4554351b6232ce714d9995b)),
closes
[#5353](https://togithub.com/ionic-team/stencil/issues/5353)
##### Features
- **dev-server:** add "ping" route
([#5414](https://togithub.com/ionic-team/stencil/issues/5414))
([b279858](https://togithub.com/ionic-team/stencil/commit/b279858e2fc242d5990817f5a3fa4181e2d49604))
- **typescript:** Update dependency typescript to ~5.4.0
([#5464](https://togithub.com/ionic-team/stencil/issues/5464))
([0833dc4](https://togithub.com/ionic-team/stencil/commit/0833dc4929d9048edce435b8c205917775faad52))
#### 🍍
[4.12.6](https://togithub.com/ionic-team/stencil/compare/v4.12.5...v4.12.6)
(2024-03-11)
##### Bug Fixes
- **cli:** move version logging earlier in CLI to allow `-v`,
`--version`
([#5425](https://togithub.com/ionic-team/stencil/issues/5425))
([194b0fc](https://togithub.com/ionic-team/stencil/commit/194b0fc0d9741d45efbe17f90572fbe09fc5ec62))
- **compiler:** fix generated import statement
([#5419](https://togithub.com/ionic-team/stencil/issues/5419))
([502da1b](https://togithub.com/ionic-team/stencil/commit/502da1bc3d1503bd82fbf0cccc312825a82772cf))
- **test:** ensure screenshot dir is cleaned up
([#5421](https://togithub.com/ionic-team/stencil/issues/5421))
([15e7a49](https://togithub.com/ionic-team/stencil/commit/15e7a4960bc845212563141b00798fdee07cbfbd))
#### 💙
[4.12.5](https://togithub.com/ionic-team/stencil/compare/v4.12.4...v4.12.5)
(2024-03-04)
##### Bug Fixes
- **custom-elements:** hydrate on client side
([#5317](https://togithub.com/ionic-team/stencil/issues/5317))
([d809658](https://togithub.com/ionic-team/stencil/commit/d809658635280e115d67f1403dba946cce1bb01b)),
closes
[#3319](https://togithub.com/ionic-team/stencil/issues/3319)
#### 🐮
[4.12.4](https://togithub.com/ionic-team/stencil/compare/v4.12.3...v4.12.4)
(2024-02-26)
##### Bug Fixes
- **build:** address issue with dynamic import and vite
([#5399](https://togithub.com/ionic-team/stencil/issues/5399))
([8ebacae](https://togithub.com/ionic-team/stencil/commit/8ebacae1106704293a2b1720b44eb83209175f96)),
closes
[#5389](https://togithub.com/ionic-team/stencil/issues/5389)
#### 🐍
[4.12.3](https://togithub.com/ionic-team/stencil/compare/v4.12.2...v4.12.3)
(2024-02-20)
##### Bug Fixes
- **compiler:** point crypto import at `crypto` instead of `node:crypto`
([#5369](https://togithub.com/ionic-team/stencil/issues/5369))
([7fb783f](https://togithub.com/ionic-team/stencil/commit/7fb783fbc0d3c67136cfc0a777da03c9ac22a51c)),
closes
[#5358](https://togithub.com/ionic-team/stencil/issues/5358)
- **runtime:** replace `innerHTML` with `textContent` for CSS injection
([#5207](https://togithub.com/ionic-team/stencil/issues/5207))
([8de2ab5](https://togithub.com/ionic-team/stencil/commit/8de2ab5a8ad99876d371a68c3709c5299be29974)),
closes
[#5206](https://togithub.com/ionic-team/stencil/issues/5206)
#### 🎯
[4.12.2](https://togithub.com/ionic-team/stencil/compare/v4.12.1...v4.12.2)
(2024-02-12)
##### Bug Fixes
- **compiler:** support async globalScripts functions
([#5158](https://togithub.com/ionic-team/stencil/issues/5158))
([8a129ce](https://togithub.com/ionic-team/stencil/commit/8a129ce7342ba737db70e0db6eda088cc9461d7f)),
closes
[#3392](https://togithub.com/ionic-team/stencil/issues/3392)
- **mock-doc:** overwrite parentElement in MockHTMLElement to return
null
([#5336](https://togithub.com/ionic-team/stencil/issues/5336))
([0d9ed22](https://togithub.com/ionic-team/stencil/commit/0d9ed22c807b1788244258d6cf5eef7c6c637e43)),
closes
[#5252](https://togithub.com/ionic-team/stencil/issues/5252)
#### 🏸
[4.12.1](https://togithub.com/ionic-team/stencil/compare/v4.12.0...v4.12.1)
(2024-02-05)
##### Bug Fixes
- **mock-doc:** improve error message when `:scope` selector is used
([#5318](https://togithub.com/ionic-team/stencil/issues/5318))
([f5d4e98](https://togithub.com/ionic-team/stencil/commit/f5d4e98d0e12a218e8b2f472853905975b964e02))
- **runtime:** dynamic slot name change
([#5304](https://togithub.com/ionic-team/stencil/issues/5304))
([9d9fe41](https://togithub.com/ionic-team/stencil/commit/9d9fe419c669b0e85c00ce9e65ac22d564c51d9c)),
closes
[#2982](https://togithub.com/ionic-team/stencil/issues/2982)
- **runtime:** only generate lazy build CSS when there are component
tags
([#5305](https://togithub.com/ionic-team/stencil/issues/5305))
([a0c1bd0](https://togithub.com/ionic-team/stencil/commit/a0c1bd0f91938f7f3cfc97cc5402d3ff955d327f)),
closes
[#3771](https://togithub.com/ionic-team/stencil/issues/3771)
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ionic-team/ionic-framework).
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Liam DeBeasi
---
core/api.txt | 4 ++--
core/package-lock.json | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/core/api.txt b/core/api.txt
index ed2b8974a2..d8b0dc7107 100644
--- a/core/api.txt
+++ b/core/api.txt
@@ -549,7 +549,7 @@ ion-infinite-scroll-content,prop,loadingText,IonicSafeString | string | undefine
ion-input,scoped
ion-input,prop,accept,string | undefined,undefined,false,false
ion-input,prop,autocapitalize,string,'off',false,false
-ion-input,prop,autocomplete,"name" | "email" | "tel" | "url" | "on" | "off" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo",'off',false,false
+ion-input,prop,autocomplete,"name" | "on" | "off" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "photo",'off',false,false
ion-input,prop,autocorrect,"off" | "on",'off',false,false
ion-input,prop,autofocus,boolean,false,false,false
ion-input,prop,clearInput,boolean,false,false,false
@@ -1159,7 +1159,7 @@ ion-row,shadow
ion-searchbar,scoped
ion-searchbar,prop,animated,boolean,false,false,false
ion-searchbar,prop,autocapitalize,string,'default',false,false
-ion-searchbar,prop,autocomplete,"name" | "email" | "tel" | "url" | "on" | "off" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo",'off',false,false
+ion-searchbar,prop,autocomplete,"name" | "on" | "off" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "photo",'off',false,false
ion-searchbar,prop,autocorrect,"off" | "on",'off',false,false
ion-searchbar,prop,cancelButtonIcon,string,config.get('backButtonIcon', arrowBackSharp) as string,false,false
ion-searchbar,prop,cancelButtonText,string,'Cancel',false,false
diff --git a/core/package-lock.json b/core/package-lock.json
index 88a54a4eab..63a1ff24d3 100644
--- a/core/package-lock.json
+++ b/core/package-lock.json
@@ -1759,9 +1759,9 @@
}
},
"node_modules/@stencil/core": {
- "version": "4.12.6",
- "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.6.tgz",
- "integrity": "sha512-15JO2TdaxGVKNdLZb/2TtDa+juj3XGD/V0y/disgdzYYSnajgSh06nwODfdHz9eTUh1Hisz+KIo857I1rCZrfg==",
+ "version": "4.13.0",
+ "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.13.0.tgz",
+ "integrity": "sha512-gg+gtBWekQ08mDja8GVAUHNu+rrFhQaKZDvfhnS3l/5JbYiJddTimuDPPhuc0sR0JZL1iRdJTJSa+JbvmnQ1cQ==",
"bin": {
"stencil": "bin/stencil"
},
@@ -11229,9 +11229,9 @@
"requires": {}
},
"@stencil/core": {
- "version": "4.12.6",
- "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.6.tgz",
- "integrity": "sha512-15JO2TdaxGVKNdLZb/2TtDa+juj3XGD/V0y/disgdzYYSnajgSh06nwODfdHz9eTUh1Hisz+KIo857I1rCZrfg=="
+ "version": "4.13.0",
+ "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.13.0.tgz",
+ "integrity": "sha512-gg+gtBWekQ08mDja8GVAUHNu+rrFhQaKZDvfhnS3l/5JbYiJddTimuDPPhuc0sR0JZL1iRdJTJSa+JbvmnQ1cQ=="
},
"@stencil/react-output-target": {
"version": "0.5.3",