@uirouter/publish-scripts 2.5.2 → 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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,91 @@
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
+
26
+ ## 2.5.5 (2020-12-27)
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)
28
+
29
+
30
+ ---
31
+
32
+
33
+ ### Updated `check-peer-dependencies` from 2.0.6 to 4.0.0
34
+
35
+
36
+ Changelog for `check-peer-dependencies`:
37
+
38
+
39
+ [Compare `check-peer-dependencies` versions 2.0.6 and 4.0.0](https://github.com/christopherthielen/check-peer-dependencies/compare/2.0.6...4.0.0)
40
+
41
+ ### Features
42
+
43
+ * **findSolutions:** Add a toggle to find solutions and print installation commands. ([c34735a](https://github.com/christopherthielen/check-peer-dependencies/commit/c34735a))
44
+ * **orderBy:** Change default orderBy to 'dependee' ([e77e069](https://github.com/christopherthielen/check-peer-dependencies/commit/e77e069))
45
+ * **peerDependencyMeta:** support peerDependencyMeta in package.json to ignore optional peer dependencies ([4e3b757](https://github.com/christopherthielen/check-peer-dependencies/commit/4e3b757))
46
+ * **prerelease:** include prerelease when matching ranges, i.e. the range ">=6.0.0" matches "7.0.0-beta.1" ([0493379](https://github.com/christopherthielen/check-peer-dependencies/commit/0493379))
47
+ * **report:** For a given unmet peer dependency, show every related peer dependency, even if currently met ([516a259](https://github.com/christopherthielen/check-peer-dependencies/commit/516a259))
48
+
49
+
50
+ ### BREAKING CHANGES
51
+
52
+ * **prerelease:** Matches prerelease versions
53
+ * **orderBy:** default order changed from 'depender' to 'dependee'
54
+ * **findSolutions:** no longer prints installation commands by default, instead prints a message about using --install
55
+
56
+ ## 2.5.4 (2020-09-20)
57
+ [Compare `@uirouter/publish-scripts` versions 2.5.3 and 2.5.4](https://github.com/ui-router/publish-scripts/compare/2.5.3...2.5.4)
58
+
59
+
60
+ ---
61
+
62
+
63
+ ### Updated `check-peer-dependencies` from 2.0.2 to 2.0.6
64
+
65
+
66
+ Changelog for `check-peer-dependencies`:
67
+
68
+
69
+ [Compare `check-peer-dependencies` versions 2.0.2 and 2.0.6](https://github.com/christopherthielen/check-peer-dependencies/compare/2.0.2...2.0.6)
70
+
71
+ ### Bug Fixes
72
+
73
+ * fix type error ([d117ef7](https://github.com/christopherthielen/check-peer-dependencies/commit/d117ef7))
74
+ * Ignore missing optionalDependencies ([25a89a7](https://github.com/christopherthielen/check-peer-dependencies/commit/25a89a7))
75
+ * print warning if dependency path is not found ([37c0296](https://github.com/christopherthielen/check-peer-dependencies/commit/37c0296))
76
+
77
+
78
+ ### Features
79
+
80
+ * Add an option to run tool in consumer package root dependencies only. ([#7](https://github.com/christopherthielen/check-peer-dependencies/issues/7)) ([cd8f75a](https://github.com/christopherthielen/check-peer-dependencies/commit/cd8f75a))
81
+
82
+ ## 2.5.3 (2020-07-20)
83
+ [Compare `@uirouter/publish-scripts` versions 2.5.2 and 2.5.3](https://github.com/ui-router/publish-scripts/compare/2.5.2...2.5.3)
84
+
85
+ ### Bug Fixes
86
+
87
+ * Do not run docker with -it, maybe it works in github actions? ([7ef06bc](https://github.com/ui-router/publish-scripts/commit/7ef06bc))
88
+
1
89
  ## 2.5.2 (2020-07-20)
2
90
  [Compare `@uirouter/publish-scripts` versions 2.5.1 and 2.5.2](https://github.com/ui-router/publish-scripts/compare/2.5.1...2.5.2)
3
91
 
@@ -2,6 +2,6 @@
2
2
  "dependencies": {
3
3
  "typedoc": "0.17.8",
4
4
  "typescript": "3.9.7",
5
- "typedoc-plugin-ui-router": "4.0.0"
5
+ "typedoc-plugin-ui-router": "4.0.1"
6
6
  }
7
7
  }
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env bash
2
2
  set -ex
3
- docker run -it -v `pwd`:/home/node/work/project uirouter/docgen:stable
3
+ docker run -v `pwd`:/home/node/work/project uirouter/docgen:stable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uirouter/publish-scripts",
3
- "version": "2.5.2",
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": "^2.0.2",
33
- "conventional-changelog": "^3.1.21",
32
+ "check-peer-dependencies": "^4.1.0",
33
+ "conventional-changelog": "^3.1.24",
34
34
  "conventional-changelog-ui-router-core": "^1.4.2",
35
- "find-parent-dir": "^0.3.0",
36
- "git-semver-tags": "^4.0.0",
37
- "lodash": "^4.17.15",
35
+ "find-parent-dir": "^0.3.1",
36
+ "git-semver-tags": "^4.1.1",
37
+ "lodash": "^4.17.21",
38
38
  "node-cleanup": "^2.1.2",
39
39
  "npm-run-all": "^4.1.5",
40
- "open": "^7.0.4",
40
+ "open": "^8.4.0",
41
41
  "readline-sync": "^1.4.10",
42
42
  "shelljs": "^0.8.4",
43
- "shx": "^0.3.1",
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.35",
47
- "yargs": "^15.3.1"
46
+ "yalc": "^1.0.0-pre.53",
47
+ "yargs": "^17.3.0"
48
48
  },
49
49
  "resolutions": {
50
50
  "npm-packlist": "1.4.6"