From 28ed99509001c308268c99205e9e63e585e18224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:17:54 +0000 Subject: [PATCH] [framework-fixture-dependencies]: Bump @stencil/core Bumps the core group with 1 update in the /packages/static-build/test/fixtures/stencil-v4 directory: [@stencil/core](https://github.com/ionic-team/stencil). Updates `@stencil/core` from 4.19.2 to 4.22.3 - [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.19.2...v4.22.3) --- 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 dfd6ed361..f46d90c36 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.19.2" + "@stencil/core": "^4.22.3" }, "devDependencies": { "@types/jest": "^27.5.2", @@ -1039,9 +1039,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.19.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.19.2.tgz", - "integrity": "sha512-ZdnbHmHEl8E5vN0GWDtONe5w6j3CrSqqxZM4hNLBPkV/aouWKug7D5/Mi6RazfYO5U4fmHQYLwMz60rHcx0G4g==", + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.22.3.tgz", + "integrity": "sha512-dYaletX938WgEA2oMROLdh8wpUn1MgBx2zg5kYqwuUR8aua4Gy9EqGQ3zBu1AvL5MzLlZC+lMlxe/g5Dg1ldpw==", "bin": { "stencil": "bin/stencil" }, @@ -5781,9 +5781,9 @@ } }, "@stencil/core": { - "version": "4.19.2", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.19.2.tgz", - "integrity": "sha512-ZdnbHmHEl8E5vN0GWDtONe5w6j3CrSqqxZM4hNLBPkV/aouWKug7D5/Mi6RazfYO5U4fmHQYLwMz60rHcx0G4g==" + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.22.3.tgz", + "integrity": "sha512-dYaletX938WgEA2oMROLdh8wpUn1MgBx2zg5kYqwuUR8aua4Gy9EqGQ3zBu1AvL5MzLlZC+lMlxe/g5Dg1ldpw==" }, "@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 cff44f029..2434128be 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.19.2" + "@stencil/core": "^4.22.3" }, "devDependencies": { "@types/jest": "^27.5.2",