-
Notifications
You must be signed in to change notification settings - Fork 4
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
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/stencil-core-4.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
04e1533
to
7d71d5f
Compare
7d71d5f
to
68c3ece
Compare
1d2131d
to
b04d473
Compare
b04d473
to
250b5bf
Compare
250b5bf
to
db5a421
Compare
db5a421
to
0ebc860
Compare
0ebc860
to
7950073
Compare
7950073
to
93b3ff2
Compare
93b3ff2
to
85edc34
Compare
85edc34
to
6d34f3c
Compare
6d34f3c
to
3db7da1
Compare
3db7da1
to
0c7664c
Compare
0c7664c
to
f25bf65
Compare
f25bf65
to
2b6867e
Compare
8b0da63
to
038ea8c
Compare
038ea8c
to
d3d74d1
Compare
d3d74d1
to
1c9755d
Compare
1c9755d
to
9a295ec
Compare
9a295ec
to
6b2940f
Compare
6b2940f
to
d6e5272
Compare
d6e5272
to
99185fc
Compare
99185fc
to
dc7571a
Compare
dc7571a
to
79e5c8b
Compare
79e5c8b
to
e6fbf3a
Compare
e6fbf3a
to
8a282ee
Compare
8a282ee
to
c943bfe
Compare
c943bfe
to
794adb5
Compare
794adb5
to
4e2756c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.8.0
->4.26.0
Release Notes
ionic-team/stencil (@stencil/core)
v4.26.0
Compare Source
Features
🚁 4.25.3 (2025-02-04)
Bug Fixes
Reverts
🐉 4.25.2 (2025-02-04)
Bug Fixes
🌳 4.25.1 (2025-01-25)
Bug Fixes
@stencil/core
(#6109) (dc4c88f), closes #6040, closes #4135Thanks
🎉# Thanks for @johnjenkins for their contributions! 🎉
v4.25.3
Compare Source
Bug Fixes
Reverts
v4.25.2
Compare Source
Bug Fixes
v4.25.1
Compare Source
Bug Fixes
@stencil/core
(#6109) (dc4c88f), closes #6040, closes #4135Thanks
🎉# Thanks for @johnjenkins for their contributions! 🎉
v4.25.0
Compare Source
Bug Fixes
Features
assignednodes
andassignedElements
(#6108) (777aafd)Reverts
v4.24.0
Compare Source
Bug Fixes
Features
@Prop
/@State
now work with runtime decorators (#6084) (82fc857)Thanks
🎉# Thanks for @johnjenkins for their contributions! 🎉
🌮 4.23.2 (2025-01-10)
Bug Fixes
🌯 4.23.1 (2025-01-06)
Bug Fixes
parseClassList
(#6085) (5d29255)<slot />
and slotted nodes (#6082) (13ee704), closes #6080, #6081 and #6088scoped: true
SSR-ed, slotted nodes next/prev sibling accessors (#6057) (af102ce), closes #6056v4.23.2
Compare Source
Bug Fixes
v4.23.1
Compare Source
Bug Fixes
parseClassList
(#6085) (5d29255)<slot />
and slotted nodes (#6082) (13ee704), closes #6080, #6081 and #6088scoped: true
SSR-ed, slotted nodes next/prev sibling accessors (#6057) (af102ce), closes #6056v4.23.0
Compare Source
Bug Fixes
patchChildSlotNodes
&scopedSlotTextContentFix
not being applied (#6055) (a15bc5d), closes #6054Features
🐤 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
asyncLoading
build conditional totrue
(#5941) (0e261d6), closes #3580localName
overoriginalName
by running an empty check onoriginalName
(#5943) (0f42656), closes #5882insertBefore
(#5933) (afcc9a5)prepend
to removenull
node (#5946) (970c5d2)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
withserializeShadowRoot: 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
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
withserializeShadowRoot: 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
v4.19.0
Compare Source
Bug Fixes
Features
toHaveLastReceivedEventDetail
event spy matcher (#5829) (63491de), closes #2488😄 4.18.3 (2024-05-28)
Bug Fixes
node:
imports from glob script to keep support for Jest v26 (#5784) (5f4fcfa), fixes #5766⛲️ 4.18.2 (2024-05-20)
Bug Fixes
HydratedFlag
configuration in hydrate script (#5741) (3538d06), closes [#3606](https://redirect.github.com/ioniConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.