Skip to content

Commit d005735

Browse files
chore(deps): Bump @stencil/core from 4.4.0 to 4.4.1 in /core (#28317)
Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 4.4.0 to 4.4.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ionic-team/stencil/blob/main/CHANGELOG.md"><code>@​stencil/core</code>'s changelog</a>.</em></p> <blockquote> <h2>❤️ <a href="https://github.com/ionic-team/stencil/compare/v4.4.0...v4.4.1">4.4.1</a> (2023-10-09)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>screenshot:</strong> alert user when toMatchScreenshot uses NaN (<a href="https://redirect.github.com/ionic-team/stencil/issues/4891">#4891</a>) (<a href="https://github.com/ionic-team/stencil/commit/a251946106f116701787853893b3fa53dfaa8c9f">a251946</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ionic-team/stencil/commit/0f522244faaae97a2f5fcb9ba5fe148479465e5a"><code>0f52224</code></a> v4.4.1 (<a href="https://redirect.github.com/ionic-team/stencil/issues/4918">#4918</a>)</li> <li><a href="https://github.com/ionic-team/stencil/commit/2874e9d8d9056124aecda3315cebdeaacaf081d7"><code>2874e9d</code></a> chore(deps): update dependency terser to v5.21.0 (<a href="https://redirect.github.com/ionic-team/stencil/issues/4913">#4913</a>)</li> <li><a href="https://github.com/ionic-team/stencil/commit/f008213dae2bff923af9a269be02f7e1bac2e6e6"><code>f008213</code></a> chore(deps): update typescript-eslint to v6.7.4 (<a href="https://redirect.github.com/ionic-team/stencil/issues/4911">#4911</a>)</li> <li><a href="https://github.com/ionic-team/stencil/commit/0aae1d8fe2ea6213daa9d5d7fc301638b67de35a"><code>0aae1d8</code></a> chore(deps): update dependency <code>@​rollup/plugin-json</code> to v6.0.1 (<a href="https://redirect.github.com/ionic-team/stencil/issues/4906">#4906</a>)</li> <li><a href="https://github.com/ionic-team/stencil/commit/c523f1c678205cfba77fc8210cc9a3bc9a5abe0e"><code>c523f1c</code></a> chore(deps): update dependency <code>@​types/node</code> to v20.8.2 (<a href="https://redirect.github.com/ionic-team/stencil/issues/4910">#4910</a>)</li> <li><a href="https://github.com/ionic-team/stencil/commit/abe407d49ce7ebccdc182d5f7e98e04344348581"><code>abe407d</code></a> chore(compiler): add namespace to validated config (<a href="https://redirect.github.com/ionic-team/stencil/issues/4902">#4902</a>)</li> <li><a href="https://github.com/ionic-team/stencil/commit/8d0360666e84d9c7262bb321bdf1af487c1178e4"><code>8d03606</code></a> chore(test): document dynamic import of testing submodule (<a href="https://redirect.github.com/ionic-team/stencil/issues/4885">#4885</a>)</li> <li><a href="https://github.com/ionic-team/stencil/commit/a251946106f116701787853893b3fa53dfaa8c9f"><code>a251946</code></a> fix(screenshot): alert user when toMatchScreenshot uses NaN (<a href="https://redirect.github.com/ionic-team/stencil/issues/4891">#4891</a>)</li> <li><a href="https://github.com/ionic-team/stencil/commit/8129089603bc61d50bf6385a6874add8a0991c01"><code>8129089</code></a> chore(deps): update dependency eslint-plugin-jest to v27.4.2 (<a href="https://redirect.github.com/ionic-team/stencil/issues/4894">#4894</a>)</li> <li><a href="https://github.com/ionic-team/stencil/commit/50fdccdd42271995b2a766c29917f86cc32880e0"><code>50fdccd</code></a> chore(deps): update nick-fields/retry action to v2.9.0 (<a href="https://redirect.github.com/ionic-team/stencil/issues/4896">#4896</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ionic-team/stencil/compare/v4.4.0...v4.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@stencil/core&package-manager=npm_and_yarn&previous-version=4.4.0&new-version=4.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c70432e commit d005735

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

core/package-lock.json

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

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"loader/"
3232
],
3333
"dependencies": {
34-
"@stencil/core": "^4.4.0",
34+
"@stencil/core": "^4.4.1",
3535
"ionicons": "7.1.0",
3636
"tslib": "^2.1.0"
3737
},

0 commit comments

Comments
 (0)