Update dependency @astrojs/vercel to v6 - autoclosed #27
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.2
->6.1.4
Release Notes
withastro/astro (@astrojs/vercel)
v6.1.4
Compare Source
Patch Changes
d7f1903cded3e864b392d1dd7502672d37936f11
Thanks @lilnasy! - Fixes an issue where the serverless function could not respond with a prerendered 404 page.v6.1.3
Compare Source
Patch Changes
#9591
22a5405b4a4b7948458ad170b0a7bde6954058c1
Thanks @lilnasy! - Fixes an issue where 404.astro was not used in static mode.#9598
bd8fa7acd23ba6e7afa2c435807bd5fd6b24f505
Thanks @lilnasy! - Marks thespeedInsights
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 for instructions on how to use the library instead.v6.1.2
Compare Source
Patch Changes
7b586a6e23e25653814db9adea9674ec3a9bd535
Thanks @lilnasy! - Fixes an issue where a build could not complete on Node 21.v6.1.1
Compare Source
Patch Changes
1baf0b0d3cbd0564954c2366a7278794fad6726e
Thanks @sarah11918! - Updates READMEv6.1.0
Compare Source
Minor Changes
836ab6214
Thanks @jacobdalamb! - Adds support for Node 20 (currently inbeta
on Vercel).Patch Changes
8aeb0b579
Thanks @lilnasy! - Fixes an issue where dots in redirects were incorrectly handled.v6.0.2
Compare Source
Patch Changes
#9287
1e342e34e
Thanks @lilnasy! - Fixes an issue where redirects did not work with the static adapter.#9383
bebf5cf22
Thanks @sarah11918! - Fixes some incorrect code examples in the README documentation.#9334
dfbc70790
Thanks @Geo25rey! - Allows the edge middleware to be an async function.v6.0.1
Compare Source
Patch Changes
1685cc42b
Thanks @matthewp! - Uses the latest astro as the peerDependencyv6.0.0
Compare Source
Major Changes
#9199
49aa215a0
Thanks @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
a145ac07e
Thanks @bluwy! - Removes deprecatedanalytics
option. Use thewebAnalytics
option instead.#9263
3cbd8ea75
Thanks @bluwy! - Removes the deprecated@astrojs/vercel/edge
export. You should use@astrojs/vercel/serverless
instead with theedgeMiddleware
option.v5.2.0
Compare Source
Minor Changes
#8879
754e4fd31
Thanks @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
Compare Source
Minor Changes
#8867
b209e5335
Thanks @lilnasy! - You can now configure how long your functions can run before timing out.export default defineConfig({ output: "server", adapter: vercel({ + maxDuration: 60 }), });
Patch Changes
#8896
5dd1ed50b
Thanks @bluwy! - Prevents the Vercel serverless adapter from generating static redirect pages in hybrid modeUpdated dependencies [
26b77b8fe
]:Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.