Skip to content

fix(deps): update dependency @stencil/core to v4.43.2#694

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/stencil-core-4.x
Open

fix(deps): update dependency @stencil/core to v4.43.2#694
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/stencil-core-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@stencil/core (source) 4.8.04.43.2 age confidence

Release Notes

stenciljs/core (@​stencil/core)

v4.43.2

Compare Source

Bug Fixes
  • add missing part setter to MockElement (#​6612) (abfdd57)
  • compiler: mixin jsx processing (#​6615) (ccda746)
  • compiler: proper discovery and processing of external mixins / classes (#​6620) (0ee951e)
  • dist-custom-elements: stop render function being stripped from imports (#​6623) (cd33ccb)
  • runtime: init prop reactivity when ele.prop === instance.prop (#​6614) (ad6a344)
  • runtime: mixin get / set @Prop infinite loop (#​6618) (11201b5)
  • types: provide warnings for ts 4094; anon classes may not be private or protected (#​6613) (3fbc441)
  • types: raise typescript errors even without components.d.ts (#​6616) (827d0d6)

v4.43.1

Compare Source

Bug Fixes

v4.43.0

Compare Source

Bug Fixes
Features

🌍 4.42.1 (2026-02-06)

Bug Fixes
  • compiler: make resolveVar for import (#​6588) (e4eeb37)
  • compiler: scrape build-conditionals from FunctionalComponents (#​6586) (d63bf5d)
  • css: make scoped 'slotted' selector replacement less greedy (#​6580) (10e6184)
  • docs: preserve css properties outside of production builds (#​6579) (69d331e)
  • mock-doc: add global instanceof HTMLElement / SVGElement plus new MockLabelElement (#​6581) (756b7aa)
  • runtime: dist parent should hydrate even when children fail (#​6583) (50ad901)
  • runtime: call componentShouldUpdate for every prop changed (#​6587) (dd4d2e6)
  • types: don't include [@internal](https://redirect.github.com/internal) properties in dist build required fields (#​6585) (6136a67)

v4.42.1

Compare Source

Bug Fixes
  • compiler: make resolveVar for import (#​6588) (e4eeb37)
  • compiler: scrape build-conditionals from FunctionalComponents (#​6586) (d63bf5d)
  • css: make scoped 'slotted' selector replacement less greedy (#​6580) (10e6184)
  • docs: preserve css properties outside of production builds (#​6579) (69d331e)
  • mock-doc: add global instanceof HTMLElement / SVGElement plus new MockLabelElement (#​6581) (756b7aa)
  • runtime: dist parent should hydrate even when children fail (#​6583) (50ad901)
  • runtime: call componentShouldUpdate for every prop changed (#​6587) (dd4d2e6)
  • types: don't include [@internal](https://redirect.github.com/internal) properties in dist build required fields (#​6585) (6136a67)

v4.42.0

Compare Source

Bug Fixes
Features

🎇 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

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

v4.41.3

Compare Source

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)

v4.41.2

Compare Source

Bug Fixes

v4.41.1

Compare Source

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)

v4.41.0

Compare Source

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)

🐂 4.40.1 (2025-12-23)

Bug Fixes

v4.40.1

Compare Source

Bug Fixes

v4.40.0

Compare Source

Bug Fixes
Features

v4.39.0

Compare Source

Bug Fixes
  • lazyBundleIdPlugin: fixed the issue with creation of orphaned '.map' files in the distribution directory (#​6455) (7155fe8)
  • mixin: allow args as a ctor argument & fix super call order during spec tests (#​6467) (afa4c2d)
Features

😋 4.38.3 (2025-11-05)

Bug Fixes
  • runtime: modern class props detected in collections (#​6431) (e790c24)
  • ts: moduleResolution can now be bundler. Configurable module / noEmitOnError (#​6433) (5018e1e)
  • types: revert autocorrect omission (#​6441) (4719427)

🐎 4.38.2 (2025-10-17)

Bug Fixes

🚎 4.38.1 (2025-10-10)

Bug Fixes
Features
  • Test Export internal mockComponentMeta object making writing custom output-target tests easier (ef05b45)

v4.38.3

Compare Source

Bug Fixes
  • runtime: modern class props detected in collections (#​6431) (e790c24)
  • ts: moduleResolution can now be bundler. Configurable module / noEmitOnError (#​6433) (5018e1e)
  • types: revert autocorrect omission (#​6441) (4719427)

v4.38.2

Compare Source

Bug Fixes

v4.38.1

Compare Source

Bug Fixes
Features
  • Test Export internal mockComponentMeta object making writing custom output-target tests easier (ef05b45)

v4.38.0

Compare Source

Bug Fixes
Features
  • config: allow suppressing reserved public name warning (#​6389) (341fec4)
  • new core decorators @PropSerialize & @AttrDeserialize (#​6387) (967c234)

🏰 4.37.1 (2025-09-19)

Bug Fixes

v4.37.1

Compare Source

Bug Fixes

v4.37.0

Compare Source

Bug Fixes
  • dist-custom-elements: apply initializeNextTick config (dbcdeff)
  • dist-custom-elements: apply initializeNextTick config setting (#​6382) (7bdf9fb)
  • runtime: make sure watchers can fire immediately if the custom element is already defined (#​6381) (4fb9140)
Features
BREAKING CHANGES
  • runtime: Watchers will fire earlier than before, but this is the expected behavior

🐈 4.36.3 (2025-08-20)

Bug Fixes

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

v4.36.3

Compare Source

Bug Fixes

v4.36.2

Compare Source

Bug Fixes

v4.36.1

Compare Source

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

v4.36.0

Compare Source

Bug Fixes
Features

🎹 4.35.3 (2025-07-02)

Bug Fixes
  • declarations: add ToggleEvent type (ac92210)

🍓 4.35.2 (2025-07-02)

Bug Fixes

🦄 4.35.1 (2025-06-17)

Bug Fixes

v4.35.3

Compare Source

Bug Fixes
  • declarations: add ToggleEvent type (ac92210)

v4.35.2

Compare Source

Bug Fixes

v4.35.1

Compare Source

Bug Fixes

v4.35.0

Compare Source

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

v4.34.0

Compare Source

Bug Fixes
  • compiler: Prevent extTransformsPlugin from outputting collection dependency css (#​3306) (28e2a06), closes #​3305
  • declarations: update PluginTransformResults after Rollup update (#​6232) ([6ff8075](https:

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Dec 4, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.85%. Comparing base (b8015ab) to head (9d3e2d4).

Current head 9d3e2d4 differs from pull request most recent head 1a92d0e

Please upload reports for the commit 1a92d0e to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #694   +/-   ##
=======================================
  Coverage   91.85%   91.85%           
=======================================
  Files          13       13           
  Lines         135      135           
  Branches        8        8           
=======================================
  Hits          124      124           
  Misses         11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 04e1533 to 7d71d5f Compare December 11, 2023 21:59
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.8.1 fix(deps): update dependency @stencil/core to v4.8.2 Dec 11, 2023
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 7d71d5f to 68c3ece Compare December 18, 2023 19:15
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.8.2 fix(deps): update dependency @stencil/core to v4.9.0 Dec 18, 2023
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.9.0 fix(deps): update dependency @stencil/core to v4.9.1 Jan 8, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from 1d2131d to b04d473 Compare January 15, 2024 17:14
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.9.1 fix(deps): update dependency @stencil/core to v4.10.0 Jan 15, 2024
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.10.0 fix(deps): update dependency @stencil/core to v4.11.0 Jan 22, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from b04d473 to 250b5bf Compare January 22, 2024 19:34
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.11.0 fix(deps): update dependency @stencil/core to v4.12.0 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 250b5bf to db5a421 Compare January 29, 2024 16:05
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from db5a421 to 0ebc860 Compare February 5, 2024 16:10
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.12.0 fix(deps): update dependency @stencil/core to v4.12.1 Feb 5, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 0ebc860 to 7950073 Compare February 12, 2024 18:06
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.12.1 fix(deps): update dependency @stencil/core to v4.12.2 Feb 12, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 7950073 to 93b3ff2 Compare February 20, 2024 21:51
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.12.2 fix(deps): update dependency @stencil/core to v4.12.3 Feb 20, 2024
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.12.3 fix(deps): update dependency @stencil/core to v4.12.4 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 93b3ff2 to 85edc34 Compare February 26, 2024 17:00
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 85edc34 to 6d34f3c Compare March 4, 2024 19:31
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.12.4 fix(deps): update dependency @stencil/core to v4.12.5 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 6d34f3c to 3db7da1 Compare March 11, 2024 16:55
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.12.5 fix(deps): update dependency @stencil/core to v4.12.6 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 3db7da1 to 0c7664c Compare March 18, 2024 18:55
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.12.6 fix(deps): update dependency @stencil/core to v4.13.0 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 0c7664c to f25bf65 Compare April 1, 2024 16:33
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.13.0 fix(deps): update dependency @stencil/core to v4.14.0 Apr 1, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from f25bf65 to 2b6867e Compare April 4, 2024 15:37
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.17.2 fix(deps): update dependency @stencil/core to v4.18.0 May 6, 2024
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.18.0 fix(deps): update dependency @stencil/core to v4.18.1 May 13, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 1e5d79a to 9219f6d Compare May 13, 2024 22:20
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 9219f6d to ab8b50f Compare May 20, 2024 23:38
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.18.1 fix(deps): update dependency @stencil/core to v4.18.2 May 20, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from ab8b50f to 9d3e2d4 Compare May 28, 2024 22:27
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.18.2 fix(deps): update dependency @stencil/core to v4.18.3 May 28, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 9d3e2d4 to 555edeb Compare June 26, 2024 22:12
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.18.3 fix(deps): update dependency @stencil/core to v4.19.0 Jun 26, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 555edeb to 1a92d0e Compare June 28, 2024 00:35
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.19.0 fix(deps): update dependency @stencil/core to v4.19.1 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 1a92d0e to 654d9e2 Compare July 9, 2024 20:57
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.19.1 fix(deps): update dependency @stencil/core to v4.19.2 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 654d9e2 to 8b0da63 Compare August 2, 2024 19:57
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.19.2 fix(deps): update dependency @stencil/core to v4.20.0 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 8b0da63 to 038ea8c Compare August 26, 2024 19:29
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.20.0 fix(deps): update dependency @stencil/core to v4.21.0 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 038ea8c to d3d74d1 Compare October 3, 2024 21:17
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.21.0 fix(deps): update dependency @stencil/core to v4.22.0 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from d3d74d1 to 1c9755d Compare October 9, 2024 19:55
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.22.0 fix(deps): update dependency @stencil/core to v4.22.1 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 1c9755d to 9a295ec Compare October 25, 2024 17:10
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.22.1 fix(deps): update dependency @stencil/core to v4.22.2 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 9a295ec to 6b2940f Compare November 21, 2024 22:22
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.22.2 fix(deps): update dependency @stencil/core to v4.22.3 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 6b2940f to d6e5272 Compare December 12, 2024 01:06
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.22.3 fix(deps): update dependency @stencil/core to v4.23.0 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from d6e5272 to 99185fc Compare January 8, 2025 13:23
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.23.0 fix(deps): update dependency @stencil/core to v4.23.1 Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants