From 684729475de6f2213cb7e053732e935ea5618d2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 07:52:33 +0000 Subject: [PATCH] chore: release master --- .release-please-manifest.json | 10 +++++----- package-lock.json | 16 ++++++++-------- packages/eslint-config-typescript/CHANGELOG.md | 15 +++++++++++++++ packages/eslint-config-typescript/package.json | 4 ++-- .../eslint-config-vue-typescript/CHANGELOG.md | 15 +++++++++++++++ .../eslint-config-vue-typescript/package.json | 4 ++-- packages/eslint-config-vue/CHANGELOG.md | 15 +++++++++++++++ packages/eslint-config-vue/package.json | 4 ++-- packages/eslint-config/CHANGELOG.md | 8 ++++++++ packages/eslint-config/package.json | 2 +- packages/prettier-config/CHANGELOG.md | 8 ++++++++ packages/prettier-config/package.json | 2 +- 12 files changed, 82 insertions(+), 21 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e02b91f..abbdb5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,10 +1,10 @@ { "packages/commitlint-config": "1.3.1", - "packages/eslint-config-typescript": "2.2.0", - "packages/eslint-config-vue-typescript": "2.2.0", - "packages/eslint-config-vue": "2.2.0", - "packages/eslint-config": "2.3.0", - "packages/prettier-config": "1.3.1", + "packages/eslint-config-typescript": "2.2.1", + "packages/eslint-config-vue-typescript": "2.2.1", + "packages/eslint-config-vue": "2.2.1", + "packages/eslint-config": "2.3.1", + "packages/prettier-config": "1.3.2", "packages/semantic-release": "0.4.1", "packages/tsconfig": "0.7.2" } diff --git a/package-lock.json b/package-lock.json index e73df14..86ec86b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13015,7 +13015,7 @@ }, "packages/eslint-config": { "name": "@tada5hi/eslint-config", - "version": "2.3.0", + "version": "2.3.1", "license": "Apache-2.0", "dependencies": { "@antfu/install-pkg": "^1.1.0", @@ -13046,10 +13046,10 @@ }, "packages/eslint-config-typescript": { "name": "@tada5hi/eslint-config-typescript", - "version": "2.2.0", + "version": "2.2.1", "license": "Apache-2.0", "dependencies": { - "@tada5hi/eslint-config": "^2.3.0", + "@tada5hi/eslint-config": "^2.3.1", "typescript-eslint": "^8.61.0" }, "peerDependencies": { @@ -13058,10 +13058,10 @@ }, "packages/eslint-config-vue": { "name": "@tada5hi/eslint-config-vue", - "version": "2.2.0", + "version": "2.2.1", "license": "Apache-2.0", "dependencies": { - "@tada5hi/eslint-config": "^2.3.0", + "@tada5hi/eslint-config": "^2.3.1", "eslint-plugin-vue": "^10.9.2" }, "peerDependencies": { @@ -13070,10 +13070,10 @@ }, "packages/eslint-config-vue-typescript": { "name": "@tada5hi/eslint-config-vue-typescript", - "version": "2.2.0", + "version": "2.2.1", "license": "Apache-2.0", "dependencies": { - "@tada5hi/eslint-config": "^2.3.0", + "@tada5hi/eslint-config": "^2.3.1", "eslint-plugin-vue": "^10.9.2", "typescript-eslint": "^8.61.0" }, @@ -13101,7 +13101,7 @@ }, "packages/prettier-config": { "name": "@tada5hi/prettier-config", - "version": "1.3.1", + "version": "1.3.2", "license": "Apache-2.0", "dependencies": { "prettier": "^3.8.4" diff --git a/packages/eslint-config-typescript/CHANGELOG.md b/packages/eslint-config-typescript/CHANGELOG.md index ba28473..e9eb8a9 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. +## [2.2.1](https://github.com/tada5hi/javascript/compare/eslint-config-typescript-v2.2.0...eslint-config-typescript-v2.2.1) (2026-06-16) + + +### Bug Fixes + +* **deps:** bump the minorandpatch group across 1 directory with 10 updates ([#918](https://github.com/tada5hi/javascript/issues/918)) ([5b9eebe](https://github.com/tada5hi/javascript/commit/5b9eebe7c935e11af703376817ed4e04fbd2a736)) +* **deps:** bump the minorandpatch group across 1 directory with 9 updates ([#906](https://github.com/tada5hi/javascript/issues/906)) ([984afd3](https://github.com/tada5hi/javascript/commit/984afd349d62b722909d33b1f25eb5f75cc16f03)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @tada5hi/eslint-config bumped from ^2.3.0 to ^2.3.1 + ## [2.2.0](https://github.com/tada5hi/javascript/compare/eslint-config-typescript-v2.1.1...eslint-config-typescript-v2.2.0) (2026-04-01) diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index 7c224e5..a0bce87 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@tada5hi/eslint-config-typescript", - "version": "2.2.0", + "version": "2.2.1", "description": "Shared ESLint flat config for TypeScript projects (deprecated — use @tada5hi/eslint-config)", "license": "Apache-2.0", "type": "module", @@ -45,7 +45,7 @@ "access": "public" }, "dependencies": { - "@tada5hi/eslint-config": "^2.3.0", + "@tada5hi/eslint-config": "^2.3.1", "typescript-eslint": "^8.61.0" }, "peerDependencies": { diff --git a/packages/eslint-config-vue-typescript/CHANGELOG.md b/packages/eslint-config-vue-typescript/CHANGELOG.md index 4aa0057..1b94460 100644 --- a/packages/eslint-config-vue-typescript/CHANGELOG.md +++ b/packages/eslint-config-vue-typescript/CHANGELOG.md @@ -16,6 +16,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * dependencies * @tada5hi/eslint-config-typescript bumped from ^1.2.8 to ^1.2.9 +## [2.2.1](https://github.com/tada5hi/javascript/compare/eslint-config-vue-typescript-v2.2.0...eslint-config-vue-typescript-v2.2.1) (2026-06-16) + + +### Bug Fixes + +* **deps:** bump the minorandpatch group across 1 directory with 10 updates ([#918](https://github.com/tada5hi/javascript/issues/918)) ([5b9eebe](https://github.com/tada5hi/javascript/commit/5b9eebe7c935e11af703376817ed4e04fbd2a736)) +* **deps:** bump the minorandpatch group across 1 directory with 9 updates ([#906](https://github.com/tada5hi/javascript/issues/906)) ([984afd3](https://github.com/tada5hi/javascript/commit/984afd349d62b722909d33b1f25eb5f75cc16f03)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @tada5hi/eslint-config bumped from ^2.3.0 to ^2.3.1 + ## [2.2.0](https://github.com/tada5hi/javascript/compare/eslint-config-vue-typescript-v2.1.1...eslint-config-vue-typescript-v2.2.0) (2026-04-01) diff --git a/packages/eslint-config-vue-typescript/package.json b/packages/eslint-config-vue-typescript/package.json index a43096a..59c7ae8 100644 --- a/packages/eslint-config-vue-typescript/package.json +++ b/packages/eslint-config-vue-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@tada5hi/eslint-config-vue-typescript", - "version": "2.2.0", + "version": "2.2.1", "description": "Shared ESLint flat config for Vue.js + TypeScript projects (deprecated — use @tada5hi/eslint-config)", "license": "Apache-2.0", "type": "module", @@ -47,7 +47,7 @@ "access": "public" }, "dependencies": { - "@tada5hi/eslint-config": "^2.3.0", + "@tada5hi/eslint-config": "^2.3.1", "eslint-plugin-vue": "^10.9.2", "typescript-eslint": "^8.61.0" }, diff --git a/packages/eslint-config-vue/CHANGELOG.md b/packages/eslint-config-vue/CHANGELOG.md index 06cdba3..e2eef8b 100644 --- a/packages/eslint-config-vue/CHANGELOG.md +++ b/packages/eslint-config-vue/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. +## [2.2.1](https://github.com/tada5hi/javascript/compare/eslint-config-vue-v2.2.0...eslint-config-vue-v2.2.1) (2026-06-16) + + +### Bug Fixes + +* **deps:** bump the minorandpatch group across 1 directory with 10 updates ([#918](https://github.com/tada5hi/javascript/issues/918)) ([5b9eebe](https://github.com/tada5hi/javascript/commit/5b9eebe7c935e11af703376817ed4e04fbd2a736)) +* **deps:** bump the minorandpatch group across 1 directory with 9 updates ([#906](https://github.com/tada5hi/javascript/issues/906)) ([984afd3](https://github.com/tada5hi/javascript/commit/984afd349d62b722909d33b1f25eb5f75cc16f03)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @tada5hi/eslint-config bumped from ^2.3.0 to ^2.3.1 + ## [2.2.0](https://github.com/tada5hi/javascript/compare/eslint-config-vue-v2.1.1...eslint-config-vue-v2.2.0) (2026-04-01) diff --git a/packages/eslint-config-vue/package.json b/packages/eslint-config-vue/package.json index 56ccb53..1612657 100644 --- a/packages/eslint-config-vue/package.json +++ b/packages/eslint-config-vue/package.json @@ -1,6 +1,6 @@ { "name": "@tada5hi/eslint-config-vue", - "version": "2.2.0", + "version": "2.2.1", "description": "Shared ESLint flat config for Vue.js projects (deprecated — use @tada5hi/eslint-config)", "license": "Apache-2.0", "type": "module", @@ -46,7 +46,7 @@ "access": "public" }, "dependencies": { - "@tada5hi/eslint-config": "^2.3.0", + "@tada5hi/eslint-config": "^2.3.1", "eslint-plugin-vue": "^10.9.2" }, "peerDependencies": { diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 5bb21f9..5bc9466 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-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. +## [2.3.1](https://github.com/tada5hi/javascript/compare/eslint-config-v2.3.0...eslint-config-v2.3.1) (2026-06-16) + + +### Bug Fixes + +* **deps:** bump the minorandpatch group across 1 directory with 10 updates ([#918](https://github.com/tada5hi/javascript/issues/918)) ([5b9eebe](https://github.com/tada5hi/javascript/commit/5b9eebe7c935e11af703376817ed4e04fbd2a736)) +* **deps:** bump the minorandpatch group across 1 directory with 9 updates ([#906](https://github.com/tada5hi/javascript/issues/906)) ([984afd3](https://github.com/tada5hi/javascript/commit/984afd349d62b722909d33b1f25eb5f75cc16f03)) + ## [2.3.0](https://github.com/tada5hi/javascript/compare/eslint-config-v2.2.0...eslint-config-v2.3.0) (2026-04-01) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 1109ffc..2178561 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@tada5hi/eslint-config", - "version": "2.3.0", + "version": "2.3.1", "description": "Shared ESLint flat config with optional TypeScript and Vue support", "license": "Apache-2.0", "type": "module", diff --git a/packages/prettier-config/CHANGELOG.md b/packages/prettier-config/CHANGELOG.md index a7af889..b0ca8bc 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. +## [1.3.2](https://github.com/tada5hi/javascript/compare/prettier-config-v1.3.1...prettier-config-v1.3.2) (2026-06-16) + + +### Bug Fixes + +* **deps:** bump the minorandpatch group across 1 directory with 10 updates ([#918](https://github.com/tada5hi/javascript/issues/918)) ([5b9eebe](https://github.com/tada5hi/javascript/commit/5b9eebe7c935e11af703376817ed4e04fbd2a736)) +* **deps:** bump the minorandpatch group across 1 directory with 9 updates ([#906](https://github.com/tada5hi/javascript/issues/906)) ([984afd3](https://github.com/tada5hi/javascript/commit/984afd349d62b722909d33b1f25eb5f75cc16f03)) + ## [1.3.1](https://github.com/tada5hi/javascript/compare/prettier-config-v1.3.0...prettier-config-v1.3.1) (2026-03-19) diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index cbfece5..beac262 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@tada5hi/prettier-config", - "version": "1.3.1", + "version": "1.3.2", "description": "Shared Prettier configuration", "license": "Apache-2.0", "type": "module",