Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 25, 2026

Bumps @stencil/core from 4.37.1 to 4.41.3.

Release notes

Sourced from @​stencil/core's releases.

🎇 4.41.3 (2026-01-23)

Bug Fixes

  • build: auto add name, form and disabled to formAssociated components (#6561) (4e19b99)
  • runtime: ref callback order (#6552) (e006cf7)
  • runtime: PropSerialize not called for JSX props before instance creation (#6558) (88b3315)
  • ssr: support jsxImportSource within hydrate-script output (#6563) (5ca9668)
  • testing: initialise mock-doc childNodes with get / set. Allows patching during tests (#6564) (dbaa9fb)

Full Changelog: stenciljs/core@v4.41.2...v4.41.3

🐝 4.41.2 (2026-01-16)

Bug Fixes

  • mock-doc: handle undefined delay in setTimeout/setInterval (#6539) (0d3a068)
  • runtime: bundle size (#6549) (3de7ba6)
  • runtime: style elements use textContent for TrustedHTML assignment (#6544) (a708bdc)
  • runtime: various jsx-runtime behaviours (#6538) (8f9efc5)
  • ssr: style re-attachment, replaying init animations (#6540) (43608fa)
  • testing: support jsxImportSource in internal jest test runner (#6547) (6ac3b51)

Full Changelog: stenciljs/core@v4.41.1...v4.41.2

🌴 4.41.1 (2026-01-08)

Bug Fixes

  • runtime: fix jsxImportSource Fragment handling (#6531) (953346e)
  • ssr: remove global hack to stop duplicate tagTransformer instances (#6529) (4bb24de)
  • types: add IntrinsicElements to jsximportSource runtime definitions (#6532) (0fa0bc8)
  • types: FunctionalComponent can return null for jsxImportSource (#6533) (82b47b8)

Full Changelog: stenciljs/core@v4.41.0...v4.41.1

🏂 4.41.0 (2026-01-02)

Bug Fixes

  • build: always fail build on typescript failure (#6520) (74aea99)
  • cli: --stats accepts optional path string as per documentation (#6524) (42ebdfa)
  • compiler: stop error from globalScript lack of default export (#6527) (ba03ccf)
  • css: strip line breaks from final template literal (#6517) (dfeeaec)
  • runtime: allow cloneNode patch even without <slot> (#6513) (e893bd1)
  • runtime: delay non-shadow onConnectedCallback; make sure slotted content is available (#6519) (9e38aa7)
  • runtime: update non-shadow slotted content visibility via dynamic <slot> (#6514) (cdcd873)
  • testing: jest / mixin related errors (#6512) (5c17422)
  • types: components.d.ts - correctly import / export used enums (#6522) (e243c6f)

... (truncated)

Changelog

Sourced from @​stencil/core's changelog.

🎇 4.41.3 (2026-01-23)

Bug Fixes

  • build: auto add name, form and disabled to formAssociated components (#6561) (4e19b99)
  • runtime: ref callback order (#6552) (e006cf7)
  • runtime: PropSerialize not called for JSX props before instance creation (#6558) (88b3315)
  • ssr: support jsxImportSource within hydrate-script output (#6563) (5ca9668)
  • testing: initialise mock-doc childNodes with get / set. Allows patching during tests (#6564) (dbaa9fb)

🐝 4.41.2 (2026-01-16)

Bug Fixes

  • mock-doc: handle undefined delay in setTimeout/setInterval (#6539) (0d3a068)
  • runtime: bundle size (#6549) (3de7ba6)
  • runtime: style elements use textContent for TrustedHTML assignment (#6544) (a708bdc)
  • runtime: various jsx-runtime behaviours (#6538) (8f9efc5)
  • ssr: style re-attachment, replaying init animations (#6540) (43608fa)
  • testing: support jsxImportSource in internal jest test runner (#6547) (6ac3b51)

🌴 4.41.1 (2026-01-08)

Bug Fixes

  • runtime: fix jsxImportSource Fragment handling (#6531) (953346e)
  • ssr: remove global hack to stop duplicate tagTransformer instances (#6529) (4bb24de)
  • types: add IntrinsicElements to jsximportSource runtime definitions (#6532) (0fa0bc8)
  • types: FunctionalComponent can return null for jsxImportSource (#6533) (82b47b8)

🏂 4.41.0 (2026-01-02)

Bug Fixes

  • build: always fail build on typescript failure (#6520) (74aea99)
  • cli: --stats accepts optional path string as per documentation (#6524) (42ebdfa)
  • compiler: stop error from globalScript lack of default export (#6527) (ba03ccf)
  • css: strip line breaks from final template literal (#6517) (dfeeaec)
  • runtime: allow cloneNode patch even without (#6513) (e893bd1)
  • runtime: delay non-shadow onConnectedCallback; make sure slotted content is available (#6519) (9e38aa7)

... (truncated)

Commits
  • d4d9594 v4.41.3 (#6565)
  • 10238bf chore(deps-dev): bump lodash in /src/testing/jest/jest-27-and-under (#6557)
  • 8a05dd0 chore(deps): bump lodash from 4.17.21 to 4.17.23 (#6556)
  • dbaa9fb fix(testing): initialise mock-doc childNodes with get / set. Allows patchin...
  • 5ca9668 fix(ssr): support jsxImportSource within hydrate-script output (#6563)
  • 5b42c58 chore(deps-dev): bump js-yaml in /src/testing/jest/jest-27-and-under (#6560)
  • 4e19b99 fix(build): auto add name, form and disabled to formAssociated compon...
  • 0cf509b chore:
  • 57afa48 chore: new replication templates (#6559)
  • 88b3315 fix(runtime): PropSerialize not called for JSX props before instance creation...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), 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 labels Jan 25, 2026
@valadas valadas added this to the 0.27.8 milestone Jan 25, 2026
@valadas
Copy link
Member

valadas commented Jan 25, 2026

@dependabot rebase

Bumps [@stencil/core](https://github.com/stenciljs/core) from 4.37.1 to 4.41.3.
- [Release notes](https://github.com/stenciljs/core/releases)
- [Changelog](https://github.com/stenciljs/core/blob/main/CHANGELOG.md)
- [Commits](stenciljs/core@v4.37.1...v4.41.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/stencil/core-4.41.3 branch from 15451c2 to 5d96ea5 Compare January 25, 2026 05:55
@valadas valadas merged commit 19056aa into develop Jan 25, 2026
2 checks passed
@valadas valadas deleted the dependabot/npm_and_yarn/stencil/core-4.41.3 branch January 25, 2026 06:05
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant