From ebc17a0c4102bbefcc3b9becfca9ab0cacf516fc Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Mon, 5 Sep 2022 21:24:54 +0000 Subject: [PATCH] chore(release): version 1.128.0 # [1.128.0](https://github.com/SocialGouv/linters/compare/v1.127.0...v1.128.0) (2022-09-05) ### Features * **deps:** update dependency eslint-plugin-simple-import-sort to v8 ([#866](https://github.com/SocialGouv/linters/issues/866)) ([0bbc780](https://github.com/SocialGouv/linters/commit/0bbc780dc072d5dd9ea11502ba714b869044e1d0)) --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/eslint-config-react/CHANGELOG.md | 8 ++++++++ packages/eslint-config-react/package.json | 4 ++-- packages/eslint-config-recommended/CHANGELOG.md | 11 +++++++++++ packages/eslint-config-recommended/package.json | 2 +- packages/eslint-config-typescript/CHANGELOG.md | 8 ++++++++ packages/eslint-config-typescript/package.json | 4 ++-- 8 files changed, 44 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c3d6d7..cf571128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.128.0](https://github.com/SocialGouv/linters/compare/v1.127.0...v1.128.0) (2022-09-05) + + +### Features + +* **deps:** update dependency eslint-plugin-simple-import-sort to v8 ([#866](https://github.com/SocialGouv/linters/issues/866)) ([0bbc780](https://github.com/SocialGouv/linters/commit/0bbc780dc072d5dd9ea11502ba714b869044e1d0)) + + + + + # [1.127.0](https://github.com/SocialGouv/linters/compare/v1.126.0...v1.127.0) (2022-08-31) diff --git a/lerna.json b/lerna.json index 8279ffb1..79c9748c 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "1.127.0" + "version": "1.128.0" } diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 9b8da762..34fac3f4 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.128.0](https://github.com/SocialGouv/linters/compare/v1.127.0...v1.128.0) (2022-09-05) + +**Note:** Version bump only for package @socialgouv/eslint-config-react + + + + + # [1.127.0](https://github.com/SocialGouv/linters/compare/v1.126.0...v1.127.0) (2022-08-31) **Note:** Version bump only for package @socialgouv/eslint-config-react diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index d4b163d1..21732edb 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@socialgouv/eslint-config-react", - "version": "1.127.0", + "version": "1.128.0", "description": "SocialGouv recommended eslint React config", "main": "index.js", "publishConfig": { @@ -28,7 +28,7 @@ "eslint": "7" }, "dependencies": { - "@socialgouv/eslint-config-recommended": "^1.127.0", + "@socialgouv/eslint-config-recommended": "^1.128.0", "babel-eslint": "^10.1.0", "eslint-plugin-jsx-a11y": "~6.6.0", "eslint-plugin-react": "~7.31.0", diff --git a/packages/eslint-config-recommended/CHANGELOG.md b/packages/eslint-config-recommended/CHANGELOG.md index cdd6eeb3..dce6548e 100644 --- a/packages/eslint-config-recommended/CHANGELOG.md +++ b/packages/eslint-config-recommended/CHANGELOG.md @@ -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.128.0](https://github.com/SocialGouv/linters/compare/v1.127.0...v1.128.0) (2022-09-05) + + +### Features + +* **deps:** update dependency eslint-plugin-simple-import-sort to v8 ([#866](https://github.com/SocialGouv/linters/issues/866)) ([0bbc780](https://github.com/SocialGouv/linters/commit/0bbc780dc072d5dd9ea11502ba714b869044e1d0)) + + + + + # [1.127.0](https://github.com/SocialGouv/linters/compare/v1.126.0...v1.127.0) (2022-08-31) diff --git a/packages/eslint-config-recommended/package.json b/packages/eslint-config-recommended/package.json index dea0a028..1d8896d4 100644 --- a/packages/eslint-config-recommended/package.json +++ b/packages/eslint-config-recommended/package.json @@ -1,6 +1,6 @@ { "name": "@socialgouv/eslint-config-recommended", - "version": "1.127.0", + "version": "1.128.0", "description": "Social Gouv default recommended eslint config", "main": "index.js", "publishConfig": { diff --git a/packages/eslint-config-typescript/CHANGELOG.md b/packages/eslint-config-typescript/CHANGELOG.md index 161e90f6..2ab4602f 100644 --- a/packages/eslint-config-typescript/CHANGELOG.md +++ b/packages/eslint-config-typescript/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.128.0](https://github.com/SocialGouv/linters/compare/v1.127.0...v1.128.0) (2022-09-05) + +**Note:** Version bump only for package @socialgouv/eslint-config-typescript + + + + + # [1.127.0](https://github.com/SocialGouv/linters/compare/v1.126.0...v1.127.0) (2022-08-31) **Note:** Version bump only for package @socialgouv/eslint-config-typescript diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index c2d18f90..a8bebd6c 100644 --- a/packages/eslint-config-typescript/package.json +++ b/packages/eslint-config-typescript/package.json @@ -1,11 +1,11 @@ { "name": "@socialgouv/eslint-config-typescript", "description": "Social Gouv typescript eslint config", - "version": "1.127.0", + "version": "1.128.0", "author": "Incubateur des Ministères Sociaux (https://incubateur.social.gouv.fr)", "bugs": "https://github.com/SocialGouv/linters/issues", "dependencies": { - "@socialgouv/eslint-config-recommended": "^1.127.0", + "@socialgouv/eslint-config-recommended": "^1.128.0", "@typescript-eslint/eslint-plugin": "~4.33.0", "@typescript-eslint/parser": "~4.33.0", "eslint-import-resolver-typescript": "~3.5.0",