From ad3d61b2fd7874d16d335d112b19eb38d3c22aff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 08:25:01 +0000 Subject: [PATCH] [framework-fixtures]: Bump @stencil/core Bumps the core group in /packages/static-build/test/fixtures/stencil-v4 with 1 update: [@stencil/core](https://github.com/ionic-team/stencil). Updates `@stencil/core` from 4.17.0 to 4.18.0 - [Release notes](https://github.com/ionic-team/stencil/releases) - [Changelog](https://github.com/ionic-team/stencil/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/stencil/compare/v4.17.0...v4.18.0) --- updated-dependencies: - dependency-name: "@stencil/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core ... Signed-off-by: dependabot[bot] --- .../test/fixtures/stencil-v4/package-lock.json | 14 +++++++------- .../test/fixtures/stencil-v4/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/static-build/test/fixtures/stencil-v4/package-lock.json b/packages/static-build/test/fixtures/stencil-v4/package-lock.json index 68c33f4b0d1f..f5894306e131 100644 --- a/packages/static-build/test/fixtures/stencil-v4/package-lock.json +++ b/packages/static-build/test/fixtures/stencil-v4/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@stencil/core": "^4.17.0" + "@stencil/core": "^4.18.0" }, "devDependencies": { "@types/jest": "^27.5.2", @@ -1039,9 +1039,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.17.0.tgz", - "integrity": "sha512-EtdDJvXfq/mR4l1N4p2P03lF5SB0E6bWtd/yRCCOSsdEsViziALR3QxnflMQRwDN/9R8OhishyuuwUq1s8+zbA==", + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.18.0.tgz", + "integrity": "sha512-cN+nvjy0L8KyYq7N1bmswN/AcBustFlsAxfyPQ+fd3m98lPo53jNKIxKve1ZQ4ZmzSzYO7alDhZvjIesM0rl7w==", "bin": { "stencil": "bin/stencil" }, @@ -5781,9 +5781,9 @@ } }, "@stencil/core": { - "version": "4.17.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.17.0.tgz", - "integrity": "sha512-EtdDJvXfq/mR4l1N4p2P03lF5SB0E6bWtd/yRCCOSsdEsViziALR3QxnflMQRwDN/9R8OhishyuuwUq1s8+zbA==" + "version": "4.18.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.18.0.tgz", + "integrity": "sha512-cN+nvjy0L8KyYq7N1bmswN/AcBustFlsAxfyPQ+fd3m98lPo53jNKIxKve1ZQ4ZmzSzYO7alDhZvjIesM0rl7w==" }, "@tootallnate/once": { "version": "1.1.2", diff --git a/packages/static-build/test/fixtures/stencil-v4/package.json b/packages/static-build/test/fixtures/stencil-v4/package.json index 5f5efceab0ca..b47a6e65fb14 100644 --- a/packages/static-build/test/fixtures/stencil-v4/package.json +++ b/packages/static-build/test/fixtures/stencil-v4/package.json @@ -26,7 +26,7 @@ "generate": "stencil generate" }, "dependencies": { - "@stencil/core": "^4.17.0" + "@stencil/core": "^4.18.0" }, "devDependencies": { "@types/jest": "^27.5.2",