ddanielsantos / blog

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

fix(deps): update dependency @astrojs/vercel to v6 #101

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

withastro/astro (@​astrojs/vercel) ### [`v6.0.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/vercel/CHANGELOG.md#600) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/vercel@5.2.0...@astrojs/vercel@6.0.0) ##### Major Changes - [#​9199](https://togithub.com/withastro/astro/pull/9199) [`49aa215a0`](https://togithub.com/withastro/astro/commit/49aa215a01ee1c4805316c85bb0aea6cfbc25a31) Thanks [@​lilnasy](https://togithub.com/lilnasy)! - The internals of the integration have been updated to support Astro 4.0. Make sure to upgrade your Astro version as Astro 3.0 is no longer supported. - [#​9184](https://togithub.com/withastro/astro/pull/9184) [`a145ac07e`](https://togithub.com/withastro/astro/commit/a145ac07e75927e13af62e28d13bc8217a362b8e) Thanks [@​bluwy](https://togithub.com/bluwy)! - Removes deprecated `analytics` option. Use the `webAnalytics` option instead. - [#​9263](https://togithub.com/withastro/astro/pull/9263) [`3cbd8ea75`](https://togithub.com/withastro/astro/commit/3cbd8ea7534910e3beae396dcfa93ce87dcdd91f) Thanks [@​bluwy](https://togithub.com/bluwy)! - Removes the deprecated `@astrojs/vercel/edge` export. You should use `@astrojs/vercel/serverless` instead with the `edgeMiddleware` option. ### [`v5.2.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/vercel/CHANGELOG.md#520) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/vercel@5.1.0...@astrojs/vercel@5.2.0) ##### Minor Changes - [#​8879](https://togithub.com/withastro/astro/pull/8879) [`754e4fd31`](https://togithub.com/withastro/astro/commit/754e4fd31ce49eadb2cf4951e941a48d11d10e73) Thanks [@​lilnasy](https://togithub.com/lilnasy)! - The Vercel adapter now streams responses! This brings better performance to your visitors by showing them content as it is rendered. The browser can also start loading the required stylesheets and scripts much sooner, which ultimately results in faster full page loads. ### [`v5.1.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/vercel/CHANGELOG.md#510) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/vercel@5.0.2...@astrojs/vercel@5.1.0) ##### Minor Changes - [#​8867](https://togithub.com/withastro/astro/pull/8867) [`b209e5335`](https://togithub.com/withastro/astro/commit/b209e533584521c55f88b929f28ea9d5189045f9) Thanks [@​lilnasy](https://togithub.com/lilnasy)! - You can now configure how long your functions can run before timing out. ```diff export default defineConfig({ output: "server", adapter: vercel({ + maxDuration: 60 }), }); ``` ##### Patch Changes - [#​8896](https://togithub.com/withastro/astro/pull/8896) [`5dd1ed50b`](https://togithub.com/withastro/astro/commit/5dd1ed50b2f9428946b0b273e0ce8f13c19aa3b5) Thanks [@​bluwy](https://togithub.com/bluwy)! - Prevents the Vercel serverless adapter from generating static redirect pages in hybrid mode - Updated dependencies \[[`26b77b8fe`](https://togithub.com/withastro/astro/commit/26b77b8fef0e03bfc5550aecaa1f56a4fc1cd297)]: - astro@3.3.4 ### [`v5.0.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/vercel/CHANGELOG.md#502) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/vercel@5.0.1...@astrojs/vercel@5.0.2) ##### Patch Changes - [#​8737](https://togithub.com/withastro/astro/pull/8737) [`6f60da805`](https://togithub.com/withastro/astro/commit/6f60da805e0014bc50dd07bef972e91c73560c3c) Thanks [@​ematipico](https://togithub.com/ematipico)! - Add provenance statement when publishing the library from CI - Updated dependencies \[[`6f60da805`](https://togithub.com/withastro/astro/commit/6f60da805e0014bc50dd07bef972e91c73560c3c), [`d78806dfe`](https://togithub.com/withastro/astro/commit/d78806dfe0301ea7ffe6c7c1f783bd415ac7cda9), [`d1c75fe15`](https://togithub.com/withastro/astro/commit/d1c75fe158839699c59728cf3a83888e8c72a459), [`aa265d730`](https://togithub.com/withastro/astro/commit/aa265d73024422967c1b1c68ad268c419c6c798f), [`78adbc443`](https://togithub.com/withastro/astro/commit/78adbc4433208458291e36713909762e148e1e5d), [`21e0757ea`](https://togithub.com/withastro/astro/commit/21e0757ea22a57d344c934045ca19db93b684436), [`357270f2a`](https://togithub.com/withastro/astro/commit/357270f2a3d0bf2aa634ba7e52e9d17618eff4a7)]: - [@​astrojs/internal-helpers](https://togithub.com/astrojs/internal-helpers)[@​0](https://togithub.com/0).2.1 - astro@3.2.3 ### [`v5.0.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/vercel/CHANGELOG.md#501) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/vercel@5.0.0...@astrojs/vercel@5.0.1) ##### Patch Changes - [#​8581](https://togithub.com/withastro/astro/pull/8581) [`d0e513f21`](https://togithub.com/withastro/astro/commit/d0e513f214fe3cb30bab6d98936cda796477f2f8) Thanks [@​rishi-raj-jain](https://togithub.com/rishi-raj-jain)! - log only once in serverless adapter - Updated dependencies \[[`8d361169b`](https://togithub.com/withastro/astro/commit/8d361169b8e487933d671ce347f0ce74922c80cc), [`95b5f6280`](https://togithub.com/withastro/astro/commit/95b5f6280d124f8d6f866dc3286406c272ee91bf), [`0586e20e8`](https://togithub.com/withastro/astro/commit/0586e20e8338e077b8eb1a3a96bdd19f5950c22f)]: - astro@3.1.1

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 11 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 Dec 5, 2023 5:00pm