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`, `object-inspect`, `tape`
  • Loading branch information
ljharb committed Dec 13, 2020
1 parent 01d0c7d commit 95815ce
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 13 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
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).

## [v2.0.1](https://github.com/inspect-js/is-weakmap/compare/v2.0.0...v2.0.1) - 2019-12-18
## [v2.0.1](https://github.com/inspect-js/is-weakmap/compare/v2.0.0...v2.0.1) - 2019-12-17

### Fixed

Expand All @@ -18,7 +16,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- [actions] add automatic rebasing / merge commit blocking [`4fa3010`](https://github.com/inspect-js/is-weakmap/commit/4fa301026787589c5a061072fda64b11d65bda18)
- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape` [`44bafb6`](https://github.com/inspect-js/is-weakmap/commit/44bafb65829d687fcf8205d0c451cc407d96463c)

## v2.0.0 - 2019-11-12
## [v2.0.0](https://github.com/inspect-js/is-weakmap/compare/v1.0.1...v2.0.0) - 2019-11-12

### Commits

Expand All @@ -33,3 +31,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- [Tests] use shared travis-ci configs [`1db25d5`](https://github.com/inspect-js/is-weakmap/commit/1db25d515fa042c39828c3cbfac65667722a679b)
- Only apps should have lockfiles [`f6b0152`](https://github.com/inspect-js/is-weakmap/commit/f6b015293a4702c9cb7672a364d725ae6cc8bca8)
- [Tests] add `npx aud` in `posttest` [`35dce96`](https://github.com/inspect-js/is-weakmap/commit/35dce964f73ef11237d12b0759468526e0e628a2)

## [v1.0.1](https://github.com/inspect-js/is-weakmap/compare/v1.0.0...v1.0.1) - 2015-08-31

### Commits

- Add XO [`180fb3e`](https://github.com/inspect-js/is-weakmap/commit/180fb3edf1ab1a2a449bdf5fae5911115d804f44)
- tweaks [`b0d7b30`](https://github.com/inspect-js/is-weakmap/commit/b0d7b307d191513ee6fae80dda81db4bfe9ace00)
- Add `related` section to readme [`5644247`](https://github.com/inspect-js/is-weakmap/commit/5644247240a74bc19ea2791f0b609a98a4af5f9f)

## v1.0.0 - 2015-02-18

### Commits

- init [`837063d`](https://github.com/inspect-js/is-weakmap/commit/837063d1ac83ce194eda9135562113c035df4346)
19 changes: 10 additions & 9 deletions package.json
Expand Up @@ -12,7 +12,7 @@
"tests-only": "nyc tape 'test/**/*.js'",
"tests:shims": "nyc tape --require=es5-shim --require=es5-shim 'test/**/*.js'",
"test": "npm run tests-only",
"posttest": "npx aud --production"
"posttest": "aud --production"
},
"repository": {
"type": "git",
Expand All @@ -37,23 +37,24 @@
},
"homepage": "https://github.com/inspect-js/is-weakmap#readme",
"devDependencies": {
"@ljharb/eslint-config": "^16.0.0",
"aud": "^1.1.1",
"auto-changelog": "^2.0.0",
"@ljharb/eslint-config": "^17.3.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.1",
"es5-shim": "^4.5.14",
"es6-shim": "^0.35.5",
"eslint": "^6.8.0",
"es6-shim": "^0.35.6",
"eslint": "^7.15.0",
"for-each": "^0.3.3",
"nyc": "^10.3.2",
"object-inspect": "^1.7.0",
"object-inspect": "^1.9.0",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.0-next.5"
"tape": "^5.0.1"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false
"backfillLimit": false,
"hideCredit": true
}
}

0 comments on commit 95815ce

Please sign in to comment.