pob 11.5.0 → 11.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
|
@@ -3,6 +3,28 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [11.6.0](https://github.com/christophehurpeau/pob/compare/pob@11.5.0...pob@11.6.0) (2023-01-31)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency prettier to v2.8.2 ([#1501](https://github.com/christophehurpeau/pob/issues/1501)) ([2333652](https://github.com/christophehurpeau/pob/commit/2333652411e30def97d3ca6064af7e1fc880c5df))
|
|
12
|
+
* **deps:** update dependency prettier to v2.8.3 ([#1507](https://github.com/christophehurpeau/pob/issues/1507)) ([862c85a](https://github.com/christophehurpeau/pob/commit/862c85a4127ab6c2de8ad1c410f2f9003f011ef2))
|
|
13
|
+
* **pob:** monorepo eslint max_old_space_size for more than 15 packages ([413eda5](https://github.com/christophehurpeau/pob/commit/413eda53dbf574cab80946bbfb69abf271a549d6))
|
|
14
|
+
* **pob:** node app remove ts baseUrl ([b07f2d9](https://github.com/christophehurpeau/pob/commit/b07f2d9f7679683e0903fe0e4826c7a26af7bdb7))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **deps:** update dependency eslint to v8.31.0 ([#1497](https://github.com/christophehurpeau/pob/issues/1497)) ([99c2edd](https://github.com/christophehurpeau/pob/commit/99c2edd1da7247c150344b15371ab3518fd432fc))
|
|
20
|
+
* **deps:** update dependency eslint to v8.32.0 ([#1508](https://github.com/christophehurpeau/pob/issues/1508)) ([4549d2f](https://github.com/christophehurpeau/pob/commit/4549d2fd93092e80d2719d11ced34b3d418d77e3))
|
|
21
|
+
* **deps:** update dependency eslint to v8.33.0 ([#1518](https://github.com/christophehurpeau/pob/issues/1518)) ([c8cba58](https://github.com/christophehurpeau/pob/commit/c8cba58bd99201cf368fd1c1d4fc2c6cee12fd06))
|
|
22
|
+
* **deps:** update dependency mem-fs-editor to v9.6.0 ([#1510](https://github.com/christophehurpeau/pob/issues/1510)) ([94a18cb](https://github.com/christophehurpeau/pob/commit/94a18cb51f2f3170d974aaf79b78fc74ab84e881))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
# [11.5.0](https://github.com/christophehurpeau/pob/compare/pob@11.4.3...pob@11.5.0) (2022-12-30)
|
|
7
29
|
|
|
8
30
|
|
|
@@ -159,7 +159,6 @@ export default class PobAppGenerator extends Generator {
|
|
|
159
159
|
if (
|
|
160
160
|
this.appConfig.type === 'alp' ||
|
|
161
161
|
this.appConfig.type === 'pobpack' ||
|
|
162
|
-
this.appConfig.type === 'node' ||
|
|
163
162
|
this.appConfig.type === 'alp-node' ||
|
|
164
163
|
this.appConfig.type === 'next.js'
|
|
165
164
|
) {
|
|
@@ -159,7 +159,7 @@ export default class MonorepoLernaGenerator extends Generator {
|
|
|
159
159
|
monorepoConfig.eslint &&
|
|
160
160
|
this.packagesConfig.length < 50
|
|
161
161
|
? `${
|
|
162
|
-
this.packagesConfig.length >
|
|
162
|
+
this.packagesConfig.length > 15
|
|
163
163
|
? 'NODE_OPTIONS=--max_old_space_size=4096 '
|
|
164
164
|
: ''
|
|
165
165
|
}eslint --report-unused-disable-directives --resolve-plugins-relative-to . --quiet .`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pob",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.6.0",
|
|
4
4
|
"description": "Pile of bones, library generator with git/babel/typescript/typedoc/readme/jest",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"skeleton"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@pob/sort-eslint-config": "4.1.0",
|
|
44
44
|
"@pob/sort-object": "5.1.0",
|
|
45
45
|
"@pob/sort-pkg": "5.1.0",
|
|
46
|
-
"eslint": "8.
|
|
46
|
+
"eslint": "8.33.0",
|
|
47
47
|
"findup-sync": "^5.0.0",
|
|
48
48
|
"git-remote-url": "^1.0.1",
|
|
49
49
|
"github-username": "^6.0.0",
|
|
@@ -53,18 +53,18 @@
|
|
|
53
53
|
"lodash.camelcase": "^4.3.0",
|
|
54
54
|
"lodash.kebabcase": "^4.1.1",
|
|
55
55
|
"mem-fs": "2.2.1",
|
|
56
|
-
"mem-fs-editor": "9.
|
|
56
|
+
"mem-fs-editor": "9.6.0",
|
|
57
57
|
"minimist": "1.2.7",
|
|
58
58
|
"node-fetch": "3.3.0",
|
|
59
59
|
"parse-author": "2.0.0",
|
|
60
|
-
"pob-dependencies": "7.
|
|
61
|
-
"prettier": "2.8.
|
|
60
|
+
"pob-dependencies": "7.4.0",
|
|
61
|
+
"prettier": "2.8.3",
|
|
62
62
|
"semver": "7.3.8",
|
|
63
63
|
"yeoman-environment": "3.13.0",
|
|
64
64
|
"yeoman-generator": "5.7.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@pob/root": "7.
|
|
67
|
+
"@pob/root": "7.4.0"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "d86944c4c849541089525ae17313aff0c2042bf9"
|
|
70
70
|
}
|