Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @stencil/core to v4 - autoclosed #104

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stencil/core (source) 2.9.0 -> 4.12.4 age adoption passing confidence

Release Notes

ionic-team/stencil (@​stencil/core)

v4.12.4

Compare Source

Bug Fixes

v4.12.3

Compare Source

Bug Fixes

v4.12.2

Compare Source

Bug Fixes

v4.12.1

Compare Source

Bug Fixes

v4.12.0

Compare Source

Bug Fixes
  • hmr: allow changes to component decorators when using HMR (#​5290) (656355f)
Features
  • runtime: automatically insert key attrs during compilation (#​5143) (9c47438)

v4.11.0

Compare Source

Bug Fixes
  • runtime: resolve memory leak caused by global content ref (#​5266) (fb1b3f5)
  • screenshot: recognise clip options (#​5205) (0d61a53)
  • style: fixes to watching nested and multiple styles on Stencil components (#​5244) (fa5ab1b)
Features

v4.10.0

Compare Source

Bug Fixes
Features

🍬 4.9.1 (2024-01-08)

Bug Fixes
  • declarations: bundle child_process type for portability (#​5165) (59ecd9e)

v4.9.1

Compare Source

Bug Fixes
  • declarations: bundle child_process type for portability (#​5165) (59ecd9e)

v4.9.0

Compare Source

Bug Fixes
Features

🐳 4.8.2 (2023-12-11)

Bug Fixes

🍹 4.8.1 (2023-12-04)

Bug Fixes

v4.8.2

Compare Source

Bug Fixes

v4.8.1

Compare Source

Bug Fixes

v4.8.0

Compare Source

Bug Fixes
Features
  • declarations: add popover attributes to JSX declarations (#​5064) (f73aa14)
  • runtime: proxy form associated custom element lifecycle callbacks (#​4939) (ca53dbb)

🐄 4.7.2 (2023-11-13)

Bug Fixes

🍿 4.7.1 (2023-11-06)

Bug Fixes
  • compiler: correctly generate CSS rules using ::slotted outside shadow DOM (#​4969) (4fd0ecd)
  • compiler: ignore TS diagnostics on builds where typedef file changes (#​5013) (2a75b65)

v4.7.2

Compare Source

Bug Fixes

v4.7.1

Compare Source

Bug Fixes
  • compiler: correctly generate CSS rules using ::slotted outside shadow DOM (#​4969) (4fd0ecd)
  • compiler: ignore TS diagnostics on builds where typedef file changes (#​5013) (2a75b65)

v4.7.0

Compare Source

Bug Fixes
  • runtime: prevent additional attempted move of slot content (#​4921) (adb3ccf)
  • runtime: relocate slot content from non-shadow to shadow components w/ slot name change (#​4940) (0fe78c7)
  • runtime: slot name forwarding & attribute reset (#​4993) (ee60f3b)
  • runtime: slotted content order with sibling elements (#​4994) (740c1e4)
  • runtime: support "capture" style events (#​4968) (2c8cfac)
  • www: ensure that files necessary for www build are on disk (#​4992) (b74220b)
  • www: fix an inconsistency between www builds (#​4983) (f113b05)
Features

v4.6.0

Compare Source

Bug Fixes
Features
  • types: generate addEventListener and removeEventListener overloads to component html element type (#​4909) (0249798)

v4.5.0

Compare Source

Features
  • compiler, runtime: add support for form-associated elements (#​4784) (5976c9b)

❤️ 4.4.1 (2023-10-09)

Bug Fixes
  • screenshot: alert user when toMatchScreenshot uses NaN (#​4891) (a251946)

v4.4.1

Compare Source

Bug Fixes
  • screenshot: alert user when toMatchScreenshot uses NaN (#​4891) (a251946)

v4.4.0

Compare Source

Bug Fixes
Features

v4.3.0

Compare Source

Bug Fixes
  • compiler: restrict config extras slot fix flags (#​4767) (f2c3229)
  • test: ensure legacy decorators are used when using transpile (#​4771) (2ef9ec7)
Features

😀 4.2.1 (2023-09-11)

Bug Fixes
  • compiler: add heritage clauses earlier in native transform (#​4769) (9a92ad1)

v4.2.1

Compare Source

Bug Fixes
  • compiler: add heritage clauses earlier in native transform (#​4769) (9a92ad1)

v4.2.0

Compare Source

Bug Fixes
  • compiler: resolve implicit enum types (#​4739) (f5a3bd8)
  • runtime: patch methods for scoped slot append, prepend, and insertAdjacent (#​4719) (1d98462)
Features

v4.1.0

Compare Source

Bug Fixes
Features
  • compiler: include getAssetPath in generated export statement (#​4683) (821da79)
  • config: add experimentalSlotFixes config value (#​4652) (392af26)

🚣 4.0.5 (2023-08-14)

Bug Fixes

🍧 4.0.4 (2023-08-07)

Bug Fixes

🎾 4.0.3 (2023-07-31)

Bug Fixes
  • compiler: custom elements relative typedef import paths (#​4633) (feba98c)
  • docs-json: use dts-bundle-generator to bundle types for docs-json (#​4619) (6ba3249)
  • runtime: add onSelect to textarea and input (#​4616) (8ae64f2)
  • runtime: handle lazy-instance promises for connected & disconnected callbacks (#​4072) (dffc5bb)
  • runtime: override attrs set on Host with values from host element (#​4548) (b088b9e)
  • testing: remove use of emulate field in E2EPage() (#​4632) (4d7b138)

😈 4.0.2 (2023-07-24)

Bug Fixes
  • compiler: ensures transformed paths are relative paths for dist-collection (#​4552) (e11ac0e)
  • compiler: handle @supports blocks when scoping css (#​4572) (18ed5fc)
  • compiler: only create one class member when transforming @Element() decorators (#​4547) (13fac03)
  • compiler: sourcemap errors for dist-custom-elements + dist-hydrate-script (#​4527) (1d79672)
  • compiler: sourcemap generation without ext runtime (#​4570) (d1be334)
  • lazy: adjust the type of defineCustomElements (#​4592) (5c85c33)
  • mock-doc: adjust matchMedia mock return (#​4509) (3cda014)
  • output-targets: fix path normalization logic (#​4545) (cd5849c)
  • rollup-config: deprecate BundlingConfig#namedExports (#​4532) (a353769), closes #​2523
  • runtime: properly type color-interpolation-filter (#​4530) (3ccf753)

Thanks

🎉 Thanks for @​bdriguesdev for their contributions! 🎉

4.0.1 (2023-06-28)

Bug Fixes
  • compiler: address when a home module cannot be found (#​4521) (06eaa8f)
  • compiler: normalize recommended collection path for package.json validation (#​4522) (af9639c)

v4.0.5

Compare Source

Bug Fixes

v4.0.4

Compare Source

Bug Fixes

v4.0.3

Compare Source

Bug Fixes
  • compiler: custom elements relative typedef import paths (#​4633) (feba98c)
  • docs-json: use dts-bundle-generator to bundle types for docs-json (#​4619) (6ba3249)
  • runtime: add onSelect to textarea and input (#​4616) (8ae64f2)
  • runtime: handle lazy-instance promises for connected & disconnected callbacks (#​4072) (dffc5bb)
  • runtime: override attrs set on Host with values from host element (#​4548) (b088b9e)
  • testing: remove use of emulate field in E2EPage() (#​4632) (4d7b138)

v4.0.2

Compare Source

Bug Fixes
  • compiler: ensures transformed paths are relative paths for dist-collection (#​4552) (e11ac0e)
  • compiler: handle @supports blocks when scoping css (#​4572) (18ed5fc)
  • compiler: only create one class member when transforming @Element() decorators (#​4547) (13fac03)
  • compiler: sourcemap errors for dist-custom-elements + dist-hydrate-script (#​4527) (1d79672)
  • compiler: sourcemap generation without ext runtime (#​4570) (d1be334)
  • lazy: adjust the type of defineCustomElements (#​4592) (5c85c33)
  • mock-doc: adjust matchMedia mock return (#​4509) (3cda014)
  • output-targets: fix path normalization logic (#​4545) (cd5849c)
  • rollup-config: deprecate BundlingConfig#namedExports (#​4532) (a353769), closes #​2523
  • runtime: properly type color-interpolation-filter (#​4530) (3ccf753)

v4.0.1

Compare Source

Bug Fixes
  • compiler: address when a home module cannot be found (#​4521) (06eaa8f)
  • compiler: normalize recommended collection path for package.json validation (#​4522) (af9639c)

v4.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES

See BREAKING_CHANGES.md - v4.0.0 for a comprehensive list of breaking changes.

See the v4.0.0 Migration Guide for a guide to migrate to Stencil v4.0.0.

Additional Changes

This release includes the latest changes from Stencil v3.4.1.

v3.4.2

Compare Source

Bug Fixes
  • compiler: ensures transformed paths are relative paths for dist-collection (v3) (#​4553) (2d3e0d3)

v3.4.1

Compare Source

Bug Fixes

v3.4.0

Compare Source

Bug Fixes
Features

🎀 3.3.1 (2023-06-02)

Bug Fixes

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Bug Fixes
Features

🏒 3.2.2 (2023-05-01)

Bug Fixes

🎙 3.2.1 (2023-04-10)

Bug Fixes

Thanks

🎉 Thanks for @​cam-narzt for their contributions! 🎉

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes

v3.2.0

Compare Source

Bug Fixes
Features

Thanks

🎉 Thanks for @​sandrooco for their contributions! 🎉

v3.1.0

Compare Source

Bug Fixes
Features
  • compiler: transform module aliases in emitted js, typedefs (#​4042) (7bccf68)
  • testing: add support for transforming path aliases in spec tests (#​4090) (92fbd1c)

🍒 [3.0.1](https://togithub.com/ionic-team/stencil/compare/v3.0.0...v


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from aee08ba to 7007367 Compare June 28, 2023 15:11
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4 fix(deps): update dependency @stencil/core to v4 - autoclosed Jul 24, 2023
@renovate renovate bot closed this Jul 24, 2023
@renovate renovate bot deleted the renovate/stencil-core-4.x branch July 24, 2023 14:30
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4 - autoclosed fix(deps): update dependency @stencil/core to v4 Jul 24, 2023
@renovate renovate bot reopened this Jul 24, 2023
@renovate renovate bot restored the renovate/stencil-core-4.x branch July 24, 2023 17:20
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 7007367 to 42a4f2b Compare July 24, 2023 17:20
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from 1fb3c2f to e914b89 Compare August 7, 2023 12:32
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from e914b89 to b9bca6f Compare August 14, 2023 17:14
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from b9bca6f to 969211f Compare August 21, 2023 17:23
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from 44a042c to 94fc1eb Compare September 11, 2023 16:56
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from a5fe04b to 21c45ed Compare October 2, 2023 15:30
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 21c45ed to 0eccf6d Compare October 9, 2023 16:58
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from eacb70c to cd66506 Compare October 23, 2023 16:28
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from cd66506 to dd93363 Compare October 30, 2023 16:56
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from 3f0e2ae to 49d13da Compare November 13, 2023 17:05
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from 1bb2f8f to 2f4abae Compare December 4, 2023 17:12
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from 76fda57 to 2f189f5 Compare December 18, 2023 19:21
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 2f189f5 to 38028b7 Compare January 8, 2024 16:25
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 38028b7 to a292639 Compare January 15, 2024 19:00
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from fe9d174 to 065022e Compare January 29, 2024 18:06
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from f04e390 to 31b4cd3 Compare February 26, 2024 17:21
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4 fix(deps): update dependency @stencil/core to v4 - autoclosed Feb 29, 2024
@renovate renovate bot closed this Feb 29, 2024
@renovate renovate bot deleted the renovate/stencil-core-4.x branch February 29, 2024 08:40
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