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

build(deps): update dependency @stencil/core to v4.19.2 #9767

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2024

This PR contains the following updates:

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

Release Notes

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

v4.19.2

Compare Source

Bug Fixes

v4.19.1

Compare Source

Bug Fixes
  • compiler: account for package imports in aliasing (#​5862) (02b41d3), fixes #​5859
  • compiler: try to create web worker with the workerPath before falling back to blob (#​3513) (c84dd32), fixes #​3512
  • hydrate: change type resolve order (#​5863) (42b1ff2)
  • internal: add cli sub package to export map (ad95222)
  • internal: add mock-doc export in client runtime package.json (ad95222)

v4.19.0

Compare Source

Bug Fixes
Features

😄 4.18.3 (2024-05-28)

Bug Fixes

⛲️ 4.18.2 (2024-05-20)

Bug Fixes

🏍 4.18.1 (2024-05-13)

Bug Fixes

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

@renovate renovate bot requested review from benelan, jcfranco and driskull as code owners July 12, 2024 21:37
@renovate renovate bot added chore Issues with changes that don't modify src or test files. dependencies Pull requests that update a dependency file labels Jul 12, 2024
@renovate renovate bot requested a review from geospatialem as a code owner July 12, 2024 21:37
@jcfranco jcfranco added the pr ready for visual snapshots Adding this label will run visual snapshot testing. label Jul 12, 2024
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch 2 times, most recently from d880a9f to 81f3c72 Compare July 15, 2024 05:04
@renovate renovate bot force-pushed the renovate/stencil-core-4.x branch from 81f3c72 to 801f6a7 Compare July 15, 2024 19:13
@jcfranco jcfranco added skip visual snapshots Pull requests that do not need visual regression testing. and removed pr ready for visual snapshots Adding this label will run visual snapshot testing. labels Jul 16, 2024
@jcfranco jcfranco merged commit f9d5008 into dev Jul 16, 2024
12 checks passed
@jcfranco jcfranco deleted the renovate/stencil-core-4.x branch July 16, 2024 14:32
@github-actions github-actions bot added this to the 2024-07-30 - Jul Release milestone Jul 16, 2024
benelan added a commit that referenced this pull request Jul 16, 2024
* origin/dev: (61 commits)
  build: fix globby errors (#9797)
  chore: release next
  fix(deps): move @types/sortablejs as a dependency so the public types resolve properly (#9786)
  refactor(loader): simplify loader part rendering (#9728)
  chore: release next
  feat(combobox, combobox-item): add `description`, `shortHeading` props and `content-end` slot (#9771)
  docs: update component READMEs (#9735)
  chore: fix cleanup npm script (#9791)
  build: recreate lockfile due to build errors (#9790)
  style: autofix lint issues (#9789)
  chore: release next
  feat(panel, flow-item): add alerts slot (#9778)
  build(deps): update dependency lerna to v8.1.6 (#9679)
  build(deps): update dependency tslib to v2 (#9659)
  build(deps): update storybook monorepo to v8.2.2 (#9656)
  build(deps): update dependency tsx to v4.16.2 (#9642)
  build(deps): update amannn/action-semantic-pull-request action to v5.5.3 (#9712)
  build(deps): update dependency @esri/calcite-ui-icons to v3.29.0 (#9765)
  build(deps): update dependency @stencil/core to v4.19.2 (#9767)
  chore: release next
  ...
calcite-admin pushed a commit that referenced this pull request Jul 30, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@stencil/core](https://stenciljs.com/)
([source](https://togithub.com/ionic-team/stencil)) | [`4.18.3` ->
`4.19.2`](https://renovatebot.com/diffs/npm/@stencil%2fcore/4.18.3/4.19.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@stencil%2fcore/4.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stencil%2fcore/4.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stencil%2fcore/4.18.3/4.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stencil%2fcore/4.18.3/4.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ionic-team/stencil (@&#8203;stencil/core)</summary>

###
[`v4.19.2`](https://togithub.com/ionic-team/stencil/blob/HEAD/CHANGELOG.md#-4192-2024-07-02)

[Compare
Source](https://togithub.com/ionic-team/stencil/compare/v4.19.1...v4.19.2)

##### Bug Fixes

- **hydrate:** partially revert
[#&#8203;5838](https://togithub.com/ionic-team/stencil/issues/5838)
([#&#8203;5876](https://togithub.com/ionic-team/stencil/issues/5876))
([dfbc340](https://togithub.com/ionic-team/stencil/commit/dfbc34007a818eef418e2f312a9dd7a0fef81af6))
- **hydrate:** support server side rendering of components with listener
([#&#8203;5877](https://togithub.com/ionic-team/stencil/issues/5877))
([2c5b7f8](https://togithub.com/ionic-team/stencil/commit/2c5b7f8ecb9e999e3c584b3a1af5a317f035ae4d)),
fixes
[#&#8203;5869](https://togithub.com/ionic-team/stencil/issues/5869)
- **testing:** add testing sub module to export map
([#&#8203;5873](https://togithub.com/ionic-team/stencil/issues/5873))
([bb2e04f](https://togithub.com/ionic-team/stencil/commit/bb2e04f488280f12c2db91510d4bb2171e4493e1)),
fixes
[#&#8203;5871](https://togithub.com/ionic-team/stencil/issues/5871) and
[#&#8203;5868](https://togithub.com/ionic-team/stencil/issues/5868)

###
[`v4.19.1`](https://togithub.com/ionic-team/stencil/blob/HEAD/CHANGELOG.md#-4191-2024-06-27)

[Compare
Source](https://togithub.com/ionic-team/stencil/compare/v4.19.0...v4.19.1)

##### Bug Fixes

- **compiler:** account for package imports in aliasing
([#&#8203;5862](https://togithub.com/ionic-team/stencil/issues/5862))
([02b41d3](https://togithub.com/ionic-team/stencil/commit/02b41d3e64dfb7a2960ad32968e991fef159c137)),
fixes
[#&#8203;5859](https://togithub.com/ionic-team/stencil/issues/5859)
- **compiler:** try to create web worker with the workerPath before
falling back to blob
([#&#8203;3513](https://togithub.com/ionic-team/stencil/issues/3513))
([c84dd32](https://togithub.com/ionic-team/stencil/commit/c84dd32499e8d0f092579e1c0317537a4ae341ac)),
fixes
[#&#8203;3512](https://togithub.com/ionic-team/stencil/issues/3512)
- **hydrate:** change type resolve order
([#&#8203;5863](https://togithub.com/ionic-team/stencil/issues/5863))
([42b1ff2](https://togithub.com/ionic-team/stencil/commit/42b1ff23405cf27670b335e3b95d9dceb65578ae))
- **internal:** add cli sub package to export map
([ad95222](https://togithub.com/ionic-team/stencil/commit/ad95222bbd7a6421ac518cce24f3fd59102d4774))
- **internal:** add mock-doc export in client runtime package.json
([ad95222](https://togithub.com/ionic-team/stencil/commit/4ff9011b9d07fba3f7deeb5f5f71cf5fd2d41397))

###
[`v4.19.0`](https://togithub.com/ionic-team/stencil/blob/HEAD/CHANGELOG.md#-4190-2024-06-26)

[Compare
Source](https://togithub.com/ionic-team/stencil/compare/v4.18.3...v4.19.0)

##### Bug Fixes

- **compiler:** support rollup's external input option
([#&#8203;3227](https://togithub.com/ionic-team/stencil/issues/3227))
([2c68849](https://togithub.com/ionic-team/stencil/commit/2c6884970baf9f01f36d0843ce4ad59745e5a1f0)),
fixes
[#&#8203;3226](https://togithub.com/ionic-team/stencil/issues/3226)
- **emit:** don't emit test files
([#&#8203;5789](https://togithub.com/ionic-team/stencil/issues/5789))
([50892f1](https://togithub.com/ionic-team/stencil/commit/50892f153c4c95e2728ecc460c87582fcd763a1e)),
fixes
[#&#8203;5788](https://togithub.com/ionic-team/stencil/issues/5788)
- **hydrate:** support vdom annotation in nested dsd structures
([#&#8203;5856](https://togithub.com/ionic-team/stencil/issues/5856))
([61bb5e3](https://togithub.com/ionic-team/stencil/commit/61bb5e3a080c011fb3242c0428cad9238b43149d))
- label attribute not toggling input
([#&#8203;3474](https://togithub.com/ionic-team/stencil/issues/3474))
([13db920](https://togithub.com/ionic-team/stencil/commit/13db92075b8dec53f5226761cec5ace5edb73d0c)),
fixes
[#&#8203;3473](https://togithub.com/ionic-team/stencil/issues/3473)
- **mock-doc:** expose ShadowRoot and DocumentFragment globals
([#&#8203;5827](https://togithub.com/ionic-team/stencil/issues/5827))
([98bbd7c](https://togithub.com/ionic-team/stencil/commit/98bbd7c0d6fb67f085aa9ce0c3013e942c882be2)),
fixes
[#&#8203;3260](https://togithub.com/ionic-team/stencil/issues/3260)
- **runtime:** allow watchers to fire w/ no Stencil members
([#&#8203;5855](https://togithub.com/ionic-team/stencil/issues/5855))
([850ad4f](https://togithub.com/ionic-team/stencil/commit/850ad4f4dd7c2349109be987af1e6f5df8c39608)),
fixes
[#&#8203;5854](https://togithub.com/ionic-team/stencil/issues/5854)
- **runtime:** catch errors in async lifecycle methods
([#&#8203;5826](https://togithub.com/ionic-team/stencil/issues/5826))
([87e5b33](https://togithub.com/ionic-team/stencil/commit/87e5b33a3b2c7d65803394d8209449de2e85a0a4)),
fixes
[#&#8203;5824](https://togithub.com/ionic-team/stencil/issues/5824)
- **runtime:** don't register listener before connected to DOM
([#&#8203;5844](https://togithub.com/ionic-team/stencil/issues/5844))
([9d7021f](https://togithub.com/ionic-team/stencil/commit/9d7021feab38fa03a8cbc0d489350786381d235c)),
fixes
[#&#8203;4067](https://togithub.com/ionic-team/stencil/issues/4067)
- **runtime:** properly assign style declarations
([#&#8203;5838](https://togithub.com/ionic-team/stencil/issues/5838))
([5c10ebf](https://togithub.com/ionic-team/stencil/commit/5c10ebfd090d904409be6addc8a5e907b2e91ed0))
- **testing:** allow to re-use pages across it blocks
([#&#8203;5830](https://togithub.com/ionic-team/stencil/issues/5830))
([561eab4](https://togithub.com/ionic-team/stencil/commit/561eab4af68c4b24f349f0791085e191c0f8a69c)),
fixes
[#&#8203;3720](https://togithub.com/ionic-team/stencil/issues/3720)
- **typescript:** remove unsupported label property
([#&#8203;5840](https://togithub.com/ionic-team/stencil/issues/5840))
([d26ea2b](https://togithub.com/ionic-team/stencil/commit/d26ea2b7490db64e4e6cd1af8eccfe48c63c5122)),
fixes
[#&#8203;3473](https://togithub.com/ionic-team/stencil/issues/3473)

##### Features

- **cli:** support generation of sass and less files
([#&#8203;5857](https://togithub.com/ionic-team/stencil/issues/5857))
([1883812](https://togithub.com/ionic-team/stencil/commit/18838123f11f7277d82c8045ff41859d3c14e025)),
closes
[#&#8203;2155](https://togithub.com/ionic-team/stencil/issues/2155)
- **compiler:** generate export maps on build
([#&#8203;5809](https://togithub.com/ionic-team/stencil/issues/5809))
([b6d2404](https://togithub.com/ionic-team/stencil/commit/b6d24043bd518a7ddaf28f5da65730dd8669303d))
- **complier:** support type import aliasing
([#&#8203;5836](https://togithub.com/ionic-team/stencil/issues/5836))
([7ffb25d](https://togithub.com/ionic-team/stencil/commit/7ffb25d259de5b863e7dc3bc43270265cc786557)),
closes
[#&#8203;2335](https://togithub.com/ionic-team/stencil/issues/2335)
- **runtime:** support declarative shadow DOM
([#&#8203;5792](https://togithub.com/ionic-team/stencil/issues/5792))
([c837063](https://togithub.com/ionic-team/stencil/commit/c83706362819eb44d43cba66851f9ea81f27d3bd)),
closes
[#&#8203;4010](https://togithub.com/ionic-team/stencil/issues/4010)
- **testing:** add `toHaveLastReceivedEventDetail` event spy matcher
([#&#8203;5829](https://togithub.com/ionic-team/stencil/issues/5829))
([63491de](https://togithub.com/ionic-team/stencil/commit/63491de1e6ae18a5c6bdaa07e20629b6c765b677)),
closes
[#&#8203;2488](https://togithub.com/ionic-team/stencil/issues/2488)
- **testing:** allow to disable network error logging via
'logFailingNetworkRequests' option
([#&#8203;5839](https://togithub.com/ionic-team/stencil/issues/5839))
([dac3e33](https://togithub.com/ionic-team/stencil/commit/dac3e33e14bec08b8c38190642761b286fe92168)),
closes
[#&#8203;2572](https://togithub.com/ionic-team/stencil/issues/2572)
- **testing:** expose captureBeyondViewport in pageCompareScreenshot
([#&#8203;5828](https://togithub.com/ionic-team/stencil/issues/5828))
([cf6a450](https://togithub.com/ionic-team/stencil/commit/cf6a4503b3f211802eb11960029d2c49dd8af6c7)),
closes
[#&#8203;3188](https://togithub.com/ionic-team/stencil/issues/3188)

#### 😄
[4.18.3](https://togithub.com/ionic-team/stencil/compare/v4.18.2...v4.18.3)
(2024-05-28)

##### Bug Fixes

- **esbuild:** remove all `node:` imports from glob script to keep
support for Jest v26
([#&#8203;5784](https://togithub.com/ionic-team/stencil/issues/5784))
([5f4fcfa](https://togithub.com/ionic-team/stencil/commit/5f4fcfa12e701ece8884aa1e3b3143bd2221e0a0)),
fixes
[#&#8203;5766](https://togithub.com/ionic-team/stencil/issues/5766)
- **mock-doc:** support toDataURL method in canvas
([#&#8203;5773](https://togithub.com/ionic-team/stencil/issues/5773))
([3830dad](https://togithub.com/ionic-team/stencil/commit/3830dad7c8bd78de2c59c087a291e3d954d70508)),
closes
[#&#8203;2923](https://togithub.com/ionic-team/stencil/issues/2923)
- **runtime:** add missing intermediate parents scope ids to the
elements
([#&#8203;5775](https://togithub.com/ionic-team/stencil/issues/5775))
([56c60d4](https://togithub.com/ionic-team/stencil/commit/56c60d4af1227fb82abf9bb838abfc4f439bd32d)),
fixes
[#&#8203;5774](https://togithub.com/ionic-team/stencil/issues/5774)

#### ⛲️
[4.18.2](https://togithub.com/ionic-team/stencil/compare/v4.18.1...v4.18.2)
(2024-05-20)

##### Bug Fixes

- **e2e:** allow to fetch CSS variables assigned to host elements
([#&#8203;5682](https://togithub.com/ionic-team/stencil/issues/5682))
([e420eb6](https://togithub.com/ionic-team/stencil/commit/e420eb69ed8121a0b3e552ee331dffb5759cee32)),
closes
[#&#8203;5681](https://togithub.com/ionic-team/stencil/issues/5681)
- **hydrate:** respect `HydratedFlag` configuration in hydrate script
([#&#8203;5741](https://togithub.com/ionic-team/stencil/issues/5741))
([3538d06](https://togithub.com/ionic-team/stencil/commit/3538d06bdc4e1193c0032a228fa7571c0554e4df)),
closes
[#&#8203;3606](https://togithub.com/ionic-team/stencil/issues/3606)
- **runtime:** always throw if component can not be loaded
([#&#8203;5762](https://togithub.com/ionic-team/stencil/issues/5762))
([1d52b95](https://togithub.com/ionic-team/stencil/commit/1d52b9500e5b42b12e2ce24985bef4da34dd4e05)),
closes
[#&#8203;5759](https://togithub.com/ionic-team/stencil/issues/5759)
- **runtime:** support watch for components with custom tag names
([#&#8203;5767](https://togithub.com/ionic-team/stencil/issues/5767))
([f561e0f](https://togithub.com/ionic-team/stencil/commit/f561e0fdc323b6491c54badb83da4237f896d960)),
closes
[#&#8203;3554](https://togithub.com/ionic-team/stencil/issues/3554)
- **runtime:** throw proper error if component is loaded with invalid
runtime
([#&#8203;5675](https://togithub.com/ionic-team/stencil/issues/5675))
([3cfbb8d](https://togithub.com/ionic-team/stencil/commit/3cfbb8d7be940f7db952d21510b1128679ec42a2)),
closes
[#&#8203;5596](https://togithub.com/ionic-team/stencil/issues/5596)
- **types:** move autofocus attr/prop definition to HTMLAttributes
([#&#8203;5727](https://togithub.com/ionic-team/stencil/issues/5727))
([3a33eff](https://togithub.com/ionic-team/stencil/commit/3a33eff4c810c5f87dee18634fb6e7b7f19e2eb6)),
closes
[#&#8203;5726](https://togithub.com/ionic-team/stencil/issues/5726)

#### 🏍
[4.18.1](https://togithub.com/ionic-team/stencil/compare/v4.18.0...v4.18.1)
(2024-05-13)

##### Bug Fixes

- **build:** do not copy polyfills to the `dist` OT unless building es5
([#&#8203;5725](https://togithub.com/ionic-team/stencil/issues/5725))
([945df46](https://togithub.com/ionic-team/stencil/commit/945df46b72ec52bf348f10cb9bf58f337b11de7c)),
closes
[#&#8203;5416](https://togithub.com/ionic-team/stencil/issues/5416)
- **compiler:** Allow OutputTargetCustom to be called on devMode
([#&#8203;5541](https://togithub.com/ionic-team/stencil/issues/5541))
([b0a9f7b](https://togithub.com/ionic-team/stencil/commit/b0a9f7b559b2a8efd21674609f35f6a09c430f01)),
closes
[#&#8203;5514](https://togithub.com/ionic-team/stencil/issues/5514)
- **compiler:** deprecate `scriptDataOpts`
([#&#8203;5737](https://togithub.com/ionic-team/stencil/issues/5737))
([da25aaa](https://togithub.com/ionic-team/stencil/commit/da25aaa4f37df0fcedfc67a5dc063a60769fe2c1))
- **declarations:** Attribute ping is missing on AnchorHTMLAttributes
([#&#8203;5752](https://togithub.com/ionic-team/stencil/issues/5752))
([d345412](https://togithub.com/ionic-team/stencil/commit/d345412302a05323a4f8922aa7388fd67a4e4944)),
closes
[#&#8203;5751](https://togithub.com/ionic-team/stencil/issues/5751)
- **runtime:** add root scope id to the user provided nested children as
classname
([#&#8203;5750](https://togithub.com/ionic-team/stencil/issues/5750))
([e864132](https://togithub.com/ionic-team/stencil/commit/e8641322c3a6b08f31469312d5351d611aa05086)),
closes
[#&#8203;5749](https://togithub.com/ionic-team/stencil/issues/5749)

</details>

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImNob3JlIiwiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issues with changes that don't modify src or test files. dependencies Pull requests that update a dependency file skip visual snapshots Pull requests that do not need visual regression testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant