Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2023

Bumps @stencil/core from 3.2.0 to 3.2.1.

Release notes

Sourced from @​stencil/core's releases.

🎙 3.2.1 (2023-04-10)

Bug Fixes

Changelog

Sourced from @​stencil/core's changelog.

🎙 3.2.1 (2023-04-10)

Bug Fixes

  • compiler: sourcemap for dist-custom-elements generation (#4200) (62ad269)
  • compiler: write exports for defineCustomElement typedefs (#4194) (89cd845)
  • mock-doc: add missing properties of object returned by matchMedia (#2880) (69176f8)
  • test: fix infinite loops w/ react and @​testing-library/dom (#4188) (51750a2), closes #3434

Thanks

🎉 Thanks for @​cam-narzt for their contributions! 🎉

Commits
  • 72ef9cf 🎙 v3.2.1
  • 3d7c7c0 revert(lint): turn on the 'import/no-duplicates' rule (#4233) (#4246)
  • ecfbb10 chore(release): update github release for dry run (#4236)
  • d19538e chore(release): eliminate return argument usage (#4235)
  • 1418d01 chore(deps-dev): bump eslint from 8.37.0 to 8.38.0 (#4245)
  • 3756d87 chore(deps-dev): bump puppeteer from 19.8.3 to 19.8.5 (#4240)
  • 85294e1 refactor(utils): move output-target related utils to @​utils (#4225)
  • 2a5ee1d chore(lint): turn on the 'import/no-duplicates' rule (#4233)
  • fc14b99 chore(deps-dev): bump webpack from 5.77.0 to 5.78.0 (#4234)
  • b308c4d chore(docs): change the location of the Contributing Guidelines (#4226)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/ionic-team/stencil/releases)
- [Changelog](https://github.com/ionic-team/stencil/blob/main/CHANGELOG.md)
- [Commits](stenciljs/core@v3.2.0...v3.2.1)

---
updated-dependencies:
- dependency-name: "@stencil/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 11, 2023 13:35
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 11, 2023
@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@github-actions github-actions bot added the package: core @ionic/core package label Apr 11, 2023
@liamdebeasi liamdebeasi enabled auto-merge April 11, 2023 13:38
@liamdebeasi liamdebeasi added this pull request to the merge queue Apr 11, 2023
Merged via the queue into main with commit cb8f07c Apr 11, 2023
@liamdebeasi liamdebeasi deleted the dependabot/npm_and_yarn/core/stencil/core-3.2.1 branch April 11, 2023 14:24
liamdebeasi pushed a commit that referenced this pull request Apr 17, 2023
Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 3.2.0
to 3.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ionic-team/stencil/releases"><code>@​stencil/core</code>'s
releases</a>.</em></p>
<blockquote>
<h2>🎙 3.2.1 (2023-04-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler:</strong> sourcemap for dist-custom-elements
generation (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4200">#4200</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/62ad269ca34f665e41bce825f54de9f81d5ed4a4">62ad269</a>),
closes <a
href="https://redirect.github.com/ionic-team/stencil/issues/3165">ionic-team/stencil#3165</a></li>
<li><strong>compiler:</strong> write exports for defineCustomElement
typedefs (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4194">#4194</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/89cd8456a6d274cb3e74e839c7fde228dcdcabc6">89cd845</a>),
closes <a
href="https://redirect.github.com/ionic-team/stencil/issues/4093">ionic-team/stencil#4093</a></li>
<li><strong>mock-doc:</strong> add missing properties of object returned
by matchMedia (<a
href="https://redirect.github.com/ionic-team/stencil/issues/2880">#2880</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/69176f8290767c05206f324bccb5bea2cf780448">69176f8</a>),
closes <a
href="https://redirect.github.com/ionic-team/stencil/issues/4193">ionic-team/stencil#4193</a></li>
<li><strong>test:</strong> fix infinite loops w/ react and
<code>@​testing-library/dom</code> (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4188">#4188</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/51750a28ece1638dae6bc5c02221d70f485bfb44">51750a2</a>),
closes <a
href="https://redirect.github.com/ionic-team/stencil/issues/3434">#3434</a></li>
</ul>
</blockquote>
</details>
<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/v3.2.0...v3.2.1">3.2.1</a>
(2023-04-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler:</strong> sourcemap for dist-custom-elements
generation (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4200">#4200</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/62ad269ca34f665e41bce825f54de9f81d5ed4a4">62ad269</a>)</li>
<li><strong>compiler:</strong> write exports for defineCustomElement
typedefs (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4194">#4194</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/89cd8456a6d274cb3e74e839c7fde228dcdcabc6">89cd845</a>)</li>
<li><strong>mock-doc:</strong> add missing properties of object returned
by matchMedia (<a
href="https://redirect.github.com/ionic-team/stencil/issues/2880">#2880</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/69176f8290767c05206f324bccb5bea2cf780448">69176f8</a>)</li>
<li><strong>test:</strong> fix infinite loops w/ react and
<code>@​testing-library/dom</code> (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4188">#4188</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/51750a28ece1638dae6bc5c02221d70f485bfb44">51750a2</a>),
closes <a
href="https://redirect.github.com/ionic-team/stencil/issues/3434">#3434</a></li>
</ul>
<h2>Thanks</h2>
<p>🎉 Thanks for <a
href="https://github.com/cam-narzt"><code>@​cam-narzt</code></a> for
their contributions! 🎉</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ionic-team/stencil/commit/72ef9cfffd7fffd5da9178d5582a7e78023d4857"><code>72ef9cf</code></a>
🎙 v3.2.1</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/3d7c7c09387a8a47a56fb48a33b408b59096450f"><code>3d7c7c0</code></a>
revert(lint): turn on the 'import/no-duplicates' rule (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4233">#4233</a>)
(<a
href="https://redirect.github.com/ionic-team/stencil/issues/4246">#4246</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/ecfbb1096c41988ae789bd39bcb0706b2bfe3fe2"><code>ecfbb10</code></a>
chore(release): update github release for dry run (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4236">#4236</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/d19538eb33b297c14419e94b73c322a9c790c67a"><code>d19538e</code></a>
chore(release): eliminate return argument usage (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4235">#4235</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/1418d017374c68e1ad423275a4355882df9f34e9"><code>1418d01</code></a>
chore(deps-dev): bump eslint from 8.37.0 to 8.38.0 (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4245">#4245</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/3756d878bd9edd44185e63f88d5a013350333a3b"><code>3756d87</code></a>
chore(deps-dev): bump puppeteer from 19.8.3 to 19.8.5 (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4240">#4240</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/85294e1eef7b440deb27dfcf5a978e29c8445bef"><code>85294e1</code></a>
refactor(utils): move output-target related utils to <a
href="https://github.com/utils"><code>@​utils</code></a> (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4225">#4225</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/2a5ee1d03c6389a9135ecf1d48a0bec58df30504"><code>2a5ee1d</code></a>
chore(lint): turn on the 'import/no-duplicates' rule (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4233">#4233</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/fc14b9900b62ffdc77472967814f57e457bd2b85"><code>fc14b99</code></a>
chore(deps-dev): bump webpack from 5.77.0 to 5.78.0 (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4234">#4234</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/b308c4d1085a98b7caacb9f038e6a3f0d55b684f"><code>b308c4d</code></a>
chore(docs): change the location of the Contributing Guidelines (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4226">#4226</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ionic-team/stencil/compare/v3.2.0...v3.2.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=3.2.0&new-version=3.2.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 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>
liamdebeasi pushed a commit that referenced this pull request Apr 19, 2023
Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 3.2.0
to 3.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ionic-team/stencil/releases"><code>@​stencil/core</code>'s
releases</a>.</em></p>
<blockquote>
<h2>🎙 3.2.1 (2023-04-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler:</strong> sourcemap for dist-custom-elements
generation (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4200">#4200</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/62ad269ca34f665e41bce825f54de9f81d5ed4a4">62ad269</a>),
closes <a
href="https://redirect.github.com/ionic-team/stencil/issues/3165">ionic-team/stencil#3165</a></li>
<li><strong>compiler:</strong> write exports for defineCustomElement
typedefs (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4194">#4194</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/89cd8456a6d274cb3e74e839c7fde228dcdcabc6">89cd845</a>),
closes <a
href="https://redirect.github.com/ionic-team/stencil/issues/4093">ionic-team/stencil#4093</a></li>
<li><strong>mock-doc:</strong> add missing properties of object returned
by matchMedia (<a
href="https://redirect.github.com/ionic-team/stencil/issues/2880">#2880</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/69176f8290767c05206f324bccb5bea2cf780448">69176f8</a>),
closes <a
href="https://redirect.github.com/ionic-team/stencil/issues/4193">ionic-team/stencil#4193</a></li>
<li><strong>test:</strong> fix infinite loops w/ react and
<code>@​testing-library/dom</code> (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4188">#4188</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/51750a28ece1638dae6bc5c02221d70f485bfb44">51750a2</a>),
closes <a
href="https://redirect.github.com/ionic-team/stencil/issues/3434">#3434</a></li>
</ul>
</blockquote>
</details>
<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/v3.2.0...v3.2.1">3.2.1</a>
(2023-04-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler:</strong> sourcemap for dist-custom-elements
generation (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4200">#4200</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/62ad269ca34f665e41bce825f54de9f81d5ed4a4">62ad269</a>)</li>
<li><strong>compiler:</strong> write exports for defineCustomElement
typedefs (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4194">#4194</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/89cd8456a6d274cb3e74e839c7fde228dcdcabc6">89cd845</a>)</li>
<li><strong>mock-doc:</strong> add missing properties of object returned
by matchMedia (<a
href="https://redirect.github.com/ionic-team/stencil/issues/2880">#2880</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/69176f8290767c05206f324bccb5bea2cf780448">69176f8</a>)</li>
<li><strong>test:</strong> fix infinite loops w/ react and
<code>@​testing-library/dom</code> (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4188">#4188</a>)
(<a
href="https://github.com/ionic-team/stencil/commit/51750a28ece1638dae6bc5c02221d70f485bfb44">51750a2</a>),
closes <a
href="https://redirect.github.com/ionic-team/stencil/issues/3434">#3434</a></li>
</ul>
<h2>Thanks</h2>
<p>🎉 Thanks for <a
href="https://github.com/cam-narzt"><code>@​cam-narzt</code></a> for
their contributions! 🎉</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ionic-team/stencil/commit/72ef9cfffd7fffd5da9178d5582a7e78023d4857"><code>72ef9cf</code></a>
🎙 v3.2.1</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/3d7c7c09387a8a47a56fb48a33b408b59096450f"><code>3d7c7c0</code></a>
revert(lint): turn on the 'import/no-duplicates' rule (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4233">#4233</a>)
(<a
href="https://redirect.github.com/ionic-team/stencil/issues/4246">#4246</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/ecfbb1096c41988ae789bd39bcb0706b2bfe3fe2"><code>ecfbb10</code></a>
chore(release): update github release for dry run (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4236">#4236</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/d19538eb33b297c14419e94b73c322a9c790c67a"><code>d19538e</code></a>
chore(release): eliminate return argument usage (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4235">#4235</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/1418d017374c68e1ad423275a4355882df9f34e9"><code>1418d01</code></a>
chore(deps-dev): bump eslint from 8.37.0 to 8.38.0 (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4245">#4245</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/3756d878bd9edd44185e63f88d5a013350333a3b"><code>3756d87</code></a>
chore(deps-dev): bump puppeteer from 19.8.3 to 19.8.5 (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4240">#4240</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/85294e1eef7b440deb27dfcf5a978e29c8445bef"><code>85294e1</code></a>
refactor(utils): move output-target related utils to <a
href="https://github.com/utils"><code>@​utils</code></a> (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4225">#4225</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/2a5ee1d03c6389a9135ecf1d48a0bec58df30504"><code>2a5ee1d</code></a>
chore(lint): turn on the 'import/no-duplicates' rule (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4233">#4233</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/fc14b9900b62ffdc77472967814f57e457bd2b85"><code>fc14b99</code></a>
chore(deps-dev): bump webpack from 5.77.0 to 5.78.0 (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4234">#4234</a>)</li>
<li><a
href="https://github.com/ionic-team/stencil/commit/b308c4d1085a98b7caacb9f038e6a3f0d55b684f"><code>b308c4d</code></a>
chore(docs): change the location of the Contributing Guidelines (<a
href="https://redirect.github.com/ionic-team/stencil/issues/4226">#4226</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ionic-team/stencil/compare/v3.2.0...v3.2.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=3.2.0&new-version=3.2.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 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file package: core @ionic/core package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant