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

fix(deps): update dependency @stencil/core to v4.26.0 #694

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stencil/core (source) 4.8.0 -> 4.26.0 age adoption passing confidence

Release Notes

ionic-team/stencil (@​stencil/core)

v4.26.0

Compare Source

Features
  • ssr: shadow dom components can render as declarative-shadow-dom or as 'scoped' (#​6147) (26e4aa3)

🚁 4.25.3 (2025-02-04)

Bug Fixes
  • runtime: don't include loadModule logic in hydrate runtime (#​6145) (948b63a)
Reverts

🐉 4.25.2 (2025-02-04)

Bug Fixes

🌳 4.25.1 (2025-01-25)

Bug Fixes
Thanks

🎉# Thanks for @​johnjenkins for their contributions! 🎉

v4.25.3

Compare Source

Bug Fixes
  • runtime: don't include loadModule logic in hydrate runtime (#​6145) (948b63a)
Reverts

v4.25.2

Compare Source

Bug Fixes

v4.25.1

Compare Source

Bug Fixes
Thanks

🎉# Thanks for @​johnjenkins for their contributions! 🎉

v4.25.0

Compare Source

Bug Fixes
Features
  • mock-doc: assignednodes and assignedElements (#​6108) (777aafd)
  • runtime: Add element to component error handler. Enables error boundaries (#​2979) (5605d48)
Reverts

v4.24.0

Compare Source

Bug Fixes
Features
Thanks

🎉# Thanks for @​johnjenkins for their contributions! 🎉

🌮 4.23.2 (2025-01-10)

Bug Fixes

🌯 4.23.1 (2025-01-06)

Bug Fixes

v4.23.2

Compare Source

Bug Fixes

v4.23.1

Compare Source

Bug Fixes

v4.23.0

Compare Source

Bug Fixes
Features

🐤 4.22.3 (2024-11-21)

Bug Fixes

🎺 4.22.2 (2024-10-25)

Bug Fixes

🌪 4.22.1 (2024-10-09)

Bug Fixes

v4.22.3

Compare Source

Bug Fixes

v4.22.2

Compare Source

Bug Fixes

v4.22.1

Compare Source

Bug Fixes

v4.22.0

Compare Source

Bug Fixes
Features

v4.21.0

Compare Source

Bug Fixes
Features

🚐 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.

🏉 4.19.2 (2024-07-02)

Bug Fixes

🍈 4.19.1 (2024-06-27)

Bug Fixes
  • compiler: account for package imports in aliasing (#​5862) (02b41d3), fixes #​5859
  • compiler: try to create web worker with the workerPath before falling back to blob (#​3513) (c84dd32), fixes #​3512
  • hydrate: change type resolve order (#​5863) (42b1ff2)
  • internal: add cli sub package to export map (ad95222)
  • internal: add mock-doc export in client runtime package.json (ad95222)

v4.20.0

Compare Source

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.

v4.19.2

Compare Source

Bug Fixes

v4.19.1

Compare Source

Bug Fixes
  • compiler: account for package imports in aliasing (#​5862) (02b41d3), fixes #​5859
  • compiler: try to create web worker with the workerPath before falling back to blob (#​3513) (c84dd32), fixes #​3512
  • hydrate: change type resolve order (#​5863) (42b1ff2)
  • internal: add cli sub package to export map (ad95222)
  • internal: add mock-doc export in client runtime package.json (ad95222)

v4.19.0

Compare Source

Bug Fixes
Features

😄 4.18.3 (2024-05-28)

Bug Fixes

⛲️ 4.18.2 (2024-05-20)

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented Dec 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.85%. Comparing base (b8015ab) to head (9d3e2d4).

Current head 9d3e2d4 differs from pull request most recent head 1a92d0e

Please upload reports for the commit 1a92d0e to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #694   +/-   ##
=======================================
  Coverage   91.85%   91.85%           
=======================================
  Files          13       13           
  Lines         135      135           
  Branches        8        8           
=======================================
  Hits          124      124           
  Misses         11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 04e1533 to 7d71d5f Compare December 11, 2023 21:59
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.8.1 fix(deps): update dependency @stencil/core to v4.8.2 Dec 11, 2023
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 7d71d5f to 68c3ece Compare December 18, 2023 19:15
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.8.2 fix(deps): update dependency @stencil/core to v4.9.0 Dec 18, 2023
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.9.0 fix(deps): update dependency @stencil/core to v4.9.1 Jan 8, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from 1d2131d to b04d473 Compare January 15, 2024 17:14
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.9.1 fix(deps): update dependency @stencil/core to v4.10.0 Jan 15, 2024
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.10.0 fix(deps): update dependency @stencil/core to v4.11.0 Jan 22, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from b04d473 to 250b5bf Compare January 22, 2024 19:34
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.11.0 fix(deps): update dependency @stencil/core to v4.12.0 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 250b5bf to db5a421 Compare January 29, 2024 16:05
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from db5a421 to 0ebc860 Compare February 5, 2024 16:10
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.12.0 fix(deps): update dependency @stencil/core to v4.12.1 Feb 5, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 0ebc860 to 7950073 Compare February 12, 2024 18:06
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.12.1 fix(deps): update dependency @stencil/core to v4.12.2 Feb 12, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 7950073 to 93b3ff2 Compare February 20, 2024 21:51
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.12.2 fix(deps): update dependency @stencil/core to v4.12.3 Feb 20, 2024
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.12.3 fix(deps): update dependency @stencil/core to v4.12.4 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 93b3ff2 to 85edc34 Compare February 26, 2024 17:00
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 85edc34 to 6d34f3c Compare March 4, 2024 19:31
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.12.4 fix(deps): update dependency @stencil/core to v4.12.5 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 6d34f3c to 3db7da1 Compare March 11, 2024 16:55
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.12.5 fix(deps): update dependency @stencil/core to v4.12.6 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 3db7da1 to 0c7664c Compare March 18, 2024 18:55
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.12.6 fix(deps): update dependency @stencil/core to v4.13.0 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 0c7664c to f25bf65 Compare April 1, 2024 16:33
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.13.0 fix(deps): update dependency @stencil/core to v4.14.0 Apr 1, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from f25bf65 to 2b6867e Compare April 4, 2024 15:37
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.19.2 fix(deps): update dependency @stencil/core to v4.20.0 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 8b0da63 to 038ea8c Compare August 26, 2024 19:29
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.20.0 fix(deps): update dependency @stencil/core to v4.21.0 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 038ea8c to d3d74d1 Compare October 3, 2024 21:17
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.21.0 fix(deps): update dependency @stencil/core to v4.22.0 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from d3d74d1 to 1c9755d Compare October 9, 2024 19:55
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.22.0 fix(deps): update dependency @stencil/core to v4.22.1 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 1c9755d to 9a295ec Compare October 25, 2024 17:10
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.22.1 fix(deps): update dependency @stencil/core to v4.22.2 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 9a295ec to 6b2940f Compare November 21, 2024 22:22
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.22.2 fix(deps): update dependency @stencil/core to v4.22.3 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 6b2940f to d6e5272 Compare December 12, 2024 01:06
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.22.3 fix(deps): update dependency @stencil/core to v4.23.0 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from d6e5272 to 99185fc Compare January 8, 2025 13:23
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.23.0 fix(deps): update dependency @stencil/core to v4.23.1 Jan 8, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 99185fc to dc7571a Compare January 10, 2025 23:14
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.23.1 fix(deps): update dependency @stencil/core to v4.23.2 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from dc7571a to 79e5c8b Compare January 17, 2025 04:26
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.23.2 fix(deps): update dependency @stencil/core to v4.24.0 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 79e5c8b to e6fbf3a Compare January 23, 2025 04:28
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.24.0 fix(deps): update dependency @stencil/core to v4.25.0 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from e6fbf3a to 8a282ee Compare January 26, 2025 10:21
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.25.0 fix(deps): update dependency @stencil/core to v4.25.1 Jan 26, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 8a282ee to c943bfe Compare February 4, 2025 21:34
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.25.1 fix(deps): update dependency @stencil/core to v4.25.2 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from c943bfe to 794adb5 Compare February 5, 2025 00:57
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.25.2 fix(deps): update dependency @stencil/core to v4.25.3 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 794adb5 to 4e2756c Compare February 11, 2025 23:24
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.25.3 fix(deps): update dependency @stencil/core to v4.26.0 Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants