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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[framework-fixtures]: Bump @stencil/core from 4.16.0 to 4.17.1 in /packages/static-build/test/fixtures/stencil-v4 in the core group across 1 directory #11483

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2024

Bumps the core group with 1 update in the /packages/static-build/test/fixtures/stencil-v4 directory: @stencil/core.

Updates @stencil/core from 4.16.0 to 4.17.1

Release notes

Sourced from @​stencil/core's releases.

🚒 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 @​yigityuce & @​PebblerWon for their contributions! 🎉

Changelog

Sourced from @​stencil/core's changelog.

🚒 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
Commits
  • 707b752 v4.17.1 (#5695)
  • 9efbf4b fix(cli): prevent generate task from crashing (#5693)
  • 9a28fa5 Release v4.17.0 (#5690)
  • 9bd5527 chore(deps): update dependency dts-bundle-generator to ~9.5.0 (#5687)
  • 29c69c4 fix(slot-fallback): fix hiding fallback slot content issue when the slotted e...
  • 20f74fc fix(testing): perform string -> boolean type casting for Jest config (#5672)
  • dcbaaf3 chore(deps): update dependency @​types/eslint to v8.56.10 (#5683)
  • bb9647c chore(deps): update download + upload artifacts (#5685)
  • 913b621 chore(validation): remove unneeded path arg (#5628)
  • 1a64abb chore(deps): update dependency magic-string to v0.30.10 (#5684)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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.16.0 to 4.17.1
- [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.16.0...v4.17.1)

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

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

changeset-bot bot commented Apr 24, 2024

🦋 Changeset detected

Latest commit: c50de0f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@erikareads erikareads added the pr: automerge Automatically merge the PR when checks pass label Apr 24, 2024
@kodiakhq kodiakhq bot removed the pr: automerge Automatically merge the PR when checks pass label Apr 29, 2024
Copy link
Contributor

kodiakhq bot commented Apr 29, 2024

This PR currently has a merge conflict. Please resolve this and then re-add the ['pr: automerge'] label.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

Looks like @stencil/core is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/static-build/test/fixtures/stencil-v4/core-f1d0780576 branch April 29, 2024 09:10
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

1 participant