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.20.0 to 4.21.0 #1164

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps @stencil/core from 4.20.0 to 4.21.0.

Release notes

Sourced from @​stencil/core's releases.

🐷 v4.21.0 (2024-08-26)

Bug Fixes

  • compiler: default asyncLoading build conditional to true (#5941) (0e261d6), closes #3580
  • compiler: prefer localName over originalName by running an empty check on originalName (#5943) (0f42656), closes #5882
  • compiler: verify parent node when validating component members (#5942) (37a0aaf), closes #5940
  • runtime: have fallback for style setting (#5948) (ae19d7a)
  • runtime: only use setter if existing (#5947) (7e9fa60), closes #2703
  • runtime: place scoped component styles after preconnect links but before custom styles (#5938) (8f92b11)
  • runtime: provide second arg to insertBefore (#5933) (afcc9a5)
  • runtime: render component styles at the end of the head tag (#5926) (90da726), closes #5915
  • runtime: update call to prepend to remove null node (#5946) (970c5d2)
  • typescript: fix documentation on 'serializeShadowRoot' flag (#5927) (277e3e3), closes #5914

Features

Changelog

Sourced from @​stencil/core's changelog.

🐷 4.21.0 (2024-08-26)

Bug Fixes

  • compiler: default asyncLoading build conditional to true (#5941) (0e261d6), closes #3580
  • compiler: prefer localName over originalName by running an empty check on originalName (#5943) (0f42656), closes #5882
  • compiler: verify parent node when validating component members (#5942) (37a0aaf), closes #5940
  • runtime: have fallback for style setting (#5948) (ae19d7a)
  • runtime: only use setter if existing (#5947) (7e9fa60), closes #2703
  • runtime: place scoped component styles after preconnect links but before custom styles (#5938) (8f92b11)
  • runtime: provide second arg to insertBefore (#5933) (afcc9a5)
  • runtime: render component styles at the end of the head tag (#5926) (90da726), closes #5915
  • runtime: update call to prepend to remove null node (#5946) (970c5d2)
  • typescript: fix documentation on 'serializeShadowRoot' flag (#5927) (277e3e3), closes #5914

Features

Commits
  • f741f44 Release v4.21.0 (#5954)
  • c2296e5 Revert "fix(types): expose missing JSX.Element on h (#5944)"
  • 958c826 fix(types): expose missing JSX.Element on h (#5944)
  • 307b242 chore(deps): update dependency eslint-plugin-jsdoc to v50.2.2 (#5949)
  • ae19d7a fix(runtime): have fallback for style setting (#5948)
  • 7e9fa60 fix(runtime): only use setter if existing (#5947)
  • 0f42656 fix(compiler): prefer localName over originalName by running an empty che...
  • 0e261d6 fix(compiler): default asyncLoading build conditional to true (#5941)
  • 970c5d2 fix(runtime): update call to prepend to remove null node (#5946)
  • 37a0aaf fix(compiler): verify parent node when validating component members (#5942)
  • 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)