DNNCommunity / dnn-elements

Collection of Dnn Stencil custom elements
https://dnncommunity.github.io/dnn-elements/
MIT License
16 stars 10 forks source link

Bump @stencil/react-output-target from 0.5.3 to 0.7.1 #1163

Open dependabot[bot] opened 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps @stencil/react-output-target from 0.5.3 to 0.7.1.

Release notes

Sourced from @​stencil/react-output-target's releases.

v0.7.1

What's Changed

New Contributors

Full Changelog: https://github.com/ionic-team/stencil-ds-output-targets/compare/@​stencil/react-output-target@​0.7.0...@​stencil/react-output-target@​0.7.1

@​stencil/react-output-target@​0.7.0

What's Changed

Full Changelog: https://github.com/ionic-team/stencil-ds-output-targets/compare/@​stencil/react-output-target@​0.6.0...@​stencil/react-output-target@​0.7.0

@​stencil/react-output-target@​0.6.0

What's Changed

Breaking Changes

  • Stencil @Prop()s without reflect: true will no longer be reflected as attributes on the host element.

Full Changelog: https://github.com/ionic-team/stencil-ds-output-targets/compare/@​stencil/react-output-target@​0.5.3...@​stencil/react-output-target@​0.6.0

Commits
  • c8e9536 chore(react|angular): bump package versions (#466)
  • 48da093 fix(react): ssr hydration with children (#464)
  • 75c6cce docs(react): broken markdown for the options table in the README.md file (#465)
  • b8930b0 feat(angular): Standalone Value Accessor for Angular OutputType (#459)
  • 955534c chore(react): bump package version (#463)
  • 399fe25 feat(react): Next.js Support (#445)
  • 24de01e feat(react-output-target): add customElementsDir configuration option (#461)
  • e9d35d9 chore(deps): update pnpm/action-setup action to v4 (#453)
  • f2421ab chore(react): bump package version (#456)
  • 941e9d6 chore(lerna): configure with pnpm (#455)
  • 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 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)
valadas commented 3 weeks ago

There was quite some changes to how the react-output-target works. I don't use React and don't have much time, anyone interested on fixing this pr?