From ee44ae52e5aa3cf83089f6b34134d2ee56fb3e8d Mon Sep 17 00:00:00 2001 From: "TableCheck Inc." Date: Tue, 6 Feb 2024 08:32:13 +0000 Subject: [PATCH] Bump independent versions [skip ci] - @tablecheck/frontend-audit@6.1.0 - @tablecheck/commitlint-config@6.1.0 - @tablecheck/eslint-config@8.3.0 - @tablecheck/eslint-plugin@6.2.0 - @tablecheck/nx@6.2.0 - @tablecheck/semantic-release-config@7.1.0 --- package-lock.json | 14 ++++++------- packages/audit/CHANGELOG.md | 17 ++++++++-------- packages/audit/package.json | 2 +- packages/commitlint-config/CHANGELOG.md | 20 ++++++------------- packages/commitlint-config/package.json | 2 +- packages/eslint-config/CHANGELOG.md | 19 +++++++++--------- packages/eslint-config/package.json | 4 ++-- packages/eslint-plugin/CHANGELOG.md | 17 ++++++++-------- packages/eslint-plugin/package.json | 2 +- packages/nx/CHANGELOG.md | 17 ++++++++-------- packages/nx/package.json | 2 +- packages/semantic-release-config/CHANGELOG.md | 17 ++++++++-------- packages/semantic-release-config/package.json | 2 +- 13 files changed, 61 insertions(+), 74 deletions(-) diff --git a/package-lock.json b/package-lock.json index b1c7a42..5f2c450 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37421,7 +37421,7 @@ }, "packages/audit": { "name": "@tablecheck/frontend-audit", - "version": "6.0.1", + "version": "6.1.0", "license": "MIT", "dependencies": { "@clack/prompts": "^0.6.3", @@ -37547,7 +37547,7 @@ }, "packages/commitlint-config": { "name": "@tablecheck/commitlint-config", - "version": "6.0.2", + "version": "6.1.0", "license": "MIT", "dependencies": { "@commitlint/config-conventional": "^17", @@ -37579,12 +37579,12 @@ }, "packages/eslint-config": { "name": "@tablecheck/eslint-config", - "version": "8.2.5", + "version": "8.3.0", "license": "MIT", "dependencies": { "@emotion/eslint-plugin": "^11.11.0", "@nx/eslint-plugin": "^16.5.0", - "@tablecheck/eslint-plugin": "^6.1.2", + "@tablecheck/eslint-plugin": "^6.2.0", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.9.0", "eslint-config-airbnb": "^19.0.4", @@ -37718,7 +37718,7 @@ }, "packages/eslint-plugin": { "name": "@tablecheck/eslint-plugin", - "version": "6.1.2", + "version": "6.2.0", "license": "MIT", "dependencies": { "eslint-module-utils": "2.8.0" @@ -38162,7 +38162,7 @@ }, "packages/nx": { "name": "@tablecheck/nx", - "version": "6.1.4", + "version": "6.2.0", "dependencies": { "@nx/cypress": "^16", "@nx/devkit": "^16", @@ -38297,7 +38297,7 @@ }, "packages/semantic-release-config": { "name": "@tablecheck/semantic-release-config", - "version": "7.0.1", + "version": "7.1.0", "license": "MIT", "dependencies": { "@semantic-release/commit-analyzer": "^9.0.2", diff --git a/packages/audit/CHANGELOG.md b/packages/audit/CHANGELOG.md index 0147d65..3296e57 100644 --- a/packages/audit/CHANGELOG.md +++ b/packages/audit/CHANGELOG.md @@ -1,19 +1,18 @@ -# v6.1.0 (Tue Feb 06 2024) +# Change Log -#### 🚀 Enhancement +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -- fix: correctly define quality:format so it can be cached [#106](https://github.com/tablecheck/frontend/pull/106) ([@SimeonC](https://github.com/SimeonC)) +# [6.1.0](https://github.com/tablecheck/frontend/compare/@tablecheck/frontend-audit@6.0.1...@tablecheck/frontend-audit@6.1.0) (2024-02-06) -#### Authors: 1 -- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) +### Bug Fixes + +* correctly define quality:format so it can be cached ([791d58f](https://github.com/tablecheck/frontend/commit/791d58fac0bf61416a90e90c0fef1308db7fdbfd)) + ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [6.0.1](https://github.com/tablecheck/frontend/compare/@tablecheck/frontend-audit@6.0.0...@tablecheck/frontend-audit@6.0.1) (2024-01-31) diff --git a/packages/audit/package.json b/packages/audit/package.json index cb2eed2..bf358a3 100644 --- a/packages/audit/package.json +++ b/packages/audit/package.json @@ -3,7 +3,7 @@ "description": "Audit util for easy integration with auditjs", "license": "MIT", "author": "TableCheck Inc.", - "version": "6.0.1", + "version": "6.1.0", "type": "module", "exports": { ".": { diff --git a/packages/commitlint-config/CHANGELOG.md b/packages/commitlint-config/CHANGELOG.md index 177d583..bcdeb7e 100644 --- a/packages/commitlint-config/CHANGELOG.md +++ b/packages/commitlint-config/CHANGELOG.md @@ -1,26 +1,18 @@ -# v6.1.0 (Tue Feb 06 2024) +# Change Log -#### 🚀 Enhancement +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -- fix: correctly define quality:format so it can be cached [#106](https://github.com/tablecheck/frontend/pull/106) ([@SimeonC](https://github.com/SimeonC)) +# [6.1.0](https://github.com/tablecheck/frontend/compare/@tablecheck/commitlint-config@6.0.2...@tablecheck/commitlint-config@6.1.0) (2024-02-06) -#### 🐛 Bug Fix -- Bump independent versions \[skip ci\] ([@tablecheck-ci](https://github.com/tablecheck-ci)) -- Update CHANGELOG.md \[skip ci\] ([@tablecheck-ci](https://github.com/tablecheck-ci)) -- fix(commitlint-config): junit formatter updated to include top level title [#105](https://github.com/tablecheck/frontend/pull/105) ([@SimeonC](https://github.com/SimeonC)) +### Bug Fixes -#### Authors: 2 +* correctly define quality:format so it can be cached ([791d58f](https://github.com/tablecheck/frontend/commit/791d58fac0bf61416a90e90c0fef1308db7fdbfd)) -- [@tablecheck-ci](https://github.com/tablecheck-ci) -- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [6.0.2](https://github.com/tablecheck/frontend/compare/@tablecheck/commitlint-config@6.0.1...@tablecheck/commitlint-config@6.0.2) (2024-02-02) diff --git a/packages/commitlint-config/package.json b/packages/commitlint-config/package.json index 341170b..d870a5d 100644 --- a/packages/commitlint-config/package.json +++ b/packages/commitlint-config/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "6.0.2", + "version": "6.1.0", "exports": { ".": "./index.js", "./formatters/junit": "./formatters/junit.js" diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 933bb04..513d994 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,20 +1,19 @@ -# v8.3.0 (Tue Feb 06 2024) +# Change Log -#### 🚀 Enhancement +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -- fix: correctly define quality:format so it can be cached [#106](https://github.com/tablecheck/frontend/pull/106) ([@SimeonC](https://github.com/SimeonC)) -- fix: add method signature style error [#106](https://github.com/tablecheck/frontend/pull/106) ([@SimeonC](https://github.com/SimeonC)) +# [8.3.0](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-config@8.2.5...@tablecheck/eslint-config@8.3.0) (2024-02-06) -#### Authors: 1 -- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) +### Bug Fixes + +* add method signature style error ([0f1bea0](https://github.com/tablecheck/frontend/commit/0f1bea08f26a021b542678b1bf69c67cf229cd14)) +* correctly define quality:format so it can be cached ([791d58f](https://github.com/tablecheck/frontend/commit/791d58fac0bf61416a90e90c0fef1308db7fdbfd)) + ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [8.2.5](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-config@8.2.4...@tablecheck/eslint-config@8.2.5) (2024-01-31) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 656b32c..18f6989 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "8.2.5", + "version": "8.3.0", "exports": { ".": { "types": "./dist/index.d.ts", @@ -57,7 +57,7 @@ "dependencies": { "@emotion/eslint-plugin": "^11.11.0", "@nx/eslint-plugin": "^16.5.0", - "@tablecheck/eslint-plugin": "^6.1.2", + "@tablecheck/eslint-plugin": "^6.2.0", "@typescript-eslint/eslint-plugin": "^6.9.0", "@typescript-eslint/parser": "^6.9.0", "eslint-config-airbnb": "^19.0.4", diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index efd4dbc..e3b2f49 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,19 +1,18 @@ -# v6.2.0 (Tue Feb 06 2024) +# Change Log -#### 🚀 Enhancement +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -- fix: correctly define quality:format so it can be cached [#106](https://github.com/tablecheck/frontend/pull/106) ([@SimeonC](https://github.com/SimeonC)) +# [6.2.0](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-plugin@6.1.2...@tablecheck/eslint-plugin@6.2.0) (2024-02-06) -#### Authors: 1 -- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) +### Bug Fixes + +* correctly define quality:format so it can be cached ([791d58f](https://github.com/tablecheck/frontend/commit/791d58fac0bf61416a90e90c0fef1308db7fdbfd)) + ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [6.1.2](https://github.com/tablecheck/frontend/compare/@tablecheck/eslint-plugin@6.1.1...@tablecheck/eslint-plugin@6.1.2) (2024-01-31) diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 4ef6ed8..8f86642 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "6.1.2", + "version": "6.2.0", "exports": { ".": { "default": "./dist/index.js" diff --git a/packages/nx/CHANGELOG.md b/packages/nx/CHANGELOG.md index 3329475..48249e7 100644 --- a/packages/nx/CHANGELOG.md +++ b/packages/nx/CHANGELOG.md @@ -1,19 +1,18 @@ -# v6.2.0 (Tue Feb 06 2024) +# Change Log -#### 🚀 Enhancement +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -- fix: correctly define quality:format so it can be cached [#106](https://github.com/tablecheck/frontend/pull/106) ([@SimeonC](https://github.com/SimeonC)) +# [6.2.0](https://github.com/tablecheck/frontend/compare/@tablecheck/nx@6.1.4...@tablecheck/nx@6.2.0) (2024-02-06) -#### Authors: 1 -- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) +### Bug Fixes + +* correctly define quality:format so it can be cached ([791d58f](https://github.com/tablecheck/frontend/commit/791d58fac0bf61416a90e90c0fef1308db7fdbfd)) + ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [6.1.4](https://github.com/tablecheck/frontend/compare/@tablecheck/nx@6.1.3...@tablecheck/nx@6.1.4) (2024-01-11) diff --git a/packages/nx/package.json b/packages/nx/package.json index 2cf1b91..33dcb5d 100644 --- a/packages/nx/package.json +++ b/packages/nx/package.json @@ -1,6 +1,6 @@ { "name": "@tablecheck/nx", - "version": "6.1.4", + "version": "6.2.0", "type": "commonjs", "exports": { ".": { diff --git a/packages/semantic-release-config/CHANGELOG.md b/packages/semantic-release-config/CHANGELOG.md index 9d8ff9a..49988c2 100644 --- a/packages/semantic-release-config/CHANGELOG.md +++ b/packages/semantic-release-config/CHANGELOG.md @@ -1,19 +1,18 @@ -# v7.1.0 (Tue Feb 06 2024) +# Change Log -#### 🚀 Enhancement +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -- fix: correctly define quality:format so it can be cached [#106](https://github.com/tablecheck/frontend/pull/106) ([@SimeonC](https://github.com/SimeonC)) +# [7.1.0](https://github.com/tablecheck/frontend/compare/@tablecheck/semantic-release-config@7.0.1...@tablecheck/semantic-release-config@7.1.0) (2024-02-06) -#### Authors: 1 -- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) +### Bug Fixes + +* correctly define quality:format so it can be cached ([791d58f](https://github.com/tablecheck/frontend/commit/791d58fac0bf61416a90e90c0fef1308db7fdbfd)) + ---- -# Change Log -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [7.0.1](https://github.com/tablecheck/frontend/compare/@tablecheck/semantic-release-config@7.0.0...@tablecheck/semantic-release-config@7.0.1) (2024-01-31) diff --git a/packages/semantic-release-config/package.json b/packages/semantic-release-config/package.json index 0fbf2b1..c891d23 100644 --- a/packages/semantic-release-config/package.json +++ b/packages/semantic-release-config/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "git@github.com:tablecheck/frontend.git" }, - "version": "7.0.1", + "version": "7.1.0", "main": "index.js", "files": ["with-npm-publish/package.json", "withNpmPublish.js"], "dependencies": {