Skip to content

chore(deps): bump @stencil/core from 4.33.1 to 4.35.1 #4389

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2025

Bumps @stencil/core from 4.33.1 to 4.35.1.

Release notes

Sourced from @​stencil/core's releases.

🦄 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! 🎉

🌝 4.35.0 (2025-06-12)

Bug Fixes

  • ssr: retain slotted node order in serializeShadowRoot: scoped (#6294) (c1e032d), closes #6293

Features

  • global-styles: add new addGlobalStyleToComponents extras config option to "opt-out" of new globalStyle behaviour (#6292) (cd9778a)

Thanks to @​johnjenkins for their contributions! 🎉

⛑ 4.34.0 (2025-06-11)

Bug Fixes

  • compiler: Prevent extTransformsPlugin from outputting collection dependency css (#3306) (28e2a06), closes #3305
  • declarations: update PluginTransformResults after Rollup update (#6232) (6ff8075), closes #6231
  • mock-doc: move slot event listener support from runtime to MockDoc (#6287) (f2dd25d)
  • compiler: resolve TypeScript interface conflicts between component methods and HTMLElement (#6282) (614d305), closes #4467
  • runtime: add addEventListener support for slot elements in scope components (#6281) (32f66bd), closes #6269
  • runtime: correct boolean attribute handling for form-associated components (#6280) (7fe6372), closes #5461
  • ssr: mixed ssr methods styles (#6289) (e253ceb), closes #6288
  • update CHANGELOG.md location (#6283) (36fca61)

Features

  • compiler: improve file watching architecture and add external d… (#6279) (0844538), closes #3151

Thanks to @​emmanuel-ferdman, @​George-Payne and @​johnjenkins for their contributions! 🎉

Changelog

Sourced from @​stencil/core's changelog.

🦄 4.35.1 (2025-06-17)

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

🌝 4.35.0 (2025-06-13)

Bug Fixes

  • ssr: retain slotted node order in serializeShadowRoot: scoped (#6294) (c1e032d), closes #6293

Features

  • global-styles: add new addGlobalStyleToComponents extras config option to "opt-out" of new globalStyle behaviour (#6292) (cd9778a)

4.34.0 (2025-06-11)

Bug Fixes

  • compiler: Prevent extTransformsPlugin from outputting collection dependency css (#3306) (28e2a06), closes #3305
  • declarations: update PluginTransformResults after Rollup update (#6232) (6ff8075), closes #6231
  • mock-doc: move slot event listener support from runtime to MockDoc (#6287) (f2dd25d)
  • resolve TypeScript interface conflicts between component methods and HTMLElement (#6282) (614d305), closes #4467
  • runtime: add addEventListener support for slot elements in scope components (#6281) (32f66bd), closes #6269
  • runtime: correct boolean attribute handling for form-associated components (#6280) (7fe6372), closes #5461
  • ssr: mixed ssr methods styles (#6289) (e253ceb), closes #6288
  • update CHANGELOG.md location (#6283) (36fca61)

Features

  • compiler: improve file watching architecture and add external d… (#6279) (0844538), closes #3151
Commits
  • dcb189d Release v4.35.1 (#6303)
  • 96c0f13 fix(ssr): named slot dom order with serializeShadowRoot: 'scoped' component...
  • da24af6 fix(ssr): expand ::part css selectors for ssr scoped components (#6298)
  • 1304ffc fix(mock-doc): ensure event bubbling follows shadow DOM boundaries (#6301)
  • 0d43336 Release v4.35.0 (#6295)
  • c1e032d fix(ssr): retain slotted node order in serializeShadowRoot: scoped (#6294)
  • cd9778a feat(global-styles): add new addGlobalStyleToComponents extras config optio...
  • f1cb559 chore(deps-dev): bump tar-fs from 3.0.8 to 3.0.9 (#6291)
  • d1b414d Release v4.34.0 (#6290)
  • 614d305 fix: resolve TypeScript interface conflicts between component methods and HTM...
  • Additional commits viewable in compare view

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)

Bumps [@stencil/core](https://github.com/stenciljs/core) from 4.33.1 to 4.35.1.
- [Release notes](https://github.com/stenciljs/core/releases)
- [Changelog](https://github.com/stenciljs/core/blob/main/CHANGELOG.md)
- [Commits](stenciljs/core@v4.33.1...v4.35.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 17, 2025
@dependabot dependabot bot requested review from mfranzke and nmerget as code owners June 17, 2025 21:38
@dependabot dependabot bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Jun 17, 2025
Copy link
Contributor

@github-actions github-actions bot added the 📺showcases Changes to 1-n showcases label Jun 17, 2025
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 📺showcases Changes to 1-n showcases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants