Skip to content

Update dependency @stencil/core to v4#132

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

Update dependency @stencil/core to v4#132
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/stencil-core-4.x

Conversation

@renovate

@renovate renovate Bot commented Jun 26, 2023

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

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

Release Notes

stenciljs/core (@​stencil/core)

v4.43.5

Compare Source

Bug Fixes

v4.43.4

Compare Source

Bug Fixes

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

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.

@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from 5dd3352 to 7131918 Compare June 28, 2023 14:40
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from 4c1b8a0 to c198265 Compare August 7, 2023 13:01
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from dc3e62d to 059c365 Compare August 21, 2023 14:42
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from f5d857f to d4b9e6d Compare September 11, 2023 15:39
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from d4b9e6d to 75d977b Compare September 18, 2023 15:26
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from 75d977b to 5586cc7 Compare October 2, 2023 17:04
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from 5586cc7 to ee01661 Compare October 9, 2023 17:06
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from d722f8b to f04f275 Compare October 23, 2023 17:10
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from f04f275 to e72651f Compare October 30, 2023 17:32
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from e72651f to 1fa1e88 Compare November 6, 2023 18:35
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from 1fa1e88 to e0280e7 Compare November 13, 2023 20:47
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from e0280e7 to 0add193 Compare November 27, 2023 16:28
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from 0add193 to 7222654 Compare December 4, 2023 20:08
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from f9de689 to 583ed3b Compare December 18, 2023 19:29
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from c25ed62 to d465d1f Compare January 15, 2024 17:23
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from 8e901ea to fe78ee7 Compare January 29, 2024 18:38
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from fe78ee7 to a08e8dc Compare February 5, 2024 17:06
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from a08e8dc to 1f76bfe Compare February 12, 2024 18:42
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from a3457df to b42645d Compare February 26, 2024 18:52
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from 344b76b to cc585f8 Compare March 11, 2024 16:40
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from cc585f8 to c20c396 Compare March 18, 2024 18:33
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 3 times, most recently from 7cd9731 to d6f6ae7 Compare July 2, 2024 19:04
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from d6f6ae7 to eac8649 Compare August 2, 2024 21:46
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from eac8649 to b42eed6 Compare August 26, 2024 22:45
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from a9012c8 to 4d69caf Compare October 9, 2024 18:48
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from 4d69caf to a69787e Compare October 25, 2024 20:01
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from a69787e to 421fda0 Compare November 21, 2024 21:03
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from 421fda0 to 50c815a Compare December 12, 2024 00:43
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from 7469a47 to 03aea1c Compare January 11, 2025 00:26
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from bf3c7ac to 8ae217b Compare January 23, 2025 06:18
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from 8ae217b to b3bc390 Compare January 25, 2025 02:00
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 3 times, most recently from dbab6be to 8a0a514 Compare February 11, 2025 18:45
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from 5b7c812 to eb2d983 Compare February 26, 2025 01:10
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from eb2d983 to e8f9dd2 Compare March 3, 2025 21:28
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 3 times, most recently from 7474239 to 0a95503 Compare March 13, 2025 21:20
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch 3 times, most recently from 5ad736f to b82632e Compare April 7, 2025 18:01
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from b82632e to c470642 Compare April 14, 2025 17:27
@renovate renovate Bot force-pushed the renovate/stencil-core-4.x branch from c470642 to b745be0 Compare April 24, 2025 16:46
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