@smarlhens/npm-check-engines 0.4.2 → 0.4.3

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/CHANGELOG.md +18 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.4.3](https://github.com/smarlhens/npm-check-engines/compare/v0.4.2...v0.4.3) (2022-06-18)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** update dependency colorette to v2.0.19 ([281242c](https://github.com/smarlhens/npm-check-engines/commit/281242c59d04bb3c9fc1ff107d4b3dfdcdc8e99a))
9
+
10
+
11
+ ### Chores
12
+
13
+ * **deps:** update dependency @babel/core to v7.18.5 ([601783a](https://github.com/smarlhens/npm-check-engines/commit/601783a96ae78057ff0111a036e69e0b869b0bcb))
14
+ * **deps:** update dependency @types/jest to v28.1.2 ([c072752](https://github.com/smarlhens/npm-check-engines/commit/c072752e5a1d88d8a49d07315985f569005eb883))
15
+ * **deps:** update dependency @types/semver to v7.3.10 ([841925a](https://github.com/smarlhens/npm-check-engines/commit/841925a060353105beb25f9218fc7cc29c58f855))
16
+ * **deps:** update dependency lint-staged to v13.0.1 ([7e3c509](https://github.com/smarlhens/npm-check-engines/commit/7e3c509c2d933e8bbed30996496e6da2458c7a91))
17
+ * **deps:** update dependency lint-staged to v13.0.2 ([e9c715e](https://github.com/smarlhens/npm-check-engines/commit/e9c715e665571927ebaeabf880d5361a2135d4d9))
18
+ * **deps:** update dependency prettier to v2.7.1 ([1cc780d](https://github.com/smarlhens/npm-check-engines/commit/1cc780dbf80055dd00129b11e4c4dc6fd3b49d41))
19
+ * **deps:** update dependency typescript to v4.7.4 ([d10a5d5](https://github.com/smarlhens/npm-check-engines/commit/d10a5d5559438b0d5499cea9c3a14597b17c7950))
20
+
3
21
  ## [0.4.2](https://github.com/smarlhens/npm-check-engines/compare/v0.4.1...v0.4.2) (2022-06-08)
4
22
 
5
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smarlhens/npm-check-engines",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "Node.JS engines constraint checker written in TypeScript.",
5
5
  "keywords": [
6
6
  "node",
@@ -51,7 +51,7 @@
51
51
  "ajv": "8.11.0",
52
52
  "ajv-draft-04": "1.0.0",
53
53
  "ajv-formats": "2.1.1",
54
- "colorette": "2.0.17",
54
+ "colorette": "2.0.19",
55
55
  "debug": "4.3.4",
56
56
  "fs-extra": "10.1.0",
57
57
  "listr2": "4.0.5",
@@ -61,29 +61,29 @@
61
61
  "yargs": "17.5.1"
62
62
  },
63
63
  "devDependencies": {
64
- "@babel/core": "7.18.2",
64
+ "@babel/core": "7.18.5",
65
65
  "@babel/preset-env": "7.18.2",
66
66
  "@babel/preset-typescript": "7.17.12",
67
67
  "@commitlint/cli": "17.0.2",
68
68
  "@commitlint/config-conventional": "17.0.2",
69
69
  "@types/debug": "4.1.7",
70
70
  "@types/fs-extra": "9.0.13",
71
- "@types/jest": "28.1.1",
71
+ "@types/jest": "28.1.2",
72
72
  "@types/lodash": "4.14.182",
73
73
  "@types/node": "17.0.36",
74
- "@types/semver": "7.3.9",
74
+ "@types/semver": "7.3.10",
75
75
  "@types/yargs": "17.0.10",
76
76
  "babel-jest": "28.1.1",
77
77
  "cz-conventional-changelog": "3.3.0",
78
78
  "execa": "5.1.1",
79
79
  "husky": "8.0.1",
80
80
  "jest": "28.1.1",
81
- "lint-staged": "13.0.0",
82
- "prettier": "2.6.2",
81
+ "lint-staged": "13.0.2",
82
+ "prettier": "2.7.1",
83
83
  "rimraf": "3.0.2",
84
84
  "ts-node": "10.8.1",
85
85
  "tslib": "2.4.0",
86
- "typescript": "4.7.3"
86
+ "typescript": "4.7.4"
87
87
  },
88
88
  "engines": {
89
89
  "node": "^14.17.0 || ^16.10.0 || ^18.0.0",