From 40877d430df8d8856a3559586d2f6cd4d8860902 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Mon, 14 Feb 2022 09:56:28 -0800 Subject: [PATCH] build: 8.4.2 release --- CHANGELOG.md | 14 ++++++++ package-lock.json | 86 ++--------------------------------------------- package.json | 2 +- 3 files changed, 17 insertions(+), 85 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 565162a5..df623ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 8.4.2 (2022-02-14) + +* chore(deps-dev): bump @commitlint/cli from 16.1.0 to 16.2.1 (#322) ([5e0d7de](https://github.com/readmeio/eslint-config/commit/5e0d7de)), closes [#322](https://github.com/readmeio/eslint-config/issues/322) +* chore(deps-dev): bump @commitlint/config-conventional (#318) ([c5c5f80](https://github.com/readmeio/eslint-config/commit/c5c5f80)), closes [#318](https://github.com/readmeio/eslint-config/issues/318) +* chore(deps): bump @typescript-eslint/eslint-plugin from 5.10.1 to 5.10.2 (#317) ([8f99821](https://github.com/readmeio/eslint-config/commit/8f99821)), closes [#317](https://github.com/readmeio/eslint-config/issues/317) +* chore(deps): bump @typescript-eslint/eslint-plugin from 5.10.2 to 5.11.0 (#321) ([3c9db0d](https://github.com/readmeio/eslint-config/commit/3c9db0d)), closes [#321](https://github.com/readmeio/eslint-config/issues/321) +* chore(deps): bump @typescript-eslint/parser from 5.10.1 to 5.10.2 (#315) ([d538d36](https://github.com/readmeio/eslint-config/commit/d538d36)), closes [#315](https://github.com/readmeio/eslint-config/issues/315) +* chore(deps): bump @typescript-eslint/parser from 5.10.2 to 5.11.0 (#320) ([6f6093b](https://github.com/readmeio/eslint-config/commit/6f6093b)), closes [#320](https://github.com/readmeio/eslint-config/issues/320) +* chore(deps): bump eslint-plugin-jest from 26.0.0 to 26.1.0 (#314) ([5fd7bef](https://github.com/readmeio/eslint-config/commit/5fd7bef)), closes [#314](https://github.com/readmeio/eslint-config/issues/314) +* chore(deps): bump eslint-plugin-jsdoc from 37.7.1 to 37.9.1 (#319) ([a608428](https://github.com/readmeio/eslint-config/commit/a608428)), closes [#319](https://github.com/readmeio/eslint-config/issues/319) +* chore(deps): bump eslint-plugin-testing-library from 5.0.4 to 5.0.5 (#316) ([938796b](https://github.com/readmeio/eslint-config/commit/938796b)), closes [#316](https://github.com/readmeio/eslint-config/issues/316) + + + ## 8.4.1 (2022-02-04) * feat: requiring consistent typescript array definitions (#313) ([bddcea0](https://github.com/readmeio/eslint-config/commit/bddcea0)), closes [#313](https://github.com/readmeio/eslint-config/issues/313) diff --git a/package-lock.json b/package-lock.json index f6e5b3d8..4898f039 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@readme/eslint-config", - "version": "8.4.1", + "version": "8.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@readme/eslint-config", - "version": "8.4.1", + "version": "8.4.2", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.4.0", @@ -1129,22 +1129,6 @@ "node": ">=10" } }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.10.2.tgz", - "integrity": "sha512-39Tm6f4RoZoVUWBYr3ekS75TYgpr5Y+X0xLZxXqcZNDWZdJdYbKd3q2IR4V9y5NxxiPu/jxJ8XP7EgHiEQtFnw==", - "dependencies": { - "@typescript-eslint/types": "5.10.2", - "@typescript-eslint/visitor-keys": "5.10.2" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, "node_modules/@typescript-eslint/type-utils": { "version": "5.11.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.11.0.tgz", @@ -1170,18 +1154,6 @@ } } }, - "node_modules/@typescript-eslint/types": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.10.2.tgz", - "integrity": "sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, "node_modules/@typescript-eslint/typescript-estree": { "version": "5.11.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.11.0.tgz", @@ -1358,30 +1330,6 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.2.tgz", - "integrity": "sha512-zHIhYGGGrFJvvyfwHk5M08C5B5K4bewkm+rrvNTKk1/S15YHR+SA/QUF8ZWscXSfEaB8Nn2puZj+iHcoxVOD/Q==", - "dependencies": { - "@typescript-eslint/types": "5.10.2", - "eslint-visitor-keys": "^3.0.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz", - "integrity": "sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, "node_modules/acorn": { "version": "8.5.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", @@ -6047,15 +5995,6 @@ } } }, - "@typescript-eslint/scope-manager": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.10.2.tgz", - "integrity": "sha512-39Tm6f4RoZoVUWBYr3ekS75TYgpr5Y+X0xLZxXqcZNDWZdJdYbKd3q2IR4V9y5NxxiPu/jxJ8XP7EgHiEQtFnw==", - "requires": { - "@typescript-eslint/types": "5.10.2", - "@typescript-eslint/visitor-keys": "5.10.2" - } - }, "@typescript-eslint/type-utils": { "version": "5.11.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.11.0.tgz", @@ -6066,11 +6005,6 @@ "tsutils": "^3.21.0" } }, - "@typescript-eslint/types": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.10.2.tgz", - "integrity": "sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==" - }, "@typescript-eslint/typescript-estree": { "version": "5.11.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.11.0.tgz", @@ -6172,22 +6106,6 @@ } } }, - "@typescript-eslint/visitor-keys": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.2.tgz", - "integrity": "sha512-zHIhYGGGrFJvvyfwHk5M08C5B5K4bewkm+rrvNTKk1/S15YHR+SA/QUF8ZWscXSfEaB8Nn2puZj+iHcoxVOD/Q==", - "requires": { - "@typescript-eslint/types": "5.10.2", - "eslint-visitor-keys": "^3.0.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz", - "integrity": "sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==" - } - } - }, "acorn": { "version": "8.5.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", diff --git a/package.json b/package.json index 48c5f389..96eeba71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@readme/eslint-config", - "version": "8.4.1", + "version": "8.4.2", "description": "ReadMe coding standards", "main": "index.js", "author": "Jon Ursenbach ",