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)
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.18.1 → 4.18.2) · Repo · Changelog
Release Notes
4.18.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 13 commits:
Release v4.18.2 (#5783)
chore(internal): remove rollup-plugin-sourcemaps dependency (#5772)
chore(deps): update dependency esbuild to v0.21.3 (#5778)
chore(deps): update actions/checkout action to v4.1.6 (#5776)
chore(deps): update dependency @types/node to v20.12.12 (#5777)
chore(deps): update dependency eslint-plugin-jsdoc to v48.2.5 (#5779)
chore(deps): update dependency glob to v10.3.15 (#5768)
fix(runtime): support watch for components with custom tag names (#5767)
fix(hydrate): respect `HydratedFlag` configuration in hydrate script (#5741)
fix(runtime): always throw if component can not be loaded (#5762)
fix(runtime): throw proper error if component is loaded with invalid runtime (#5675)
fix(types): move autofocus attr/prop definition to HTMLAttributes (#5727)
fix(e2e): allow to fetch CSS variables assigned to host elements (#5682)
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