skyra-project / discord-components

Discord Webcomponents for real looking messages on the web
MIT License
243 stars 31 forks source link

fix(deps): update all non-major dependencies #346

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stencil/core (source) ^3.2.2 -> ^3.3.0 age adoption passing confidence
@types/node (source) ^18.16.13 -> ^18.16.16 age adoption passing confidence
@types/react (source) ^18.2.6 -> ^18.2.7 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.59.6 -> ^5.59.7 age adoption passing confidence
@typescript-eslint/parser ^5.59.6 -> ^5.59.7 age adoption passing confidence

Release Notes

ionic-team/stencil ### [`v3.3.0`](https://togithub.com/ionic-team/stencil/blob/HEAD/CHANGELOG.md#-330-httpsgithubcomionic-teamstencilcomparev322v330-2023-05-23) [Compare Source](https://togithub.com/ionic-team/stencil/compare/v3.2.2...v3.3.0) ##### Bug Fixes - **compiler:** components typedef path aliases ([#​4365](https://togithub.com/ionic-team/stencil/issues/4365)) ([fd63c17](https://togithub.com/ionic-team/stencil/commit/fd63c1779a2b4889be536e23ad763199f02d861d)) ##### Features - **node** add support for node v20 ([#​4368](https://togithub.com/ionic-team/stencil/pull/4368)) ([ffe1847](https://togithub.com/ionic-team/stencil/commit/ffe1847062ccae0e2b525ac290e3ac977e3ad6a3)) - **testing:** support puppeteer's 'headless': 'new' ([#​4356](https://togithub.com/ionic-team/stencil/issues/4356)) ([79dc015](https://togithub.com/ionic-team/stencil/commit/79dc0159d216824d623e34f814dfeb32474a1550)) - **typescript:** upgrade to TypeScript 5 ([#​4315](https://togithub.com/ionic-team/stencil/issues/4315)) ([0b6621f](https://togithub.com/ionic-team/stencil/commit/0b6621f21634b7498de0666a872ffcacc93fef87)) #### 🏒 [3.2.2](https://togithub.com/ionic-team/stencil/compare/v3.2.1...v3.2.2) (2023-05-01) ##### Bug Fixes - **declarations:** add `onCancel` to dialog attributes ([#​4280](https://togithub.com/ionic-team/stencil/issues/4280)) ([725ff7e](https://togithub.com/ionic-team/stencil/commit/725ff7e5a4fac5aa5cd0adb263e484f2ada5cc40)), fixes [#​4267](https://togithub.com/ionic-team/stencil/issues/4267) - **runtime:** initialize custom elements even when there is no styles ([#​4296](https://togithub.com/ionic-team/stencil/issues/4296)) ([23f1e66](https://togithub.com/ionic-team/stencil/commit/23f1e66fb1a092266dfd17c31987499b2ece0b0d)), fixes [#​4221](https://togithub.com/ionic-team/stencil/issues/4221) - **testing:** jest component disconnected callback ([#​4269](https://togithub.com/ionic-team/stencil/issues/4269)) ([4ec3b69](https://togithub.com/ionic-team/stencil/commit/4ec3b694454fddfc71bf9999e31e1341e10117e2)), fixes [#​4053](https://togithub.com/ionic-team/stencil/issues/4053) #### 🎙 [3.2.1](https://togithub.com/ionic-team/stencil/compare/v3.2.0...v3.2.1) (2023-04-10) ##### Bug Fixes - **compiler:** sourcemap for dist-custom-elements generation ([#​4200](https://togithub.com/ionic-team/stencil/issues/4200)) ([62ad269](https://togithub.com/ionic-team/stencil/commit/62ad269ca34f665e41bce825f54de9f81d5ed4a4)) - **compiler:** write exports for defineCustomElement typedefs ([#​4194](https://togithub.com/ionic-team/stencil/issues/4194)) ([89cd845](https://togithub.com/ionic-team/stencil/commit/89cd8456a6d274cb3e74e839c7fde228dcdcabc6)) - **mock-doc:** add missing properties of object returned by matchMedia ([#​2880](https://togithub.com/ionic-team/stencil/issues/2880)) ([69176f8](https://togithub.com/ionic-team/stencil/commit/69176f8290767c05206f324bccb5bea2cf780448)) - **test:** fix infinite loops w/ react and [@​testing-library/dom](https://togithub.com/testing-library/dom) ([#​4188](https://togithub.com/ionic-team/stencil/issues/4188)) ([51750a2](https://togithub.com/ionic-team/stencil/commit/51750a28ece1638dae6bc5c02221d70f485bfb44)), closes [#​3434](https://togithub.com/ionic-team/stencil/issues/3434) #### Thanks 🎉 Thanks for [@​cam-narzt](https://togithub.com/cam-narzt) for their contributions! 🎉
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v5.59.7`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#​5597-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5596v5597-2023-05-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7) **Note:** Version bump only for package [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v5.59.7`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#​5597-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5596v5597-2023-05-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.