Skip to content

Commit 4c090ac

Browse files
author
GitHub Action
committed
v12.0.0
1 parent c6754a7 commit 4c090ac

File tree

22 files changed

+269
-659
lines changed

22 files changed

+269
-659
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [12.0.0](https://github.com/spotify/web-scripts/compare/v11.0.0...v12.0.0) (2021-09-22)
7+
8+
### Build System
9+
10+
- **deps:** bump typescript from 4.3.5 to 4.4.3 ([b50b7b3](https://github.com/spotify/web-scripts/commit/b50b7b3907681dc0a3b325ff2464764ad4e8e32e))
11+
- **node:** drop support for Node v12. Support only NodeJS >= 14.17.x ([be04398](https://github.com/spotify/web-scripts/commit/be043986089b79feab63f2a06527f48239ac5144))
12+
13+
### BREAKING CHANGES
14+
15+
- **node:** Dropped support for Node v12. Minimum supported NodeJS version is now >= 14.17.x.
16+
- **deps:** https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/#breaking-changes
17+
618
# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)
719

820
### Features

lerna.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
2+
"packages": ["packages/*"],
53
"npmClient": "yarn",
64
"useWorkspaces": true,
7-
"version": "11.0.0",
5+
"version": "12.0.0",
86
"command": {
97
"publish": {
108
"ignoreChanges": [

packages/create-web-scripts-library/CHANGELOG.md

Lines changed: 20 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -3,182 +3,115 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)
7-
8-
**Note:** Version bump only for package @spotify/create-web-scripts-library
6+
# [12.0.0](https://github.com/spotify/web-scripts/compare/v11.0.0...v12.0.0) (2021-09-22)
97

8+
### Build System
109

10+
- **deps:** bump typescript from 4.3.5 to 4.4.3 ([b50b7b3](https://github.com/spotify/web-scripts/commit/b50b7b3907681dc0a3b325ff2464764ad4e8e32e))
11+
- **node:** drop support for Node v12. Support only NodeJS >= 14.17.x ([be04398](https://github.com/spotify/web-scripts/commit/be043986089b79feab63f2a06527f48239ac5144))
1112

13+
### BREAKING CHANGES
1214

15+
- **node:** Dropped support for Node v12. Minimum supported NodeJS version is now >= 14.17.x.
16+
- **deps:** https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/#breaking-changes
1317

14-
# [10.1.0](https://github.com/spotify/web-scripts/compare/v10.0.1...v10.1.0) (2021-06-30)
18+
# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)
1519

1620
**Note:** Version bump only for package @spotify/create-web-scripts-library
1721

22+
# [10.1.0](https://github.com/spotify/web-scripts/compare/v10.0.1...v10.1.0) (2021-06-30)
1823

19-
20-
24+
**Note:** Version bump only for package @spotify/create-web-scripts-library
2125

2226
## [10.0.1](https://github.com/spotify/web-scripts/compare/v10.0.0...v10.0.1) (2021-04-27)
2327

2428
**Note:** Version bump only for package @spotify/create-web-scripts-library
2529

26-
27-
28-
29-
3030
# [10.0.0](https://github.com/spotify/web-scripts/compare/v9.0.2...v10.0.0) (2021-04-14)
3131

32-
3332
### Build System
3433

35-
* drop support for nodejs v10.x ([3fe3059](https://github.com/spotify/web-scripts/commit/3fe3059225c33cc550027dd77dbf1a48fde810a3))
36-
34+
- drop support for nodejs v10.x ([3fe3059](https://github.com/spotify/web-scripts/commit/3fe3059225c33cc550027dd77dbf1a48fde810a3))
3735

3836
### BREAKING CHANGES
3937

40-
* drop support for NodeJS v10.x, which reaches EOL on
41-
April 30, 2021.
42-
43-
44-
45-
38+
- drop support for NodeJS v10.x, which reaches EOL on
39+
April 30, 2021.
4640

4741
## [9.0.2](https://github.com/spotify/web-scripts/compare/v9.0.1...v9.0.2) (2021-02-26)
4842

4943
**Note:** Version bump only for package @spotify/create-web-scripts-library
5044

51-
52-
53-
54-
5545
## [9.0.1](https://github.com/spotify/web-scripts/compare/v9.0.0...v9.0.1) (2021-02-21)
5646

5747
**Note:** Version bump only for package @spotify/create-web-scripts-library
5848

59-
60-
61-
62-
6349
# [9.0.0](https://github.com/spotify/web-scripts/compare/v8.1.1...v9.0.0) (2020-10-26)
6450

6551
**Note:** Version bump only for package @spotify/create-web-scripts-library
6652

67-
68-
69-
70-
7153
## [8.1.1](https://github.com/spotify/web-scripts/compare/v8.1.0...v8.1.1) (2020-09-22)
7254

7355
**Note:** Version bump only for package @spotify/create-web-scripts-library
7456

75-
76-
77-
78-
7957
# [8.1.0](https://github.com/spotify/web-scripts/compare/v8.0.4...v8.1.0) (2020-09-08)
8058

8159
**Note:** Version bump only for package @spotify/create-web-scripts-library
8260

83-
84-
85-
86-
8761
## [8.0.4](https://github.com/spotify/web-scripts/compare/v8.0.3...v8.0.4) (2020-08-26)
8862

8963
**Note:** Version bump only for package @spotify/create-web-scripts-library
9064

91-
92-
93-
94-
9565
## [8.0.3](https://github.com/spotify/web-scripts/compare/v8.0.2...v8.0.3) (2020-08-25)
9666

9767
**Note:** Version bump only for package @spotify/create-web-scripts-library
9868

99-
100-
101-
102-
10369
## [8.0.2](https://github.com/spotify/web-scripts/compare/v8.0.1...v8.0.2) (2020-07-15)
10470

10571
**Note:** Version bump only for package @spotify/create-web-scripts-library
10672

107-
108-
109-
110-
11173
## [8.0.1](https://github.com/spotify/web-scripts/compare/v8.0.0...v8.0.1) (2020-07-02)
11274

11375
**Note:** Version bump only for package @spotify/create-web-scripts-library
11476

115-
116-
117-
118-
11977
# [8.0.0](https://github.com/spotify/web-scripts/compare/v7.0.2...v8.0.0) (2020-06-23)
12078

12179
**Note:** Version bump only for package @spotify/create-web-scripts-library
12280

123-
124-
125-
126-
12781
## [7.0.2](https://github.com/spotify/web-scripts/compare/v7.0.1...v7.0.2) (2020-05-27)
12882

12983
**Note:** Version bump only for package @spotify/create-web-scripts-library
13084

131-
132-
133-
134-
13585
## [7.0.1](https://github.com/spotify/web-scripts/compare/v7.0.0...v7.0.1) (2020-05-15)
13686

13787
**Note:** Version bump only for package @spotify/create-web-scripts-library
13888

139-
140-
141-
142-
14389
# [7.0.0](https://github.com/spotify/web-scripts/compare/v6.2.0...v7.0.0) (2020-04-28)
14490

145-
146-
* major release- 7.0.0 (#318) ([29509b4](https://github.com/spotify/web-scripts/commit/29509b4a52325080b7a38f3aeb41ce8ed82f04f5)), closes [#318](https://github.com/spotify/web-scripts/issues/318) [#314](https://github.com/spotify/web-scripts/issues/314) [#312](https://github.com/spotify/web-scripts/issues/312) [#310](https://github.com/spotify/web-scripts/issues/310)
147-
91+
- major release- 7.0.0 (#318) ([29509b4](https://github.com/spotify/web-scripts/commit/29509b4a52325080b7a38f3aeb41ce8ed82f04f5)), closes [#318](https://github.com/spotify/web-scripts/issues/318) [#314](https://github.com/spotify/web-scripts/issues/314) [#312](https://github.com/spotify/web-scripts/issues/312) [#310](https://github.com/spotify/web-scripts/issues/310)
14892

14993
### BREAKING CHANGES
15094

151-
* running web-scripts without arguments exits code 1 now instead of exiting 0
152-
* prettier 2.0 may introduce breaking changes
153-
* prettier 2.0 may introduce breaking changes
95+
- running web-scripts without arguments exits code 1 now instead of exiting 0
96+
- prettier 2.0 may introduce breaking changes
97+
- prettier 2.0 may introduce breaking changes
15498

155-
* improvement(web-scripts): make stylecheck and typecheck default for lint
99+
- improvement(web-scripts): make stylecheck and typecheck default for lint
156100

157101
the lint script will now default typechecking and stylechecking to true by default. You may shut
158102
these off with `--no-typecheck` and `--no-stylecheck`.
159-
* Users who have projects incompatible with TypeScript checks or with projects that
160-
do not user prettier will now fail yarn lint.
161-
162-
163-
164103

104+
- Users who have projects incompatible with TypeScript checks or with projects that
105+
do not user prettier will now fail yarn lint.
165106

166107
# [6.2.0](https://github.com/spotify/web-scripts/compare/v6.1.1...v6.2.0) (2020-04-04)
167108

168109
**Note:** Version bump only for package @spotify/create-web-scripts-library
169110

170-
171-
172-
173-
174111
## [6.1.1](https://github.com/spotify/web-scripts/compare/v6.1.0...v6.1.1) (2020-04-03)
175112

176113
**Note:** Version bump only for package @spotify/create-web-scripts-library
177114

178-
179-
180-
181-
182115
# [6.1.0](https://github.com/spotify/web-scripts/compare/v6.0.2...v6.1.0) (2020-03-12)
183116

184117
**Note:** Version bump only for package @spotify/create-web-scripts-library

packages/create-web-scripts-library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/create-web-scripts-library",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Project scaffolding script for @spotify/web-scripts libraries",
55
"author": "Paul Marbach <[email protected]>",
66
"homepage": "https://github.com/spotify/web-scripts#readme",
@@ -41,7 +41,7 @@
4141
"read-pkg-up": "^7.0.1"
4242
},
4343
"devDependencies": {
44-
"@spotify/web-scripts": "^11.0.0",
44+
"@spotify/web-scripts": "^12.0.0",
4545
"@types/fs-extra": "^9.0.13",
4646
"tempy": "^1.0.1"
4747
},

packages/eslint-config-base/CHANGELOG.md

Lines changed: 21 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -3,105 +3,77 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)
6+
# [12.0.0](https://github.com/spotify/web-scripts/compare/v11.0.0...v12.0.0) (2021-09-22)
77

8-
**Note:** Version bump only for package @spotify/eslint-config-base
8+
### Build System
99

10+
- **node:** drop support for Node v12. Support only NodeJS >= 14.17.x ([be04398](https://github.com/spotify/web-scripts/commit/be043986089b79feab63f2a06527f48239ac5144))
1011

12+
### BREAKING CHANGES
1113

14+
- **node:** Dropped support for Node v12. Minimum supported NodeJS version is now >= 14.17.x.
1215

16+
# [11.0.0](https://github.com/spotify/web-scripts/compare/v10.1.0...v11.0.0) (2021-07-16)
1317

14-
# [10.0.0](https://github.com/spotify/web-scripts/compare/v9.0.2...v10.0.0) (2021-04-14)
18+
**Note:** Version bump only for package @spotify/eslint-config-base
1519

20+
# [10.0.0](https://github.com/spotify/web-scripts/compare/v9.0.2...v10.0.0) (2021-04-14)
1621

1722
### Build System
1823

19-
* drop support for nodejs v10.x ([3fe3059](https://github.com/spotify/web-scripts/commit/3fe3059225c33cc550027dd77dbf1a48fde810a3))
20-
24+
- drop support for nodejs v10.x ([3fe3059](https://github.com/spotify/web-scripts/commit/3fe3059225c33cc550027dd77dbf1a48fde810a3))
2125

2226
### BREAKING CHANGES
2327

24-
* drop support for NodeJS v10.x, which reaches EOL on
25-
April 30, 2021.
26-
27-
28-
29-
28+
- drop support for NodeJS v10.x, which reaches EOL on
29+
April 30, 2021.
3030

3131
## [9.0.2](https://github.com/spotify/web-scripts/compare/v9.0.1...v9.0.2) (2021-02-26)
3232

33-
3433
### Bug Fixes
3534

36-
* disable no-undef ([52926ad](https://github.com/spotify/web-scripts/commit/52926ad7b8d94170b0b2584afc14cdb666d47427))
37-
38-
39-
40-
35+
- disable no-undef ([52926ad](https://github.com/spotify/web-scripts/commit/52926ad7b8d94170b0b2584afc14cdb666d47427))
4136

4237
# [9.0.0](https://github.com/spotify/web-scripts/compare/v8.1.1...v9.0.0) (2020-10-26)
4338

4439
**Note:** Version bump only for package @spotify/eslint-config-base
4540

46-
47-
48-
49-
5041
# [8.0.0](https://github.com/spotify/web-scripts/compare/v7.0.2...v8.0.0) (2020-06-23)
5142

52-
5343
### Features
5444

55-
* **eslint:** v7 ([55ebb7f](https://github.com/spotify/web-scripts/commit/55ebb7f402546e9c8d7c7372cafbd6f49f17790c))
56-
45+
- **eslint:** v7 ([55ebb7f](https://github.com/spotify/web-scripts/commit/55ebb7f402546e9c8d7c7372cafbd6f49f17790c))
5746

5847
### BREAKING CHANGES
5948

60-
* **eslint:** see release notes for eslint v7
61-
62-
63-
64-
49+
- **eslint:** see release notes for eslint v7
6550

6651
# [7.0.0](https://github.com/spotify/web-scripts/compare/v6.2.0...v7.0.0) (2020-04-28)
6752

68-
69-
* major release- 7.0.0 (#318) ([29509b4](https://github.com/spotify/web-scripts/commit/29509b4a52325080b7a38f3aeb41ce8ed82f04f5)), closes [#318](https://github.com/spotify/web-scripts/issues/318) [#314](https://github.com/spotify/web-scripts/issues/314) [#312](https://github.com/spotify/web-scripts/issues/312) [#310](https://github.com/spotify/web-scripts/issues/310)
70-
53+
- major release- 7.0.0 (#318) ([29509b4](https://github.com/spotify/web-scripts/commit/29509b4a52325080b7a38f3aeb41ce8ed82f04f5)), closes [#318](https://github.com/spotify/web-scripts/issues/318) [#314](https://github.com/spotify/web-scripts/issues/314) [#312](https://github.com/spotify/web-scripts/issues/312) [#310](https://github.com/spotify/web-scripts/issues/310)
7154

7255
### BREAKING CHANGES
7356

74-
* running web-scripts without arguments exits code 1 now instead of exiting 0
75-
* prettier 2.0 may introduce breaking changes
76-
* prettier 2.0 may introduce breaking changes
57+
- running web-scripts without arguments exits code 1 now instead of exiting 0
58+
- prettier 2.0 may introduce breaking changes
59+
- prettier 2.0 may introduce breaking changes
7760

78-
* improvement(web-scripts): make stylecheck and typecheck default for lint
61+
- improvement(web-scripts): make stylecheck and typecheck default for lint
7962

8063
the lint script will now default typechecking and stylechecking to true by default. You may shut
8164
these off with `--no-typecheck` and `--no-stylecheck`.
82-
* Users who have projects incompatible with TypeScript checks or with projects that
83-
do not user prettier will now fail yarn lint.
84-
85-
86-
8765

66+
- Users who have projects incompatible with TypeScript checks or with projects that
67+
do not user prettier will now fail yarn lint.
8868

8969
# [6.2.0](https://github.com/spotify/web-scripts/compare/v6.1.1...v6.2.0) (2020-04-04)
9070

9171
**Note:** Version bump only for package @spotify/eslint-config-base
9272

93-
94-
95-
96-
9773
## [6.1.1](https://github.com/spotify/web-scripts/compare/v6.1.0...v6.1.1) (2020-04-03)
9874

9975
**Note:** Version bump only for package @spotify/eslint-config-base
10076

101-
102-
103-
104-
10577
# [6.1.0](https://github.com/spotify/web-scripts/compare/v6.0.2...v6.1.0) (2020-03-12)
10678

10779
### Features

packages/eslint-config-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/eslint-config-base",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"license": "Apache-2.0",
55
"description": "Spotify's base ESLint config",
66
"main": "index.js",

0 commit comments

Comments
 (0)