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/core from 4.19.2 to 4.20.0 #1143

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps @stencil/core from 4.19.2 to 4.20.0.

Release notes

Sourced from @​stencil/core's releases.

🚐 v4.20.0 (2024-08-02)

Bug Fixes

Changelog

Sourced from @​stencil/core's changelog.

🚐 4.20.0 (2024-08-02)

Bug Fixes

Note

As we’ve made further enhancements to support declarative Shadow DOM, the Stencil team has determined that it’s not feasible to allow users to render a shadow component as a scoped component after compilation, such as by calling renderToString with serializeShadowRoot: false. This is because Stencil compiles styles for either shadow or scoped mode during the compilation process, embedding these styles into the hydrate module. Once this compilation is complete, the styles cannot be transformed to support the other mode. Recognizing that this change would impact the current functionality, the Stencil team has decided to proceed with this update. Moving forward, we recommend serializing all components marked with shadow: true as declarative Shadow DOM.

Commits
  • 71bfde6 Release v4.20.0 (#5920)
  • 74adeee fix(compiler): respect project tsconfig watch options (#5916)
  • fd75952 chore(deps): update actions/setup-node action to v4.0.3 (#5918)
  • 4a6203f chore(deps): update actions/checkout action to v4.1.7 (#5917)
  • ccf1a89 fix(runtime): hydrate shadow dom first (#5911)
  • 5dd4f7f fix(compiler): don't allow shadowRoot getter to avoid hydration issues (#5912)
  • 5f8c969 fix(testing): update Jest types (#5910)
  • c3d4e8b fix(compiler): run copy task after other output targets (#5902)
  • f69460d chore(deps): update dependency eslint-plugin-jsdoc to v48.8.3 (#5913)
  • 98e2de2 chore(deps): update typescript-eslint to v7.17.0 (#5914)
  • 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)