Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @stencil/core from 4.12.6 to 4.18.0 in /core #514

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps @stencil/core from 4.12.6 to 4.18.0.

Release notes

Sourced from @鈥媠tencil/core's releases.

馃嵉 4.18.0 (2024-05-06)

Bug Fixes

Features

  • docs: add style mode to docs-json output (#5718) (44fcba1)

Thanks

馃帀 Thanks @鈥媦igityuce for their contributions! 馃帀

馃強 4.17.2 (2024-04-29)

Bug Fixes

  • build: address @鈥媔onic/angular bundle size issue (#5705) (0a7becc)
  • compiler: recognize loud comments when generating style docs (#5706) (a325f5c), closes #5623

馃殥 4.17.1 (2024-04-23)

Bug Fixes

鈾笍 4.17.0 (2024-04-22)

Internal

  • Rollup to Esbuild Migration The Stencil team has been working on a migration from Rollup to Esbuild. This release (v4.17.0) is the first release we make in which the published Stencil code is compiled by Esbuild. We have done our due diligence to ensure that this will have no impact on Stencil users nor the output of your compiled components. If you experience any problems though, please raise an issue and we will address it accordingly.

Bug Fixes

  • docs: merge together style docs from multiple CSS files (#5653) (84e1a14)
  • docs: respect custom README content when writing to a custom path (#5648) (6bfba1d), fixes #5400
  • slot-fallback: fix hiding fallback slot content issue when the slotted element is a text node (#5496) (29c69c4), fixes #5335
  • testing: perform string -> boolean type casting for Jest config (#5672) (20f74fc), fixes #5640

Thanks

馃帀 Thanks @鈥媦igityuce & @鈥婸ebblerWon for their contributions! 馃帀

馃殯 4.16.0 (2024-04-15)

Bug Fixes

... (truncated)

Changelog

Sourced from @鈥媠tencil/core's changelog.

馃嵉 4.18.0 (2024-05-06)

Bug Fixes

Features

  • docs: add style mode to docs-json output (#5718) (44fcba1)

馃強 4.17.2 (2024-04-29)

Bug Fixes

  • build: address @鈥媔onic/angular bundle size issue (#5705) (0a7becc)
  • compiler: recognize loud comments when generating style docs (#5706) (a325f5c), closes #5623

馃殥 4.17.1 (2024-04-23)

Bug Fixes

鈾笍 4.17.0 (2024-04-22)

Internal

  • Rollup to Esbuild Migration The Stencil team has been working on a migration from Rollup to Esbuild. This release (v4.17.0) is the first release we make in which the published Stencil code is compiled by Esbuild. We have done our due diligence to ensure that this will have no impact on Stencil users nor the output of your compiled components. If you experience any problems though, please raise an issue and we will address it accordingly.

Bug Fixes

  • docs: merge together style docs from multiple CSS files (#5653) (84e1a14)
  • docs: respect custom README content when writing to a custom path (#5648) (6bfba1d), fixes #5400
  • slot-fallback: fix hiding fallback slot content issue when the slotted element is a text node (#5496) (29c69c4), fixes #5335
  • testing: perform string -> boolean type casting for Jest config (#5672) (20f74fc), fixes #5640

... (truncated)

Commits
  • 43454bb Release v4.18.0 (#5735)
  • a15af8e chore(deps): update dependency terser to v5.31.0 (#5733)
  • 922a972 fix(testing): support functional components in unit tests (#5722)
  • 1b7320b chore(deps): update dependency @鈥媡ypes/node to v20.12.8 (#5729)
  • afeaa4e chore(deps): update typescript-eslint to v7.8.0 (#5734)
  • a31da2e chore(deps): update dependency npm to v10.7.0 (#5732)
  • 86600ec chore(deps): update dependency @鈥媡ypes/pngjs to v6.0.5 (#5730)
  • 3a8d9c7 chore(deps): update dependency eslint-plugin-jest to v28.4.0 (#5731)
  • b40ebb9 fix(runtime): add root scope id to the nested child as classname (#5704)
  • 44fcba1 feat(docs): add style mode to docs-json output (#5718)
  • 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 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)

Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 4.12.6 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](ionic-team/stencil@v4.12.6...v4.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

Superseded by #519.

@dependabot dependabot bot closed this May 20, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/core/stencil/core-4.18.0 branch May 20, 2024 06:19
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants