ascorbic / unpic-img

Multi-framework responsive image component
https://unpic.pics
1.34k stars 44 forks source link

chore(deps): update all non-major dependencies #672

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/build-angular ^18.1.1 -> ^18.1.2 age adoption passing confidence devDependencies patch
@angular/cli ~18.1.1 -> ~18.1.2 age adoption passing confidence devDependencies patch
@angular/compiler-cli (source) ^18.1.1 -> ^18.1.2 age adoption passing confidence devDependencies patch
@angular/core (source) ^18.1.1 -> ^18.1.2 age adoption passing confidence devDependencies patch
@playwright/test (source) ^1.45.2 -> ^1.45.3 age adoption passing confidence devDependencies patch
@solidjs/testing-library ^0.8.8 -> ^0.8.9 age adoption passing confidence devDependencies patch
@testing-library/dom ^10.3.2 -> ^10.4.0 age adoption passing confidence devDependencies minor
@types/eslint (source) 8.56.10 -> 8.56.11 age adoption passing confidence devDependencies patch
@types/node (source) ^20.14.11 -> ^20.14.12 age adoption passing confidence devDependencies patch
@types/node (source) ^20.14.11 -> ^20.14.12 age adoption passing confidence dependencies patch
@typescript-eslint/eslint-plugin (source) 7.16.1 -> 7.17.0 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) ^7.16.1 -> ^7.17.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 7.16.1 -> 7.17.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^7.16.1 -> ^7.17.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-vue (source) ^5.0.5 -> ^5.1.0 age adoption passing confidence devDependencies minor
jsdom ^24.1.0 -> ^24.1.1 age adoption passing confidence devDependencies patch
node (source) 20.15.1 -> 20.16.0 age adoption passing confidence minor
preact (source) ^10.22.1 -> ^10.23.0 age adoption passing confidence devDependencies minor
preact (source) ^10.22.1 -> ^10.23.0 age adoption passing confidence dependencies minor
solid-js (source) ^1.8.18 -> ^1.8.19 age adoption passing confidence devDependencies patch
tsup (source) ^8.2.0 -> ^8.2.3 age adoption passing confidence devDependencies patch
typescript (source) ^5.5.3 -> ^5.5.4 age adoption passing confidence devDependencies patch
typescript (source) 5.5.3 -> 5.5.4 age adoption passing confidence devDependencies patch
undici (source) 6.19.2 -> 6.19.4 age adoption passing confidence devDependencies patch
vue (source) ^3.4.33 -> ^3.4.34 age adoption passing confidence dependencies patch
vue-tsc (source) ^2.0.26 -> ^2.0.28 age adoption passing confidence devDependencies patch

Release Notes

angular/angular-cli (@​angular-devkit/build-angular) ### [`v18.1.2`](https://togithub.com/angular/angular-cli/compare/18.1.1...ffc4b7c9bd30be9211814f8a9dede9ed008c72da) [Compare Source](https://togithub.com/angular/angular-cli/compare/18.1.1...18.1.2)
angular/angular (@​angular/compiler-cli) ### [`v18.1.2`](https://togithub.com/angular/angular/blob/HEAD/CHANGELOG.md#1812-2024-07-24) [Compare Source](https://togithub.com/angular/angular/compare/18.1.1...18.1.2) ##### compiler | Commit | Type | Description | | -- | -- | -- | | [463945003d](https://togithub.com/angular/angular/commit/463945003dcf253c64809ffdcddabedb87e78e06) | fix | limit the number of chained instructions ([#​57069](https://togithub.com/angular/angular/pull/57069)) | ##### compiler-cli | Commit | Type | Description | | -- | -- | -- | | [e904f34020](https://togithub.com/angular/angular/commit/e904f3402053ce9098854a31f2652020dd79e8f9) | fix | add warning for unused let declarations ([#​57033](https://togithub.com/angular/angular/pull/57033)) | ##### core | Commit | Type | Description | | -- | -- | -- | | [9e52c1c840](https://togithub.com/angular/angular/commit/9e52c1c8402dd5a54cf73caafff4a5b81d73fabd) | fix | `afterNextRender` hooks return that callback value. ([#​57031](https://togithub.com/angular/angular/pull/57031)) | | [b9fb98c67c](https://togithub.com/angular/angular/commit/b9fb98c67c29d8e5697b72788f09f1263e8130f4) | fix | tree shake dev mode error message ([#​57035](https://togithub.com/angular/angular/pull/57035)) |
microsoft/playwright (@​playwright/test) ### [`v1.45.3`](https://togithub.com/microsoft/playwright/compare/v1.45.2...0e130fa8edaf85765c4a5a86bded0e6d33bfd7c2) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.2...v1.45.3)
solidjs/solid-testing-library (@​solidjs/testing-library) ### [`v0.8.9`](https://togithub.com/solidjs/solid-testing-library/compare/ac16d2a1cfa268dd0d5ece9cf6fe50664a51fb86...3416d27811cc715a24dd2d50dcfead20112ee092) [Compare Source](https://togithub.com/solidjs/solid-testing-library/compare/ac16d2a1cfa268dd0d5ece9cf6fe50664a51fb86...3416d27811cc715a24dd2d50dcfead20112ee092)
testing-library/dom-testing-library (@​testing-library/dom) ### [`v10.4.0`](https://togithub.com/testing-library/dom-testing-library/compare/v10.3.2...a86c54ccda5242ad8dfc1c70d31980bdbf96af7f) [Compare Source](https://togithub.com/testing-library/dom-testing-library/compare/v10.3.2...v10.4.0)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.17.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7170-2024-07-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.16.1...v7.17.0) ##### 🚀 Features - **eslint-plugin:** backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 - **eslint-plugin:** \[return-await] add option to report in error-handling scenarios only, and deprecate "never" ##### 🩹 Fixes - **eslint-plugin:** \[no-floating-promises] check top-level type assertions (and more) - **eslint-plugin:** \[strict-boolean-expressions] consider assertion function argument a boolean context - **eslint-plugin:** \[no-unnecessary-condition] false positive on optional private field ##### ❤️ Thank You - Armano - Josh Goldberg ✨ - Kirk Waiblinger - StyleShit You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.17.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7170-2024-07-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.16.1...v7.17.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
vitejs/vite-plugin-vue (@​vitejs/plugin-vue) ### [`v5.1.0`](https://togithub.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#510-2024-07-23) - fix(deps): update all non-major dependencies ([#​412](https://togithub.com/vitejs/vite-plugin-vue/issues/412)) ([8cb2ea9](https://togithub.com/vitejs/vite-plugin-vue/commit/8cb2ea9)), closes [#​412](https://togithub.com/vitejs/vite-plugin-vue/issues/412) - fix(plugin-vue): clear cache after build end ([96dbb22](https://togithub.com/vitejs/vite-plugin-vue/commit/96dbb22)) - chore: update documentation for new features option ([7fc7994](https://togithub.com/vitejs/vite-plugin-vue/commit/7fc7994)) - chore(deps): update upstream ([#​416](https://togithub.com/vitejs/vite-plugin-vue/issues/416)) ([02a3edd](https://togithub.com/vitejs/vite-plugin-vue/commit/02a3edd)), closes [#​416](https://togithub.com/vitejs/vite-plugin-vue/issues/416) - feat(plugin-vue): add `features` option ([#​419](https://togithub.com/vitejs/vite-plugin-vue/issues/419)) ([3e839e2](https://togithub.com/vitejs/vite-plugin-vue/commit/3e839e2)), closes [#​419](https://togithub.com/vitejs/vite-plugin-vue/issues/419)
jsdom/jsdom (jsdom) ### [`v24.1.1`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2411) [Compare Source](https://togithub.com/jsdom/jsdom/compare/24.1.0...24.1.1) - Fixed selection methods to trigger the `selectionchange` event on the `Document` object. (piotr-oles)
nodejs/node (node) ### [`v20.16.0`](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0) [Compare Source](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0)
preactjs/preact (preact) ### [`v10.23.0`](https://togithub.com/preactjs/preact/releases/tag/10.23.0) [Compare Source](https://togithub.com/preactjs/preact/compare/10.22.1...10.23.0) #### Features - Support ref cleanup functions ([#​4436](https://togithub.com/preactjs/preact/issues/4436), thanks [@​marvinhagemeister](https://togithub.com/marvinhagemeister)) This adds support for returning a function in functional refs, example ```jsx { // Assign ref, do something with it return () => { // ref cleanup, when the element unmounts // we run the cleanup }; }} /> ``` #### Fixes - Child-diffing should shift keyed fragmented lists ([#​4448](https://togithub.com/preactjs/preact/issues/4448), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Invalid DOM check not firing when p/a/button have a parent ([#​4449](https://togithub.com/preactjs/preact/issues/4449), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Support comments for streaming renders ([#​4446](https://togithub.com/preactjs/preact/issues/4446), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Import renderToPipeableStream in server.mjs for re-exporting ([#​4440](https://togithub.com/preactjs/preact/issues/4440), thanks [@​3846masa](https://togithub.com/3846masa)) #### Types - Add missing types ElementType and ComponentPropsWithoutRef ([#​4433](https://togithub.com/preactjs/preact/issues/4433), thanks [@​hamza0867](https://togithub.com/hamza0867)) - Add html attributes types [#​4099](https://togithub.com/preactjs/preact/issues/4099) ([#​4100](https://togithub.com/preactjs/preact/issues/4100), thanks [@​samsam-ahmadi](https://togithub.com/samsam-ahmadi)) #### Maintenance - Dependency maintenance ([#​4431](https://togithub.com/preactjs/preact/issues/4431), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock)) - Fix coveralls reporting on PRs ([#​4430](https://togithub.com/preactjs/preact/issues/4430), thanks [@​JoviDeCroock](https://togithub.com/JoviDeCroock))
egoist/tsup (tsup) ### [`v8.2.3`](https://togithub.com/egoist/tsup/compare/v8.2.2...048c93b34671e6fe6cf48600ed6667cab7b6fb1f) [Compare Source](https://togithub.com/egoist/tsup/compare/v8.2.2...v8.2.3) ### [`v8.2.2`](https://togithub.com/egoist/tsup/compare/v8.2.1...2de6dd5300882361102b3d133312c1815ee94764) [Compare Source](https://togithub.com/egoist/tsup/compare/v8.2.1...v8.2.2) ### [`v8.2.1`](https://togithub.com/egoist/tsup/compare/v8.2.0...44c88a7410919fed1455c8dd1a0d9513f1231b0d) [Compare Source](https://togithub.com/egoist/tsup/compare/v8.2.0...v8.2.1)
Microsoft/TypeScript (typescript) ### [`v5.5.4`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...c8a7d589e647e19c94150d9892909f3aa93e48eb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)
nodejs/undici (undici) ### [`v6.19.4`](https://togithub.com/nodejs/undici/compare/v6.19.3...62241c3600513cf0e8eac11cf16ed9dca98a80ac) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.19.3...62241c3600513cf0e8eac11cf16ed9dca98a80ac) ### [`v6.19.3`](https://togithub.com/nodejs/undici/releases/tag/v6.19.3) [Compare Source](https://togithub.com/nodejs/undici/compare/v6.19.2...v6.19.3) **Full Changelog**: https://github.com/nodejs/undici/compare/v6.19.2...v6.19.3
vuejs/core (vue) ### [`v3.4.34`](https://togithub.com/vuejs/core/blob/HEAD/CHANGELOG.md#3434-2024-07-24) [Compare Source](https://togithub.com/vuejs/core/compare/v3.4.33...v3.4.34) ##### Bug Fixes - **defineModel:** correct update with multiple changes in same tick ([#​11430](https://togithub.com/vuejs/core/issues/11430)) ([a18f1ec](https://togithub.com/vuejs/core/commit/a18f1ecf05842337f1eb39a6871adb8cb4024093)), closes [#​11429](https://togithub.com/vuejs/core/issues/11429)
vuejs/language-tools (vue-tsc) ### [`v2.0.28`](https://togithub.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#2028-supofficialsup-2029-supinsiderssup-2024-07-22) [Compare Source](https://togithub.com/vuejs/language-tools/compare/v2.0.26...v2.0.28) ##### Features - **vscode:** focus mode Insiders - **language-core:** Plugin API 2.1 - Added plugin hooks: `getLanguageId`, `isValidFile`, `parseSFC2` - Improve backward compatibility ([#​4585](https://togithub.com/vuejs/language-tools/issues/4585)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - **language-core:** support default prop when using \__typeProps ([#​4602](https://togithub.com/vuejs/language-tools/issues/4602)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - **language-core:** improve nested plugins ([#​4581](https://togithub.com/vuejs/language-tools/issues/4581)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - **language-service:** remove `v-bind` code action ([#​4601](https://togithub.com/vuejs/language-tools/issues/4601)) - **vscode:** add empty pattern to codeblock attributes scope ([#​4590](https://togithub.com/vuejs/language-tools/issues/4590)) - Thanks [@​KermanX](https://togithub.com/KermanX) ##### Fixes - **tsc:** errors should be thrown instead of being console.log printed - **language-server:** observe named pipes changes when server startup ([#​4292](https://togithub.com/vuejs/language-tools/issues/4292)) - **language-core:** infer define model type from options type ([#​4545](https://togithub.com/vuejs/language-tools/issues/4545)) - Thanks [@​davidmatter](https://togithub.com/davidmatter) - **language-core:** type-checking not working with hyphen in slot name with JS ([#​4478](https://togithub.com/vuejs/language-tools/issues/4478)) - Thanks [@​KermanX](https://togithub.com/KermanX) - **language-core:** add type check for v-model without argument ([#​4598](https://togithub.com/vuejs/language-tools/issues/4598)) - Thanks [@​zhiyuanzmj](https://togithub.com/zhiyuanzmj) - **language-service:** filter special tags ([#​4596](https://togithub.com/vuejs/language-tools/issues/4596)) - Thanks [@​so1ve](https://togithub.com/so1ve) - **typescript-plugin:** improve named pipes reliability ([#​4603](https://togithub.com/vuejs/language-tools/issues/4603)) - **language-core** property access is incorrectly identified as compound expression ([#​4600](https://togithub.com/vuejs/language-tools/issues/4600)) - **language-core** fix compatibility of generic component virtual code with TS 5.5 ([#​4577](https://togithub.com/vuejs/language-tools/issues/4577)) - **tsc** TS4082 not reported for functional component ([#​4569](https://togithub.com/vuejs/language-tools/issues/4569)) ##### Other Changes - Upgraded Volar from `v2.4.0-alpha.15` to `v2.4.0-alpha.18`: - Fix VS Code IntelliSense will be lost in new created files ([#​4424](https://togithub.com/vuejs/language-tools/issues/4424)) - Add workspace symbols support in Hybrid Mode ([#​4595](https://togithub.com/vuejs/language-tools/issues/4595)) - Add workspace `addMissingImports` action support in Hybrid Mode ([#​4586](https://togithub.com/vuejs/language-tools/issues/4586)) - Fix yarn 4 compatibility ([#​4587](https://togithub.com/vuejs/language-tools/issues/4587)) - Add vue vine to hybrid mode compatible list ([#​4543](https://togithub.com/vuejs/language-tools/issues/4543)) - Thanks [@​so1ve](https://togithub.com/so1ve) - Add global components prop validation test ([#​4542](https://togithub.com/vuejs/language-tools/issues/4542)) - Thanks [@​davidmatter](https://togithub.com/davidmatter)

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 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 was generated by Mend Renovate. View the repository job log.

netlify[bot] commented 2 months ago

Deploy Preview for unpic-angular ready!

Name Link
Latest commit 88e714fc65b131d911ae6aa1ccd2ca14d02d539f
Latest deploy log https://app.netlify.com/sites/unpic-angular/deploys/66a1b5a4301e580008fedec4
Deploy Preview https://deploy-preview-672--unpic-angular.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 2 months ago

Deploy Preview for unpic-next ready!

Name Link
Latest commit 88e714fc65b131d911ae6aa1ccd2ca14d02d539f
Latest deploy log https://app.netlify.com/sites/unpic-next/deploys/66a1b5a45e9f8b0008c96c72
Deploy Preview https://deploy-preview-672--unpic-next.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 2 months ago

Deploy Preview for unpic-docs ready!

Name Link
Latest commit 88e714fc65b131d911ae6aa1ccd2ca14d02d539f
Latest deploy log https://app.netlify.com/sites/unpic-docs/deploys/66a1b5a4e389720008c3ad6a
Deploy Preview https://deploy-preview-672.preview.unpic.pics
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 99 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.