From db4fe96e17a43d81e934679b28ad529686f869b5 Mon Sep 17 00:00:00 2001 From: Jon Ursenbach Date: Tue, 14 Dec 2021 14:54:11 -0800 Subject: [PATCH] build: 8.0.4 release --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e347140..cafe6b78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 8.0.4 (2021-12-14) + +* feat: loosening up the npm engine requirements to easily allow npm@8 (#291) ([d5d44b3](https://github.com/readmeio/eslint-config/commit/d5d44b3)), closes [#291](https://github.com/readmeio/eslint-config/issues/291) +* chore: toggling dependabot back to monthly updates ([1c872fd](https://github.com/readmeio/eslint-config/commit/1c872fd)) +* chore(deps): bump @typescript-eslint/eslint-plugin from 5.4.0 to 5.5.0 (#288) ([6090b47](https://github.com/readmeio/eslint-config/commit/6090b47)), closes [#288](https://github.com/readmeio/eslint-config/issues/288) +* chore(deps): bump @typescript-eslint/eslint-plugin from 5.5.0 to 5.6.0 (#290) ([0d48094](https://github.com/readmeio/eslint-config/commit/0d48094)), closes [#290](https://github.com/readmeio/eslint-config/issues/290) +* chore(deps): bump @typescript-eslint/parser from 5.4.0 to 5.5.0 (#287) ([41624a1](https://github.com/readmeio/eslint-config/commit/41624a1)), closes [#287](https://github.com/readmeio/eslint-config/issues/287) +* chore(deps): bump @typescript-eslint/parser from 5.5.0 to 5.6.0 (#289) ([e16bb79](https://github.com/readmeio/eslint-config/commit/e16bb79)), closes [#289](https://github.com/readmeio/eslint-config/issues/289) +* chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#285) ([0815b09](https://github.com/readmeio/eslint-config/commit/0815b09)), closes [#285](https://github.com/readmeio/eslint-config/issues/285) +* chore(deps): bump eslint-plugin-testing-library from 5.0.0 to 5.0.1 (#286) ([d537c20](https://github.com/readmeio/eslint-config/commit/d537c20)), closes [#286](https://github.com/readmeio/eslint-config/issues/286) + + + ## 8.0.3 (2021-12-04) * fix: `default-param-last` in airbnb-base doesn't play with TS ([46b16ab](https://github.com/readmeio/eslint-config/commit/46b16ab)) diff --git a/package-lock.json b/package-lock.json index f13680fc..9a036e81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@readme/eslint-config", - "version": "8.0.3", + "version": "8.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@readme/eslint-config", - "version": "8.0.3", + "version": "8.0.4", "license": "ISC", "dependencies": { "@typescript-eslint/eslint-plugin": "^5.4.0", diff --git a/package.json b/package.json index 97003f2f..6aded385 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@readme/eslint-config", - "version": "8.0.3", + "version": "8.0.4", "description": "ReadMe coding standards", "main": "index.js", "author": "Jon Ursenbach ",