Skip to content

Version 11.0.3

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 27 Jul 12:23
· 190 commits to master since this release

Patch

  • Updated the extract-files dependency to v9.0.0, and used its new deep require path.
  • Updated dev dependencies.
  • No longer test Node.js v13 in GitHub Actions CI.
  • Corrected the Browserslist query in the Babel config for the server API.
  • Write tests as CJS and no longer separately build and test ESM and CJS to simplify package scripts, Babel and ESLint config.
  • Removed the @babel/plugin-proposal-class-properties dev dependency and config, as @babel/preset-env has handed this via it’s shippedProposals options since v7.10.0.
  • Removed unnecessary .js file extensions from require paths.
  • Improved polyfilling globals in tests:
  • Removed a no longer necessary formdata-node workaround in graphqlFetchOptions tests.
  • Removed npm-debug.log from the .gitignore file as npm v4.2.0+ doesn’t create it in the current working directory.