Skip to content

Commit

Permalink
chore: release master (#552)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 29, 2024
1 parent a24afca commit fb2665e
Show file tree
Hide file tree
Showing 20 changed files with 143 additions and 43 deletions.
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"packages/commitlint-config": "1.1.7",
"packages/eslint-config-nuxt-typescript": "1.2.9",
"packages/commitlint-config": "1.1.8",
"packages/eslint-config-nuxt-typescript": "1.2.10",
"packages/eslint-config-nuxt": "1.2.7",
"packages/eslint-config-typescript": "1.2.9",
"packages/eslint-config-vue-typescript": "1.3.9",
"packages/eslint-config-vue": "1.2.7",
"packages/eslint-config-vue3-typescript": "1.3.9",
"packages/eslint-config-vue3": "1.2.7",
"packages/eslint-config-typescript": "1.2.10",
"packages/eslint-config-vue-typescript": "1.3.10",
"packages/eslint-config-vue": "1.2.8",
"packages/eslint-config-vue3-typescript": "1.3.10",
"packages/eslint-config-vue3": "1.2.8",
"packages/eslint-config": "1.2.7",
"packages/prettier-config": "1.2.6",
"packages/prettier-config": "1.2.7",
"packages/semantic-release": "0.3.1",
"packages/tsconfig": "0.5.0"
"packages/tsconfig": "0.5.1"
}
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions packages/commitlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.8](https://github.com/tada5hi/javascript/compare/commitlint-config-v1.1.7...commitlint-config-v1.1.8) (2024-03-29)


### Bug Fixes

* **deps:** bump @commitlint/config-conventional from 18.6.0 to 18.6.2 ([#525](https://github.com/tada5hi/javascript/issues/525)) ([584107b](https://github.com/tada5hi/javascript/commit/584107b05ea000d45d180b41b845d95d25130171))
* **deps:** bump @commitlint/config-conventional from 18.6.2 to 19.0.0 ([#531](https://github.com/tada5hi/javascript/issues/531)) ([ec1b90c](https://github.com/tada5hi/javascript/commit/ec1b90cc3e6f576d7e66d2d5cd276e1360dcb3dc))
* **deps:** bump @commitlint/config-conventional from 19.0.0 to 19.0.3 ([#535](https://github.com/tada5hi/javascript/issues/535)) ([787d0ac](https://github.com/tada5hi/javascript/commit/787d0ac656cd91e9a3728f16787094b7d4b0830c))
* **deps:** bump @commitlint/config-conventional from 19.0.3 to 19.1.0 ([#542](https://github.com/tada5hi/javascript/issues/542)) ([11027a0](https://github.com/tada5hi/javascript/commit/11027a0a0f4ef1baa7d2c296fc7d58ab7a00cd2d))

## [1.1.7](https://github.com/tada5hi/javascript/compare/commitlint-config-v1.1.6...commitlint-config-v1.1.7) (2024-01-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/commitlint-config",
"version": "1.1.7",
"version": "1.1.8",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-config-nuxt-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @tada5hi/eslint-config-typescript bumped from ^1.2.8 to ^1.2.9

## [1.2.10](https://github.com/tada5hi/javascript/compare/eslint-config-nuxt-typescript-v1.2.9...eslint-config-nuxt-typescript-v1.2.10) (2024-03-29)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @tada5hi/eslint-config-typescript bumped from ^1.2.9 to ^1.2.10

## [1.2.7](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-nuxt-typescript@1.2.6...@tada5hi/eslint-config-nuxt-typescript@1.2.7) (2023-11-26)

**Note:** Version bump only for package @tada5hi/eslint-config-nuxt-typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-nuxt-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-nuxt-typescript",
"version": "1.2.9",
"version": "1.2.10",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -37,6 +37,6 @@
},
"dependencies": {
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@tada5hi/eslint-config-typescript": "^1.2.9"
"@tada5hi/eslint-config-typescript": "^1.2.10"
}
}
23 changes: 23 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.2.10](https://github.com/tada5hi/javascript/compare/eslint-config-typescript-v1.2.9...eslint-config-typescript-v1.2.10) (2024-03-29)


### Bug Fixes

* **deps:** bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0 ([#515](https://github.com/tada5hi/javascript/issues/515)) ([1f35ee9](https://github.com/tada5hi/javascript/commit/1f35ee972e595db52bdef849d8d1098156d2839a))
* **deps:** bump @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0 ([#519](https://github.com/tada5hi/javascript/issues/519)) ([6571ff0](https://github.com/tada5hi/javascript/commit/6571ff05cfbb4f392726279c7119af190b254757))
* **deps:** bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.1 ([#522](https://github.com/tada5hi/javascript/issues/522)) ([6f55b5f](https://github.com/tada5hi/javascript/commit/6f55b5f0b6fec8a66ebf5f5dfd2be3a55cebcf4f))
* **deps:** bump @typescript-eslint/eslint-plugin from 7.0.1 to 7.0.2 ([#528](https://github.com/tada5hi/javascript/issues/528)) ([03e9996](https://github.com/tada5hi/javascript/commit/03e999623d3b95dd0e95eb3cf1171e2a54715372))
* **deps:** bump @typescript-eslint/eslint-plugin from 7.0.2 to 7.1.0 ([#533](https://github.com/tada5hi/javascript/issues/533)) ([6053dc2](https://github.com/tada5hi/javascript/commit/6053dc25944ac3fb41d67af15fdb11f451fda4f9))
* **deps:** bump @typescript-eslint/eslint-plugin from 7.1.0 to 7.1.1 ([#537](https://github.com/tada5hi/javascript/issues/537)) ([05b523a](https://github.com/tada5hi/javascript/commit/05b523a98dfd140ca8b76a05ef0ed96785982f51))
* **deps:** bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.2.0 ([#544](https://github.com/tada5hi/javascript/issues/544)) ([875b018](https://github.com/tada5hi/javascript/commit/875b018925641c41198985bc13319c020cae5e47))
* **deps:** bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.3.1 ([#547](https://github.com/tada5hi/javascript/issues/547)) ([2cf9555](https://github.com/tada5hi/javascript/commit/2cf95550f288685b13977fccdbed9a2875728149))
* **deps:** bump @typescript-eslint/eslint-plugin from 7.3.1 to 7.4.0 ([#550](https://github.com/tada5hi/javascript/issues/550)) ([6eb1a45](https://github.com/tada5hi/javascript/commit/6eb1a456cf12dadf82ad12f9ebea52cc2eb6b37e))
* **deps:** bump @typescript-eslint/parser from 6.19.1 to 6.20.0 ([#513](https://github.com/tada5hi/javascript/issues/513)) ([61f3bda](https://github.com/tada5hi/javascript/commit/61f3bda8f860a6ebcb00774f34f77aa09d637ae8))
* **deps:** bump @typescript-eslint/parser from 6.20.0 to 7.0.1 ([#523](https://github.com/tada5hi/javascript/issues/523)) ([70f95ba](https://github.com/tada5hi/javascript/commit/70f95baef9c2cb936861d8e8c4cdc566162e5b3a))
* **deps:** bump @typescript-eslint/parser from 7.0.1 to 7.0.2 ([#527](https://github.com/tada5hi/javascript/issues/527)) ([bd0eda0](https://github.com/tada5hi/javascript/commit/bd0eda0fdc36f30472666faa2a63bec375c9df2e))
* **deps:** bump @typescript-eslint/parser from 7.0.2 to 7.1.0 ([#532](https://github.com/tada5hi/javascript/issues/532)) ([7b9e8be](https://github.com/tada5hi/javascript/commit/7b9e8beb9b44494a1353c9883329925678e147a3))
* **deps:** bump @typescript-eslint/parser from 7.1.0 to 7.2.0 ([#541](https://github.com/tada5hi/javascript/issues/541)) ([9d93845](https://github.com/tada5hi/javascript/commit/9d93845a44cc75b88d8f2ba225cbb31c33df52ae))
* **deps:** bump @typescript-eslint/parser from 7.2.0 to 7.3.1 ([#548](https://github.com/tada5hi/javascript/issues/548)) ([4e0b183](https://github.com/tada5hi/javascript/commit/4e0b1831649caeced760a37a80ffd5d648e5bdb2))
* **deps:** bump @typescript-eslint/parser from 7.3.1 to 7.4.0 ([3d6ada1](https://github.com/tada5hi/javascript/commit/3d6ada1fa863f18fb6dd48f6a6e979dcd9db904b))
* **deps:** bump eslint-config-airbnb-typescript from 17.1.0 to 18.0.0 ([#538](https://github.com/tada5hi/javascript/issues/538)) ([8cd3da7](https://github.com/tada5hi/javascript/commit/8cd3da7329768263e37f52ed953e7b0712f0af57))

## [1.2.9](https://github.com/tada5hi/javascript/compare/eslint-config-typescript-v1.2.8...eslint-config-typescript-v1.2.9) (2024-01-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-typescript",
"version": "1.2.9",
"version": "1.2.10",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-config-vue-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @tada5hi/eslint-config-typescript bumped from ^1.2.8 to ^1.2.9

## [1.3.10](https://github.com/tada5hi/javascript/compare/eslint-config-vue-typescript-v1.3.9...eslint-config-vue-typescript-v1.3.10) (2024-03-29)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @tada5hi/eslint-config-typescript bumped from ^1.2.9 to ^1.2.10
* @tada5hi/eslint-config-vue bumped from ^1.2.7 to ^1.2.8

## [1.3.7](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-vue-typescript@1.3.6...@tada5hi/eslint-config-vue-typescript@1.3.7) (2023-11-26)

**Note:** Version bump only for package @tada5hi/eslint-config-vue-typescript
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-vue-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-vue-typescript",
"version": "1.3.9",
"version": "1.3.10",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"dependencies": {
"@tada5hi/eslint-config-typescript": "^1.2.9",
"@tada5hi/eslint-config-vue": "^1.2.7"
"@tada5hi/eslint-config-typescript": "^1.2.10",
"@tada5hi/eslint-config-vue": "^1.2.8"
}
}
11 changes: 11 additions & 0 deletions packages/eslint-config-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.8](https://github.com/tada5hi/javascript/compare/eslint-config-vue-v1.2.7...eslint-config-vue-v1.2.8) (2024-03-29)


### Bug Fixes

* **deps:** bump eslint-plugin-vue from 9.20.1 to 9.21.0 ([#514](https://github.com/tada5hi/javascript/issues/514)) ([aaacf11](https://github.com/tada5hi/javascript/commit/aaacf1133d8708c7e56c7528e2fb485d9007a5f5))
* **deps:** bump eslint-plugin-vue from 9.21.0 to 9.21.1 ([#516](https://github.com/tada5hi/javascript/issues/516)) ([e745d2f](https://github.com/tada5hi/javascript/commit/e745d2f633e02de934709a17d58a4ab59ec7be29))
* **deps:** bump eslint-plugin-vue from 9.21.1 to 9.22.0 ([#529](https://github.com/tada5hi/javascript/issues/529)) ([c228926](https://github.com/tada5hi/javascript/commit/c228926e36336ce069f92a607ff13a6b36b22dd3))
* **deps:** bump eslint-plugin-vue from 9.22.0 to 9.23.0 ([#543](https://github.com/tada5hi/javascript/issues/543)) ([2fb26a9](https://github.com/tada5hi/javascript/commit/2fb26a94c68c1ded33882ef61c35e635625b906c))
* **deps:** bump eslint-plugin-vue from 9.23.0 to 9.24.0 ([#549](https://github.com/tada5hi/javascript/issues/549)) ([daf7333](https://github.com/tada5hi/javascript/commit/daf73333e78d85c5deb6c1f04248ef710d43da03))

## [1.2.7](https://github.com/tada5hi/javascript/compare/eslint-config-vue-v1.2.6...eslint-config-vue-v1.2.7) (2024-01-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-vue",
"version": "1.2.7",
"version": "1.2.8",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-config-vue3-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
* dependencies
* @tada5hi/eslint-config-typescript bumped from ^1.2.8 to ^1.2.9

## [1.3.10](https://github.com/tada5hi/javascript/compare/eslint-config-vue3-typescript-v1.3.9...eslint-config-vue3-typescript-v1.3.10) (2024-03-29)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @tada5hi/eslint-config-typescript bumped from ^1.2.9 to ^1.2.10
* @tada5hi/eslint-config-vue3 bumped from ^1.2.7 to ^1.2.8

## [1.3.7](https://github.com/tada5hi/javascript/compare/@tada5hi/eslint-config-vue3-typescript@1.3.6...@tada5hi/eslint-config-vue3-typescript@1.3.7) (2023-11-26)

**Note:** Version bump only for package @tada5hi/eslint-config-vue3-typescript
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-vue3-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-vue3-typescript",
"version": "1.3.9",
"version": "1.3.10",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"access": "public"
},
"dependencies": {
"@tada5hi/eslint-config-typescript": "^1.2.9",
"@tada5hi/eslint-config-vue3": "^1.2.7"
"@tada5hi/eslint-config-typescript": "^1.2.10",
"@tada5hi/eslint-config-vue3": "^1.2.8"
}
}
11 changes: 11 additions & 0 deletions packages/eslint-config-vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.8](https://github.com/tada5hi/javascript/compare/eslint-config-vue3-v1.2.7...eslint-config-vue3-v1.2.8) (2024-03-29)


### Bug Fixes

* **deps:** bump eslint-plugin-vue from 9.20.1 to 9.21.0 ([#514](https://github.com/tada5hi/javascript/issues/514)) ([aaacf11](https://github.com/tada5hi/javascript/commit/aaacf1133d8708c7e56c7528e2fb485d9007a5f5))
* **deps:** bump eslint-plugin-vue from 9.21.0 to 9.21.1 ([#516](https://github.com/tada5hi/javascript/issues/516)) ([e745d2f](https://github.com/tada5hi/javascript/commit/e745d2f633e02de934709a17d58a4ab59ec7be29))
* **deps:** bump eslint-plugin-vue from 9.21.1 to 9.22.0 ([#529](https://github.com/tada5hi/javascript/issues/529)) ([c228926](https://github.com/tada5hi/javascript/commit/c228926e36336ce069f92a607ff13a6b36b22dd3))
* **deps:** bump eslint-plugin-vue from 9.22.0 to 9.23.0 ([#543](https://github.com/tada5hi/javascript/issues/543)) ([2fb26a9](https://github.com/tada5hi/javascript/commit/2fb26a94c68c1ded33882ef61c35e635625b906c))
* **deps:** bump eslint-plugin-vue from 9.23.0 to 9.24.0 ([#549](https://github.com/tada5hi/javascript/issues/549)) ([daf7333](https://github.com/tada5hi/javascript/commit/daf73333e78d85c5deb6c1f04248ef710d43da03))

## [1.2.7](https://github.com/tada5hi/javascript/compare/eslint-config-vue3-v1.2.6...eslint-config-vue3-v1.2.7) (2024-01-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/eslint-config-vue3",
"version": "1.2.7",
"version": "1.2.8",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/prettier-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [1.2.7](https://github.com/tada5hi/javascript/compare/prettier-config-v1.2.6...prettier-config-v1.2.7) (2024-03-29)


### Bug Fixes

* **deps:** bump prettier from 3.2.4 to 3.2.5 ([#518](https://github.com/tada5hi/javascript/issues/518)) ([cf39ba2](https://github.com/tada5hi/javascript/commit/cf39ba22253ef123705776a1165d8c35671d53f2))

## [1.2.6](https://github.com/tada5hi/javascript/compare/prettier-config-v1.2.5...prettier-config-v1.2.6) (2024-01-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tada5hi/prettier-config",
"version": "1.2.6",
"version": "1.2.7",
"description": "",
"license": "MIT",
"main": "index.js",
Expand Down
Loading

0 comments on commit fb2665e

Please sign in to comment.