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 #679

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/mdx (source) ^3.1.3 -> ^3.1.4 age adoption passing confidence
@types/react (source) ^18.3.3 -> ^18.3.4 age adoption passing confidence
astro (source) ^4.14.2 -> ^4.14.3 age adoption passing confidence
ng-packagr ^18.2.0 -> ^18.2.1 age adoption passing confidence
vite (source) ^5.4.1 -> ^5.4.2 age adoption passing confidence
vite (source) 5.4.1 -> 5.4.2 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/mdx) ### [`v3.1.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/mdx/CHANGELOG.md#314) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/mdx@3.1.3...@astrojs/mdx@3.1.4) ##### Patch Changes - [#​11717](https://togithub.com/withastro/astro/pull/11717) [`423614e`](https://togithub.com/withastro/astro/commit/423614ebb6ddb76cc8d11f3e3b6ae111a4a82662) Thanks [@​bluwy](https://togithub.com/bluwy)! - Fixes stack trace location when failed to parse an MDX file with frontmatter
withastro/astro (astro) ### [`v4.14.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4143) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.14.2...astro@4.14.3) ##### Patch Changes - [#​11780](https://togithub.com/withastro/astro/pull/11780) [`c6622ad`](https://togithub.com/withastro/astro/commit/c6622adaeb405e961b12c91f0e5d02c7333d01cf) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Deprecates the Squoosh image service, to be removed in Astro 5.0. We recommend migrating to the default Sharp service. - [#​11790](https://togithub.com/withastro/astro/pull/11790) [`41c3fcb`](https://togithub.com/withastro/astro/commit/41c3fcb6189709450a67ea8f726071d5f3cdc80e) Thanks [@​sarah11918](https://togithub.com/sarah11918)! - Updates the documentation for experimental `astro:env` with a corrected link to the RFC proposal - [#​11773](https://togithub.com/withastro/astro/pull/11773) [`86a3391`](https://togithub.com/withastro/astro/commit/86a33915ff41b23ff6b35bcfb1805fefc0760ca7) Thanks [@​ematipico](https://togithub.com/ematipico)! - Changes messages logged when using unsupported, deprecated, or experimental adapter features for clarity - [#​11745](https://togithub.com/withastro/astro/pull/11745) [`89bab1e`](https://togithub.com/withastro/astro/commit/89bab1e70786123fbe933a9d7a1b80c9334dcc5f) Thanks [@​bluwy](https://togithub.com/bluwy)! - Prints prerender dynamic value usage warning only if it's used - [#​11774](https://togithub.com/withastro/astro/pull/11774) [`c6400ab`](https://togithub.com/withastro/astro/commit/c6400ab99c5e5f4477bc6ef7e801b7869b0aa9ab) Thanks [@​florian-lefebvre](https://togithub.com/florian-lefebvre)! - Fixes the path returned by `injectTypes` - [#​11730](https://togithub.com/withastro/astro/pull/11730) [`2df49a6`](https://togithub.com/withastro/astro/commit/2df49a6fb4f6d92fe45f7429430abe63defeacd6) Thanks [@​florian-lefebvre](https://togithub.com/florian-lefebvre)! - Simplifies path operations of `astro sync` - [#​11771](https://togithub.com/withastro/astro/pull/11771) [`49650a4`](https://togithub.com/withastro/astro/commit/49650a45550af46c70c6cf3f848b7b529103a649) Thanks [@​florian-lefebvre](https://togithub.com/florian-lefebvre)! - Fixes an error thrown by `astro sync` when an `astro:env` virtual module is imported inside the Content Collections config - [#​11744](https://togithub.com/withastro/astro/pull/11744) [`b677429`](https://togithub.com/withastro/astro/commit/b67742961a384c10e5cd04cf5b02d0f014ea7362) Thanks [@​bluwy](https://togithub.com/bluwy)! - Disables the WebSocket server when creating a Vite server for loading config files
ng-packagr/ng-packagr (ng-packagr) ### [`v18.2.1`](https://togithub.com/ng-packagr/ng-packagr/blob/HEAD/CHANGELOG.md#1821-2024-08-21) [Compare Source](https://togithub.com/ng-packagr/ng-packagr/compare/18.2.0...18.2.1) ##### [18.2.1](https://togithub.com/ng-packagr/ng-packagr/compare/18.2.0...18.2.1) (2024-08-21)
vitejs/vite (vite) ### [`v5.4.2`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small542-2024-08-20-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.4.1...v5.4.2) - chore: remove stale TODOs ([#​17866](https://togithub.com/vitejs/vite/issues/17866)) ([e012f29](https://togithub.com/vitejs/vite/commit/e012f296df583bd133d26399397bd4ae49de1497)), closes [#​17866](https://togithub.com/vitejs/vite/issues/17866) - refactor: remove redundant prepend/strip base ([#​17887](https://togithub.com/vitejs/vite/issues/17887)) ([3b8f03d](https://togithub.com/vitejs/vite/commit/3b8f03d789ec3ef1a099c884759bd4e61b03ce7c)), closes [#​17887](https://togithub.com/vitejs/vite/issues/17887) - fix: resolve relative URL generated by `renderBuiltUrl` passed to module preload ([#​16084](https://togithub.com/vitejs/vite/issues/16084)) ([fac3a8e](https://togithub.com/vitejs/vite/commit/fac3a8ed6855c4ab3032957137b74f21ec501e72)), closes [#​16084](https://togithub.com/vitejs/vite/issues/16084) - feat: support originalFilename ([#​17867](https://togithub.com/vitejs/vite/issues/17867)) ([7d8c0e2](https://togithub.com/vitejs/vite/commit/7d8c0e2dcbdea3a3465a1d87e259988e82561035)), closes [#​17867](https://togithub.com/vitejs/vite/issues/17867)

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 1 month ago

Deploy Preview for unpic-next ready!

Name Link
Latest commit fcfe062ac3d51856bad91fe46b80cd2ef4c721fd
Latest deploy log https://app.netlify.com/sites/unpic-next/deploys/66c5b9d826f5750008dadff3
Deploy Preview https://deploy-preview-679--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 1 month ago

Deploy Preview for unpic-docs ready!

Name Link
Latest commit fcfe062ac3d51856bad91fe46b80cd2ef4c721fd
Latest deploy log https://app.netlify.com/sites/unpic-docs/deploys/66c5b9d842ceaa0009bd57e1
Deploy Preview https://deploy-preview-679.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.

netlify[bot] commented 1 month ago

Deploy Preview for unpic-angular ready!

Name Link
Latest commit fcfe062ac3d51856bad91fe46b80cd2ef4c721fd
Latest deploy log https://app.netlify.com/sites/unpic-angular/deploys/66c5b9d8b652600008a25019
Deploy Preview https://deploy-preview-679--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.