pob 10.15.0 → 10.16.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 +13 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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
+ # [10.16.0](https://github.com/christophehurpeau/pob/compare/pob@10.15.0...pob@10.16.0) (2022-05-31)
7
+
8
+
9
+ ### Features
10
+
11
+ * **deps:** update dependency eslint to v8.15.0 ([#1277](https://github.com/christophehurpeau/pob/issues/1277)) ([245b369](https://github.com/christophehurpeau/pob/commit/245b36992ca45f7f10ebcdb039badafc2740a6fe))
12
+ * **deps:** update dependency eslint to v8.16.0 ([#1290](https://github.com/christophehurpeau/pob/issues/1290)) ([e62d102](https://github.com/christophehurpeau/pob/commit/e62d102178e494d2009d225a365f4e62c692da4c))
13
+ * **deps:** update lerna monorepo to v5 (major) ([#1292](https://github.com/christophehurpeau/pob/issues/1292)) ([049f8c9](https://github.com/christophehurpeau/pob/commit/049f8c936d6b621077f7da932cf6b271bf93026b))
14
+
15
+
16
+
17
+
18
+
6
19
  # [10.15.0](https://github.com/christophehurpeau/pob/compare/pob@10.14.0...pob@10.15.0) (2022-04-30)
7
20
 
8
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pob",
3
- "version": "10.15.0",
3
+ "version": "10.16.0",
4
4
  "description": "Pile of bones, library generator with git/babel/typescript/typedoc/readme/jest",
5
5
  "keywords": [
6
6
  "skeleton"
@@ -39,15 +39,15 @@
39
39
  },
40
40
  "pob": {},
41
41
  "dependencies": {
42
- "@lerna/package-graph": "^4.0.0",
43
- "@lerna/project": "^4.0.0",
42
+ "@lerna/package-graph": "^5.0.0",
43
+ "@lerna/project": "^5.0.0",
44
44
  "@pob/eslint-config": "49.1.0",
45
45
  "@pob/eslint-config-typescript": "49.3.0",
46
46
  "@pob/eslint-config-typescript-react": "49.3.1",
47
47
  "@pob/sort-eslint-config": "^3.0.1",
48
48
  "@pob/sort-object": "^4.0.1",
49
49
  "@pob/sort-pkg": "^4.0.1",
50
- "eslint": "8.14.0",
50
+ "eslint": "8.16.0",
51
51
  "findup-sync": "^5.0.0",
52
52
  "git-remote-url": "^1.0.1",
53
53
  "github-username": "^6.0.0",
@@ -67,5 +67,5 @@
67
67
  "yeoman-environment": "3.9.1",
68
68
  "yeoman-generator": "5.6.1"
69
69
  },
70
- "gitHead": "3b316798ef40c287c0b855a3c852acdda7e67ba0"
70
+ "gitHead": "6e909141a6d1ee895cfc0dfa6686512cfd7ba409"
71
71
  }