From cfa06fc38e742e489eb7a8d7ae1e7026e75cac6e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 21 Mar 2022 15:57:33 +0000 Subject: [PATCH] v13.0.0 --- CHANGELOG.md | 26 +++++++++++++++++++ lerna.json | 2 +- .../create-web-scripts-library/CHANGELOG.md | 4 +++ .../create-web-scripts-library/package.json | 4 +-- packages/eslint-config-base/CHANGELOG.md | 4 +++ packages/eslint-config-base/package.json | 2 +- packages/eslint-config-react/CHANGELOG.md | 10 +++++++ packages/eslint-config-react/package.json | 2 +- .../eslint-config-typescript/CHANGELOG.md | 15 +++++++++++ .../eslint-config-typescript/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 10 +++++++ packages/eslint-config/package.json | 12 ++++----- packages/eslint-plugin/CHANGELOG.md | 12 +++++++++ packages/eslint-plugin/package.json | 4 +-- packages/prettier-config/CHANGELOG.md | 4 +++ packages/prettier-config/package.json | 2 +- packages/tsconfig/CHANGELOG.md | 4 +++ packages/tsconfig/package.json | 2 +- packages/web-scripts-utils/CHANGELOG.md | 4 +++ packages/web-scripts-utils/package.json | 4 +-- packages/web-scripts/CHANGELOG.md | 16 ++++++++++++ packages/web-scripts/package.json | 10 +++---- 22 files changed, 132 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eab240f5..53e598aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21) + +### Bug Fixes + +- **eslint:** specify parserOptions.project ([5ea256c](https://github.com/spotify/web-scripts/commit/5ea256cc7a05927d94dc5bf1974fdb4e3ee94bc1)) +- remove parserOptions.project ([c901579](https://github.com/spotify/web-scripts/commit/c901579eef6ed3723e94aca079d6f5171525ac41)) +- update yarn.lock ([9ed6d68](https://github.com/spotify/web-scripts/commit/9ed6d68746f35718861f94811eaaed0b24d1dda7)) + +### chore + +- update [@typescript-eslint](https://github.com/typescript-eslint) from v4 to v5, eslint from v7 to v8 ([e284943](https://github.com/spotify/web-scripts/commit/e28494330a6dd9c2561370f56a4eed1ef152f23d)) +- update @spotify/eslint-plugin from v11 to v12 ([64f9885](https://github.com/spotify/web-scripts/commit/64f98853483a0354adcdcfbefb16076abab9328b)) +- update commitlint from v13 to v16 ([51edc87](https://github.com/spotify/web-scripts/commit/51edc87eee8041fa0def448ac3dfc588d4a61ee4)) +- update eslint from v7 to v8 ([725749c](https://github.com/spotify/web-scripts/commit/725749c6cf177de20b4011057198dd590cdbb742)) +- update jest-junit from v12 to v13 ([40701b0](https://github.com/spotify/web-scripts/commit/40701b0ccff1220b881dd4bdff866091799f8de7)) +- update semantic-release from v18 to v19 ([b9fecfd](https://github.com/spotify/web-scripts/commit/b9fecfd7bcbee493bc58187dca6aea8aeb4f06e1)) + +### BREAKING CHANGES + +- update semantic-release from v18 to v19 +- update jest-junit from v12 to v13 +- update @typescript-eslint from v4 to v5, eslint from v7 to v8 +- update eslint from v7 to v8 +- update @spotify/eslint-plugin from v11 to v12 +- update commitlint from v13 to v16 + # [12.0.0](https://github.com/spotify/web-scripts/compare/v11.0.0...v12.0.0) (2021-09-22) ### Build System diff --git a/lerna.json b/lerna.json index 1495e9ce..2d959f96 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, - "version": "12.0.0", + "version": "13.0.0", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/create-web-scripts-library/CHANGELOG.md b/packages/create-web-scripts-library/CHANGELOG.md index 5c8ead22..30418a37 100644 --- a/packages/create-web-scripts-library/CHANGELOG.md +++ b/packages/create-web-scripts-library/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21) + +**Note:** Version bump only for package @spotify/create-web-scripts-library + # [12.0.0](https://github.com/spotify/web-scripts/compare/v11.0.0...v12.0.0) (2021-09-22) ### Build System diff --git a/packages/create-web-scripts-library/package.json b/packages/create-web-scripts-library/package.json index 1c586321..5fe470c5 100644 --- a/packages/create-web-scripts-library/package.json +++ b/packages/create-web-scripts-library/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/create-web-scripts-library", - "version": "12.0.0", + "version": "13.0.0", "description": "Project scaffolding script for @spotify/web-scripts libraries", "author": "Paul Marbach ", "homepage": "https://github.com/spotify/web-scripts#readme", @@ -41,7 +41,7 @@ "read-pkg-up": "^7.0.1" }, "devDependencies": { - "@spotify/web-scripts": "^12.0.0", + "@spotify/web-scripts": "^13.0.0", "@types/fs-extra": "^9.0.13", "tempy": "^1.0.1" }, diff --git a/packages/eslint-config-base/CHANGELOG.md b/packages/eslint-config-base/CHANGELOG.md index 20439aa8..5d75d392 100644 --- a/packages/eslint-config-base/CHANGELOG.md +++ b/packages/eslint-config-base/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21) + +**Note:** Version bump only for package @spotify/eslint-config-base + # [12.0.0](https://github.com/spotify/web-scripts/compare/v11.0.0...v12.0.0) (2021-09-22) ### Build System diff --git a/packages/eslint-config-base/package.json b/packages/eslint-config-base/package.json index e2a50664..bb8aff7e 100644 --- a/packages/eslint-config-base/package.json +++ b/packages/eslint-config-base/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-config-base", - "version": "12.0.0", + "version": "13.0.0", "license": "Apache-2.0", "description": "Spotify's base ESLint config", "main": "index.js", diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 5b66461f..c1787d58 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21) + +### chore + +- update [@typescript-eslint](https://github.com/typescript-eslint) from v4 to v5, eslint from v7 to v8 ([e284943](https://github.com/spotify/web-scripts/commit/e28494330a6dd9c2561370f56a4eed1ef152f23d)) + +### BREAKING CHANGES + +- update @typescript-eslint from v4 to v5, eslint from v7 to v8 + # [12.0.0](https://github.com/spotify/web-scripts/compare/v11.0.0...v12.0.0) (2021-09-22) ### Build System diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 4b433545..5b7e3790 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-config-react", - "version": "12.0.0", + "version": "13.0.0", "license": "Apache-2.0", "description": "Spotify's ESLint config for React projects", "repository": { diff --git a/packages/eslint-config-typescript/CHANGELOG.md b/packages/eslint-config-typescript/CHANGELOG.md index 28be6c9d..29f92ed3 100644 --- a/packages/eslint-config-typescript/CHANGELOG.md +++ b/packages/eslint-config-typescript/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21) + +### Bug Fixes + +- **eslint:** specify parserOptions.project ([5ea256c](https://github.com/spotify/web-scripts/commit/5ea256cc7a05927d94dc5bf1974fdb4e3ee94bc1)) +- remove parserOptions.project ([c901579](https://github.com/spotify/web-scripts/commit/c901579eef6ed3723e94aca079d6f5171525ac41)) + +### chore + +- update [@typescript-eslint](https://github.com/typescript-eslint) from v4 to v5, eslint from v7 to v8 ([e284943](https://github.com/spotify/web-scripts/commit/e28494330a6dd9c2561370f56a4eed1ef152f23d)) + +### BREAKING CHANGES + +- update @typescript-eslint from v4 to v5, eslint from v7 to v8 + # [12.0.0](https://github.com/spotify/web-scripts/compare/v11.0.0...v12.0.0) (2021-09-22) ### Build System diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index a8ecf430..e8377e7f 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-config-typescript", - "version": "12.0.0", + "version": "13.0.0", "license": "Apache-2.0", "description": "Spotify's ESLint config for TypeScript", "repository": { diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 2bae21e1..5e207c51 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21) + +### chore + +- update [@typescript-eslint](https://github.com/typescript-eslint) from v4 to v5, eslint from v7 to v8 ([e284943](https://github.com/spotify/web-scripts/commit/e28494330a6dd9c2561370f56a4eed1ef152f23d)) + +### BREAKING CHANGES + +- update @typescript-eslint from v4 to v5, eslint from v7 to v8 + # [12.0.0](https://github.com/spotify/web-scripts/compare/v11.0.0...v12.0.0) (2021-09-22) ### Build System diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index af22ae2b..78a9c260 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-config", - "version": "12.0.0", + "version": "13.0.0", "description": "Combined ESLint config for Spotify", "author": "Paul Marbach ", "homepage": "https://github.com/spotify/web-scripts#readme", @@ -18,11 +18,11 @@ }, "scripts": {}, "dependencies": { - "@spotify/eslint-config-base": "^12.0.0", - "@spotify/eslint-config-react": "^12.0.0", - "@spotify/eslint-config-typescript": "^12.0.0", - "@spotify/eslint-plugin": "^12.0.0", - "@spotify/web-scripts-utils": "^12.0.0", + "@spotify/eslint-config-base": "^13.0.0", + "@spotify/eslint-config-react": "^13.0.0", + "@spotify/eslint-config-typescript": "^13.0.0", + "@spotify/eslint-plugin": "^13.0.0", + "@spotify/web-scripts-utils": "^13.0.0", "@typescript-eslint/eslint-plugin": "^5.13.0", "@typescript-eslint/parser": "^5.13.0", "eslint-config-prettier": "^8.1.0", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 78f4ab76..e0e9e773 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21) + +### chore + +- update [@typescript-eslint](https://github.com/typescript-eslint) from v4 to v5, eslint from v7 to v8 ([e284943](https://github.com/spotify/web-scripts/commit/e28494330a6dd9c2561370f56a4eed1ef152f23d)) +- update eslint from v7 to v8 ([725749c](https://github.com/spotify/web-scripts/commit/725749c6cf177de20b4011057198dd590cdbb742)) + +### BREAKING CHANGES + +- update @typescript-eslint from v4 to v5, eslint from v7 to v8 +- update eslint from v7 to v8 + # [12.0.0](https://github.com/spotify/web-scripts/compare/v11.0.0...v12.0.0) (2021-09-22) ### Build System diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 459ba3fb..ef5544c4 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-plugin", - "version": "12.0.0", + "version": "13.0.0", "description": "Set of rules for Spotify's custom ESLint rules", "author": "Bilawal Hameed ", "homepage": "https://github.com/spotify/web-scripts/blob/master/packages/eslint-plugin#readme", @@ -34,7 +34,7 @@ "format": "web-scripts format" }, "devDependencies": { - "@spotify/web-scripts": "^12.0.0", + "@spotify/web-scripts": "^13.0.0", "@types/eslint": "^8.4.1", "@types/jest": "^27.0.1", "@typescript-eslint/parser": "^5.13.0", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 8de2a655..59a97709 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21) + +**Note:** Version bump only for package @spotify/prettier-config + # [12.0.0](https://github.com/spotify/web-scripts/compare/v11.0.0...v12.0.0) (2021-09-22) ### Build System diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 05ac743d..7fcb7033 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/prettier-config", - "version": "12.0.0", + "version": "13.0.0", "license": "Apache-2.0", "description": "Spotify's base Prettier config", "repository": { diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index ded80eec..2e4cebd4 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21) + +**Note:** Version bump only for package @spotify/tsconfig + # [12.0.0](https://github.com/spotify/web-scripts/compare/v11.0.0...v12.0.0) (2021-09-22) ### Build System diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index b5031525..a6814a1a 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/tsconfig", - "version": "12.0.0", + "version": "13.0.0", "license": "Apache-2.0", "description": "Common tsconfigs to be used as your base configurations", "repository": { diff --git a/packages/web-scripts-utils/CHANGELOG.md b/packages/web-scripts-utils/CHANGELOG.md index ed93d646..aae3c297 100644 --- a/packages/web-scripts-utils/CHANGELOG.md +++ b/packages/web-scripts-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21) + +**Note:** Version bump only for package @spotify/web-scripts-utils + # [12.0.0](https://github.com/spotify/web-scripts/compare/v11.0.0...v12.0.0) (2021-09-22) ### Build System diff --git a/packages/web-scripts-utils/package.json b/packages/web-scripts-utils/package.json index 14845d07..47117170 100644 --- a/packages/web-scripts-utils/package.json +++ b/packages/web-scripts-utils/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/web-scripts-utils", - "version": "12.0.0", + "version": "13.0.0", "description": "Private package which contains re-used utils within web-scripts projects", "repository": { "type": "git", @@ -28,7 +28,7 @@ "read-pkg-up": "^7.0.1" }, "devDependencies": { - "@spotify/tsconfig": "^12.0.0", + "@spotify/tsconfig": "^13.0.0", "@types/jest": "^27.0.1" }, "publishConfig": { diff --git a/packages/web-scripts/CHANGELOG.md b/packages/web-scripts/CHANGELOG.md index bbfd0383..370c2dce 100644 --- a/packages/web-scripts/CHANGELOG.md +++ b/packages/web-scripts/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [13.0.0](https://github.com/spotify/web-scripts/compare/v12.0.0...v13.0.0) (2022-03-21) + +### chore + +- update commitlint from v13 to v16 ([51edc87](https://github.com/spotify/web-scripts/commit/51edc87eee8041fa0def448ac3dfc588d4a61ee4)) +- update eslint from v7 to v8 ([725749c](https://github.com/spotify/web-scripts/commit/725749c6cf177de20b4011057198dd590cdbb742)) +- update jest-junit from v12 to v13 ([40701b0](https://github.com/spotify/web-scripts/commit/40701b0ccff1220b881dd4bdff866091799f8de7)) +- update semantic-release from v18 to v19 ([b9fecfd](https://github.com/spotify/web-scripts/commit/b9fecfd7bcbee493bc58187dca6aea8aeb4f06e1)) + +### BREAKING CHANGES + +- update semantic-release from v18 to v19 +- update jest-junit from v12 to v13 +- update eslint from v7 to v8 +- update commitlint from v13 to v16 + # [12.0.0](https://github.com/spotify/web-scripts/compare/v11.0.0...v12.0.0) (2021-09-22) ### Build System diff --git a/packages/web-scripts/package.json b/packages/web-scripts/package.json index efd0b6b0..1dcfdf9d 100644 --- a/packages/web-scripts/package.json +++ b/packages/web-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/web-scripts", - "version": "12.0.0", + "version": "13.0.0", "license": "Apache-2.0", "description": "Build, lint, test, format, and release your JS/TS library.", "repository": { @@ -32,10 +32,10 @@ "dependencies": { "@commitlint/cli": "^16.2.1", "@commitlint/config-conventional": "^16.2.1", - "@spotify/eslint-config": "^12.0.0", - "@spotify/prettier-config": "^12.0.0", - "@spotify/tsconfig": "^12.0.0", - "@spotify/web-scripts-utils": "^12.0.0", + "@spotify/eslint-config": "^13.0.0", + "@spotify/prettier-config": "^13.0.0", + "@spotify/tsconfig": "^13.0.0", + "@spotify/web-scripts-utils": "^13.0.0", "@types/cross-spawn": "^6.0.0", "@types/debug": "^4.1.2", "@types/jest": "^27.0.1",