Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @sveltejs/adapter-vercel to v5 #374

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/adapter-vercel (source) 1.0.0-next.53 -> 5.4.6 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/adapter-vercel)

v5.4.6

Compare Source

Patch Changes

v5.4.5

Compare Source

Patch Changes

v5.4.4

Compare Source

Patch Changes

v5.4.3

Compare Source

Patch Changes

v5.4.2

Compare Source

Patch Changes

v5.4.1

Compare Source

Patch Changes
  • fix: copy .eot, .otf, .ttf, .woff, and woff2 font files when bundling (#​12439)

v5.4.0

Compare Source

Minor Changes
  • chore(deps): upgrade to esbuild 0.21 (#​12415)
Patch Changes

v5.3.2

Compare Source

Patch Changes

v5.3.1

Compare Source

Patch Changes
  • chore(deps): upgrade to @vercel/nft version 0.27.1 (#​12274)

v5.3.0

Compare Source

Minor Changes
Patch Changes

v5.2.0

Compare Source

Minor Changes
  • feat: add framework metadata in Vercel build output files (#​11800)

  • feat: implement version skew protection (#​11987)

v5.1.1

Compare Source

Patch Changes
  • fix: handle optional and rest routes for incremental static regeneration (ISR) correctly (#​11928)

v5.1.0

Compare Source

Minor Changes
  • feat: allow compatible subset of Node.js built-in modules when targeting edge functions (#​11675)
Patch Changes

v5.0.0

Compare Source

Major Changes
  • breaking: update peer dependency on @sveltejs/kit (#​11649)
Minor Changes
  • feat: support read from $app/server (#​11649)
Patch Changes

v4.0.5

Compare Source

Patch Changes
  • chore: upgrade esbuild to 0.19.11 (#​11632)

v4.0.4

Compare Source

Patch Changes

v4.0.3

Compare Source

Patch Changes

v4.0.2

Compare Source

Patch Changes
  • fix: remove broken node 16 support (#​11328)

v4.0.1

Compare Source

Patch Changes
  • chore(deps): update @vercel/nft (#​11281)

v4.0.0

Compare Source

Major Changes
  • breaking: require SvelteKit 2 peer dependency (#​11289)

  • chore: upgrade esbuild (#​11122)

Minor Changes
  • feat: expose vercel image optimization config in adapter config (#​8667)

v3.1.0

Compare Source

Minor Changes
  • feat: add support for nodejs20.x (#​11067)

v3.0.3

Compare Source

Patch Changes

v3.0.2

Compare Source

Patch Changes

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

Major Changes
  • breaking: remove obsolete envVarsInUse option (#​9942)
Patch Changes

v2.4.3

Compare Source

Patch Changes
  • chore: update all dependencies with minor version bumps (#​9761)

v2.4.2

Compare Source

Patch Changes

v2.4.1

Compare Source

Patch Changes
  • fix: create separate functions for ISR routes (#​9504)

v2.4.0

Compare Source

Minor Changes
  • feat: warn when prerender setting makes isr config useless (#​9436)
Patch Changes
  • fix: don't show cron warning when everything's valid (#​9436)

  • fix: allow to set isr to false to clear isr config in leafs (#​9436)

v2.3.2

Compare Source

Patch Changes

v2.3.1

Compare Source

Patch Changes

v2.3.0

Compare Source

Minor Changes
  • feat: provide access to request context via event.platform (#​9280)
Patch Changes

v2.2.1

Compare Source

Patch Changes
  • fix: add catch-all route for 404s (#​9265)

v2.2.0

Compare Source

Minor Changes
  • feat: validate that Vercel cron paths match an API path (#​9145)

v2.1.1

Compare Source

Patch Changes
  • fix: move catch-all-regex to the end (#​9185)

  • fix: temporarily disable streaming when ISR is used (#​9197)

v2.1.0

Compare Source

Minor Changes
  • feat: enable experimental response streaming (#​9144)

v2.0.4

Compare Source

Patch Changes
  • fix: add leading / to isr routes (#​9100)

v2.0.3

Compare Source

Patch Changes
  • fix: get ISR working on Vercel (#​9063)

v2.0.2

Compare Source

Patch Changes

v2.0.1

Compare Source

Patch Changes
  • chore: throw helpful migration error (#​8915)

v2.0.0

Compare Source

Major Changes
  • breaking: bump @sveltejs/kit peer dependency (#​8740)
Minor Changes
  • feat: support route-level configuration options (#​8740)
Patch Changes

v1.0.6

Compare Source

Patch Changes

v1.0.5

Compare Source

Patch Changes
  • docs: move adapter docs to site (#​8531)

v1.0.4

Compare Source

Patch Changes

v1.0.3

Compare Source

Patch Changes

v1.0.2

Compare Source

Patch Changes

v1.0.1

Compare Source

Patch Changes
  • fix: only apply immutable cache-control headers to immutable assets (#​8332)

v1.0.0

Compare Source

Major Changes

First major release, see below for the history of changes that lead up to this.
Starting from now all releases follow semver and changes will be listed as Major/Minor/Patch

v1.0.0-next.88

Compare Source

Patch Changes
  • chore: add peerDependencies, add more specific next version (#​8141)

v1.0.0-next.87

Compare Source

Patch Changes
  • fix: revert platform change from browser to neutral (#​8122)

v1.0.0-next.86

Compare Source

Patch Changes
  • fix: set esbuild platform to neutral (#​8083)

v1.0.0-next.85

Compare Source

Patch Changes

v1.0.0-next.84

Compare Source

Patch Changes
  • fix: Write redirects for prerendered pages with trailing slashes (#​7747)

v1.0.0-next.83

Compare Source

Patch Changes
  • fix: handle root route for split config (#​7741)

v1.0.0-next.82

Compare Source

Patch Changes
  • Handle redirects inside SvelteKit (#​7719)

v1.0.0-next.81

Compare Source

Patch Changes

v1.0.0-next.80

Compare Source

Patch Changes
  • fix: don't fail on unknown error message (#​7312)

v1.0.0-next.79

Compare Source

Patch Changes
  • Use config.kit.paths.base prefix for static assets (#​4448)

v1.0.0-next.78

Compare Source

Patch Changes
  • Transfer server data as devalue-encoded JSON (#​7177)

v1.0.0-next.77

Compare Source

Patch Changes
  • Redact error message if getRequest fails (#​6936)

v1.0.0-next.76

Compare Source

Patch Changes

v1.0.0-next.75

Compare Source

Patch Changes
  • Ignore warnings when traced file fails to parse (#​6810)

v1.0.0-next.74

Compare Source

Patch Changes

v1.0.0-next.73

Compare Source

Patch Changes
  • breaking: request creation cleanup (#​6681)

v1.0.0-next.72

Compare Source

Patch Changes
  • Fix global is not defined runtime error building with edge: true option (#​6425)

v1.0.0-next.71

Compare Source

Patch Changes
  • Use devalue to serialize server-only load return values (#​6318)

v1.0.0-next.70

Compare Source

Patch Changes
  • Don't use top-level-await, as it is not supported right now (#​6360)

v1.0.0-next.69

Compare Source

Patch Changes
  • Run server.init() for edge functions (#​6327)

v1.0.0-next.68

Compare Source

Patch Changes
  • feat: Moved hooks.js initialization from Server.respond into Server.init (#​6179)

v1.0.0-next.67

Compare Source

Patch Changes
  • Use platform: 'browser' for esbuild in Vercel Edge Functions. (#​6109)

v1.0.0-next.66

Compare Source

Patch Changes

v1.0.0-next.65

Compare Source

Patch Changes
  • breaking: remove writeStatic to align with Vite (#​5618)

v1.0.0-next.64

Compare Source

Patch Changes
  • Don't remove .vercel/output directory (#​5555)

v1.0.0-next.63

Compare Source

Patch Changes
  • Print friendlier message if adapter-vercel fails to resolve dependencies (#​5551)

v1.0.0-next.62

Compare Source

Patch Changes

v1.0.0-next.61

Compare Source

Patch Changes
  • Remove ENABLE_VC_BUILD check, use v3 build output API for all apps deployed to Vercel (#​5514)

v1.0.0-next.60

Compare Source

Patch Changes
  • chore: upgrade TypeScript to 4.7.4 (#​5414)

v1.0.0-next.59

Compare Source

Patch Changes
  • Add sourcemap generation for the generated functions (#​5197)

v1.0.0-next.58

Compare Source

Patch Changes

v1.0.0-next.57

Compare Source

Patch Changes
  • Update adapter entrypoint typings to be NodeNext/ESNext-compatible (#​5111)

v1.0.0-next.56

Compare Source

Patch Changes
  • Use @​vercel/nft to include dependencies in lambda without bundling with esbuild, when using v3 build output API (#​4969)
  • only serve _app/immutable with immutable cache header, not _app/version.json (#​5051)

v1.0.0-next.55

Compare Source

Patch Changes

v1.0.0-next.54

Compare Source

Patch Changes
  • breaking: replace @​sveltejs/kit/install-fetch with @​sveltejs/kit/node/polyfills (#​4934)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Jan 24, 2024

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

Name Status Preview Comments Updated (UTC)
chrsep-dev ❌ Failed (Inspect) Oct 30, 2024 0:38am

@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 37cab7a to 86177b0 Compare January 24, 2024 19:03
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 86177b0 to b7ee614 Compare January 30, 2024 23:12
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from b7ee614 to 0264a2c Compare February 9, 2024 09:53
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 0264a2c to 0aa5527 Compare February 10, 2024 22:35
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 0aa5527 to ae28e4e Compare February 11, 2024 01:16
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from ae28e4e to 08fc2f5 Compare February 12, 2024 18:27
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 08fc2f5 to 2860c14 Compare February 13, 2024 18:58
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 2860c14 to d199ee3 Compare February 13, 2024 21:09
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from d199ee3 to 4047f52 Compare February 18, 2024 18:51
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 4047f52 to 662b6f1 Compare February 19, 2024 12:13
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 662b6f1 to c26395e Compare February 20, 2024 22:03
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from c26395e to d2ff511 Compare February 25, 2024 13:35
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from d2ff511 to 87f5dcc Compare February 25, 2024 15:28
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 87f5dcc to f277257 Compare February 25, 2024 19:10
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from f277257 to af796c2 Compare February 25, 2024 21:11
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from c32fa43 to ab5c728 Compare August 16, 2024 20:02
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from ab5c728 to cc9cd4e Compare August 17, 2024 19:02
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from cc9cd4e to 1b14af7 Compare August 30, 2024 21:06
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 1b14af7 to e5ede07 Compare August 31, 2024 01:59
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from e5ede07 to 7d22456 Compare September 22, 2024 19:14
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 7d22456 to 68bdb52 Compare September 27, 2024 00:28
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 68bdb52 to b310698 Compare September 27, 2024 03:19
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from b310698 to 17526d5 Compare September 27, 2024 08:26
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 17526d5 to 7ef1a2e Compare September 27, 2024 11:13
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 7ef1a2e to edf3382 Compare September 27, 2024 14:11
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from edf3382 to 00fc3f2 Compare September 27, 2024 16:05
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 00fc3f2 to 15b83c7 Compare September 27, 2024 19:50
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-vercel-5.x branch from 15b83c7 to 1912411 Compare October 12, 2024 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants