Skip to content

Releases: spotify/web-scripts

v9.0.0

26 Oct 19:06
Compare
Choose a tag to compare

9.0.0 (2020-10-26)

Bug Fixes

Features

  • @spotify/best-practices/no-discouraged-words: switch to warn (f1aed8c)
  • use TypeScript 4 (bbf1164), closes #487 #252

BREAKING CHANGES

  • must upgrade to TypeScript 4 as a consumer; new tsconfig takes advantage of
    incremental + noEmit

v8.1.1

22 Sep 14:34
Compare
Choose a tag to compare

8.1.1 (2020-09-22)

Bug Fixes

  • update eslint-plugin to allow for @typescript-eslint/parser@4 (0363558)

v8.1.0

08 Sep 20:23
Compare
Choose a tag to compare

8.1.0 (2020-09-08)

Features

  • eslint-spotify: added eslint-plugin package w/ best-practices/no-discouraged-words (ddbbadc)

v8.0.4

26 Aug 14:31
Compare
Choose a tag to compare

8.0.4 (2020-08-26)

Bug Fixes

v8.0.3

25 Aug 16:08
Compare
Choose a tag to compare

8.0.3 (2020-08-25)

Bug Fixes

v8.0.2

15 Jul 19:08
Compare
Choose a tag to compare

8.0.2 (2020-07-15)

Bug Fixes

  • eslint-config-react: fix peer dependency on eslint-plugin-react-hooks (8591423)

v8.0.1

02 Jul 18:01
Compare
Choose a tag to compare

8.0.1 (2020-07-02)

Bug Fixes

  • eslint-config-typescript: turn off naming-convention (ed5eec3)

v8.0.0

23 Jun 20:14
Compare
Choose a tag to compare

8.0.0 (2020-06-23)

Features

  • commitlint: v9 (2709cb8)
  • eslint: v7 (55ebb7f)
  • eslint-plugin-jest: minor bump (e1fef3b)
  • jest: v26 (14c37a8)
  • jest-junit: v11 (1ef34c4)
  • semantic-release: minor bump (ded14f4)
  • typescript-eslint: upgrade to latest to support type export syntax (688324b)
  • typescript-eslint/eslint-plugin: v3.4.0 (195400a)

BREAKING CHANGES

  • commitlint: 'improvement' type will now be rejected by this config.
  • eslint: see release notes for eslint v7
  • jest-junit: see jest-junit 11 release notes
  • jest: See jest 26 release notes
  • typescript-eslint: The camelcase rule was deprecated in typescript-eslint. I've tried to replace it
    with an equivalent naming-convention rule config. I question if we should have this at all.

v7.0.2

27 May 15:09
Compare
Choose a tag to compare

7.0.2 (2020-05-27)

Bug Fixes

  • web-scripts: positional args were being stripped out (bae75b4)

v7.0.1

15 May 20:03
Compare
Choose a tag to compare

7.0.1 (2020-05-15)

Bug Fixes

  • web-scripts: unknown command options were parsed twice (d30364b), closes #341