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

feat: include server assets for Vercel serverless functions #10979

Merged
merged 66 commits into from
Jan 15, 2024

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    cbed243 View commit details
    Browse the repository at this point in the history
  2. changeset

    eltigerchino committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    4915822 View commit details
    Browse the repository at this point in the history
  3. fix test

    eltigerchino committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    fc081d0 View commit details
    Browse the repository at this point in the history
  4. fix doc

    eltigerchino committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    e45f4ce View commit details
    Browse the repository at this point in the history
  5. fix asset copying

    eltigerchino committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    045f343 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eeb1cf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    9ec0f82 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    ac6f3f7 View commit details
    Browse the repository at this point in the history
  2. fix doc link

    eltigerchino committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    9ce6edb View commit details
    Browse the repository at this point in the history
  3. better doc example

    eltigerchino committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d8aec4b View commit details
    Browse the repository at this point in the history
  4. fix doc type

    eltigerchino committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ad67ee2 View commit details
    Browse the repository at this point in the history
  5. ok for real

    eltigerchino committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    407af73 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    df45d57 View commit details
    Browse the repository at this point in the history
  2. prettier

    eltigerchino committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    efa240d View commit details
    Browse the repository at this point in the history
  3. fix tests

    eltigerchino committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    816fe44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09a28fb View commit details
    Browse the repository at this point in the history
  5. fix types

    eltigerchino committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    7390ed8 View commit details
    Browse the repository at this point in the history
  6. more type fixes

    eltigerchino committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    2c9e86c View commit details
    Browse the repository at this point in the history
  7. try this

    eltigerchino committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    957dc06 View commit details
    Browse the repository at this point in the history
  8. documentation

    eltigerchino committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    396d48c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb1d891 View commit details
    Browse the repository at this point in the history
  10. oopsie wrong PR

    eltigerchino committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    3449ca2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8fbc1aa View commit details
    Browse the repository at this point in the history
  12. update changesets

    eltigerchino committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    306dcde View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    71a722c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    5e09b0b View commit details
    Browse the repository at this point in the history
  2. fix lockfile

    eltigerchino committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7625adb View commit details
    Browse the repository at this point in the history
  3. prettier

    eltigerchino committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    028f35e View commit details
    Browse the repository at this point in the history
  4. lint

    eltigerchino committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9401f07 View commit details
    Browse the repository at this point in the history
  5. fix vercel tsc errors

    eltigerchino committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    abafe51 View commit details
    Browse the repository at this point in the history
  6. prepublish only

    eltigerchino committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7312bd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. fix: avoid running load functions when prerendering if no server load…

    … function exists and SSR is off (#11405)
    eltigerchino committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    010081f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8dbb21 View commit details
    Browse the repository at this point in the history
  3. Version Packages (#11420)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    2 people authored and eltigerchino committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    d75ad7c View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency worktop to v0.8.0-next.16 (#11437)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and eltigerchino committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9d0e3a4 View commit details
    Browse the repository at this point in the history
  5. i don't think we need this any more (#11439)

    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    2 people authored and eltigerchino committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9d93465 View commit details
    Browse the repository at this point in the history
  6. fix: only disallow dynamic env access when prerendering (#11436)

    * only disallow dynamic env access when prerendering
    
    * changeset
    
    * add test
    
    * sigh
    
    ---------
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    2 people authored and eltigerchino committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    2355ef6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea274ec View commit details
    Browse the repository at this point in the history
  8. Version Packages (#11442)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    2 people authored and eltigerchino committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    2784729 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    82488f6 View commit details
    Browse the repository at this point in the history
  10. Version Packages (#11457)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    2 people authored and eltigerchino committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    928d53b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39745e6 View commit details
    Browse the repository at this point in the history
  12. empty commit (#11469)

    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    2 people authored and eltigerchino committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    cde2295 View commit details
    Browse the repository at this point in the history
  13. fix form actions docs (#11470)

    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    2 people authored and eltigerchino committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    7699bfd View commit details
    Browse the repository at this point in the history
  14. Version Packages (#11468)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    2 people authored and eltigerchino committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c4ee169 View commit details
    Browse the repository at this point in the history
  15. chore(deps): update pnpm to v8.13.1 (#11471)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and eltigerchino committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    627cce8 View commit details
    Browse the repository at this point in the history
  16. docs: add performance page (#11424)

    * docs: add performance page
    
    * address minor feedback issues
    
    * lazy loading and waterfalls
    
    * prefetching
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * various
    
    * tweak
    
    * MDN page says nothing about lazy-loading videos
    
    * fix link
    
    * Update documentation/docs/40-best-practices/05-performance.md
    
    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    
    * move images page
    
    * Update documentation/docs/40-best-practices/05-performance.md
    
    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    
    * update font section (no point mentioning font-display without a recommended value)
    
    * various tweaks
    
    ---------
    
    Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    3 people authored and eltigerchino committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    3ac5e78 View commit details
    Browse the repository at this point in the history
  17. chore(deps): update pnpm to v8.14.0 (#11504)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and eltigerchino committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    0e78235 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    084d97b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c2f8c84 View commit details
    Browse the repository at this point in the history
  20. Version Packages (#11507)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    2 people authored and eltigerchino committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    80a6bab View commit details
    Browse the repository at this point in the history
  21. exclude universal nodes

    eltigerchino committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    068ded2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    557e4e1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8dcb57c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    125ac3f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. fix tests

    eltigerchino committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    fc09cb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    821c673 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c96c33d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b7127a View commit details
    Browse the repository at this point in the history
  5. im gonna lose my mind

    eltigerchino committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    463ffb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb58b72 View commit details
    Browse the repository at this point in the history
  7. oops

    eltigerchino committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    6f0fcc0 View commit details
    Browse the repository at this point in the history
  8. fix tests?

    eltigerchino committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    88b6800 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    3a0929c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    509a698 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f03b6b View commit details
    Browse the repository at this point in the history