@toptal/davinci-monorepo 8.2.2-alpha-feat-storybook-v7-001e97ca.22 → 8.2.2-alpha-dependabot-npm-and-yarn-semver-7.5.3-b966e01e.14

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.
@@ -9,7 +9,7 @@ Please see the https://github.com/beaugunderson/codeowners for additional code o
9
9
  Analyse ownership and give information from packages perspective
10
10
 
11
11
  ```text
12
- codeowners packages-information
12
+ davinci-monorepo codeowners codeowners packages-information
13
13
 
14
14
  -a --all gives full summary for all packages
15
15
  -n --packageName <package_name> gives full summary for particular package name *
@@ -35,7 +35,7 @@ so `pi -n clients/libs/client` will only return summary for
35
35
  Analyse ownership and give information from owners perspective
36
36
 
37
37
  ```text
38
- codeowners owners-information
38
+ davinci-monorepo codeowners owners-information
39
39
 
40
40
  -c, --codeowners-filename <filename> specify CODEOWNERS filename (default: "CODEOWNERS")
41
41
  -n, --ownerName <owner_names...> prints summary for particular owners
@@ -61,7 +61,7 @@ so `oi -n tango cache` will give info for both
61
61
  Checks for overridden rules
62
62
 
63
63
  ```sh
64
- codeowners check-rules
64
+ davinci-monorepo codeowners check-rules
65
65
  ```
66
66
 
67
67
  #### `format`
@@ -69,7 +69,7 @@ codeowners check-rules
69
69
  Formats and sorts rules
70
70
 
71
71
  ```sh
72
- codeowners format
72
+ davinci-monorepo codeowners format
73
73
 
74
74
  --dry does a dry-run, no changes will be applied
75
75
  ```
@@ -80,7 +80,7 @@ codeowners format
80
80
  Gets the most relevant contributors and their commit count for a specified path.
81
81
 
82
82
  ```sh
83
- codeowners blame-commits [options]
83
+ davinci-monorepo codeowners blame-commits [options]
84
84
 
85
85
  Options:
86
86
  -p, --path <folder_path> specify folder path to check
@@ -92,7 +92,7 @@ Options:
92
92
 
93
93
  Example:
94
94
 
95
- codeowners blame-commits --path namespaces/facilities/apps/tasks -sfrcl
95
+ davinci-monorepo codeowners blame-commits --path namespaces/facilities/apps/tasks -sfrcl
96
96
  ```
97
97
 
98
98
  \* uses `git blame` by default
@@ -106,7 +106,7 @@ on each file, which can take a while and might crash on bigger packages 😬
106
106
  Lists users/teams who own a specific path.
107
107
 
108
108
  ```shell
109
- codeowners list|of [options] <paths...>
109
+ davinci-monorepo codeowners list|of [options] <paths...>
110
110
 
111
111
  Options:
112
112
  -c, --codeowners-filename <codeowners_filename> specify CODEOWNERS filename (default: "CODEOWNERS")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-monorepo",
3
- "version": "8.2.2-alpha-feat-storybook-v7-001e97ca.22+001e97ca",
3
+ "version": "8.2.2-alpha-dependabot-npm-and-yarn-semver-7.5.3-b966e01e.14+b966e01e",
4
4
  "description": "Monorepo utility tools",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -35,7 +35,7 @@
35
35
  "dependencies": {
36
36
  "@nodelib/fs.walk": "^1.2.6",
37
37
  "@oclif/core": "^1.16.1",
38
- "@toptal/davinci-cli-shared": "2.3.2-alpha-feat-storybook-v7-001e97ca.22+001e97ca",
38
+ "@toptal/davinci-cli-shared": "2.3.2-alpha-dependabot-npm-and-yarn-semver-7.5.3-b966e01e.14+b966e01e",
39
39
  "chalk": "^4.1.2",
40
40
  "codeowners": "5.1.1",
41
41
  "dependency-cruiser": "^12.5.0",
@@ -54,5 +54,5 @@
54
54
  "devDependencies": {
55
55
  "@jest/globals": "^29.4.2"
56
56
  },
57
- "gitHead": "001e97ca376284f348d80f056428d328f64d2c29"
57
+ "gitHead": "b966e01ef8c68c2d1e38f4c92a7d39dd24b67d64"
58
58
  }