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.3 → 4.19.2) · Repo · Changelog
Release Notes
4.19.2
4.19.1
4.19.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 70 commits:
Release v4.19.2 (#5878)
fix(hydrate): support server side rendering of components with listener (#5877)
fix(testing): add testing sub module to export map (#5873)
fix(hydrate): partially revert #5838 (#5876)
chore(deps): update dependency eslint-plugin-jsdoc to v48.5.0 (#5874)
chore(deps): update typescript-eslint to v7.14.1 (#5875)
Release v4.19.1 (#5867)
prettier
add sys node export
prettier
remove duplicate export
add more tests
fix(internal): add cli sub package to export map
fix(hydrate): change type resolve order (#5863)
chore(runtime): add mock-doc export in client runtime package.json (#5860) (#5861)
fix(compiler): account for package imports in aliasing (#5862)
fix(compiler): try to create web worker with the workerPath before falling back to blob (#3513)
fix(changelog): wording
Release v4.19.0 (#5858)
feat(cli): support generation of sass and less files (#5857)
fix(hyrdate): support vdom annotation in nested dsd structures (#5856)
fix(runtime): allow watchers to fire w/ no Stencil members (#5855)
chore(runtime): sort hydration class names (#5851)
chore(renovate): change to cron schedule (#5852)
fix(compiler): support rollup's external input option (#3227)
fix: label attribute not toggling input (#3474)
only match on full type name (#5845)
fix(declarations): fix nightly build (#5850)
chore(deps): update dependency eslint-plugin-jsdoc to v48.2.12 (#5848)
chore(deps): update typescript-eslint to v7.13.1 (#5849)
chore(deps-dev): bump braces in /src/testing/jest/jest-29 (#5847)
fix(runtime): don't register listener before connected to DOM (#5844)
chore(runtime): set exports field in client runtime package.json (#5842)
feat(runtime): support declarative shadow DOM (#5792)
feat(testing): add `toHaveLastReceivedEventDetail` event spy matcher (#5829)
fix(typescript): remove unsupported label property (#5840)
chore(dev-server): remove usage of `applyPolyfills` in dev server (#5841)
chore(deps): update dependency ws to v8.17.1 [security] (#5843)
feat(testing): allow to disable network error logging via 'logFailingNetworkRequests' option (#5839)
fix(runtime): properly assign style declarations (#5838)
feat(complier): support type import aliasing (#5836)
chore(deps-dev): bump ws in /src/testing/jest/jest-27-and-under (#5837)
fix(testing): allow to re-use pages across it blocks (#5830)
chore(deps-dev): bump braces in /src/testing/jest/jest-27-and-under (#5834)
chore(deps): update typescript-eslint to v7.13.0 (#5833)
chore(deps): update dependency eslint-plugin-jsdoc to v48.2.11 (#5832)
fix(runtime): catch errors in async lifecycle methods (#5826)
fix(mock-doc): expose ShadowRoot and DocumentFragment globals (#5827)
feat(testing): expose captureBeyondViewport in pageCompareScreenshot (#5828)
feat(compiler): generate export maps on build (#5809)
chore(renovate): lower update frequency (#5825)
chore(deps): update dependency @rollup/plugin-replace to v5.0.7 (#5816)
chore(deps): update dependency eslint-plugin-jest to v28.6.0 (#5822)
chore(deps): update dependency eslint-plugin-jsdoc to v48.2.9 (#5819)
chore(deps): update dependency prettier to v3.3.1 (#5820)
chore(deps): update dependency terser to v5.31.1 (#5821)
chore(deps): update dependency cspell to v8.8.4 (#5818)
chore(deps): update dependency @types/node to v20.14.2 (#5817)
chore(deps): update dependency tsx to v4.11.1 (#5813)
chore(deps): update dependency prettier to v3.3.0 (#5812)
chore(deps): update dependency @types/node to v20.14.0 (#5811)
chore(jsdoc): fix some JSDoc `@link` tags (#5448)
fix(emit): don't emit test files (#5789)
chore(deps): update dependency @types/node to v20.12.13 (#5804)
chore(deps): update dependency npm to v10.8.1 (#5806)
chore(deps): update dependency cspell to v8.8.3 (#5800)
chore(deps): update dependency eslint-plugin-jsdoc to v48.2.7 (#5805)
chore(deps): update typescript-eslint to v7.11.0 (#5807)
chore(deps): update dependency esbuild to v0.21.4 (#5801)
chore(deps): update dependency eslint-plugin-wdio to v8.37.0 (#5802)
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