Skip to content

chore(deps): update dependency @stencil/core to v4.43.3#27

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

chore(deps): update dependency @stencil/core to v4.43.3#27
renovate[bot] wants to merge 1 commit intomainfrom
renovate/stencil-core-4.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 29, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

Release Notes

stenciljs/core (@​stencil/core)

v4.43.3

Compare Source

Features

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

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 these updates again.


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

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

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Oct 29, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@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 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 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
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.23.1 fix(deps): update dependency @stencil/core to v4.23.2 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from a541190 to e28e1fc Compare January 17, 2025 05:11
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.23.2 fix(deps): update dependency @stencil/core to v4.24.0 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from e28e1fc to 9373075 Compare January 23, 2025 04:50
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.24.0 fix(deps): update dependency @stencil/core to v4.25.0 Jan 23, 2025
@pull-request-size pull-request-size bot added size/S and removed size/M labels Jan 23, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 9373075 to e5a5ee8 Compare January 26, 2025 09:45
@pull-request-size pull-request-size bot added size/M and removed size/S labels Jan 26, 2025
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.25.0 fix(deps): update dependency @stencil/core to v4.25.1 Jan 26, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from e5a5ee8 to 9b85605 Compare January 30, 2025 15:04
@pull-request-size pull-request-size bot added size/S and removed size/M labels Jan 30, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 9b85605 to 8766a0f Compare February 4, 2025 21:46
@pull-request-size pull-request-size bot removed the size/S label Feb 4, 2025
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.25.1 fix(deps): update dependency @stencil/core to v4.25.2 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 8766a0f to 8391da3 Compare February 5, 2025 01:45
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.25.2 fix(deps): update dependency @stencil/core to v4.25.3 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 8391da3 to b158fa5 Compare February 9, 2025 14:52
@pull-request-size pull-request-size bot added size/S and removed size/M labels Feb 9, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from b158fa5 to a69b5fe Compare February 11, 2025 19:23
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.25.3 fix(deps): update dependency @stencil/core to v4.26.0 Feb 11, 2025
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.27.2 fix(deps): update dependency @stencil/core to v4.28.0 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 4913a4d to 6d87a39 Compare March 13, 2025 02:38
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.28.0 fix(deps): update dependency @stencil/core to v4.28.1 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch 2 times, most recently from 259328a to f76ea5d Compare March 13, 2025 22:34
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.28.1 fix(deps): update dependency @stencil/core to v4.28.2 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from f76ea5d to 755cd12 Compare March 17, 2025 17:12
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 755cd12 to 7483b86 Compare April 3, 2025 18:48
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.28.2 fix(deps): update dependency @stencil/core to v4.29.0 Apr 3, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 7483b86 to 7ea28a6 Compare April 5, 2025 02:43
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.29.0 fix(deps): update dependency @stencil/core to v4.29.1 Apr 5, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 7ea28a6 to b594a01 Compare April 7, 2025 18:42
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.29.1 fix(deps): update dependency @stencil/core to v4.29.2 Apr 7, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch 2 times, most recently from e5e8458 to 61ec670 Compare April 14, 2025 16:27
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.29.2 fix(deps): update dependency @stencil/core to v4.29.3 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch 2 times, most recently from 1913ba4 to 5cc5f8b Compare April 24, 2025 20:14
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.29.3 fix(deps): update dependency @stencil/core to v4.30.0 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 5cc5f8b to f4cd517 Compare May 6, 2025 22:54
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.30.0 fix(deps): update dependency @stencil/core to v4.31.0 May 6, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from f4cd517 to f91e00c Compare May 28, 2025 22:53
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.31.0 fix(deps): update dependency @stencil/core to v4.32.0 May 28, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from f91e00c to 4d09d8f Compare June 3, 2025 05:10
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.32.0 fix(deps): update dependency @stencil/core to v4.33.0 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 4d09d8f to 9f09be5 Compare June 3, 2025 22:21
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.33.0 fix(deps): update dependency @stencil/core to v4.33.1 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 9f09be5 to 6a6d2a7 Compare June 4, 2025 09:55
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 6a6d2a7 to d6ef5c8 Compare June 12, 2025 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants