ddanielsantos / blog

https://ddaniel.me
1 stars 0 forks source link

fix(deps): update dependency @astrojs/vercel to v7 #103

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/vercel (source) ^6.0.0 -> ^7.0.0 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/vercel) ### [`v7.0.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/vercel/CHANGELOG.md#700) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/vercel@6.1.4...@astrojs/vercel@7.0.0) ##### Major Changes - [#​9661](https://togithub.com/withastro/astro/pull/9661) [`d6edc7540864cf5d294d7b881eb886a3804f6d05`](https://togithub.com/withastro/astro/commit/d6edc7540864cf5d294d7b881eb886a3804f6d05) Thanks [@​ematipico](https://togithub.com/ematipico)! - **Breaking**: Minimum required Astro version is now 4.2.0. Reorganizes internals to be more maintainable. *** ### [`v6.1.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/vercel/CHANGELOG.md#614) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/vercel@6.1.3...@astrojs/vercel@6.1.4) ##### Patch Changes - [#​9648](https://togithub.com/withastro/astro/pull/9648) [`d7f1903cded3e864b392d1dd7502672d37936f11`](https://togithub.com/withastro/astro/commit/d7f1903cded3e864b392d1dd7502672d37936f11) Thanks [@​lilnasy](https://togithub.com/lilnasy)! - Fixes an issue where the serverless function could not respond with a prerendered 404 page. ### [`v6.1.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/vercel/CHANGELOG.md#613) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/vercel@6.1.2...@astrojs/vercel@6.1.3) ##### Patch Changes - [#​9591](https://togithub.com/withastro/astro/pull/9591) [`22a5405b4a4b7948458ad170b0a7bde6954058c1`](https://togithub.com/withastro/astro/commit/22a5405b4a4b7948458ad170b0a7bde6954058c1) Thanks [@​lilnasy](https://togithub.com/lilnasy)! - Fixes an issue where 404.astro was not used in static mode. - [#​9598](https://togithub.com/withastro/astro/pull/9598) [`bd8fa7acd23ba6e7afa2c435807bd5fd6b24f505`](https://togithub.com/withastro/astro/commit/bd8fa7acd23ba6e7afa2c435807bd5fd6b24f505) Thanks [@​lilnasy](https://togithub.com/lilnasy)! - Marks the `speedInsights` configuration as deprecated. Vercel has migrated features of the Speed Insights API into a framework-agnostic library with `@vercel/speed-insights`. See [Vercel Speed Insights Quickstart](https://vercel.com/docs/speed-insights/quickstart) for instructions on how to use the library instead. ### [`v6.1.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/vercel/CHANGELOG.md#612) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/vercel@6.1.1...@astrojs/vercel@6.1.2) ##### Patch Changes - [#​9550](https://togithub.com/withastro/astro/pull/9550) [`7b586a6e23e25653814db9adea9674ec3a9bd535`](https://togithub.com/withastro/astro/commit/7b586a6e23e25653814db9adea9674ec3a9bd535) Thanks [@​lilnasy](https://togithub.com/lilnasy)! - Fixes an issue where a build could not complete on Node 21. ### [`v6.1.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/vercel/CHANGELOG.md#611) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/vercel@6.1.0...@astrojs/vercel@6.1.1) ##### Patch Changes - [#​9479](https://togithub.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://togithub.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@​sarah11918](https://togithub.com/sarah11918)! - Updates README ### [`v6.1.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/vercel/CHANGELOG.md#610) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/vercel@6.0.2...@astrojs/vercel@6.1.0) ##### Minor Changes - [#​9413](https://togithub.com/withastro/astro/pull/9413) [`836ab6214`](https://togithub.com/withastro/astro/commit/836ab6214e5ef778ef2db2c079f49e87ce70d711) Thanks [@​jacobdalamb](https://togithub.com/jacobdalamb)! - Adds support for Node 20 (currently in `beta` on Vercel). ##### Patch Changes - [#​9289](https://togithub.com/withastro/astro/pull/9289) [`8aeb0b579`](https://togithub.com/withastro/astro/commit/8aeb0b5797853c2eee7630b572d6abc503d59c6f) Thanks [@​lilnasy](https://togithub.com/lilnasy)! - Fixes an issue where dots in redirects were incorrectly handled. ### [`v6.0.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/vercel/CHANGELOG.md#602) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/vercel@6.0.1...@astrojs/vercel@6.0.2) ##### Patch Changes - [#​9287](https://togithub.com/withastro/astro/pull/9287) [`1e342e34e`](https://togithub.com/withastro/astro/commit/1e342e34eb9cef465b838654cea7bb4b0d24e602) Thanks [@​lilnasy](https://togithub.com/lilnasy)! - Fixes an issue where redirects did not work with the static adapter. - [#​9383](https://togithub.com/withastro/astro/pull/9383) [`bebf5cf22`](https://togithub.com/withastro/astro/commit/bebf5cf22d0d842670825aa961529e8b342e2b26) Thanks [@​sarah11918](https://togithub.com/sarah11918)! - Fixes some incorrect code examples in the README documentation. - [#​9334](https://togithub.com/withastro/astro/pull/9334) [`dfbc70790`](https://togithub.com/withastro/astro/commit/dfbc7079081d3346713cb536358a3854362a2c95) Thanks [@​Geo25rey](https://togithub.com/Geo25rey)! - Allows the edge middleware to be an async function. ### [`v6.0.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/vercel/CHANGELOG.md#601) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/vercel@6.0.0...@astrojs/vercel@6.0.1) ##### Patch Changes - [#​9348](https://togithub.com/withastro/astro/pull/9348) [`1685cc42b`](https://togithub.com/withastro/astro/commit/1685cc42b51603eb98b5ba3e072cf2d3953339f2) Thanks [@​matthewp](https://togithub.com/matthewp)! - Uses the latest astro as the peerDependency

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» 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.



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

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
portfolio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 18, 2024 11:33am