@uirouter/publish-scripts 2.5.5 → 2.6.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/CHANGELOG.md +25 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ # 2.6.0 (2021-12-01)
2
+ [Compare `@uirouter/publish-scripts` versions 2.5.5 and 2.6.0](https://github.com/ui-router/publish-scripts/compare/2.5.5...2.6.0)
3
+
4
+
5
+ ---
6
+
7
+
8
+ ### Updated `check-peer-dependencies` from 4.0.0 to 4.1.0
9
+
10
+
11
+ Changelog for `check-peer-dependencies`:
12
+
13
+
14
+ [Compare `check-peer-dependencies` versions 4.0.0 and 4.1.0](https://github.com/christopherthielen/check-peer-dependencies/compare/4.0.0...4.1.0)
15
+
16
+ ### Bug Fixes
17
+
18
+ * Install peer deps as devDependencies if the peer dep came from a dev dependency ([6ef3021](https://github.com/christopherthielen/check-peer-dependencies/commit/6ef3021)), closes [#21](https://github.com/christopherthielen/check-peer-dependencies/issues/21)
19
+
20
+
21
+ ### Features
22
+
23
+ * Add support for ignoring peer dependencies (via cli option or config stored in package.json) ([5994c9c](https://github.com/christopherthielen/check-peer-dependencies/commit/5994c9c))
24
+ * load checkPeerDependencies config from package.json (and merge with CLI options) ([e2f0fee](https://github.com/christopherthielen/check-peer-dependencies/commit/e2f0fee))
25
+
1
26
  ## 2.5.5 (2020-12-27)
2
27
  [Compare `@uirouter/publish-scripts` versions 2.5.4 and 2.5.5](https://github.com/ui-router/publish-scripts/compare/2.5.4...2.5.5)
3
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uirouter/publish-scripts",
3
- "version": "2.5.5",
3
+ "version": "2.6.0",
4
4
  "description": "Helper scripts for publishing UI-Router projects",
5
5
  "main": "x",
6
6
  "repository": {
@@ -29,22 +29,22 @@
29
29
  "util": "./util.js"
30
30
  },
31
31
  "dependencies": {
32
- "check-peer-dependencies": "^4.0.0",
32
+ "check-peer-dependencies": "^4.1.0",
33
33
  "conventional-changelog": "^3.1.24",
34
34
  "conventional-changelog-ui-router-core": "^1.4.2",
35
- "find-parent-dir": "^0.3.0",
35
+ "find-parent-dir": "^0.3.1",
36
36
  "git-semver-tags": "^4.1.1",
37
- "lodash": "^4.17.20",
37
+ "lodash": "^4.17.21",
38
38
  "node-cleanup": "^2.1.2",
39
39
  "npm-run-all": "^4.1.5",
40
- "open": "^7.3.0",
40
+ "open": "^8.4.0",
41
41
  "readline-sync": "^1.4.10",
42
42
  "shelljs": "^0.8.4",
43
43
  "shx": "^0.3.3",
44
44
  "tmp": "^0.2.1",
45
45
  "tweak-sourcemap-paths": "0.0.4",
46
- "yalc": "^1.0.0-pre.49",
47
- "yargs": "^16.2.0"
46
+ "yalc": "^1.0.0-pre.53",
47
+ "yargs": "^17.3.0"
48
48
  },
49
49
  "resolutions": {
50
50
  "npm-packlist": "1.4.6"