Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, aud, `auto-cha…
Browse files Browse the repository at this point in the history
…ngelog`, `tape`
  • Loading branch information
ljharb committed Nov 18, 2020
1 parent 11a3a7a commit 6630cf1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": [
Expand Down Expand Up @@ -98,6 +98,7 @@
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false
"backfillLimit": false,
"hideCredit": true
}
}

0 comments on commit 6630cf1

Please sign in to comment.