pob 22.3.0 → 22.4.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,17 @@
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
+ ## [22.4.0](https://github.com/christophehurpeau/pob/compare/pob@22.3.0...pob@22.4.0) (2024-08-04)
7
+
8
+ ### Features
9
+
10
+ * add update for @vitest/coverage-v8 ([187f66e](https://github.com/christophehurpeau/pob/commit/187f66e3949df1f18beea70bbc7077f74e1bd1ae))
11
+ * **deps:** update yarn monorepo ([#2157](https://github.com/christophehurpeau/pob/issues/2157)) ([ea6e768](https://github.com/christophehurpeau/pob/commit/ea6e768cf14468abd740cd5bcfa586e8a5893a7e))
12
+
13
+ Version bump for dependency: yarn-workspace-utils
14
+ Version bump for dependency: @pob/root
15
+
16
+
6
17
  ## [22.3.0](https://github.com/christophehurpeau/pob/compare/pob@22.2.0...pob@22.3.0) (2024-07-30)
7
18
 
8
19
  ### Features
@@ -253,6 +253,7 @@ export default class CommonTestingGenerator extends Generator {
253
253
  "jest",
254
254
  "@types/jest",
255
255
  "vitest",
256
+ "@vitest/coverage-v8",
256
257
  ]);
257
258
 
258
259
  delete pkg.jest;
@@ -357,7 +358,7 @@ export default class CommonTestingGenerator extends Generator {
357
358
  this.options.enable &&
358
359
  (enableForMonorepo || !globalTesting) &&
359
360
  testRunner === "vitest",
360
- ["vitest"],
361
+ ["vitest", "@vitest/coverage-v8"],
361
362
  );
362
363
 
363
364
  if (!this.options.enable) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pob",
3
- "version": "22.3.0",
3
+ "version": "22.4.0",
4
4
  "description": "Pile of bones, library generator with git/babel/typescript/typedoc/readme/jest",
5
5
  "keywords": [
6
6
  "skeleton"
@@ -48,8 +48,8 @@
48
48
  "@pob/sort-pkg": "7.3.0",
49
49
  "@prettier/sync": "0.5.2",
50
50
  "@types/inquirer": "9.0.7",
51
- "@yarnpkg/cli": "4.3.1",
52
- "@yarnpkg/core": "4.1.1",
51
+ "@yarnpkg/cli": "4.4.0",
52
+ "@yarnpkg/core": "4.1.2",
53
53
  "@yarnpkg/fslib": "3.1.0",
54
54
  "@yeoman/types": "1.2.0",
55
55
  "eslint": "8.57.0",
@@ -64,17 +64,17 @@
64
64
  "mem-fs-editor": "11.0.1",
65
65
  "minimist": "1.2.8",
66
66
  "parse-author": "2.0.0",
67
- "pob-dependencies": "13.3.0",
67
+ "pob-dependencies": "13.4.0",
68
68
  "prettier": "3.3.3",
69
69
  "semver": "7.6.3",
70
70
  "validate-npm-package-name": "^5.0.0",
71
- "yarn-workspace-utils": "5.1.1",
71
+ "yarn-workspace-utils": "5.2.0",
72
72
  "yeoman-environment": "4.4.1",
73
73
  "yeoman-generator": "7.3.2"
74
74
  },
75
75
  "devDependencies": {
76
- "@pob/root": "12.2.1",
77
- "@types/node": "20.14.13",
76
+ "@pob/root": "12.3.0",
77
+ "@types/node": "20.14.14",
78
78
  "typescript": "5.5.4"
79
79
  }
80
80
  }