diff --git a/CHANGELOG.md b/CHANGELOG.md index 976df5ab..63c165fa 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.130.0](https://github.com/SocialGouv/linters/compare/v1.129.1...v1.130.0) (2023-01-03) + + +### Features + +* **deps:** update dependency eslint-plugin-jest to ~27.2.0 ([#871](https://github.com/SocialGouv/linters/issues/871)) ([2dd42ac](https://github.com/SocialGouv/linters/commit/2dd42ac0ce9384896bbf25b8ef07c71264ecf872)) + + + + + ## [1.129.1](https://github.com/SocialGouv/linters/compare/v1.129.0...v1.129.1) (2022-11-14) diff --git a/lerna.json b/lerna.json index b730e7e4..dd6ca8da 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "1.129.1" + "version": "1.130.0" } diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 28f0ff10..e08e0dce 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.130.0](https://github.com/SocialGouv/linters/compare/v1.129.1...v1.130.0) (2023-01-03) + +**Note:** Version bump only for package @socialgouv/eslint-config-react + + + + + ## [1.129.1](https://github.com/SocialGouv/linters/compare/v1.129.0...v1.129.1) (2022-11-14) **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 667e1631..82f8f8b8 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.129.1", + "version": "1.130.0", "description": "SocialGouv recommended eslint React config", "main": "index.js", "publishConfig": { @@ -28,7 +28,7 @@ "eslint": "7" }, "dependencies": { - "@socialgouv/eslint-config-recommended": "^1.129.1", + "@socialgouv/eslint-config-recommended": "^1.130.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 b1cec8e5..377be2c2 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.130.0](https://github.com/SocialGouv/linters/compare/v1.129.1...v1.130.0) (2023-01-03) + + +### Features + +* **deps:** update dependency eslint-plugin-jest to ~27.2.0 ([#871](https://github.com/SocialGouv/linters/issues/871)) ([2dd42ac](https://github.com/SocialGouv/linters/commit/2dd42ac0ce9384896bbf25b8ef07c71264ecf872)) + + + + + ## [1.129.1](https://github.com/SocialGouv/linters/compare/v1.129.0...v1.129.1) (2022-11-14) **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 b6d0801f..ecbd52b9 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.129.1", + "version": "1.130.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 67b05d30..bec851f6 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.130.0](https://github.com/SocialGouv/linters/compare/v1.129.1...v1.130.0) (2023-01-03) + +**Note:** Version bump only for package @socialgouv/eslint-config-typescript + + + + + ## [1.129.1](https://github.com/SocialGouv/linters/compare/v1.129.0...v1.129.1) (2022-11-14) **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 be39e9a4..c86189d4 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.129.1", + "version": "1.130.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.129.1", + "@socialgouv/eslint-config-recommended": "^1.130.0", "@typescript-eslint/eslint-plugin": "~4.33.0", "@typescript-eslint/parser": "~4.33.0", "eslint-import-resolver-typescript": "~3.5.0",