diff --git a/CHANGELOG.md b/CHANGELOG.md index c8b830ec..5647748d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v0.186.0](https://github.com/taiga-family/configurations/compare/v0.185.0...v0.186.0) + +- fix(deps): update dependency cspell to ^8.14.3 [`#592`](https://github.com/taiga-family/configurations/pull/592) + #### [v0.185.0](https://github.com/taiga-family/configurations/compare/v0.184.0...v0.185.0) +> 17 September 2024 + - feat: add new words [`f42921d`](https://github.com/taiga-family/configurations/commit/f42921d2f914e78009a273babc72803d80334a67) - feat: ignore consistent-destructuring diff --git a/package-lock.json b/package-lock.json index 247ed9be..577138f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taiga-linters", - "version": "0.185.0", + "version": "0.186.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "taiga-linters", - "version": "0.185.0", + "version": "0.186.0", "license": "Apache-2.0", "workspaces": [ "projects/*" @@ -19332,7 +19332,7 @@ }, "projects/auto-changelog-config": { "name": "@taiga-ui/auto-changelog-config", - "version": "0.185.0", + "version": "0.186.0", "license": "Apache-2.0", "peerDependencies": { "auto-changelog": "2.5.0" @@ -19340,12 +19340,12 @@ }, "projects/browserslist-config": { "name": "@taiga-ui/browserslist-config", - "version": "0.185.0", + "version": "0.186.0", "license": "Apache-2.0" }, "projects/commitlint-config": { "name": "@taiga-ui/commitlint-config", - "version": "0.185.0", + "version": "0.186.0", "license": "Apache-2.0", "peerDependencies": { "@commitlint/cli": "^19.5.0", @@ -19354,7 +19354,7 @@ }, "projects/cspell-config": { "name": "@taiga-ui/cspell-config", - "version": "0.185.0", + "version": "0.186.0", "license": "Apache-2.0", "peerDependencies": { "@cspell/dict-ar": "^1.1.0", @@ -19366,7 +19366,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.185.0", + "version": "0.186.0", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -19412,7 +19412,7 @@ }, "projects/prettier-config": { "name": "@taiga-ui/prettier-config", - "version": "0.185.0", + "version": "0.186.0", "license": "Apache-2.0", "peerDependencies": { "@prettier/plugin-xml": "^3.4.1", @@ -19425,7 +19425,7 @@ }, "projects/release-it-config": { "name": "@taiga-ui/release-it-config", - "version": "0.185.0", + "version": "0.186.0", "license": "Apache-2.0", "peerDependencies": { "release-it": "17.6.0" @@ -19433,7 +19433,7 @@ }, "projects/stylelint-config": { "name": "@taiga-ui/stylelint-config", - "version": "0.185.0", + "version": "0.186.0", "license": "Apache-2.0", "peerDependencies": { "postcss": "^8.4.47", @@ -19447,7 +19447,7 @@ }, "projects/syncer": { "name": "@taiga-ui/syncer", - "version": "0.185.0", + "version": "0.186.0", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -19461,7 +19461,7 @@ }, "projects/tsconfig": { "name": "@taiga-ui/tsconfig", - "version": "0.185.0", + "version": "0.186.0", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index c8f81af6..9c03cb9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taiga-linters", - "version": "0.185.0", + "version": "0.186.0", "private": true, "license": "Apache-2.0", "workspaces": [ diff --git a/projects/auto-changelog-config/package.json b/projects/auto-changelog-config/package.json index 5f86472c..99a86aad 100644 --- a/projects/auto-changelog-config/package.json +++ b/projects/auto-changelog-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/auto-changelog-config", - "version": "0.185.0", + "version": "0.186.0", "description": "Taiga UI auto-changelog config", "keywords": [ "auto-changelog" diff --git a/projects/browserslist-config/package.json b/projects/browserslist-config/package.json index 772bee39..f14bf898 100644 --- a/projects/browserslist-config/package.json +++ b/projects/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/browserslist-config", - "version": "0.185.0", + "version": "0.186.0", "description": "Taiga UI browserslist config", "keywords": [ "browserslist" diff --git a/projects/commitlint-config/package.json b/projects/commitlint-config/package.json index 7405656b..892cad88 100644 --- a/projects/commitlint-config/package.json +++ b/projects/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/commitlint-config", - "version": "0.185.0", + "version": "0.186.0", "description": "Taiga UI commitlint config", "keywords": [ "commitlint", diff --git a/projects/cspell-config/package.json b/projects/cspell-config/package.json index 8263c448..5fff1d55 100644 --- a/projects/cspell-config/package.json +++ b/projects/cspell-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cspell-config", - "version": "0.185.0", + "version": "0.186.0", "description": "Taiga UI cspell config", "keywords": [ "cspell" diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index 5f475858..59c19d24 100644 --- a/projects/eslint-plugin-experience/package.json +++ b/projects/eslint-plugin-experience/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.185.0", + "version": "0.186.0", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "license": "Apache-2.0", "main": "index.js", diff --git a/projects/prettier-config/package.json b/projects/prettier-config/package.json index a70b5205..e89f2530 100644 --- a/projects/prettier-config/package.json +++ b/projects/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/prettier-config", - "version": "0.185.0", + "version": "0.186.0", "description": "Taiga-ui prettier config", "keywords": [ "prettier", diff --git a/projects/release-it-config/package.json b/projects/release-it-config/package.json index eb0b222a..03e2dc5c 100644 --- a/projects/release-it-config/package.json +++ b/projects/release-it-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/release-it-config", - "version": "0.185.0", + "version": "0.186.0", "description": "Taiga UI release-it config", "keywords": [ "release-it" diff --git a/projects/stylelint-config/package.json b/projects/stylelint-config/package.json index 0bac52c5..67ffe309 100644 --- a/projects/stylelint-config/package.json +++ b/projects/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/stylelint-config", - "version": "0.185.0", + "version": "0.186.0", "description": "Taiga UI stylelint config", "keywords": [ "stylelint", diff --git a/projects/syncer/package.json b/projects/syncer/package.json index cdcb472d..551c6c08 100644 --- a/projects/syncer/package.json +++ b/projects/syncer/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/syncer", - "version": "0.185.0", + "version": "0.186.0", "description": "Taiga UI CLI tool for sync version in npm workspaces", "keywords": [ "sync version" diff --git a/projects/tsconfig/package.json b/projects/tsconfig/package.json index 7ecb30e2..7ba5c91f 100644 --- a/projects/tsconfig/package.json +++ b/projects/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/tsconfig", - "version": "0.185.0", + "version": "0.186.0", "description": "Taiga UI tsconfig", "keywords": [ "taiga-ui",