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

refactor(vercel): Build Output API v3 #3216

Merged
merged 45 commits into from
May 11, 2022
Merged

Commits on Apr 26, 2022

  1. Removed ignores

    JuanM04 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    c3f976f View commit details
    Browse the repository at this point in the history
  2. Migration to v3

    JuanM04 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    a55569d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a64f77 View commit details
    Browse the repository at this point in the history
  4. More changes

    JuanM04 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    8a9d292 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20adf95 View commit details
    Browse the repository at this point in the history
  6. Remove legacy redirects

    JuanM04 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    34cd040 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0219fcd View commit details
    Browse the repository at this point in the history
  8. Fix edge

    JuanM04 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    9de24d2 View commit details
    Browse the repository at this point in the history
  9. Updated readme

    JuanM04 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    e11b6f1 View commit details
    Browse the repository at this point in the history
  10. Changeset

    JuanM04 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    f6ddaed View commit details
    Browse the repository at this point in the history
  11. Added static mode

    JuanM04 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    a7a966e View commit details
    Browse the repository at this point in the history
  12. Updated documentation

    JuanM04 committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    c201c60 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Updated shim

    JuanM04 committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    5f5a0d7 View commit details
    Browse the repository at this point in the history
  2. Made edge work!

    JuanM04 committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    83c29a3 View commit details
    Browse the repository at this point in the history
  3. Updated changeset

    JuanM04 committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    b32c21f View commit details
    Browse the repository at this point in the history
  4. Ensure empty dir

    JuanM04 committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    aa983b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cff5ed0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59656dc View commit details
    Browse the repository at this point in the history
  7. Removed extra declaration

    JuanM04 committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    efa720e View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

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

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    916a06b View commit details
    Browse the repository at this point in the history
  2. Splited imports

    JuanM04 committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    de4568c View commit details
    Browse the repository at this point in the history
  3. Updated readme

    JuanM04 committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    87ac091 View commit details
    Browse the repository at this point in the history
  4. Fixed some urls

    JuanM04 committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    595391d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    036a146 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fd7a48 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    07928dc View commit details
    Browse the repository at this point in the history
  2. Deprecated shim!

    JuanM04 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    5fcd8d4 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. [test]: Vercel NFT

    JuanM04 committed May 5, 2022
    Configuration menu
    Copy the full SHA
    a60f182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42a305d View commit details
    Browse the repository at this point in the history
  3. Beautify

    JuanM04 committed May 5, 2022
    Configuration menu
    Copy the full SHA
    0830562 View commit details
    Browse the repository at this point in the history
  4. Edge bundle to node 14.19

    Vercel runs 14.19.1 (I've checked it manually)
    JuanM04 committed May 5, 2022
    Configuration menu
    Copy the full SHA
    85a797f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    9a67fd6 View commit details
    Browse the repository at this point in the history
  2. Re-added shim (#3304)

    JuanM04 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    5d6e273 View commit details
    Browse the repository at this point in the history
  3. Added node: prefix

    JuanM04 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    af1be56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    649544a View commit details
    Browse the repository at this point in the history
  5. Remove esbuild

    JuanM04 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    2716c85 View commit details
    Browse the repository at this point in the history
  6. Fixed shim

    JuanM04 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    f2fb587 View commit details
    Browse the repository at this point in the history
  7. Moved nft

    JuanM04 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    85eb0b1 View commit details
    Browse the repository at this point in the history
  8. Updated changeset

    JuanM04 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    a48a859 View commit details
    Browse the repository at this point in the history
  9. Added note about Edge

    JuanM04 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    df06593 View commit details
    Browse the repository at this point in the history
  10. fix typo

    JuanM04 committed May 6, 2022
    Configuration menu
    Copy the full SHA
    dd24191 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    34f73de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39f2663 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

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