From 2fc81ddc9b35d6909fd4b585079aedabbd659233 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 09:37:43 -0400 Subject: [PATCH] chore(deps): update dependency @stencil/core to v4.16.0 (#29363) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.15.0` -> `4.16.0`](https://renovatebot.com/diffs/npm/@stencil%2fcore/4.15.0/4.16.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@stencil%2fcore/4.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stencil%2fcore/4.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stencil%2fcore/4.15.0/4.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stencil%2fcore/4.15.0/4.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ionic-team/stencil (@​stencil/core) ### [`v4.16.0`](https://togithub.com/ionic-team/stencil/blob/HEAD/CHANGELOG.md#-4160-2024-04-15) [Compare Source](https://togithub.com/ionic-team/stencil/compare/v4.15.0...v4.16.0) ##### Bug Fixes - **cli:** fix a bug in CLI argument parsing ([#​5646](https://togithub.com/ionic-team/stencil/issues/5646)) ([1fdea63](https://togithub.com/ionic-team/stencil/commit/1fdea63acfa5a9c1081111d7d79e826a127ef3eb)), refs [#​5640](https://togithub.com/ionic-team/stencil/issues/5640) - **testing:** prevent `find` from throwing error when query has no match ([#​5641](https://togithub.com/ionic-team/stencil/issues/5641)) ([b3886aa](https://togithub.com/ionic-team/stencil/commit/b3886aa928c1025e636aee1466f26f15fc4dd3eb)), closes [#​5639](https://togithub.com/ionic-team/stencil/issues/5639) ##### Features - **dev-server:** dark mode support ([#​5642](https://togithub.com/ionic-team/stencil/issues/5642)) ([89a5e40](https://togithub.com/ionic-team/stencil/commit/89a5e40adfcd7dbad54928cad6525239778ab9cd)) - **typescript:** Update dependency typescript to v5.4.5 ([#​5663](https://togithub.com/ionic-team/stencil/issues/5663)) ([2596536](https://togithub.com/ionic-team/stencil/commit/25965364c3f513b845e44f1db029fab14fdfb68f))
--- ### 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> --- core/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/package-lock.json b/core/package-lock.json index e20372920f..dc95e9373f 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1786,9 +1786,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.15.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.15.0.tgz", - "integrity": "sha512-C5syM3chCyxX0Os5M+ZWrBujjqwUfrTb87YiLr8RC+kMTmIpnRvvtj8/s3QYDGdDENGRxGkBpeboVh82IGqk0w==", + "version": "4.16.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.16.0.tgz", + "integrity": "sha512-gXaC5IrquV/Hw5JIZTCWkM5lJEbBQtnvHLhDebjar6A6+YBqxah04dardS+YUNVuRbnE6Hcja7KKiAXT3oVsvw==", "bin": { "stencil": "bin/stencil" }, @@ -11516,9 +11516,9 @@ "requires": {} }, "@stencil/core": { - "version": "4.15.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.15.0.tgz", - "integrity": "sha512-C5syM3chCyxX0Os5M+ZWrBujjqwUfrTb87YiLr8RC+kMTmIpnRvvtj8/s3QYDGdDENGRxGkBpeboVh82IGqk0w==" + "version": "4.16.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.16.0.tgz", + "integrity": "sha512-gXaC5IrquV/Hw5JIZTCWkM5lJEbBQtnvHLhDebjar6A6+YBqxah04dardS+YUNVuRbnE6Hcja7KKiAXT3oVsvw==" }, "@stencil/react-output-target": { "version": "0.5.3",