diff --git a/CHANGELOG.md b/CHANGELOG.md index 5647748d..4c79ecc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.187.0](https://github.com/taiga-family/configurations/compare/v0.186.0...v0.187.0) + +- feat: ignore consistent-destructuring + [`8d93de3`](https://github.com/taiga-family/configurations/commit/8d93de30112a10e8aff004a4f925edf1907f4ebb) + #### [v0.186.0](https://github.com/taiga-family/configurations/compare/v0.185.0...v0.186.0) +> 17 September 2024 + - 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) diff --git a/package-lock.json b/package-lock.json index 577138f9..a53db9f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taiga-linters", - "version": "0.186.0", + "version": "0.187.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "taiga-linters", - "version": "0.186.0", + "version": "0.187.0", "license": "Apache-2.0", "workspaces": [ "projects/*" @@ -19332,7 +19332,7 @@ }, "projects/auto-changelog-config": { "name": "@taiga-ui/auto-changelog-config", - "version": "0.186.0", + "version": "0.187.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.186.0", + "version": "0.187.0", "license": "Apache-2.0" }, "projects/commitlint-config": { "name": "@taiga-ui/commitlint-config", - "version": "0.186.0", + "version": "0.187.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.186.0", + "version": "0.187.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.186.0", + "version": "0.187.0", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -19412,7 +19412,7 @@ }, "projects/prettier-config": { "name": "@taiga-ui/prettier-config", - "version": "0.186.0", + "version": "0.187.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.186.0", + "version": "0.187.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.186.0", + "version": "0.187.0", "license": "Apache-2.0", "peerDependencies": { "postcss": "^8.4.47", @@ -19447,7 +19447,7 @@ }, "projects/syncer": { "name": "@taiga-ui/syncer", - "version": "0.186.0", + "version": "0.187.0", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -19461,7 +19461,7 @@ }, "projects/tsconfig": { "name": "@taiga-ui/tsconfig", - "version": "0.186.0", + "version": "0.187.0", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index 9c03cb9b..bcb094f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taiga-linters", - "version": "0.186.0", + "version": "0.187.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 99a86aad..dd86f40d 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.186.0", + "version": "0.187.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 f14bf898..de6eba6a 100644 --- a/projects/browserslist-config/package.json +++ b/projects/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/browserslist-config", - "version": "0.186.0", + "version": "0.187.0", "description": "Taiga UI browserslist config", "keywords": [ "browserslist" diff --git a/projects/commitlint-config/package.json b/projects/commitlint-config/package.json index 892cad88..90646c55 100644 --- a/projects/commitlint-config/package.json +++ b/projects/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/commitlint-config", - "version": "0.186.0", + "version": "0.187.0", "description": "Taiga UI commitlint config", "keywords": [ "commitlint", diff --git a/projects/cspell-config/package.json b/projects/cspell-config/package.json index 5fff1d55..039b8006 100644 --- a/projects/cspell-config/package.json +++ b/projects/cspell-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cspell-config", - "version": "0.186.0", + "version": "0.187.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 59c19d24..107cee12 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.186.0", + "version": "0.187.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 e89f2530..e254b40c 100644 --- a/projects/prettier-config/package.json +++ b/projects/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/prettier-config", - "version": "0.186.0", + "version": "0.187.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 03e2dc5c..83ae21a6 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.186.0", + "version": "0.187.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 67ffe309..69cc79e5 100644 --- a/projects/stylelint-config/package.json +++ b/projects/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/stylelint-config", - "version": "0.186.0", + "version": "0.187.0", "description": "Taiga UI stylelint config", "keywords": [ "stylelint", diff --git a/projects/syncer/package.json b/projects/syncer/package.json index 551c6c08..36ef4a43 100644 --- a/projects/syncer/package.json +++ b/projects/syncer/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/syncer", - "version": "0.186.0", + "version": "0.187.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 7ba5c91f..96e17caf 100644 --- a/projects/tsconfig/package.json +++ b/projects/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/tsconfig", - "version": "0.186.0", + "version": "0.187.0", "description": "Taiga UI tsconfig", "keywords": [ "taiga-ui",