Skip to content

v3.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 09:05
edb9a19

Minor Changes

  • f9bbd95: deps: TypeScript 4.0

    This includes compatible versions of ESLint, Jest and Prettier. You may need to reformat your code with yarn skuba format.

    TypeScript 4.0 is largely backward compatible, but you may see errors if you delete a required property:

    const fn = (arg: { prop: string }) => {
      delete arg.prop;
      //     ~~~~~~
      // error! The operand of a 'delete' operator must be optional.
    };
  • f9bbd95: lint: Allow incremental typechecking

Patch Changes

  • 2f55d43: configure: Fix bad import
  • b8fbbac: template: Use unknown catch clause variables
  • 6b21991: template/*-npm-package: Retain comments out of the box
  • 57b9d78: template/lambda-sqs-worker: Qualify awsRequestId log field