Skip to content

Latest commit

 

History

History
450 lines (212 loc) · 18.5 KB

CHANGELOG.md

File metadata and controls

450 lines (212 loc) · 18.5 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

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

8.1.1 (2020-09-22)

Bug Fixes

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

8.1.0 (2020-09-08)

Features

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

8.0.4 (2020-08-26)

Bug Fixes

8.0.3 (2020-08-25)

Bug Fixes

8.0.2 (2020-07-15)

Bug Fixes

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

8.0.1 (2020-07-02)

Bug Fixes

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

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.

7.0.2 (2020-05-27)

Bug Fixes

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

7.0.1 (2020-05-15)

Bug Fixes

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

7.0.0 (2020-04-28)

BREAKING CHANGES

  • running web-scripts without arguments exits code 1 now instead of exiting 0

  • prettier 2.0 may introduce breaking changes

  • prettier 2.0 may introduce breaking changes

  • improvement(web-scripts): make stylecheck and typecheck default for lint

the lint script will now default typechecking and stylechecking to true by default. You may shut these off with --no-typecheck and --no-stylecheck.

  • Users who have projects incompatible with TypeScript checks or with projects that do not user prettier will now fail yarn lint.

6.2.0 (2020-04-04)

Features

  • web-scripts: allow custom lint-staged (#276) (49324dc)

6.1.1 (2020-04-03)

Bug Fixes

  • pin ts-jest to 25.2 (48e4cd5)
  • web-scripts: pin ts-jest version to 25.2 (01c9d86)

6.1.0 (2020-03-12)

Features

  • eslint-config-base: add rule for diabling unsafe finally blocks (#230) (5869bf9)

6.0.2 (2020-02-06)

Bug Fixes

  • create-web-scripts-library: format package.json (#194) (2d4b072)

6.0.1 (2020-02-06)

Bug Fixes

  • bump dependencies; fix create-web-scripts-library (ecdd47f)

6.0.0 (2020-01-29)

Build System

  • bump node in engines to 10.18.0 (08ea936)

Features

  • web-scripts: fix lint-staged usage for latest version (5215e25)

BREAKING CHANGES

  • increasing Node version in engines declaration
  • web-scripts: * the --no-fix option has been removed from web-scripts precommit
  • a --no-typecheck was added to web-scripts precommit because the typecheck had to be removed from lint-staged, and so it is no longer aware of which files changed.

5.3.0 (2020-01-29)

Features

  • eslint-config: add eslint-plugin-jest to config (4ac3051)

5.2.1 (2020-01-23)

Bug Fixes

  • web-scripts: get format working, add test (5bcf926)

5.2.0 (2020-01-22)

Features

  • index.js: Add react/jsx-curly-brace-presence rule (fbef1ae)

5.1.0 (2020-01-22)

Features

  • web-scripts: rename postinstall to audit (169f3c1), closes #131

5.0.2 (2020-01-21)

Bug Fixes

  • eslint-config-base: allow triple slashes (8ee981d), closes #117

5.0.1 (2020-01-07)

Bug Fixes

  • create-web-scripts-library: bump template submodule (e4280f4)

5.0.0 (2020-01-06)

Features

  • tsconfig: expose a single tsconfig (5048d6a), closes #21
  • web-scripts: enable declarationMaps on types by default (835793e), closes #17

BREAKING CHANGES

  • tsconfig: deleted a number of exports from tsconfig

4.0.2 (2020-01-03)

Bug Fixes

  • fix commander usage of args for positional args (1a1eb5a)

4.0.1 (2020-01-03)

Bug Fixes

  • use commander v4; re-enable lib checks in TS (e41d9de), closes #95

4.0.0 (2020-01-03)

chore

  • bump engine to >=10.13.0 (9527453)

Features

  • eslint 6 updates (d5444b6)
  • web-scripts: Upgrade to ESLint ^6.8.0 (d0c37e9)

BREAKING CHANGES

  • Minimum Node version has been increased
  • web-scripts: Users of web-scripts that rely on ESLint 5 will see unexpected linting errors.

3.3.1 (2020-01-03)

Bug Fixes

  • create-web-scripts-library: bump template (c7516fa)

3.3.0 (2020-01-03)

Features

3.2.0 (2020-01-02)

Features

  • postinstall: move preinstall to postinstall; make CI-safe (97aa021)
  • web-scripts: web-scripts preinstall (#73) (f043658)
  • web-scripts preinstall: Add test coverage and use enum options (aaed187), closes #73

3.1.0 (2020-01-02)

Bug Fixes

  • stylecheck should use implicit config (9c9a88c)

Features

  • web-scripts lint: Adds optional --stylecheck to lint command (0c3b687)

3.0.1 (2019-10-24)

Bug Fixes

  • eslint-config-react: Add static-variables to react/sort-comp (f0526c0)

3.0.0 (2019-10-10)

Bug Fixes

  • eslint-config: Update typescript-eslint packages to ^2.2.0 (bda6c5f)

BREAKING CHANGES

  • eslint-config: Major version bump

2.1.0 (2019-10-10)

Features

  • use package attributes to determine lint preset (f6151ed), closes #56

2.0.1 (2019-09-27)

Bug Fixes

  • eslint-config-typescript: add no-useless-constructor override (72c6651)

2.0.0 (2019-09-23)

Features

  • eslint-config-base: Add rule for disallowing useless constructors (beab7ec)
  • web-scripts: add format script; use implicit prettier config (e7a15b1)
  • web-scripts: use Jest config in project (a6284a6), closes #39
  • web-scripts: use project ESLint configs (233ed23), closes #39

BREAKING CHANGES

  • web-scripts: users who have Jest configs but do not pass them will begin having that config applied.
  • web-scripts: projects which have ESLint files but do not pass them to web-scripts will start having them automatically applied
  • eslint-config-base: Adding a lint rule which doesn't have a fix, which means that upgrading could break builds due to the new rule.

1.4.0 (2019-09-20)

Features

  • eslint-config: add prettier/react (bfea01a)

1.3.0 (2019-08-30)

Features

  • web-scripts: add checkstyle to lint (0822ae2)

1.2.1 (2019-08-30)

Bug Fixes

  • web-scripts: ignore TypeScript declaration files from coverage (8bcfc7f), closes #45

1.2.0 (2019-07-29)

Features

  • eslint-config: initialize library; use in web-scripts (d209a3f), closes #40

1.1.4 (2019-07-17)

Bug Fixes

  • Add repostiory field to package.json files (fccd2db)
  • deps: fix vulnerabilities (25c7b81)
  • web-scripts: allow all test options to be configured (5750c57), closes #19

1.1.3 (2019-07-02)

Bug Fixes

  • create-web-scripts-library: move web-scripts to devDependency (868354d)

1.1.2 (2019-07-01)

Bug Fixes

  • create-web-scripts-library: add prepublish to release (0323798)

1.1.1 (2019-07-01)

Bug Fixes

  • create-web-scripts-library: make sure that log output is shown (9bff988)

1.1.0 (2019-07-01)

Bug Fixes

  • support ESLint 6 in our configs (59341e3)
  • Updates engines field to node >=10 (b3b4f58)

Features

  • create-web-scripts-library: implement cli and script (ce381f3)

1.0.2 (2019-06-26)

Bug Fixes

  • update dependencies for peerDependency warnings (eceff7c)

1.0.1 (2019-06-24)

Bug Fixes

  • web-scripts: drop the fix command (eb0d61d)