Releases: spotify/web-scripts
Releases · spotify/web-scripts
v7.0.0
28 Apr 19:36
Compare
Sorry, something went wrong.
No results found
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.
v6.2.0
04 Apr 16:34
Compare
Sorry, something went wrong.
No results found
6.2.0 (2020-04-04)
Features
v6.1.1
03 Apr 20:02
Compare
Sorry, something went wrong.
No results found
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 )
v6.1.0
12 Mar 18:38
Compare
Sorry, something went wrong.
No results found
6.1.0 (2020-03-12)
Features
eslint-config-base: add rule for diabling unsafe finally blocks (#230 ) (5869bf9 )
v6.0.2
06 Feb 15:47
Compare
Sorry, something went wrong.
No results found
6.0.2 (2020-02-06)
Bug Fixes
create-web-scripts-library: format package.json (#194 ) (2d4b072 )
v6.0.1
06 Feb 15:29
Compare
Sorry, something went wrong.
No results found
6.0.1 (2020-02-06)
Bug Fixes
bump dependencies; fix create-web-scripts-library (ecdd47f )
v6.0.0
29 Jan 15:43
Compare
Sorry, something went wrong.
No results found
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.
v5.3.0
29 Jan 15:34
Compare
Sorry, something went wrong.
No results found
5.3.0 (2020-01-29)
Features
eslint-config: add eslint-plugin-jest to config (4ac3051 )
v5.2.1
23 Jan 18:13
Compare
Sorry, something went wrong.
No results found
5.2.1 (2020-01-23)
Bug Fixes
web-scripts: get format working, add test (5bcf926 )
v5.2.0
22 Jan 15:49
Compare
Sorry, something went wrong.
No results found
5.2.0 (2020-01-22)
Features
index.js: Add react/jsx-curly-brace-presence rule (fbef1ae )