From db89fc0fc9b8366130b7e605990f653ae53cf8ff Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 30 Aug 2020 11:31:11 -0700 Subject: [PATCH] [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` --- CHANGELOG.md | 8 +++----- package.json | 13 +++++++------ 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc86763..96fff7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - ## [v1.0.1](https://github.com/inspect-js/is-object/compare/v1.0.0...v1.0.1) - 2014-09-02 ### Commits @@ -16,7 +14,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Adding a singular license key to package.json [`3f2bd51`](https://github.com/inspect-js/is-object/commit/3f2bd51596a586b222b2571ad3fb18fde9056ba9) - Rename LICENSE file to proper spelling. [`a7cfdbf`](https://github.com/inspect-js/is-object/commit/a7cfdbf8d35835745bcfb5ea84b3a0bcf82a9315) -## [v1.0.0](https://github.com/inspect-js/is-object/compare/v0.1.2...v1.0.0) - 2014-08-19 +## [v1.0.0](https://github.com/inspect-js/is-object/compare/v0.1.2...v1.0.0) - 2014-08-18 ### Merged @@ -50,13 +48,13 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - make travis run 0.10 [`3a198b9`](https://github.com/inspect-js/is-object/commit/3a198b92b9a169a385a6350db21e62b3a6b9f99f) - travis should run node ./test [`33abb28`](https://github.com/inspect-js/is-object/commit/33abb286b229f2eb9576e2d2d64330ff2b337b7f) -## [v0.1.2](https://github.com/inspect-js/is-object/compare/v0.1.1...v0.1.2) - 2013-03-13 +## [v0.1.2](https://github.com/inspect-js/is-object/compare/v0.1.1...v0.1.2) - 2013-03-12 ### Commits - not private -.- [`b1ef3b8`](https://github.com/inspect-js/is-object/commit/b1ef3b83dc8cf4ad64484f5f6faa59897633ff9d) -## v0.1.1 - 2013-03-13 +## v0.1.1 - 2013-03-12 ### Commits diff --git a/package.json b/package.json index eb121e5..f3157e3 100644 --- a/package.json +++ b/package.json @@ -25,13 +25,13 @@ }, "dependencies": {}, "devDependencies": { - "@ljharb/eslint-config": "^16.0.0", - "aud": "^1.1.1", - "auto-changelog": "^2.0.0", + "@ljharb/eslint-config": "^17.2.0", + "aud": "^1.1.2", + "auto-changelog": "^2.2.0", "covert": "^1.1.1", - "eslint": "^6.8.0", + "eslint": "^7.7.0", "safe-publish-latest": "^1.1.4", - "tape": "^5.0.0-next.5" + "tape": "^5.0.1" }, "license": "MIT", "licenses": [ @@ -73,6 +73,7 @@ "template": "keepachangelog", "unreleased": false, "commitLimit": false, - "backfillLimit": false + "backfillLimit": false, + "hideCredit": true } }