verror-extra 3.0.1 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +11 -11
  2. package/CHANGELOG.md +0 -23
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "verror-extra",
3
- "version": "3.0.1",
3
+ "version": "4.0.0",
4
4
  "description": "verror wrapper with extras™",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "index.js"
8
8
  ],
9
9
  "scripts": {
10
- "lint:git": "commitlint",
10
+ "lint:git": "commitlint --default-branch main",
11
11
  "lint:js": "eslint . --ext js,json",
12
12
  "lint:md": "remark -f README.md",
13
13
  "release": "standard-version",
@@ -29,26 +29,26 @@
29
29
  },
30
30
  "homepage": "https://github.com/CrowdStrike/verror-extra#readme",
31
31
  "engines": {
32
- "node": ">=12.13"
32
+ "node": ">=14.15"
33
33
  },
34
34
  "dependencies": {
35
35
  "verror": "^1.10.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@crowdstrike/commitlint": "^4.0.0",
38
+ "@crowdstrike/commitlint": "^5.0.0",
39
39
  "chai": "^4.2.0",
40
- "eslint": "^7.11.0",
41
- "eslint-config-crowdstrike": "^3.0.0",
40
+ "eslint": "^8.0.0",
41
+ "eslint-config-crowdstrike": "^8.0.0",
42
42
  "eslint-config-crowdstrike-node": "^3.0.0",
43
- "eslint-plugin-json-files": "^1.1.0",
44
- "eslint-plugin-mocha": "^9.0.0",
43
+ "eslint-plugin-json-files": "^2.0.0",
44
+ "eslint-plugin-mocha": "^10.0.0",
45
45
  "eslint-plugin-node": "^11.0.0",
46
- "mocha": "^9.0.0",
46
+ "mocha": "^10.0.0",
47
47
  "mocha-helpers": "^6.0.0",
48
- "remark-cli": "^9.0.0",
48
+ "remark-cli": "^11.0.0",
49
49
  "remark-preset-lint-crowdstrike": "^2.0.0",
50
50
  "renovate-config-standard": "^2.0.0",
51
- "standard-node-template": "2.0.0",
51
+ "standard-node-template": "3.0.0",
52
52
  "standard-version": "^9.0.0"
53
53
  }
54
54
  }
package/CHANGELOG.md DELETED
@@ -1,23 +0,0 @@
1
- # Changelog
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- ### [3.0.1](https://github.com/CrowdStrike/verror-extra/compare/v3.0.0...v3.0.1) (2021-06-15)
6
-
7
- ## [3.0.0](https://github.com/CrowdStrike/verror-extra/compare/v2.0.0...v3.0.0) (2021-06-15)
8
-
9
-
10
- ### ⚠ BREAKING CHANGES
11
-
12
- * bump node 12
13
-
14
- * bump node 12 ([3961f34](https://github.com/CrowdStrike/verror-extra/commit/3961f3432a34dce7e5c2538ee590638171eacb26))
15
-
16
- ## [2.0.0](https://github.com/CrowdStrike/verror-extra/compare/v1.0.0...v2.0.0) (2020-10-20)
17
-
18
-
19
- ### ⚠ BREAKING CHANGES
20
-
21
- * bump to node 10
22
-
23
- * bump to node 10 ([9de621e](https://github.com/CrowdStrike/verror-extra/commit/9de621e))