From acf1e5cdbf098588b6b590a001481c3c06c19e81 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Mon, 29 Aug 2022 00:30:43 +0000 Subject: [PATCH] chore(release): version 1.125.0 # [1.125.0](https://github.com/SocialGouv/linters/compare/v1.124.0...v1.125.0) (2022-08-29) ### Features * **deps:** update dependency eslint-plugin-react to ~7.31.0 ([#863](https://github.com/SocialGouv/linters/issues/863)) ([0a0db00](https://github.com/SocialGouv/linters/commit/0a0db0011cf0215467915636d6b5cbf0b96eecbf)) --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/eslint-config-react/CHANGELOG.md | 11 +++++++++++ packages/eslint-config-react/package.json | 4 ++-- packages/eslint-config-recommended/CHANGELOG.md | 8 ++++++++ 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 31b46bb3..9b3c8e34 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.125.0](https://github.com/SocialGouv/linters/compare/v1.124.0...v1.125.0) (2022-08-29) + + +### Features + +* **deps:** update dependency eslint-plugin-react to ~7.31.0 ([#863](https://github.com/SocialGouv/linters/issues/863)) ([0a0db00](https://github.com/SocialGouv/linters/commit/0a0db0011cf0215467915636d6b5cbf0b96eecbf)) + + + + + # [1.124.0](https://github.com/SocialGouv/linters/compare/v1.123.0...v1.124.0) (2022-08-24) diff --git a/lerna.json b/lerna.json index bce72c7c..899bd094 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "1.124.0" + "version": "1.125.0" } diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 049383c9..10fd4c64 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/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.125.0](https://github.com/SocialGouv/linters/compare/v1.124.0...v1.125.0) (2022-08-29) + + +### Features + +* **deps:** update dependency eslint-plugin-react to ~7.31.0 ([#863](https://github.com/SocialGouv/linters/issues/863)) ([0a0db00](https://github.com/SocialGouv/linters/commit/0a0db0011cf0215467915636d6b5cbf0b96eecbf)) + + + + + # [1.124.0](https://github.com/SocialGouv/linters/compare/v1.123.0...v1.124.0) (2022-08-24) **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 c375e76e..ea06a76a 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.124.0", + "version": "1.125.0", "description": "SocialGouv recommended eslint React config", "main": "index.js", "publishConfig": { @@ -28,7 +28,7 @@ "eslint": "7" }, "dependencies": { - "@socialgouv/eslint-config-recommended": "^1.124.0", + "@socialgouv/eslint-config-recommended": "^1.125.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 8b1b1ecd..8a78dc43 100644 --- a/packages/eslint-config-recommended/CHANGELOG.md +++ b/packages/eslint-config-recommended/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.125.0](https://github.com/SocialGouv/linters/compare/v1.124.0...v1.125.0) (2022-08-29) + +**Note:** Version bump only for package @socialgouv/eslint-config-recommended + + + + + # [1.124.0](https://github.com/SocialGouv/linters/compare/v1.123.0...v1.124.0) (2022-08-24) **Note:** Version bump only for package @socialgouv/eslint-config-recommended diff --git a/packages/eslint-config-recommended/package.json b/packages/eslint-config-recommended/package.json index b5c8045e..296f2c62 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.124.0", + "version": "1.125.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 f9e93ee6..67333de5 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.125.0](https://github.com/SocialGouv/linters/compare/v1.124.0...v1.125.0) (2022-08-29) + +**Note:** Version bump only for package @socialgouv/eslint-config-typescript + + + + + # [1.124.0](https://github.com/SocialGouv/linters/compare/v1.123.0...v1.124.0) (2022-08-24) diff --git a/packages/eslint-config-typescript/package.json b/packages/eslint-config-typescript/package.json index 70a7c162..7467b5d0 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.124.0", + "version": "1.125.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.124.0", + "@socialgouv/eslint-config-recommended": "^1.125.0", "@typescript-eslint/eslint-plugin": "~4.33.0", "@typescript-eslint/parser": "~4.33.0", "eslint-import-resolver-typescript": "~3.5.0",