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

Improve @next/font error handling #43298

Merged
merged 16 commits into from Nov 24, 2022
Merged

Commits on Nov 23, 2022

  1. Add util for creating expected @next/font error

    Hannes Bornö committed Nov 23, 2022
    Copy the full SHA
    8f8c0bb View commit details
    Browse the repository at this point in the history
  2. Throw NextFontErrors instead

    Hannes Bornö committed Nov 23, 2022
    Copy the full SHA
    aa568c2 View commit details
    Browse the repository at this point in the history
  3. Remove current formatting of @next/font errors

    Hannes Bornö committed Nov 23, 2022
    Copy the full SHA
    72212fc View commit details
    Browse the repository at this point in the history
  4. Don't change errors in next-font-loaders

    Hannes Bornö committed Nov 23, 2022
    Copy the full SHA
    63d2a33 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2a8e755 View commit details
    Browse the repository at this point in the history
  6. Show stacktrace if it's an unknonw @next/font error

    Hannes Bornö committed Nov 23, 2022
    Copy the full SHA
    e439601 View commit details
    Browse the repository at this point in the history
  7. Remove warning that different versions are being used

    Hannes Bornö committed Nov 23, 2022
    Copy the full SHA
    b2040d0 View commit details
    Browse the repository at this point in the history
  8. Add dev tests for the different errors

    Hannes Bornö committed Nov 23, 2022
    Copy the full SHA
    fc28cee View commit details
    Browse the repository at this point in the history
  9. Remove error-loader when issuer is _document

    Hannes Bornö committed Nov 23, 2022
    Copy the full SHA
    5bafc87 View commit details
    Browse the repository at this point in the history
  10. Throw error in next-font-loader if used in _document

    Hannes Bornö committed Nov 23, 2022
    Copy the full SHA
    217cb33 View commit details
    Browse the repository at this point in the history
  11. Update test and move from e2e -> dev

    Hannes Bornö committed Nov 23, 2022
    Copy the full SHA
    e735dd2 View commit details
    Browse the repository at this point in the history
  12. Remove unused import

    Hannes Bornö committed Nov 23, 2022
    Copy the full SHA
    f7002a8 View commit details
    Browse the repository at this point in the history
  13. Fix comment

    Hannes Bornö committed Nov 23, 2022
    Copy the full SHA
    7b7490e View commit details
    Browse the repository at this point in the history
  14. Merge branch 'canary' into improve-next-font-errors

    Hannes Bornö committed Nov 23, 2022
    Copy the full SHA
    7f3430f View commit details
    Browse the repository at this point in the history
  15. Only add @next/font if installed

    Hannes Bornö committed Nov 23, 2022
    Copy the full SHA
    9f0b83b View commit details
    Browse the repository at this point in the history
  16. Merge branch 'canary' into improve-next-font-errors

    Hannes Bornö committed Nov 23, 2022
    Copy the full SHA
    9c0c409 View commit details
    Browse the repository at this point in the history