diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d29ee5..e382f0a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### [0.225.0](https://github.com/taiga-family/configurations/compare/v0.224.0...v0.225.0) (2024-10-14) + +### 🚀 Features + +- **eslint-plugin-experience**: add max-param (#659) + [(e6bf9b4)](https://github.com/taiga-family/configurations/commit/e6bf9b45b76f4012c4c811f8cc85a99ee0ce396e) +- **stylelint-config**: add `stylistic` plugin (#656) + [(40aebfd)](https://github.com/taiga-family/configurations/commit/40aebfda6567deb1d7921e00ed912b9496f95b71) + ### [0.224.0](https://github.com/taiga-family/configurations/compare/v0.223.2...v0.224.0) (2024-10-14) ### 🚀 Features diff --git a/package-lock.json b/package-lock.json index 67a19772..c583d42e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taiga-linters", - "version": "0.224.0", + "version": "0.225.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "taiga-linters", - "version": "0.224.0", + "version": "0.225.0", "license": "Apache-2.0", "workspaces": [ "projects/*" @@ -27389,7 +27389,7 @@ }, "projects/auto-changelog-config": { "name": "@taiga-ui/auto-changelog-config", - "version": "0.224.0", + "version": "0.225.0", "license": "Apache-2.0", "peerDependencies": { "auto-changelog": "2.5.0" @@ -27397,12 +27397,12 @@ }, "projects/browserslist-config": { "name": "@taiga-ui/browserslist-config", - "version": "0.224.0", + "version": "0.225.0", "license": "Apache-2.0" }, "projects/commitlint-config": { "name": "@taiga-ui/commitlint-config", - "version": "0.224.0", + "version": "0.225.0", "license": "Apache-2.0", "peerDependencies": { "@commitlint/cli": "^19.5.0", @@ -27411,7 +27411,7 @@ }, "projects/cspell-config": { "name": "@taiga-ui/cspell-config", - "version": "0.224.0", + "version": "0.225.0", "license": "Apache-2.0", "peerDependencies": { "@cspell/dict-ar": "^1.1.0", @@ -27423,7 +27423,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.224.0", + "version": "0.225.0", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -27470,7 +27470,7 @@ }, "projects/jest-config": { "name": "@taiga-ui/jest-config", - "version": "0.224.0", + "version": "0.225.0", "license": "Apache-2.0", "dependencies": { "@types/jest": "^29.5.13", @@ -27481,7 +27481,7 @@ }, "projects/prettier-config": { "name": "@taiga-ui/prettier-config", - "version": "0.224.0", + "version": "0.225.0", "license": "Apache-2.0", "peerDependencies": { "@prettier/plugin-xml": "^3.4.1", @@ -27494,7 +27494,7 @@ }, "projects/release-it-config": { "name": "@taiga-ui/release-it-config", - "version": "0.224.0", + "version": "0.225.0", "license": "Apache-2.0", "peerDependencies": { "@release-it/conventional-changelog": "8.0.2", @@ -27503,7 +27503,7 @@ }, "projects/stylelint-config": { "name": "@taiga-ui/stylelint-config", - "version": "0.224.0", + "version": "0.225.0", "license": "Apache-2.0", "peerDependencies": { "@stylistic/stylelint-config": "^2.0.0", @@ -27519,7 +27519,7 @@ }, "projects/syncer": { "name": "@taiga-ui/syncer", - "version": "0.224.0", + "version": "0.225.0", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -27533,7 +27533,7 @@ }, "projects/tsconfig": { "name": "@taiga-ui/tsconfig", - "version": "0.224.0", + "version": "0.225.0", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index c90a38c9..a732cd44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taiga-linters", - "version": "0.224.0", + "version": "0.225.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 2c2c6491..5a38b28a 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.224.0", + "version": "0.225.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 1826cea9..e5bb1a82 100644 --- a/projects/browserslist-config/package.json +++ b/projects/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/browserslist-config", - "version": "0.224.0", + "version": "0.225.0", "description": "Taiga UI browserslist config", "keywords": [ "browserslist" diff --git a/projects/commitlint-config/package.json b/projects/commitlint-config/package.json index 480f4ff2..6e5f9bbc 100644 --- a/projects/commitlint-config/package.json +++ b/projects/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/commitlint-config", - "version": "0.224.0", + "version": "0.225.0", "description": "Taiga UI commitlint config", "keywords": [ "commitlint", diff --git a/projects/cspell-config/package.json b/projects/cspell-config/package.json index 323659e9..c7b96347 100644 --- a/projects/cspell-config/package.json +++ b/projects/cspell-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cspell-config", - "version": "0.224.0", + "version": "0.225.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 e818c7f2..4b78987b 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.224.0", + "version": "0.225.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/jest-config/package.json b/projects/jest-config/package.json index a2cab534..85577a27 100644 --- a/projects/jest-config/package.json +++ b/projects/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/jest-config", - "version": "0.224.0", + "version": "0.225.0", "description": "Taiga UI jest config", "keywords": [ "jest", diff --git a/projects/prettier-config/package.json b/projects/prettier-config/package.json index 62b0cff2..a9e5bba4 100644 --- a/projects/prettier-config/package.json +++ b/projects/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/prettier-config", - "version": "0.224.0", + "version": "0.225.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 77f95c17..e1e0ad6e 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.224.0", + "version": "0.225.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 bfab03c1..1399db6c 100644 --- a/projects/stylelint-config/package.json +++ b/projects/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/stylelint-config", - "version": "0.224.0", + "version": "0.225.0", "description": "Taiga UI stylelint config", "keywords": [ "stylelint", diff --git a/projects/syncer/package.json b/projects/syncer/package.json index 34602b30..a8fa017d 100644 --- a/projects/syncer/package.json +++ b/projects/syncer/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/syncer", - "version": "0.224.0", + "version": "0.225.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 a7f25976..c38caafb 100644 --- a/projects/tsconfig/package.json +++ b/projects/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/tsconfig", - "version": "0.224.0", + "version": "0.225.0", "description": "Taiga UI tsconfig", "keywords": [ "taiga-ui",