From 1f7b18535889d56c9fc51bb8cafdb7892a233c40 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Wed, 31 Aug 2022 02:51:24 +0000 Subject: [PATCH] chore(release): version 1.127.0 # [1.127.0](https://github.com/SocialGouv/linters/compare/v1.126.0...v1.127.0) (2022-08-31) ### Features * **deps:** update dependency eslint-plugin-jest to v27 ([#865](https://github.com/SocialGouv/linters/issues/865)) ([ddfd1a4](https://github.com/SocialGouv/linters/commit/ddfd1a4ca86e3d9b36fc35a00b362684ba97d544)) --- 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 e1a1400e..20c3d6d7 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.127.0](https://github.com/SocialGouv/linters/compare/v1.126.0...v1.127.0) (2022-08-31) + + +### Features + +* **deps:** update dependency eslint-plugin-jest to v27 ([#865](https://github.com/SocialGouv/linters/issues/865)) ([ddfd1a4](https://github.com/SocialGouv/linters/commit/ddfd1a4ca86e3d9b36fc35a00b362684ba97d544)) + + + + + # [1.126.0](https://github.com/SocialGouv/linters/compare/v1.125.0...v1.126.0) (2022-08-30) diff --git a/lerna.json b/lerna.json index 9ad3df75..8279ffb1 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "1.126.0" + "version": "1.127.0" } diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 0396937d..9b8da762 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.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 + + + + + # [1.126.0](https://github.com/SocialGouv/linters/compare/v1.125.0...v1.126.0) (2022-08-30) **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 0e368fc0..d4b163d1 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.126.0", + "version": "1.127.0", "description": "SocialGouv recommended eslint React config", "main": "index.js", "publishConfig": { @@ -28,7 +28,7 @@ "eslint": "7" }, "dependencies": { - "@socialgouv/eslint-config-recommended": "^1.126.0", + "@socialgouv/eslint-config-recommended": "^1.127.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 3d1a37e6..cdd6eeb3 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.127.0](https://github.com/SocialGouv/linters/compare/v1.126.0...v1.127.0) (2022-08-31) + + +### Features + +* **deps:** update dependency eslint-plugin-jest to v27 ([#865](https://github.com/SocialGouv/linters/issues/865)) ([ddfd1a4](https://github.com/SocialGouv/linters/commit/ddfd1a4ca86e3d9b36fc35a00b362684ba97d544)) + + + + + # [1.126.0](https://github.com/SocialGouv/linters/compare/v1.125.0...v1.126.0) (2022-08-30) diff --git a/packages/eslint-config-recommended/package.json b/packages/eslint-config-recommended/package.json index 6227085b..87f7a126 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.126.0", + "version": "1.127.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 2cacad66..161e90f6 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.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 + + + + + # [1.126.0](https://github.com/SocialGouv/linters/compare/v1.125.0...v1.126.0) (2022-08-30) **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 6879ca61..c2d18f90 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.126.0", + "version": "1.127.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.126.0", + "@socialgouv/eslint-config-recommended": "^1.127.0", "@typescript-eslint/eslint-plugin": "~4.33.0", "@typescript-eslint/parser": "~4.33.0", "eslint-import-resolver-typescript": "~3.5.0",