KillerCodeMonkey / stencil-quill

Native web components for the Quill Rich Text Editor built with stencil
MIT License
38 stars 7 forks source link

Update @stencil/core 4.0.1 → 4.0.2 (patch) #254

Closed depfu[bot] closed 1 year ago

depfu[bot] commented 1 year ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​stencil/core (4.0.1 → 4.0.2) · Repo · Changelog

Release Notes

4.0.2

Bug Fixes

  • compiler: ensures transformed paths are relative paths for dist-collection (#4552) (e11ac0e)
  • compiler: handle @supports blocks when scoping css (#4572) (18ed5fc)
  • compiler: only create one class member when transforming @Element() decorators (#4547) (13fac03)
  • compiler: sourcemap errors for dist-custom-elements + dist-hydrate-script (#4527) (1d79672)
  • compiler: sourcemap generation without ext runtime (#4570) (d1be334)
  • lazy: adjust the type of defineCustomElements (#4592) (5c85c33)
  • mock-doc: adjust matchMedia mock return (#4509) (3cda014)
  • output-targets: fix path normalization logic (#4545) (cd5849c)
  • rollup-config: deprecate BundlingConfig#namedExports (#4532) (a353769), closes #2523
  • runtime: properly type color-interpolation-filter (#4530) (3ccf753)

Thanks

🎉 Thanks for @bdriguesdev for their contributions! 🎉

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 56 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
depfu[bot] commented 1 year ago

Closed in favor of #255.