From f4fe451243a46e4e96bd49691cf19ee94dc7a386 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Sat, 21 May 2022 01:51:30 +0000 Subject: [PATCH] chore(release): version 1.111.0 # [1.111.0](https://github.com/SocialGouv/linters/compare/v1.110.0...v1.111.0) (2022-05-21) ### Features * **deps:** update dependency eslint-plugin-react to ~7.30.0 ([#844](https://github.com/SocialGouv/linters/issues/844)) ([8fafa16](https://github.com/SocialGouv/linters/commit/8fafa1681f0b5532255c1bdc3d919c6dbbd0559f)) --- 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 60e57662..2933138e 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.111.0](https://github.com/SocialGouv/linters/compare/v1.110.0...v1.111.0) (2022-05-21) + + +### Features + +* **deps:** update dependency eslint-plugin-react to ~7.30.0 ([#844](https://github.com/SocialGouv/linters/issues/844)) ([8fafa16](https://github.com/SocialGouv/linters/commit/8fafa1681f0b5532255c1bdc3d919c6dbbd0559f)) + + + + + # [1.110.0](https://github.com/SocialGouv/linters/compare/v1.109.0...v1.110.0) (2022-05-17) diff --git a/lerna.json b/lerna.json index dae2d7d0..2a5c9df5 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "1.110.0" + "version": "1.111.0" } diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 5158c62d..31e5fae5 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.111.0](https://github.com/SocialGouv/linters/compare/v1.110.0...v1.111.0) (2022-05-21) + + +### Features + +* **deps:** update dependency eslint-plugin-react to ~7.30.0 ([#844](https://github.com/SocialGouv/linters/issues/844)) ([8fafa16](https://github.com/SocialGouv/linters/commit/8fafa1681f0b5532255c1bdc3d919c6dbbd0559f)) + + + + + # [1.110.0](https://github.com/SocialGouv/linters/compare/v1.109.0...v1.110.0) (2022-05-17) **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 30f23e75..11c1cf4d 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.110.0", + "version": "1.111.0", "description": "SocialGouv recommended eslint React config", "main": "index.js", "publishConfig": { @@ -28,7 +28,7 @@ "eslint": "7" }, "dependencies": { - "@socialgouv/eslint-config-recommended": "^1.110.0", + "@socialgouv/eslint-config-recommended": "^1.111.0", "babel-eslint": "^10.1.0", "eslint-plugin-jsx-a11y": "~6.5.1", "eslint-plugin-react": "~7.30.0", diff --git a/packages/eslint-config-recommended/CHANGELOG.md b/packages/eslint-config-recommended/CHANGELOG.md index 5c521729..16eaf91a 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.111.0](https://github.com/SocialGouv/linters/compare/v1.110.0...v1.111.0) (2022-05-21) + +**Note:** Version bump only for package @socialgouv/eslint-config-recommended + + + + + # [1.110.0](https://github.com/SocialGouv/linters/compare/v1.109.0...v1.110.0) (2022-05-17) diff --git a/packages/eslint-config-recommended/package.json b/packages/eslint-config-recommended/package.json index 20779561..005c30c4 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.110.0", + "version": "1.111.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 b6d10545..53acff91 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.111.0](https://github.com/SocialGouv/linters/compare/v1.110.0...v1.111.0) (2022-05-21) + +**Note:** Version bump only for package @socialgouv/eslint-config-typescript + + + + + # [1.110.0](https://github.com/SocialGouv/linters/compare/v1.109.0...v1.110.0) (2022-05-17) **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 a1e33144..f1741625 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.110.0", + "version": "1.111.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.110.0", + "@socialgouv/eslint-config-recommended": "^1.111.0", "@typescript-eslint/eslint-plugin": "~4.33.0", "@typescript-eslint/parser": "~4.33.0", "eslint-import-resolver-typescript": "~2.7.0",