-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency @stencil/core to v4.30.0 #27
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
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
a541190
to
e28e1fc
Compare
e28e1fc
to
9373075
Compare
9373075
to
e5a5ee8
Compare
e5a5ee8
to
9b85605
Compare
9b85605
to
8766a0f
Compare
8766a0f
to
8391da3
Compare
8391da3
to
b158fa5
Compare
b158fa5
to
a69b5fe
Compare
a69b5fe
to
feab446
Compare
feab446
to
5a09336
Compare
ee74d5f
to
e7aa47a
Compare
e7aa47a
to
4913a4d
Compare
4913a4d
to
6d87a39
Compare
259328a
to
f76ea5d
Compare
f76ea5d
to
755cd12
Compare
755cd12
to
7483b86
Compare
7483b86
to
7ea28a6
Compare
7ea28a6
to
b594a01
Compare
e5e8458
to
61ec670
Compare
61ec670
to
1913ba4
Compare
1913ba4
to
5cc5f8b
Compare
This PR contains the following updates:
4.0.0
->4.30.0
Release Notes
stenciljs/core (@stencil/core)
v4.30.0
Compare Source
Features
🐻 4.29.3 (2025-04-14)
Bug Fixes
🔋 4.29.2 (2025-04-07)
Bug Fixes
🌼 4.29.1 (2025-04-05)
Bug Fixes
v4.29.3
Compare Source
Bug Fixes
v4.29.2
Compare Source
Bug Fixes
v4.29.1
Compare Source
Bug Fixes
v4.29.0
Compare Source
Features
🎤 4.28.2 (2025-03-13)
Bug Fixes
🐵 4.28.1 (2025-03-13)
Bug Fixes
.d.mts
files (#6193) (d9095b2), closes #6195v4.28.2
Compare Source
Bug Fixes
v4.28.1
Compare Source
Bug Fixes
.d.mts
files (#6193) (d9095b2), closes #6195v4.28.0
Compare Source
Bug Fixes
Internal
🌱 4.27.2 (2025-03-03)
Bug Fixes
🍸 4.27.1 (2025-02-25)
Bug Fixes
v4.27.2
Compare Source
Bug Fixes
v4.27.1
Compare Source
Bug Fixes
v4.27.0
Compare Source
Bug Fixes
scoped: true
slot fallback with forwarded slot (#6171) (57e7e58), closes #6170Features
slotchange
event andassignedNodes
/assignedElements
methods forscoped: true
slots (#6151) (2a1038e)Refactor
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
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.