@toptal/davinci-monorepo 8.3.5-alpha-dependabot-npm-and-yarn-get-port-7.0.0-c0373bfe.31 → 8.3.5
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 +10 -0
- package/docs/metrics.md +1 -1
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @toptal/davinci-monorepo
|
|
2
2
|
|
|
3
|
+
## 8.3.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2305](https://github.com/toptal/davinci/pull/2305) [`fcd1e07d`](https://github.com/toptal/davinci/commit/fcd1e07d03ba0223799c57d2876623ff23fcfb04) Thanks [@denieler](https://github.com/denieler)!
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
- fix formulas in the docs
|
|
12
|
+
|
|
3
13
|
## 8.3.4
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/docs/metrics.md
CHANGED
|
@@ -156,7 +156,7 @@ As stated by Martin, responsible packages tend to be stable because any change t
|
|
|
156
156
|
Having the **Relative Responsibility** of the package, the **Instability** will be calculated based on the following formula:
|
|
157
157
|
|
|
158
158
|
$$
|
|
159
|
-
I(P_{i}) = \frac{\sum_{P_{j} \in D
|
|
159
|
+
I(P_{i}) = \frac{\displaystyle\sum_{P_{j} \in D^\prime_i} (1 - (R'(P_{j}) * \partial))}{ deg^-(P_i) + deg^+(P_i) }
|
|
160
160
|
$$
|
|
161
161
|
|
|
162
162
|
$I(P_{i})$ = The new instability of package $P_i$.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-monorepo",
|
|
3
|
-
"version": "8.3.5
|
|
3
|
+
"version": "8.3.5",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"lint"
|
|
6
6
|
],
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@nodelib/fs.walk": "^1.2.6",
|
|
29
29
|
"@oclif/core": "^1.16.1",
|
|
30
|
-
"@toptal/davinci-cli-shared": "2.3.
|
|
30
|
+
"@toptal/davinci-cli-shared": "^2.3.9",
|
|
31
31
|
"chalk": "^4.1.2",
|
|
32
32
|
"codeowners": "5.1.1",
|
|
33
33
|
"dependency-cruiser": "^12.5.0",
|
|
@@ -48,6 +48,5 @@
|
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
|
51
|
-
}
|
|
52
|
-
"gitHead": "c0373bfe3a95aa26549ca0afe402b7716bf5500b"
|
|
51
|
+
}
|
|
53
52
|
}
|