ionic-framework
ionic-framework copied to clipboard
chore(deps): update dependency @stencil/core to v4.18.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @stencil/core (source) | 4.17.2 -> 4.18.0 |
Release Notes
ionic-team/stencil (@stencil/core)
v4.18.0
Bug Fixes
- hydrate: output track elements as void elms (#5720) (2082351), closes #2994
- runtime: add root scope id to the nested child as classname (#5704) (b40ebb9), closes #5702
- testing: support functional components in unit tests (#5722) (922a972), closes #4063
Features
🏊 4.17.2 (2024-04-29)
Bug Fixes
- build: address @ionic/angular bundle size issue (#5705) (0a7becc)
- compiler: recognize loud comments when generating style docs (#5706) (a325f5c), closes #5623
🚒 4.17.1 (2024-04-23)
Bug Fixes
Configuration
📅 Schedule: Branch creation - "every weekday before 11am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, 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 has been generated by Mend Renovate. View repository job log here.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| ionic-framework | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 10, 2024 1:38pm |
@thetaPC I updated this PR to account for the modes being reported in the output of api.txt. I split this into a few different commits:
- https://github.com/ionic-team/ionic-framework/pull/29487/commits/4159dd1d6a6f84430b4663528b600df6810211e2 just reruns
stencil buildin core, where you can see all the duplicate-looking entries, now that we have a css property per mode - https://github.com/ionic-team/ionic-framework/pull/29487/commits/ad2271eb1f5f55bae45bac0d81eaeb1d3a772b4c updates the output target for
api.txtto add the mode - https://github.com/ionic-team/ionic-framework/pull/29487/commits/a6e24280f5c4801b046611d064ff6832a181be91 updates the
api.txtagain, this time with the new OT
LMK if you have any questions!
CC: @brandyscarney @sean-perkins
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
[!NOTE] Once this is merged into
mainand syncing tonext, the dev team will need to runnpm run buildfromcore/to generate the updated contents ofapi.txtwith theionicmode. Otherwise CI will fail with the generated diff.
:shipit: