From 2468664bf3adebce78d01251e73da902f5d37101 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 19 Jan 2023 17:08:43 +0000 Subject: [PATCH] v14.1.4 --- CHANGELOG.md | 6 ++++++ 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 | 6 +++--- 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 | 6 +++--- 22 files changed, 66 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff18ec41..48ef80f9 100644 --- a/CHANGELOG.md +++ b/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.1.4](https://github.com/spotify/web-scripts/compare/v14.1.3...v14.1.4) (2023-01-19) + +### Bug Fixes + +- update dependencies ([ecac663](https://github.com/spotify/web-scripts/commit/ecac663fb5f7b6baac90b4f7ec55b9a889b2fd08)) + ## [14.1.3](https://github.com/spotify/web-scripts/compare/v14.1.2...v14.1.3) (2022-12-07) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 53236b37..579d13b9 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, - "version": "14.1.3", + "version": "14.1.4", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/create-web-scripts-library/CHANGELOG.md b/packages/create-web-scripts-library/CHANGELOG.md index 3d2167e9..463bb699 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.1.4](https://github.com/spotify/web-scripts/compare/v14.1.3...v14.1.4) (2023-01-19) + +**Note:** Version bump only for package @spotify/create-web-scripts-library + ## [14.1.3](https://github.com/spotify/web-scripts/compare/v14.1.2...v14.1.3) (2022-12-07) **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 bd318a0e..5b00f964 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.1.3", + "version": "14.1.4", "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.1.3", + "@spotify/web-scripts": "^14.1.4", "@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 8b74055b..65b63539 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.1.4](https://github.com/spotify/web-scripts/compare/v14.1.3...v14.1.4) (2023-01-19) + +**Note:** Version bump only for package @spotify/eslint-config-base + ## [14.1.3](https://github.com/spotify/web-scripts/compare/v14.1.2...v14.1.3) (2022-12-07) **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 83f87ab4..adbaaa95 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.1.3", + "version": "14.1.4", "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 4dccf4dc..606a8ec6 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.1.4](https://github.com/spotify/web-scripts/compare/v14.1.3...v14.1.4) (2023-01-19) + +**Note:** Version bump only for package @spotify/eslint-config-react + ## [14.1.3](https://github.com/spotify/web-scripts/compare/v14.1.2...v14.1.3) (2022-12-07) **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 929f6426..c7d6f07d 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.1.3", + "version": "14.1.4", "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 7751a462..a50a010e 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.1.4](https://github.com/spotify/web-scripts/compare/v14.1.3...v14.1.4) (2023-01-19) + +**Note:** Version bump only for package @spotify/eslint-config-typescript + ## [14.1.3](https://github.com/spotify/web-scripts/compare/v14.1.2...v14.1.3) (2022-12-07) **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 0d0f500d..310a10ce 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.1.3", + "version": "14.1.4", "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 c0faed77..928a9a08 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.1.4](https://github.com/spotify/web-scripts/compare/v14.1.3...v14.1.4) (2023-01-19) + +**Note:** Version bump only for package @spotify/eslint-config + ## [14.1.3](https://github.com/spotify/web-scripts/compare/v14.1.2...v14.1.3) (2022-12-07) **Note:** Version bump only for package @spotify/eslint-config diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index a2c047af..413fd43e 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-config", - "version": "14.1.3", + "version": "14.1.4", "description": "Combined ESLint config for Spotify", "author": "Paul Marbach ", "homepage": "https://github.com/spotify/web-scripts#readme", @@ -21,8 +21,8 @@ "@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.1.3", - "@spotify/web-scripts-utils": "^14.1.3", + "@spotify/eslint-plugin": "^14.1.4", + "@spotify/web-scripts-utils": "^14.1.4", "@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 0db01c43..bfa400ba 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.1.4](https://github.com/spotify/web-scripts/compare/v14.1.3...v14.1.4) (2023-01-19) + +**Note:** Version bump only for package @spotify/eslint-plugin + ## [14.1.3](https://github.com/spotify/web-scripts/compare/v14.1.2...v14.1.3) (2022-12-07) **Note:** Version bump only for package @spotify/eslint-plugin diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 81bd3008..a943ee86 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/eslint-plugin", - "version": "14.1.3", + "version": "14.1.4", "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.1.3", + "@spotify/web-scripts": "^14.1.4", "@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 8478b250..412000d0 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.1.4](https://github.com/spotify/web-scripts/compare/v14.1.3...v14.1.4) (2023-01-19) + +**Note:** Version bump only for package @spotify/prettier-config + ## [14.1.3](https://github.com/spotify/web-scripts/compare/v14.1.2...v14.1.3) (2022-12-07) **Note:** Version bump only for package @spotify/prettier-config diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 2fe959f6..d5fc122f 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/prettier-config", - "version": "14.1.3", + "version": "14.1.4", "license": "Apache-2.0", "description": "Spotify's base Prettier config", "repository": { diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index 96d350d0..bd4bf4ed 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.1.4](https://github.com/spotify/web-scripts/compare/v14.1.3...v14.1.4) (2023-01-19) + +**Note:** Version bump only for package @spotify/tsconfig + ## [14.1.3](https://github.com/spotify/web-scripts/compare/v14.1.2...v14.1.3) (2022-12-07) **Note:** Version bump only for package @spotify/tsconfig diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index e6ed80c4..c40f77bc 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/tsconfig", - "version": "14.1.3", + "version": "14.1.4", "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 8aea1f38..67fe8d9f 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.1.4](https://github.com/spotify/web-scripts/compare/v14.1.3...v14.1.4) (2023-01-19) + +**Note:** Version bump only for package @spotify/web-scripts-utils + ## [14.1.3](https://github.com/spotify/web-scripts/compare/v14.1.2...v14.1.3) (2022-12-07) **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 060e6a2c..34776b90 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.1.3", + "version": "14.1.4", "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.1.3", + "@spotify/tsconfig": "^14.1.4", "@types/jest": "^28.1.4" }, "publishConfig": { diff --git a/packages/web-scripts/CHANGELOG.md b/packages/web-scripts/CHANGELOG.md index 816d09e3..3c158499 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.1.4](https://github.com/spotify/web-scripts/compare/v14.1.3...v14.1.4) (2023-01-19) + +### Bug Fixes + +- update dependencies ([ecac663](https://github.com/spotify/web-scripts/commit/ecac663fb5f7b6baac90b4f7ec55b9a889b2fd08)) + ## [14.1.3](https://github.com/spotify/web-scripts/compare/v14.1.2...v14.1.3) (2022-12-07) **Note:** Version bump only for package @spotify/web-scripts diff --git a/packages/web-scripts/package.json b/packages/web-scripts/package.json index bbe80b72..6ac0973d 100644 --- a/packages/web-scripts/package.json +++ b/packages/web-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@spotify/web-scripts", - "version": "14.1.3", + "version": "14.1.4", "license": "Apache-2.0", "description": "Build, lint, test, format, and release your JS/TS library.", "repository": { @@ -32,10 +32,10 @@ "dependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", - "@spotify/eslint-config": "^14.1.3", + "@spotify/eslint-config": "^14.1.4", "@spotify/prettier-config": "^13.0.1", "@spotify/tsconfig": "^13.0.1", - "@spotify/web-scripts-utils": "^14.1.3", + "@spotify/web-scripts-utils": "^14.1.4", "@types/cross-spawn": "^6.0.0", "@types/debug": "^4.1.2", "@types/jest": "^28.1.4",