diff --git a/CHANGELOG.md b/CHANGELOG.md index ae51dd29..c8b830ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ 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.185.0](https://github.com/taiga-family/configurations/compare/v0.184.0...v0.185.0) + +- feat: add new words + [`f42921d`](https://github.com/taiga-family/configurations/commit/f42921d2f914e78009a273babc72803d80334a67) +- feat: ignore consistent-destructuring + [`7c262b7`](https://github.com/taiga-family/configurations/commit/7c262b7befc5260b35917d476f8174c87a08e104) + #### [v0.184.0](https://github.com/taiga-family/configurations/compare/v0.183.0...v0.184.0) +> 16 September 2024 + - fix(deps): update eslint to ^8.6.0 [`#591`](https://github.com/taiga-family/configurations/pull/591) #### [v0.183.0](https://github.com/taiga-family/configurations/compare/v0.182.0...v0.183.0) diff --git a/package-lock.json b/package-lock.json index cacfa360..aac9725c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taiga-linters", - "version": "0.184.0", + "version": "0.185.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "taiga-linters", - "version": "0.184.0", + "version": "0.185.0", "license": "Apache-2.0", "workspaces": [ "projects/*" @@ -19324,7 +19324,7 @@ }, "projects/auto-changelog-config": { "name": "@taiga-ui/auto-changelog-config", - "version": "0.184.0", + "version": "0.185.0", "license": "Apache-2.0", "peerDependencies": { "auto-changelog": "2.5.0" @@ -19332,12 +19332,12 @@ }, "projects/browserslist-config": { "name": "@taiga-ui/browserslist-config", - "version": "0.184.0", + "version": "0.185.0", "license": "Apache-2.0" }, "projects/commitlint-config": { "name": "@taiga-ui/commitlint-config", - "version": "0.184.0", + "version": "0.185.0", "license": "Apache-2.0", "peerDependencies": { "@commitlint/cli": "^19.5.0", @@ -19346,7 +19346,7 @@ }, "projects/cspell-config": { "name": "@taiga-ui/cspell-config", - "version": "0.184.0", + "version": "0.185.0", "license": "Apache-2.0", "peerDependencies": { "@cspell/dict-ar": "^1.1.0", @@ -19358,7 +19358,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.184.0", + "version": "0.185.0", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -19404,7 +19404,7 @@ }, "projects/prettier-config": { "name": "@taiga-ui/prettier-config", - "version": "0.184.0", + "version": "0.185.0", "license": "Apache-2.0", "peerDependencies": { "@prettier/plugin-xml": "^3.4.1", @@ -19417,7 +19417,7 @@ }, "projects/release-it-config": { "name": "@taiga-ui/release-it-config", - "version": "0.184.0", + "version": "0.185.0", "license": "Apache-2.0", "peerDependencies": { "release-it": "17.6.0" @@ -19425,7 +19425,7 @@ }, "projects/stylelint-config": { "name": "@taiga-ui/stylelint-config", - "version": "0.184.0", + "version": "0.185.0", "license": "Apache-2.0", "peerDependencies": { "postcss": "^8.4.47", @@ -19439,7 +19439,7 @@ }, "projects/syncer": { "name": "@taiga-ui/syncer", - "version": "0.184.0", + "version": "0.185.0", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -19453,7 +19453,7 @@ }, "projects/tsconfig": { "name": "@taiga-ui/tsconfig", - "version": "0.184.0", + "version": "0.185.0", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index aaef9e87..c8f81af6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taiga-linters", - "version": "0.184.0", + "version": "0.185.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 468c3347..5f86472c 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.184.0", + "version": "0.185.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 5e5b2f47..772bee39 100644 --- a/projects/browserslist-config/package.json +++ b/projects/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/browserslist-config", - "version": "0.184.0", + "version": "0.185.0", "description": "Taiga UI browserslist config", "keywords": [ "browserslist" diff --git a/projects/commitlint-config/package.json b/projects/commitlint-config/package.json index f9ec6363..7405656b 100644 --- a/projects/commitlint-config/package.json +++ b/projects/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/commitlint-config", - "version": "0.184.0", + "version": "0.185.0", "description": "Taiga UI commitlint config", "keywords": [ "commitlint", diff --git a/projects/cspell-config/package.json b/projects/cspell-config/package.json index 165c2579..9369c116 100644 --- a/projects/cspell-config/package.json +++ b/projects/cspell-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cspell-config", - "version": "0.184.0", + "version": "0.185.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 7d826be1..5f475858 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.184.0", + "version": "0.185.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 c8beac54..a70b5205 100644 --- a/projects/prettier-config/package.json +++ b/projects/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/prettier-config", - "version": "0.184.0", + "version": "0.185.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 eafde09a..eb0b222a 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.184.0", + "version": "0.185.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 6f6962e9..0bac52c5 100644 --- a/projects/stylelint-config/package.json +++ b/projects/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/stylelint-config", - "version": "0.184.0", + "version": "0.185.0", "description": "Taiga UI stylelint config", "keywords": [ "stylelint", diff --git a/projects/syncer/package.json b/projects/syncer/package.json index fc2cc9a8..cdcb472d 100644 --- a/projects/syncer/package.json +++ b/projects/syncer/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/syncer", - "version": "0.184.0", + "version": "0.185.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 c2f4a02f..7ecb30e2 100644 --- a/projects/tsconfig/package.json +++ b/projects/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/tsconfig", - "version": "0.184.0", + "version": "0.185.0", "description": "Taiga UI tsconfig", "keywords": [ "taiga-ui",