@toptal/davinci-monorepo 8.2.2-alpha-feat-storybook-v7-001e97ca.22 → 8.2.2
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 +7 -0
- package/docs/codeowners.md +7 -7
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @toptal/davinci-monorepo
|
|
2
2
|
|
|
3
|
+
## 8.2.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`6fb9dafc`](https://github.com/toptal/davinci/commit/6fb9dafc018ccc0d05e2aea217b5a56133ccddfe)]:
|
|
8
|
+
- @toptal/davinci-cli-shared@2.3.2
|
|
9
|
+
|
|
3
10
|
## 8.2.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/docs/codeowners.md
CHANGED
|
@@ -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
|
|
3
|
+
"version": "8.2.2",
|
|
4
4
|
"description": "Monorepo utility tools",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -33,26 +33,25 @@
|
|
|
33
33
|
"url": "https://github.com/toptal/davinci/issues"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@nodelib/fs.walk": "^1.2.6",
|
|
37
36
|
"@oclif/core": "^1.16.1",
|
|
38
|
-
"@toptal/davinci-cli-shared": "2.3.2
|
|
37
|
+
"@toptal/davinci-cli-shared": "2.3.2",
|
|
39
38
|
"chalk": "^4.1.2",
|
|
40
|
-
"codeowners": "5.1.1",
|
|
41
39
|
"dependency-cruiser": "^12.5.0",
|
|
42
|
-
"ervy": "^1.0.7",
|
|
43
40
|
"execa": "^5.1.1",
|
|
44
|
-
"find-up": "5.0.0",
|
|
45
41
|
"find-yarn-workspace-root": "^2.0.0",
|
|
46
42
|
"glob": "^8.0.3",
|
|
43
|
+
"ramda": "^0.28.0",
|
|
44
|
+
"@nodelib/fs.walk": "^1.2.6",
|
|
45
|
+
"ervy": "^1.0.7",
|
|
46
|
+
"find-up": "5.0.0",
|
|
47
47
|
"ignore": "^5.2.0",
|
|
48
48
|
"is-directory": "^0.3.1",
|
|
49
49
|
"lodash": "4.17.21",
|
|
50
50
|
"ora": "^5.4.1",
|
|
51
|
-
"
|
|
52
|
-
"
|
|
51
|
+
"true-case-path": "^1.0.3",
|
|
52
|
+
"codeowners": "5.1.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@jest/globals": "^29.4.2"
|
|
56
|
-
}
|
|
57
|
-
"gitHead": "001e97ca376284f348d80f056428d328f64d2c29"
|
|
56
|
+
}
|
|
58
57
|
}
|