Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the minor-deps-updates-main group with 2 updates: @stencil/core and rollup.

Updates @stencil/core from 4.40.1 to 4.41.1

Release notes

Sourced from @​stencil/core's releases.

🌴 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)

Features

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

Changelog

Sourced from @​stencil/core's changelog.

🌴 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)
  • 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)

Features

  • dev-server: new strictPort property (#6523) (cc12853)
  • runtime: support tsconfig jsxImportSource (h import no longer necessary) (#6525) (6482533)
Commits
  • a3e5317 v4.41.1 (#6535)
  • 82b47b8 fix(types): FunctionalComponent can return null for jsxImportSource (#6533)
  • 0fa0bc8 fix(types): add IntrinsicElements to jsximportSource runtime definitions (#6532)
  • 953346e fix(runtime): fix jsxImportSource Fragment handling (#6531)
  • 4bb24de fix(ssr): remove global hack to stop duplicate tagTransformer instances (#6529)
  • b6af869 v4.41.0 (#6528)
  • ba03ccf fix(compiler): stop error from globalScript lack of default export (#6527)
  • 6482533 feat(runtime): support tsconfig jsxImportSource (h import no longer neces...
  • 42ebdfa fix(cli): --stats accepts optional path string as per documentation (#6524)
  • cc12853 feat(dev-server): new strictPort property (#6523)
  • Additional commits viewable in compare view

Updates rollup from 4.54.0 to 4.55.1

Release notes

Sourced from rollup's releases.

v4.55.1

4.55.1

2026-01-05

Bug Fixes

  • Fix artifact reference for OpenBSD (#6231)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.55.1

2026-01-05

Bug Fixes

  • Fix artifact reference for OpenBSD (#6231)

Pull Requests

4.55.0

2026-01-05

Features

  • Natively support ppc64 Linux Musl targets (#5997)
  • Natively support loong64 Linux Musl targets (#5997)
  • Natively support OpenBSD targets (#6224)

Bug Fixes

  • Prevent some cycles when using top-level-await (#6221)
  • Warn when generating cycling manual chunks (#6225)

Pull Requests

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-deps-updates-main group with 2 updates: [@stencil/core](https://github.com/stenciljs/core) and [rollup](https://github.com/rollup/rollup).


Updates `@stencil/core` from 4.40.1 to 4.41.1
- [Release notes](https://github.com/stenciljs/core/releases)
- [Changelog](https://github.com/stenciljs/core/blob/main/CHANGELOG.md)
- [Commits](stenciljs/core@v4.40.1...v4.41.1)

Updates `rollup` from 4.54.0 to 4.55.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.54.0...v4.55.1)

---
updated-dependencies:
- dependency-name: "@stencil/core"
  dependency-version: 4.41.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
- dependency-name: rollup
  dependency-version: 4.55.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-deps-updates-main
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 12, 2026
@dependabot dependabot bot requested a review from a team as a code owner January 12, 2026 20:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 12, 2026
@johnjenkins johnjenkins merged commit bf48c0b into main Jan 12, 2026
4 checks passed
@johnjenkins johnjenkins deleted the dependabot/npm_and_yarn/minor-deps-updates-main-2ca7b6ad73 branch January 12, 2026 20:35
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.

2 participants