Skip to content

Version 8.0.4

Choose a tag to compare

@jaydenseric jaydenseric released this 12 Mar 08:45
· 126 commits to master since this release

Patch

  • Updated dependencies.
  • Removed redundant dev dependencies.
  • Stop using hard-rejection to detect unhandled Promise rejections in tests, as Node.js v15+ does this natively.
  • Tweaked the v8.0.3 changelog entry.
  • Always use regex u mode.
  • Use the Next.js JS API instead of the CLI to start Next.js in tests, fixing Next.js start detection in tests broken since Next.js v10.0.6-canary.8.
  • Asynchronously create test fixture files.
  • Fixed incorrect console output indentation following certain test failures.
  • Added tests for SSR GraphQL response Link header forwarding to the client.
  • Fixed errors that can happen during a Next.js build or SSR due to unparsable Link headers.
  • Internal JSDoc tweaks.
  • Updated GitHub Actions CI config:
    • Updated actions/checkout to v2.
    • Updated actions/setup-node to v2.
    • Don’t specify the CI environment variable as it’s set by default.