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`, `es6-shim`
  • Loading branch information
ljharb committed Dec 5, 2020
1 parent 25cc9cb commit abd29fa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
16 changes: 7 additions & 9 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.6.1](https://github.com/inspect-js/is-equal/compare/v1.6.0...v1.6.1) - 2019-11-29
## [v1.6.1](https://github.com/inspect-js/is-equal/compare/v1.6.0...v1.6.1) - 2019-11-28

### Commits

Expand All @@ -19,7 +17,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- [Deps] update `is-symbol` [`083c8b6`](https://github.com/inspect-js/is-equal/commit/083c8b60954848911f1fe4e2e1be3580cd9fbaa0)
- docs: fix header syntax [`8142a3b`](https://github.com/inspect-js/is-equal/commit/8142a3be6663260e4a83c8dfd7f18a90390d152b)

## [v1.6.0](https://github.com/inspect-js/is-equal/compare/v1.5.5...v1.6.0) - 2019-11-12
## [v1.6.0](https://github.com/inspect-js/is-equal/compare/v1.5.5...v1.6.0) - 2019-11-11

### Commits

Expand Down Expand Up @@ -127,7 +125,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Fix example [`d701069`](https://github.com/inspect-js/is-equal/commit/d7010693d86876e4098223fbc4a084dc5f6e8d0b)
- Fix err msg for inequal circ ref (+second, -first). [`6b9e478`](https://github.com/inspect-js/is-equal/commit/6b9e478132b5a41cc41767afc2a4629d98b37ec0)

## [v1.5.0](https://github.com/inspect-js/is-equal/compare/v1.4.2...v1.5.0) - 2016-02-16
## [v1.5.0](https://github.com/inspect-js/is-equal/compare/v1.4.2...v1.5.0) - 2016-02-15

### Commits

Expand All @@ -148,7 +146,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- [Fix] avoid false positives when the first items in two arrays are not equal. [`#5`](https://github.com/inspect-js/is-equal/issues/5)

## [v1.4.1](https://github.com/inspect-js/is-equal/compare/v1.4.0...v1.4.1) - 2015-12-16
## [v1.4.1](https://github.com/inspect-js/is-equal/compare/v1.4.0...v1.4.1) - 2015-12-15

### Merged

Expand All @@ -165,7 +163,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- [Tests] add test cases from #4. [`3d65d78`](https://github.com/inspect-js/is-equal/commit/3d65d78a50e80d6d2b6909c1c74e7f6bd0bff316)
- [lint] add missing 'use strict' directive [`c6e098e`](https://github.com/inspect-js/is-equal/commit/c6e098e859f376c1639a71c71b2b4440bde76546)

## [v1.4.0](https://github.com/inspect-js/is-equal/compare/v1.3.1...v1.4.0) - 2015-12-11
## [v1.4.0](https://github.com/inspect-js/is-equal/compare/v1.3.1...v1.4.0) - 2015-12-10

### Fixed

Expand All @@ -192,7 +190,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- [Fix] normalize function signature whitespace, for IE 9. [`3e0df7b`](https://github.com/inspect-js/is-equal/commit/3e0df7b568f4c0ba933a79e0d2d94ff3f8c2619d)
- [Tests] Only skip generic iterable tests when there's no Symbol.iterator. [`b8ef004`](https://github.com/inspect-js/is-equal/commit/b8ef004dc3e7d0632239d8b36b649b921b1b2faf)

## [v1.3.0](https://github.com/inspect-js/is-equal/compare/v1.2.4...v1.3.0) - 2015-12-10
## [v1.3.0](https://github.com/inspect-js/is-equal/compare/v1.2.4...v1.3.0) - 2015-12-09

### Fixed

Expand Down Expand Up @@ -333,7 +331,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Testing node 0.6 again [`6feb16d`](https://github.com/inspect-js/is-equal/commit/6feb16dddafa7b92a6f2f13a6baa3efc4adb7179)
- Faking the constructor. Yay JS inheritance! [`b899f88`](https://github.com/inspect-js/is-equal/commit/b899f88cc6b801091eb7a5486705f9cb2393e6d4)

## v0.0.0 - 2014-01-20
## v0.0.0 - 2014-01-19

### Commits

Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"which-collection": "^1.0.1"
},
"devDependencies": {
"@ljharb/eslint-config": "^17.1.0",
"aud": "^1.1.2",
"auto-changelog": "^2.0.0",
"@ljharb/eslint-config": "^17.3.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.1",
"core-js": "^2.6.5 || ^3",
"es6-shim": "^0.35.5",
"eslint": "^7.1.0",
"es6-shim": "^0.35.6",
"eslint": "^7.15.0",
"foreach": "^2.0.5",
"has-bigints": "^1.0.0",
"has-symbols": "^1.0.1",
Expand Down Expand Up @@ -101,6 +101,7 @@
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false
"backfillLimit": false,
"hideCredit": true
}
}

0 comments on commit abd29fa

Please sign in to comment.