Skip to content

Commit 6d8c063

Browse files
author
GitHub Action
committed
v15.0.0
1 parent 6519dca commit 6d8c063

File tree

22 files changed

+153
-23
lines changed

22 files changed

+153
-23
lines changed

CHANGELOG.md

+12
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+
# [15.0.0](https://github.com/spotify/web-scripts/compare/v14.1.6...v15.0.0) (2023-05-18)
7+
8+
### chore
9+
10+
- **deps:** upgrade dependencies ([ef060c7](https://github.com/spotify/web-scripts/commit/ef060c7da531060cc1d0f0fb60d3df8f355e418e))
11+
- **node:** upgrade required Node version to 18 ([9528841](https://github.com/spotify/web-scripts/commit/952884179ba7378440599b8acb109a98500535ee))
12+
13+
### BREAKING CHANGES
14+
15+
- **node:** Node bump from v14 to v18
16+
- **deps:** TypeScript bump from v4 to v5, Jest bump from v28 to v29
17+
618
## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)
719

820
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": ["packages/*"],
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "14.1.6",
5+
"version": "15.0.0",
66
"command": {
77
"publish": {
88
"ignoreChanges": [

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

+12
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+
# [15.0.0](https://github.com/spotify/web-scripts/compare/v14.1.6...v15.0.0) (2023-05-18)
7+
8+
### chore
9+
10+
- **deps:** upgrade dependencies ([ef060c7](https://github.com/spotify/web-scripts/commit/ef060c7da531060cc1d0f0fb60d3df8f355e418e))
11+
- **node:** upgrade required Node version to 18 ([9528841](https://github.com/spotify/web-scripts/commit/952884179ba7378440599b8acb109a98500535ee))
12+
13+
### BREAKING CHANGES
14+
15+
- **node:** Node bump from v14 to v18
16+
- **deps:** TypeScript bump from v4 to v5, Jest bump from v28 to v29
17+
618
## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)
719

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/create-web-scripts-library",
3-
"version": "14.1.6",
3+
"version": "15.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": "^14.1.6",
44+
"@spotify/web-scripts": "^15.0.0",
4545
"@types/fs-extra": "^11.0.1",
4646
"tempy": "^1.0.1"
4747
},

packages/eslint-config-base/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
# [15.0.0](https://github.com/spotify/web-scripts/compare/v14.1.6...v15.0.0) (2023-05-18)
7+
8+
### chore
9+
10+
- **node:** upgrade required Node version to 18 ([9528841](https://github.com/spotify/web-scripts/commit/952884179ba7378440599b8acb109a98500535ee))
11+
12+
### BREAKING CHANGES
13+
14+
- **node:** Node bump from v14 to v18
15+
616
## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)
717

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

packages/eslint-config-base/package.json

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

packages/eslint-config-react/CHANGELOG.md

+12
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+
# [15.0.0](https://github.com/spotify/web-scripts/compare/v14.1.6...v15.0.0) (2023-05-18)
7+
8+
### chore
9+
10+
- **deps:** upgrade dependencies ([ef060c7](https://github.com/spotify/web-scripts/commit/ef060c7da531060cc1d0f0fb60d3df8f355e418e))
11+
- **node:** upgrade required Node version to 18 ([9528841](https://github.com/spotify/web-scripts/commit/952884179ba7378440599b8acb109a98500535ee))
12+
13+
### BREAKING CHANGES
14+
15+
- **node:** Node bump from v14 to v18
16+
- **deps:** TypeScript bump from v4 to v5, Jest bump from v28 to v29
17+
618
## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)
719

820
**Note:** Version bump only for package @spotify/eslint-config-react

packages/eslint-config-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/eslint-config-react",
3-
"version": "14.1.6",
3+
"version": "15.0.0",
44
"license": "Apache-2.0",
55
"description": "Spotify's ESLint config for React projects",
66
"repository": {

packages/eslint-config-typescript/CHANGELOG.md

+12
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+
# [15.0.0](https://github.com/spotify/web-scripts/compare/v14.1.6...v15.0.0) (2023-05-18)
7+
8+
### chore
9+
10+
- **deps:** upgrade dependencies ([ef060c7](https://github.com/spotify/web-scripts/commit/ef060c7da531060cc1d0f0fb60d3df8f355e418e))
11+
- **node:** upgrade required Node version to 18 ([9528841](https://github.com/spotify/web-scripts/commit/952884179ba7378440599b8acb109a98500535ee))
12+
13+
### BREAKING CHANGES
14+
15+
- **node:** Node bump from v14 to v18
16+
- **deps:** TypeScript bump from v4 to v5, Jest bump from v28 to v29
17+
618
## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)
719

820
**Note:** Version bump only for package @spotify/eslint-config-typescript

packages/eslint-config-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/eslint-config-typescript",
3-
"version": "14.1.6",
3+
"version": "15.0.0",
44
"license": "Apache-2.0",
55
"description": "Spotify's ESLint config for TypeScript",
66
"repository": {

packages/eslint-config/CHANGELOG.md

+12
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+
# [15.0.0](https://github.com/spotify/web-scripts/compare/v14.1.6...v15.0.0) (2023-05-18)
7+
8+
### chore
9+
10+
- **deps:** upgrade dependencies ([ef060c7](https://github.com/spotify/web-scripts/commit/ef060c7da531060cc1d0f0fb60d3df8f355e418e))
11+
- **node:** upgrade required Node version to 18 ([9528841](https://github.com/spotify/web-scripts/commit/952884179ba7378440599b8acb109a98500535ee))
12+
13+
### BREAKING CHANGES
14+
15+
- **node:** Node bump from v14 to v18
16+
- **deps:** TypeScript bump from v4 to v5, Jest bump from v28 to v29
17+
618
## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)
719

820
**Note:** Version bump only for package @spotify/eslint-config

packages/eslint-config/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/eslint-config",
3-
"version": "14.1.6",
3+
"version": "15.0.0",
44
"description": "Combined ESLint config for Spotify",
55
"author": "Paul Marbach <[email protected]>",
66
"homepage": "https://github.com/spotify/web-scripts#readme",
@@ -18,11 +18,11 @@
1818
},
1919
"scripts": {},
2020
"dependencies": {
21-
"@spotify/eslint-config-base": "^14.1.6",
22-
"@spotify/eslint-config-react": "^14.1.6",
23-
"@spotify/eslint-config-typescript": "^14.1.6",
24-
"@spotify/eslint-plugin": "^14.1.6",
25-
"@spotify/web-scripts-utils": "^14.1.6",
21+
"@spotify/eslint-config-base": "^15.0.0",
22+
"@spotify/eslint-config-react": "^15.0.0",
23+
"@spotify/eslint-config-typescript": "^15.0.0",
24+
"@spotify/eslint-plugin": "^15.0.0",
25+
"@spotify/web-scripts-utils": "^15.0.0",
2626
"@typescript-eslint/eslint-plugin": "^5.59.6",
2727
"@typescript-eslint/parser": "^5.59.6",
2828
"eslint-config-prettier": "^8.8.0",

packages/eslint-plugin/CHANGELOG.md

+12
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+
# [15.0.0](https://github.com/spotify/web-scripts/compare/v14.1.6...v15.0.0) (2023-05-18)
7+
8+
### chore
9+
10+
- **deps:** upgrade dependencies ([ef060c7](https://github.com/spotify/web-scripts/commit/ef060c7da531060cc1d0f0fb60d3df8f355e418e))
11+
- **node:** upgrade required Node version to 18 ([9528841](https://github.com/spotify/web-scripts/commit/952884179ba7378440599b8acb109a98500535ee))
12+
13+
### BREAKING CHANGES
14+
15+
- **node:** Node bump from v14 to v18
16+
- **deps:** TypeScript bump from v4 to v5, Jest bump from v28 to v29
17+
618
## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)
719

820
**Note:** Version bump only for package @spotify/eslint-plugin

packages/eslint-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/eslint-plugin",
3-
"version": "14.1.6",
3+
"version": "15.0.0",
44
"description": "Set of rules for Spotify's custom ESLint rules",
55
"author": "Bilawal Hameed <[email protected]>",
66
"homepage": "https://github.com/spotify/web-scripts/blob/master/packages/eslint-plugin#readme",
@@ -34,7 +34,7 @@
3434
"format": "web-scripts format"
3535
},
3636
"devDependencies": {
37-
"@spotify/web-scripts": "^14.1.6",
37+
"@spotify/web-scripts": "^15.0.0",
3838
"@types/eslint": "^8.37.0",
3939
"@types/jest": "^29.5.1",
4040
"@typescript-eslint/parser": "^5.59.6",

packages/prettier-config/CHANGELOG.md

+12
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+
# [15.0.0](https://github.com/spotify/web-scripts/compare/v14.1.6...v15.0.0) (2023-05-18)
7+
8+
### chore
9+
10+
- **deps:** upgrade dependencies ([ef060c7](https://github.com/spotify/web-scripts/commit/ef060c7da531060cc1d0f0fb60d3df8f355e418e))
11+
- **node:** upgrade required Node version to 18 ([9528841](https://github.com/spotify/web-scripts/commit/952884179ba7378440599b8acb109a98500535ee))
12+
13+
### BREAKING CHANGES
14+
15+
- **node:** Node bump from v14 to v18
16+
- **deps:** TypeScript bump from v4 to v5, Jest bump from v28 to v29
17+
618
## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)
719

820
**Note:** Version bump only for package @spotify/prettier-config

packages/prettier-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/prettier-config",
3-
"version": "14.1.6",
3+
"version": "15.0.0",
44
"license": "Apache-2.0",
55
"description": "Spotify's base Prettier config",
66
"repository": {

packages/tsconfig/CHANGELOG.md

+12
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+
# [15.0.0](https://github.com/spotify/web-scripts/compare/v14.1.6...v15.0.0) (2023-05-18)
7+
8+
### chore
9+
10+
- **deps:** upgrade dependencies ([ef060c7](https://github.com/spotify/web-scripts/commit/ef060c7da531060cc1d0f0fb60d3df8f355e418e))
11+
- **node:** upgrade required Node version to 18 ([9528841](https://github.com/spotify/web-scripts/commit/952884179ba7378440599b8acb109a98500535ee))
12+
13+
### BREAKING CHANGES
14+
15+
- **node:** Node bump from v14 to v18
16+
- **deps:** TypeScript bump from v4 to v5, Jest bump from v28 to v29
17+
618
## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)
719

820
**Note:** Version bump only for package @spotify/tsconfig

packages/tsconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/tsconfig",
3-
"version": "14.1.6",
3+
"version": "15.0.0",
44
"license": "Apache-2.0",
55
"description": "Common tsconfigs to be used as your base configurations",
66
"repository": {

packages/web-scripts-utils/CHANGELOG.md

+12
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+
# [15.0.0](https://github.com/spotify/web-scripts/compare/v14.1.6...v15.0.0) (2023-05-18)
7+
8+
### chore
9+
10+
- **deps:** upgrade dependencies ([ef060c7](https://github.com/spotify/web-scripts/commit/ef060c7da531060cc1d0f0fb60d3df8f355e418e))
11+
- **node:** upgrade required Node version to 18 ([9528841](https://github.com/spotify/web-scripts/commit/952884179ba7378440599b8acb109a98500535ee))
12+
13+
### BREAKING CHANGES
14+
15+
- **node:** Node bump from v14 to v18
16+
- **deps:** TypeScript bump from v4 to v5, Jest bump from v28 to v29
17+
618
## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)
719

820
**Note:** Version bump only for package @spotify/web-scripts-utils

packages/web-scripts-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/web-scripts-utils",
3-
"version": "14.1.6",
3+
"version": "15.0.0",
44
"description": "Private package which contains re-used utils within web-scripts projects",
55
"license": "Apache-2.0",
66
"repository": {
@@ -30,7 +30,7 @@
3030
"read-pkg-up": "^7.0.1"
3131
},
3232
"devDependencies": {
33-
"@spotify/tsconfig": "^14.1.6",
33+
"@spotify/tsconfig": "^15.0.0",
3434
"@types/jest": "^29.5.1"
3535
},
3636
"publishConfig": {

packages/web-scripts/CHANGELOG.md

+12
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+
# [15.0.0](https://github.com/spotify/web-scripts/compare/v14.1.6...v15.0.0) (2023-05-18)
7+
8+
### chore
9+
10+
- **deps:** upgrade dependencies ([ef060c7](https://github.com/spotify/web-scripts/commit/ef060c7da531060cc1d0f0fb60d3df8f355e418e))
11+
- **node:** upgrade required Node version to 18 ([9528841](https://github.com/spotify/web-scripts/commit/952884179ba7378440599b8acb109a98500535ee))
12+
13+
### BREAKING CHANGES
14+
15+
- **node:** Node bump from v14 to v18
16+
- **deps:** TypeScript bump from v4 to v5, Jest bump from v28 to v29
17+
618
## [14.1.6](https://github.com/spotify/web-scripts/compare/v14.1.5...v14.1.6) (2023-02-14)
719

820
**Note:** Version bump only for package @spotify/web-scripts

packages/web-scripts/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spotify/web-scripts",
3-
"version": "14.1.6",
3+
"version": "15.0.0",
44
"license": "Apache-2.0",
55
"description": "Build, lint, test, format, and release your JS/TS library.",
66
"repository": {
@@ -32,10 +32,10 @@
3232
"dependencies": {
3333
"@commitlint/cli": "^17.6.3",
3434
"@commitlint/config-conventional": "^17.6.3",
35-
"@spotify/eslint-config": "^14.1.6",
36-
"@spotify/prettier-config": "^14.1.6",
37-
"@spotify/tsconfig": "^14.1.6",
38-
"@spotify/web-scripts-utils": "^14.1.6",
35+
"@spotify/eslint-config": "^15.0.0",
36+
"@spotify/prettier-config": "^15.0.0",
37+
"@spotify/tsconfig": "^15.0.0",
38+
"@spotify/web-scripts-utils": "^15.0.0",
3939
"@types/cross-spawn": "^6.0.0",
4040
"@types/debug": "^4.1.2",
4141
"@types/jest": "^29.5.1",

0 commit comments

Comments
 (0)