Skip to content

Commit 82b6948

Browse files
fix(deps): update stencil j:kit-282 (#3764)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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.13.0` -> `4.15.0`](https://renovatebot.com/diffs/npm/@stencil%2fcore/4.13.0/4.15.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@stencil%2fcore/4.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stencil%2fcore/4.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stencil%2fcore/4.13.0/4.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stencil%2fcore/4.13.0/4.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@stencil/store](https://stenciljs.com/docs/stencil-store) ([source](https://togithub.com/ionic-team/stencil-store)) | [`2.0.14` -> `2.0.15`](https://renovatebot.com/diffs/npm/@stencil%2fstore/2.0.14/2.0.15) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@stencil%2fstore/2.0.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stencil%2fstore/2.0.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stencil%2fstore/2.0.14/2.0.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stencil%2fstore/2.0.14/2.0.15?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ionic-team/stencil (@&#8203;stencil/core)</summary> ### [`v4.15.0`](https://togithub.com/ionic-team/stencil/blob/HEAD/CHANGELOG.md#-4150-2024-04-08) [Compare Source](https://togithub.com/ionic-team/stencil/compare/v4.14.1...v4.15.0) ##### Features - **compiler:** perform automatic key insertion in more situations ([#&#8203;5594](https://togithub.com/ionic-team/stencil/issues/5594)) ([8ee071b](https://togithub.com/ionic-team/stencil/commit/8ee071bf3aae4b2240b50f7af433035c8bf8aa49)) - **typescript:** Update dependency typescript to v5.4.4 ([#&#8203;5636](https://togithub.com/ionic-team/stencil/issues/5636)) ([a463871](https://togithub.com/ionic-team/stencil/commit/a46387123082d1af9fc17b5909530597dc5b5c68)) #### 🏋 [4.14.1](https://togithub.com/ionic-team/stencil/compare/v4.14.0...v4.14.1) (2024-04-04) ##### Bug Fixes - **compiler:** don't mistake aliased paths for collections imports ([#&#8203;5620](https://togithub.com/ionic-team/stencil/issues/5620)) ([af22bb8](https://togithub.com/ionic-team/stencil/commit/af22bb858d64b60a97ce93c86f5585ef36b31c3f)), closes [#&#8203;2319](https://togithub.com/ionic-team/stencil/issues/2319) - **runtime:** nested multiple default slot relocation ([#&#8203;5403](https://togithub.com/ionic-team/stencil/issues/5403)) ([363c07b](https://togithub.com/ionic-team/stencil/commit/363c07b4723941954dc748189a744eec01d5b74c)), partially closes [#&#8203;5335](https://togithub.com/ionic-team/stencil/issues/5335) - **runtime:** prevent ref callbacks from being called too early ([#&#8203;5614](https://togithub.com/ionic-team/stencil/issues/5614)) ([81fa375](https://togithub.com/ionic-team/stencil/commit/81fa37587eb853d42bc7f92102318a3446cdea7b)), closes [#&#8203;4074](https://togithub.com/ionic-team/stencil/issues/4074) ### [`v4.14.1`](https://togithub.com/ionic-team/stencil/blob/HEAD/CHANGELOG.md#-4141-2024-04-04) [Compare Source](https://togithub.com/ionic-team/stencil/compare/v4.14.0...v4.14.1) ##### Bug Fixes - **compiler:** don't mistake aliased paths for collections imports ([#&#8203;5620](https://togithub.com/ionic-team/stencil/issues/5620)) ([af22bb8](https://togithub.com/ionic-team/stencil/commit/af22bb858d64b60a97ce93c86f5585ef36b31c3f)), closes [#&#8203;2319](https://togithub.com/ionic-team/stencil/issues/2319) - **runtime:** nested multiple default slot relocation ([#&#8203;5403](https://togithub.com/ionic-team/stencil/issues/5403)) ([363c07b](https://togithub.com/ionic-team/stencil/commit/363c07b4723941954dc748189a744eec01d5b74c)), partially closes [#&#8203;5335](https://togithub.com/ionic-team/stencil/issues/5335) - **runtime:** prevent ref callbacks from being called too early ([#&#8203;5614](https://togithub.com/ionic-team/stencil/issues/5614)) ([81fa375](https://togithub.com/ionic-team/stencil/commit/81fa37587eb853d42bc7f92102318a3446cdea7b)), closes [#&#8203;4074](https://togithub.com/ionic-team/stencil/issues/4074) ### [`v4.14.0`](https://togithub.com/ionic-team/stencil/blob/HEAD/CHANGELOG.md#-4140-2024-04-01) [Compare Source](https://togithub.com/ionic-team/stencil/compare/v4.13.0...v4.14.0) ##### Bug Fixes - **mock-doc:** provide a local name ([#&#8203;5480](https://togithub.com/ionic-team/stencil/issues/5480)) ([2f67b35](https://togithub.com/ionic-team/stencil/commit/2f67b3526c7160a0c9ac71727c401a438d282474)), closes [#&#8203;5342](https://togithub.com/ionic-team/stencil/issues/5342) - **mock-doc:** resolve type issue for localName ([#&#8203;5595](https://togithub.com/ionic-team/stencil/issues/5595)) ([d91af87](https://togithub.com/ionic-team/stencil/commit/d91af87d4e309a2da3cb145165cf7fe3c79ac1e7)), closes [#&#8203;5342](https://togithub.com/ionic-team/stencil/issues/5342) ##### Features - **testing:** allow to set screenshot timeout option in Jest v28+ ([#&#8203;5537](https://togithub.com/ionic-team/stencil/issues/5537)) ([6df12b2](https://togithub.com/ionic-team/stencil/commit/6df12b2a445ffe431f8412758f298a6e1c8fe3ac)) - **testing:** support deep piercing with Puppeteer ([#&#8203;5481](https://togithub.com/ionic-team/stencil/issues/5481)) ([13d5d41](https://togithub.com/ionic-team/stencil/commit/13d5d4188ac0d3d8d002ce93c4ec7abdde5c8086)) - **typescript:** Update dependency typescript to v5.4.3 ([#&#8203;5588](https://togithub.com/ionic-team/stencil/issues/5588)) ([9d489e4](https://togithub.com/ionic-team/stencil/commit/9d489e42a60391d2eb88cb0f7827a9368de18140)) </details> <details> <summary>ionic-team/stencil-store (@&#8203;stencil/store)</summary> ### [`v2.0.15`](https://togithub.com/ionic-team/stencil-store/releases/tag/v2.0.15) [Compare Source](https://togithub.com/ionic-team/stencil-store/compare/v2.0.14...v2.0.15) ### Dependency Updates - chore(deps): update dependency [@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.13.0 ([#&#8203;490](https://togithub.com/ionic-team/stencil-store/issues/490)) [`206bc91`](https://togithub.com/ionic-team/stencil-store/commit/206bc91) - chore(deps): update dependency [@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.12.6 ([#&#8203;486](https://togithub.com/ionic-team/stencil-store/issues/486)) [`7af3e96`](https://togithub.com/ionic-team/stencil-store/commit/7af3e96) - chore(deps): update dependency [@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.12.5 ([#&#8203;482](https://togithub.com/ionic-team/stencil-store/issues/482)) [`64be8db`](https://togithub.com/ionic-team/stencil-store/commit/64be8db) - chore(deps): update dependency [@&#8203;stencil/core](https://togithub.com/stencil/core) to v4.12.4 ([#&#8203;478](https://togithub.com/ionic-team/stencil-store/issues/478)) [`47297ea`](https://togithub.com/ionic-team/stencil-store/commit/47297ea) - chore(deps): update actions/download-artifact action to v4.1.4 ([#&#8203;481](https://togithub.com/ionic-team/stencil-store/issues/481)) [`e4e849f`](https://togithub.com/ionic-team/stencil-store/commit/e4e849f) - chore(deps): update actions/download-artifact action to v4.1.3 ([#&#8203;477](https://togithub.com/ionic-team/stencil-store/issues/477)) [`980ec45`](https://togithub.com/ionic-team/stencil-store/commit/980ec45) - chore(deps): update dependency np to v10.0.1 ([#&#8203;488](https://togithub.com/ionic-team/stencil-store/issues/488)) - chore(deps): update dependency np to v10 ([#&#8203;479](https://togithub.com/ionic-team/stencil-store/issues/479)) [`ea46cce`](https://togithub.com/ionic-team/stencil-store/commit/ea46cce) - chore(deps): update dependency npm to v10.5.0 ([#&#8203;480](https://togithub.com/ionic-team/stencil-store/issues/480)) [`0d5212e`](https://togithub.com/ionic-team/stencil-store/commit/0d5212e) - chore(deps): update dependency rollup to v4.12.1 ([#&#8203;484](https://togithub.com/ionic-team/stencil-store/issues/484)) [`b473fb7`](https://togithub.com/ionic-team/stencil-store/commit/b473fb7) - chore(deps): update dependency puppeteer to v22.6.0 ([#&#8203;491](https://togithub.com/ionic-team/stencil-store/issues/491)) [`12a52eb`](https://togithub.com/ionic-team/stencil-store/commit/12a52eb) - chore(deps): update dependency puppeteer to v22.5.0 ([#&#8203;489](https://togithub.com/ionic-team/stencil-store/issues/489)) [`af02e2f`](https://togithub.com/ionic-team/stencil-store/commit/af02e2f) - chore(deps): update dependency puppeteer to v22.4.1 ([#&#8203;485](https://togithub.com/ionic-team/stencil-store/issues/485)) [`ce79a06`](https://togithub.com/ionic-team/stencil-store/commit/ce79a06) - chore(deps): update dependency puppeteer to v22.4.0 ([#&#8203;483](https://togithub.com/ionic-team/stencil-store/issues/483)) [`82430ac`](https://togithub.com/ionic-team/stencil-store/commit/82430ac) - chore(deps): update dependency puppeteer to v22 ([#&#8203;461](https://togithub.com/ionic-team/stencil-store/issues/461)) [`bf97822`](https://togithub.com/ionic-team/stencil-store/commit/bf97822) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->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/coveo/ui-kit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Louis Bompart <[email protected]>
1 parent 0f116be commit 82b6948

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

package-lock.json

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

packages/atomic-hosted-page/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"@coveo/bueno": "0.45.8",
3737
"@coveo/headless": "2.60.0",
38-
"@stencil/core": "4.13.0"
38+
"@stencil/core": "4.15.0"
3939
},
4040
"devDependencies": {
4141
"@coveo/release": "1.0.0",

packages/atomic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@coveo/bueno": "0.45.8",
5353
"@popperjs/core": "^2.11.6",
5454
"@salesforce-ux/design-system": "^2.16.1",
55-
"@stencil/core": "4.13.0",
56-
"@stencil/store": "2.0.14",
55+
"@stencil/core": "4.15.0",
56+
"@stencil/store": "2.0.15",
5757
"dayjs": "1.11.10",
5858
"dompurify": "3.0.11",
5959
"escape-html": "1.0.3",

packages/samples/stencil/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@coveo/atomic": "2.63.1",
1212
"@coveo/headless": "2.60.0",
13-
"@stencil/core": "4.13.0",
13+
"@stencil/core": "4.15.0",
1414
"stencil-router-v2": "0.6.0"
1515
},
1616
"devDependencies": {
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/node_modules/@stencil/core/compiler/stencil.js b/node_modules/@stencil/core/compiler/stencil.js
2-
index 0e7ea6f..6c8d609 100644
2+
index d4ea871..4faf84b 100644
33
--- a/node_modules/@stencil/core/compiler/stencil.js
44
+++ b/node_modules/@stencil/core/compiler/stencil.js
5-
@@ -276736,7 +276736,7 @@ const visitClassDeclaration = (config, diagnostics, typeChecker, program, classN
5+
@@ -276940,7 +276940,7 @@ const visitClassDeclaration = (config, diagnostics, typeChecker, program, classN
66
// We call the `handleClassFields` method which handles transforming any
77
// class fields, removing them from the class and adding statements to the
88
// class' constructor which instantiate them there instead.
@@ -11,7 +11,7 @@ index 0e7ea6f..6c8d609 100644
1111
validateMethods(diagnostics, classMembers);
1212
const currentDecorators = retrieveTsDecorators(classNode);
1313
return ts$1.factory.updateClassDeclaration(classNode, [
14-
@@ -276771,19 +276771,8 @@ const removeStencilMethodDecorators = (classMembers, diagnostics, importAliasMap
14+
@@ -276975,19 +276975,8 @@ const removeStencilMethodDecorators = (classMembers, diagnostics, importAliasMap
1515
return ts$1.factory.updateMethodDeclaration(member, [...(newDecorators !== null && newDecorators !== void 0 ? newDecorators : []), ...((_a = retrieveTsModifiers(member)) !== null && _a !== void 0 ? _a : [])], member.asteriskToken, member.name, member.questionToken, member.typeParameters, member.parameters, member.type, member.body);
1616
}
1717
else if (ts$1.isPropertyDeclaration(member)) {
@@ -33,7 +33,7 @@ index 0e7ea6f..6c8d609 100644
3333
}
3434
else {
3535
const err = buildError(diagnostics);
36-
@@ -276923,10 +276912,9 @@ const filterDecorators = (decorators, excludeList) => {
36+
@@ -277127,10 +277116,9 @@ const filterDecorators = (decorators, excludeList) => {
3737
* @param importAliasMap a map of Stencil decorator names to their import names
3838
* @returns a list of updated class elements which can be inserted into the class
3939
*/
@@ -45,7 +45,7 @@ index 0e7ea6f..6c8d609 100644
4545
for (const member of classMembers) {
4646
if (shouldInitializeInConstructor(member, importAliasMap) && ts$1.isPropertyDeclaration(member)) {
4747
const memberName = tsPropDeclNameAsString(member, typeChecker);
48-
@@ -276937,11 +276925,6 @@ function handleClassFields(classNode, classMembers, typeChecker, importAliasMap)
48+
@@ -277141,11 +277129,6 @@ function handleClassFields(classNode, classMembers, typeChecker, importAliasMap)
4949
// just 'undefined'
5050
(_a = member.initializer) !== null && _a !== void 0 ? _a : ts$1.factory.createIdentifier('undefined'))));
5151
}

0 commit comments

Comments
 (0)