From 6630cf154fdaaa04c04a03ff25b6f135b25ca8ec Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 17 Nov 2020 23:37:02 -0800 Subject: [PATCH] [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` --- CHANGELOG.md | 6 ++---- package.json | 13 +++++++------ 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d02f1..11bf476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,7 @@ 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.1.1](https://github.com/es-shims/Array.prototype.some/compare/v1.1.0...v1.1.1) - 2019-12-19 +## [v1.1.1](https://github.com/es-shims/Array.prototype.some/compare/v1.1.0...v1.1.1) - 2019-12-18 ### Commits @@ -43,7 +41,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - [Tests] temporarily allow coverage tests to fail, due to a bug in covert [`d7f104b`](https://github.com/es-shims/Array.prototype.some/commit/d7f104b01a63499dd36ca998f6d04cf47ea38fde) - [Docs] remove merge artifact [`d508100`](https://github.com/es-shims/Array.prototype.some/commit/d5081000e11b963e17a50d220bb2318e34e7ecb3) -## v1.0.0 - 2016-11-23 +## v1.0.0 - 2016-11-22 ### Commits diff --git a/package.json b/package.json index b41409f..e8155ee 100644 --- a/package.json +++ b/package.json @@ -54,10 +54,10 @@ }, "devDependencies": { "@es-shims/api": "^2.1.2", - "@ljharb/eslint-config": "^16.0.0", - "aud": "^1.1.0", - "auto-changelog": "^2.0.0", - "eslint": "^6.8.0", + "@ljharb/eslint-config": "^17.2.0", + "aud": "^1.1.3", + "auto-changelog": "^2.2.1", + "eslint": "^7.13.0", "evalmd": "0.0.19", "foreach": "^2.0.5", "function-bind": "^1.1.1", @@ -66,7 +66,7 @@ "indexof": "^0.0.1", "nyc": "^10.3.2", "safe-publish-latest": "^1.1.4", - "tape": "^5.0.0-next.5" + "tape": "^5.0.1" }, "testling": { "files": [ @@ -98,6 +98,7 @@ "template": "keepachangelog", "unreleased": false, "commitLimit": false, - "backfillLimit": false + "backfillLimit": false, + "hideCredit": true } }