diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d029e6..3f9d20da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0](https://github.com/spotify/web-scripts/compare/v7.0.2...v8.0.0) (2020-06-23) + + +### Features + +* **commitlint:** v9 ([2709cb8](https://github.com/spotify/web-scripts/commit/2709cb81e3e4efe4f75ef1f8ec954a9c8dd3b023)) +* **eslint:** v7 ([55ebb7f](https://github.com/spotify/web-scripts/commit/55ebb7f402546e9c8d7c7372cafbd6f49f17790c)) +* **eslint-plugin-jest:** minor bump ([e1fef3b](https://github.com/spotify/web-scripts/commit/e1fef3b1859a91c82e5d13db909919605df170d7)) +* **jest:** v26 ([14c37a8](https://github.com/spotify/web-scripts/commit/14c37a82361095a2c3fc5ecac27ef94552a7d38a)) +* **jest-junit:** v11 ([1ef34c4](https://github.com/spotify/web-scripts/commit/1ef34c4373234e8682f50ce10f3ace05b16f61d3)) +* **semantic-release:** minor bump ([ded14f4](https://github.com/spotify/web-scripts/commit/ded14f46ff128737f5a4beb19e8af9d921433aad)) +* **typescript-eslint:** upgrade to latest to support type export syntax ([688324b](https://github.com/spotify/web-scripts/commit/688324b2702dbf393f058bed6fa55f26bce99bac)) +* **typescript-eslint/eslint-plugin:** v3.4.0 ([195400a](https://github.com/spotify/web-scripts/commit/195400a6082a35db59544d39b156d09d470661c7)) + + +### 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](https://github.com/spotify/web-scripts/compare/v7.0.1...v7.0.2) (2020-05-27) diff --git a/lerna.json b/lerna.json index e0f7c61b..0ea376bb 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "7.0.2", + "version": "8.0.0", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/create-web-scripts-library/CHANGELOG.md b/packages/create-web-scripts-library/CHANGELOG.md index 274a0992..58eed3ce 100644 --- a/packages/create-web-scripts-library/CHANGELOG.md +++ b/packages/create-web-scripts-library/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0](https://github.com/spotify/web-scripts/compare/v7.0.2...v8.0.0) (2020-06-23) + +**Note:** Version bump only for package @spotify/create-web-scripts-library + + + + + ## [7.0.2](https://github.com/spotify/web-scripts/compare/v7.0.1...v7.0.2) (2020-05-27) **Note:** Version bump only for package @spotify/create-web-scripts-library diff --git a/packages/create-web-scripts-library/package.json b/packages/create-web-scripts-library/package.json index aa8a9fb8..5e426868 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": "7.0.2", + "version": "8.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": "^7.0.2", + "@spotify/web-scripts": "^8.0.0", "@types/fs-extra": "^9.0.1", "tempy": "^0.5.0" }, diff --git a/packages/eslint-config-base/CHANGELOG.md b/packages/eslint-config-base/CHANGELOG.md index 2c435e54..df91449f 100644 --- a/packages/eslint-config-base/CHANGELOG.md +++ b/packages/eslint-config-base/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. +# [8.0.0](https://github.com/spotify/web-scripts/compare/v7.0.2...v8.0.0) (2020-06-23) + + +### Features + +* **eslint:** v7 ([55ebb7f](https://github.com/spotify/web-scripts/commit/55ebb7f402546e9c8d7c7372cafbd6f49f17790c)) + + +### BREAKING CHANGES + +* **eslint:** see release notes for eslint v7 + + + + + # [7.0.0](https://github.com/spotify/web-scripts/compare/v6.2.0...v7.0.0) (2020-04-28) diff --git a/packages/eslint-config-base/package.json b/packages/eslint-config-base/package.json index 57de2dab..867057ac 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": "7.0.0", + "version": "8.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 ff72ef8c..2374a6c5 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/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. +# [8.0.0](https://github.com/spotify/web-scripts/compare/v7.0.2...v8.0.0) (2020-06-23) + + +### Features + +* **eslint:** v7 ([55ebb7f](https://github.com/spotify/web-scripts/commit/55ebb7f402546e9c8d7c7372cafbd6f49f17790c)) + + +### BREAKING CHANGES + +* **eslint:** see release notes for eslint v7 + + + + + ## [7.0.1](https://github.com/spotify/web-scripts/compare/v7.0.0...v7.0.1) (2020-05-15) **Note:** Version bump only for package @spotify/eslint-config-react diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 5b43c40c..2f8b863a 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": "7.0.1", + "version": "8.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 7be2d59d..26653c98 100644 --- a/packages/eslint-config-typescript/CHANGELOG.md +++ b/packages/eslint-config-typescript/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0](https://github.com/spotify/web-scripts/compare/v7.0.2...v8.0.0) (2020-06-23) + + +### Features + +* **eslint:** v7 ([55ebb7f](https://github.com/spotify/web-scripts/commit/55ebb7f402546e9c8d7c7372cafbd6f49f17790c)) +* **typescript-eslint:** upgrade to latest to support type export syntax ([688324b](https://github.com/spotify/web-scripts/commit/688324b2702dbf393f058bed6fa55f26bce99bac)) +* **typescript-eslint/eslint-plugin:** v3.4.0 ([195400a](https://github.com/spotify/web-scripts/commit/195400a6082a35db59544d39b156d09d470661c7)) + + +### BREAKING CHANGES + +* **eslint:** see release notes for eslint v7 +* **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.0](https://github.com/spotify/web-scripts/compare/v6.2.0...v7.0.0) (2020-04-28) diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index d4d36cab..ca691708 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": "7.0.0", + "version": "8.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 ea7958e0..3b016379 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0](https://github.com/spotify/web-scripts/compare/v7.0.2...v8.0.0) (2020-06-23) + + +### Features + +* **eslint:** v7 ([55ebb7f](https://github.com/spotify/web-scripts/commit/55ebb7f402546e9c8d7c7372cafbd6f49f17790c)) +* **eslint-plugin-jest:** minor bump ([e1fef3b](https://github.com/spotify/web-scripts/commit/e1fef3b1859a91c82e5d13db909919605df170d7)) +* **typescript-eslint:** upgrade to latest to support type export syntax ([688324b](https://github.com/spotify/web-scripts/commit/688324b2702dbf393f058bed6fa55f26bce99bac)) +* **typescript-eslint/eslint-plugin:** v3.4.0 ([195400a](https://github.com/spotify/web-scripts/commit/195400a6082a35db59544d39b156d09d470661c7)) + + +### BREAKING CHANGES + +* **eslint:** see release notes for eslint v7 +* **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.1](https://github.com/spotify/web-scripts/compare/v7.0.0...v7.0.1) (2020-05-15) **Note:** Version bump only for package @spotify/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7f746a48..e46a98f1 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-config", - "version": "7.0.1", + "version": "8.0.0", "description": "Combined ESLint config for Spotify", "author": "Paul Marbach ", "homepage": "https://github.com/spotify/web-scripts#readme", @@ -18,10 +18,10 @@ }, "scripts": {}, "dependencies": { - "@spotify/eslint-config-base": "^7.0.0", - "@spotify/eslint-config-react": "^7.0.1", - "@spotify/eslint-config-typescript": "^7.0.0", - "@spotify/web-scripts-utils": "^7.0.0", + "@spotify/eslint-config-base": "^8.0.0", + "@spotify/eslint-config-react": "^8.0.0", + "@spotify/eslint-config-typescript": "^8.0.0", + "@spotify/web-scripts-utils": "^8.0.0", "@typescript-eslint/eslint-plugin": "^3.4.0", "@typescript-eslint/parser": "^3.4.0", "eslint-config-prettier": "^6.0.0", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index c35b26a6..8fc93f62 100644 --- a/packages/prettier-config/CHANGELOG.md +++ b/packages/prettier-config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0](https://github.com/spotify/web-scripts/compare/v7.0.2...v8.0.0) (2020-06-23) + +**Note:** Version bump only for package @spotify/prettier-config + + + + + # [7.0.0](https://github.com/spotify/web-scripts/compare/v6.2.0...v7.0.0) (2020-04-28) diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index d610db11..51eec47b 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/prettier-config", - "version": "7.0.0", + "version": "8.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 e84f35ef..69792b32 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0](https://github.com/spotify/web-scripts/compare/v7.0.2...v8.0.0) (2020-06-23) + +**Note:** Version bump only for package @spotify/tsconfig + + + + + # [7.0.0](https://github.com/spotify/web-scripts/compare/v6.2.0...v7.0.0) (2020-04-28) diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 0eece517..0ee52991 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/tsconfig", - "version": "7.0.0", + "version": "8.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 9dd50dd6..cef3b3bc 100644 --- a/packages/web-scripts-utils/CHANGELOG.md +++ b/packages/web-scripts-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0](https://github.com/spotify/web-scripts/compare/v7.0.2...v8.0.0) (2020-06-23) + +**Note:** Version bump only for package @spotify/web-scripts-utils + + + + + # [7.0.0](https://github.com/spotify/web-scripts/compare/v6.2.0...v7.0.0) (2020-04-28) **Note:** Version bump only for package @spotify/web-scripts-utils diff --git a/packages/web-scripts-utils/package.json b/packages/web-scripts-utils/package.json index 2be1ed6e..a5aba264 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": "7.0.0", + "version": "8.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": "^7.0.0", + "@spotify/tsconfig": "^8.0.0", "@types/jest": "^26.0.0" }, "publishConfig": { diff --git a/packages/web-scripts/CHANGELOG.md b/packages/web-scripts/CHANGELOG.md index 9ba0afd1..11bbfb4a 100644 --- a/packages/web-scripts/CHANGELOG.md +++ b/packages/web-scripts/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.0.0](https://github.com/spotify/web-scripts/compare/v7.0.2...v8.0.0) (2020-06-23) + + +### Features + +* **commitlint:** v9 ([2709cb8](https://github.com/spotify/web-scripts/commit/2709cb81e3e4efe4f75ef1f8ec954a9c8dd3b023)) +* **eslint:** v7 ([55ebb7f](https://github.com/spotify/web-scripts/commit/55ebb7f402546e9c8d7c7372cafbd6f49f17790c)) +* **jest:** v26 ([14c37a8](https://github.com/spotify/web-scripts/commit/14c37a82361095a2c3fc5ecac27ef94552a7d38a)) +* **jest-junit:** v11 ([1ef34c4](https://github.com/spotify/web-scripts/commit/1ef34c4373234e8682f50ce10f3ace05b16f61d3)) +* **semantic-release:** minor bump ([ded14f4](https://github.com/spotify/web-scripts/commit/ded14f46ff128737f5a4beb19e8af9d921433aad)) + + +### 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 + + + + + ## [7.0.2](https://github.com/spotify/web-scripts/compare/v7.0.1...v7.0.2) (2020-05-27) diff --git a/packages/web-scripts/package.json b/packages/web-scripts/package.json index bde9a033..ddd76b8f 100644 --- a/packages/web-scripts/package.json +++ b/packages/web-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/web-scripts", - "version": "7.0.2", + "version": "8.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": "^9.0.1", "@commitlint/config-conventional": "^9.0.1", - "@spotify/eslint-config": "^7.0.1", - "@spotify/prettier-config": "^7.0.0", - "@spotify/tsconfig": "^7.0.0", - "@spotify/web-scripts-utils": "^7.0.0", + "@spotify/eslint-config": "^8.0.0", + "@spotify/prettier-config": "^8.0.0", + "@spotify/tsconfig": "^8.0.0", + "@spotify/web-scripts-utils": "^8.0.0", "@types/cross-spawn": "^6.0.0", "@types/debug": "^4.1.2", "@types/jest": "^26.0.0",