Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2025

Bumps @stencil/core from 4.20.0 to 4.36.2.

Release notes

Sourced from @​stencil/core's releases.

🍺 4.36.1 (2025-07-18)

Bug Fixes

  • runtime: only patch non-shadow components with s (#6348) (827b7f0)
  • runtime: stop applying patches to non-shadow / non-render() components (#6349) (3a18a37)

Thanks to @​johnjenkins for their contributions! 🎉

🎊 4.36.0 (2025-07-15)

Bug Fixes

  • contructable stylesheets with older immutable spec (chrome <99) (#6332) (2f363dd), closes #6326
  • runtime: check shadow root nodes before appending them (#6342) (c63f25d)
  • runtime: do not remove first comment - can break frameworks (#6343) (188e7db)
  • runtime: double check hostRef value (#6341) (051522f)
  • runtime: fix blur handling of non-scoped elements (#6314) (bfbd683)
  • runtime: fix prettier (d84f9e7)
  • ssr: scoped: true components forwarded slots (#6340) (fd4b892), closes #6337, closes #6339

Features

  • moc-doc: serialize delegatesFocus shadow DOM property (#6333) (56fe6e3), closes #6265
  • runtime: skip initial task queue to improve first time rendering (#6331) (6106c70), closes #6317

Thanks to @​aeharding, @​mpesic, @​johnjenkins and @​danielleroux for their contributions! 🎉

🍓 4.35.2 (2025-07-02)

Bug Fixes

  • ci: hardening security of GH actions (#6305) (3f80413)
  • compiler: fix attachInternals should be usable without formAssoc… (#6286) (7132259), closes #6285
  • declarations: update toggle event handler types (#6323) (5925974), closes #6322
  • mock-doc: prevent infinite recursion in blur event handlers (#6310) (092cacd), closes #6307
  • security: update email for outreach (9da2c90)
  • ssr: fixes for scoped: true components during SSR (#6311) (b07dda6), closes #6313
  • ssr: slow property hydration, incorrect rendering (#6325) (f018c73), closes #6324
  • utils: single global stylesheet instance for performance (#6320) (fe5d130)
  • testing: support browser executable path detection via environm… (#6308) (b7e2b50), closes #6213

Thanks to @​pfteter, @​zbianca, @​johnjenkins and @​aeharding for their contributions! 🎉

🦄 4.35.1 (2025-06-16)

Bug Fixes

  • mock-doc: ensure event bubbling follows shadow DOM boundaries (#6301) (1304ffc), closes #5676
  • ssr: expand ::part css selectors for ssr scoped components (#6298) (da24af6), closes #6297
  • ssr: named slot dom order with serializeShadowRoot: 'scoped' components (#6300) (96c0f13), closes #6299

Thanks to @​johnjenkins and @​stout-ni for their contributions! 🎉

... (truncated)

Changelog

Sourced from @​stencil/core's changelog.

💚 4.36.2 (2025-07-28)

Bug Fixes

🍺 4.36.1 (2025-07-18)

Bug Fixes

  • runtime: only patch non-shadow components with s (#6348) (827b7f0)
  • runtime: stop applying patches to non-shadow / non-render() components (#6349) (3a18a37)

🎊 4.36.0 (2025-07-15)

Bug Fixes

  • contructable stylesheets with older immutable spec (chrome <99) (#6332) (2f363dd), closes #6326
  • runtime: check shadow root nodes before appending them (#6342) (c63f25d)
  • runtime: do not remove first comment - can break frameworks (#6343) (188e7db)
  • runtime: double check hostRef value (#6341) (051522f)
  • runtime: fix blur handling of non-scoped elements (#6314) (bfbd683)
  • runtime: fix prettier (d84f9e7)
  • ssr: scoped: true components forwarded slots (#6340) (fd4b892), closes #6337, closes #6339

Features

  • moc-doc: serialize delegatesFocus shadow DOM property (#6333) (56fe6e3), closes #6265
  • runtime: skip initial task queue to improve first time rendering (#6331) (6106c70), closes #6317

🎹 4.35.3 (2025-07-02)

Bug Fixes

  • declarations: add ToggleEvent type (ac92210)

🍓 4.35.2 (2025-07-02)

... (truncated)

Commits
  • 57f5683 v4.36.2 (#6356)
  • 712a4e0 chore(deps): bump form-data from 3.0.3 to 3.0.4 (#6355)
  • 43d5f3c chore(deps-dev): bump form-data in /src/testing/jest/jest-27-and-under (#6351)
  • 19b56d1 fix(bundle): remove post order of node-resolve (#6353)
  • a3fe474 Add JSON parsing support for custom prop types (Unknown/Any) to provide consi...
  • a12a53e v4.36.1 (#6350)
  • 3a18a37 fix(runtime): stop applying patches to non-shadow / non-render() components (...
  • a93db56 docs(internal): add technical docs for Stencil (#6347)
  • 827b7f0 fix(runtime): only patch non-shadow components with <slot>s (#6348)
  • 257923c Release v4.36.0 (#6344)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by stencil-bot, a new releaser for @​stencil/core since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code minor labels Jul 29, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code minor labels Jul 29, 2025
Copy link
Contributor

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-stencil-core-4.36.2 branch from e75935f to 366c233 Compare August 5, 2025 16:07
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-stencil-core-4.36.2 branch from 366c233 to 899e03e Compare August 6, 2025 02:25
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-stencil-core-4.36.2 branch from 899e03e to b93e09a Compare August 11, 2025 06:08
Bumps [@stencil/core](https://github.com/stenciljs/core) from 4.20.0 to 4.36.2.
- [Release notes](https://github.com/stenciljs/core/releases)
- [Changelog](https://github.com/stenciljs/core/blob/main/CHANGELOG.md)
- [Commits](stenciljs/core@v4.20.0...v4.36.2)

---
updated-dependencies:
- dependency-name: "@stencil/core"
  dependency-version: 4.36.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-stencil-core-4.36.2 branch from b93e09a to 48ec607 Compare August 19, 2025 07:40
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2025

Superseded by #3116.

@dependabot dependabot bot closed this Aug 21, 2025
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-stencil-core-4.36.2 branch August 21, 2025 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code minor repo stencil
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants