From c9eb32acea0d459604587efd282064da1880e38e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 15 Jul 2022 19:55:04 +0000 Subject: [PATCH] v14.0.2 --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- packages/create-web-scripts-library/CHANGELOG.md | 4 ++++ packages/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 | 4 ++++ packages/eslint-config-react/package.json | 2 +- packages/eslint-config-typescript/CHANGELOG.md | 4 ++++ packages/eslint-config-typescript/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 4 ++++ packages/eslint-config/package.json | 4 ++-- packages/eslint-plugin/CHANGELOG.md | 4 ++++ 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 | 6 ++++++ packages/web-scripts/package.json | 4 ++-- 22 files changed, 65 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 260e6a4e..79c681a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15) + +### Bug Fixes + +- **web-scripts:** resolve sec issue with ansi-regex, must use ^4.1.1 ([85b2c78](https://github.com/spotify/web-scripts/commit/85b2c781827e9f9b7465099aecbd0678567cea9d)) +- **web-scripts:** resolve sec issue with minimist, must use ^1.2.6 ([d52b6a3](https://github.com/spotify/web-scripts/commit/d52b6a3c3595a4fdde4cfb2d2d9eda51baad9c28)) + ## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12) ### Bug Fixes diff --git a/lerna.json b/lerna.json index a08cf99b..47d7a6e1 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, - "version": "14.0.1", + "version": "14.0.2", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/create-web-scripts-library/CHANGELOG.md b/packages/create-web-scripts-library/CHANGELOG.md index 104c73d2..ed55967c 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. +## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15) + +**Note:** Version bump only for package @spotify/create-web-scripts-library + ## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12) **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 8bef969e..b5f56645 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": "14.0.1", + "version": "14.0.2", "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": "^14.0.1", + "@spotify/web-scripts": "^14.0.2", "@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 ed1403c8..b29876e6 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. +## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15) + +**Note:** Version bump only for package @spotify/eslint-config-base + ## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12) **Note:** Version bump only for package @spotify/eslint-config-base diff --git a/packages/eslint-config-base/package.json b/packages/eslint-config-base/package.json index 3735e4ae..263bbff7 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": "14.0.1", + "version": "14.0.2", "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 29fd67eb..7c4c3772 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/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. +## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15) + +**Note:** Version bump only for package @spotify/eslint-config-react + ## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12) **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 c7c64728..bb625174 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": "14.0.1", + "version": "14.0.2", "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 4a60248a..56a1cefc 100644 --- a/packages/eslint-config-typescript/CHANGELOG.md +++ b/packages/eslint-config-typescript/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. +## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15) + +**Note:** Version bump only for package @spotify/eslint-config-typescript + ## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12) **Note:** Version bump only for package @spotify/eslint-config-typescript diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index a0389349..a262ab9c 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": "14.0.1", + "version": "14.0.2", "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 6d99bab5..1158f4f9 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-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. +## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15) + +**Note:** Version bump only for package @spotify/eslint-config + ## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12) **Note:** Version bump only for package @spotify/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7f3f9d07..28c843c0 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-config", - "version": "14.0.1", + "version": "14.0.2", "description": "Combined ESLint config for Spotify", "author": "Paul Marbach ", "homepage": "https://github.com/spotify/web-scripts#readme", @@ -21,7 +21,7 @@ "@spotify/eslint-config-base": "^13.0.1", "@spotify/eslint-config-react": "^13.0.1", "@spotify/eslint-config-typescript": "^13.0.1", - "@spotify/eslint-plugin": "^14.0.1", + "@spotify/eslint-plugin": "^14.0.2", "@spotify/web-scripts-utils": "^13.0.1", "@typescript-eslint/eslint-plugin": "^5.13.0", "@typescript-eslint/parser": "^5.13.0", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 823d6a1b..01939172 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/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. +## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15) + +**Note:** Version bump only for package @spotify/eslint-plugin + ## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12) **Note:** Version bump only for package @spotify/eslint-plugin diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 0d6981e6..1423228c 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-plugin", - "version": "14.0.1", + "version": "14.0.2", "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": "^14.0.1", + "@spotify/web-scripts": "^14.0.2", "@types/eslint": "^8.4.1", "@types/jest": "^28.1.4", "@typescript-eslint/parser": "^5.13.0", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index 8ed5ecfe..58f7e906 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. +## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15) + +**Note:** Version bump only for package @spotify/prettier-config + ## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12) **Note:** Version bump only for package @spotify/prettier-config diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 1f17d04c..a879da1b 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/prettier-config", - "version": "14.0.1", + "version": "14.0.2", "license": "Apache-2.0", "description": "Spotify's base Prettier config", "repository": { diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index 5190b14e..24b414fd 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. +## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15) + +**Note:** Version bump only for package @spotify/tsconfig + ## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12) **Note:** Version bump only for package @spotify/tsconfig diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 488baef2..61aacc84 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/tsconfig", - "version": "14.0.1", + "version": "14.0.2", "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 c6fe2377..7edc9c80 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. +## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15) + +**Note:** Version bump only for package @spotify/web-scripts-utils + ## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12) **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 d3e77d33..197a534f 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": "14.0.1", + "version": "14.0.2", "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": "^14.0.1", + "@spotify/tsconfig": "^14.0.2", "@types/jest": "^28.1.4" }, "publishConfig": { diff --git a/packages/web-scripts/CHANGELOG.md b/packages/web-scripts/CHANGELOG.md index 31a0b10b..f453dbf0 100644 --- a/packages/web-scripts/CHANGELOG.md +++ b/packages/web-scripts/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [14.0.2](https://github.com/spotify/web-scripts/compare/v14.0.1...v14.0.2) (2022-07-15) + +### Bug Fixes + +- **web-scripts:** resolve sec issue with minimist, must use ^1.2.6 ([d52b6a3](https://github.com/spotify/web-scripts/commit/d52b6a3c3595a4fdde4cfb2d2d9eda51baad9c28)) + ## [14.0.1](https://github.com/spotify/web-scripts/compare/v14.0.0...v14.0.1) (2022-07-12) **Note:** Version bump only for package @spotify/web-scripts diff --git a/packages/web-scripts/package.json b/packages/web-scripts/package.json index 172c28b5..358ad892 100644 --- a/packages/web-scripts/package.json +++ b/packages/web-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/web-scripts", - "version": "14.0.1", + "version": "14.0.2", "license": "Apache-2.0", "description": "Build, lint, test, format, and release your JS/TS library.", "repository": { @@ -32,7 +32,7 @@ "dependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", - "@spotify/eslint-config": "^14.0.1", + "@spotify/eslint-config": "^14.0.2", "@spotify/prettier-config": "^13.0.1", "@spotify/tsconfig": "^13.0.1", "@spotify/web-scripts-utils": "^13.0.1",