@toptal/davinci 19.0.1 → 20.0.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
@@ -1,5 +1,30 @@
1
1
  # Change Log
2
2
 
3
+ ## 20.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#1517](https://github.com/toptal/davinci/pull/1517) [`fa3423f1`](https://github.com/toptal/davinci/commit/fa3423f1f9211b4d8899064aa4afdf5ca2198483) Thanks [@LashaJini](https://github.com/LashaJini)! - ---
8
+
9
+ - Do not load Jest related eslint rules if project is not using Jest
10
+ - [BREAKING CHANGE] Rename `.eslintrc` to `.eslintrc.js`
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1523](https://github.com/toptal/davinci/pull/1523) [`321793e3`](https://github.com/toptal/davinci/commit/321793e3e4af2460ec790e00fde0134518f3f80a) Thanks [@rafael-anachoreta](https://github.com/rafael-anachoreta)! - ---
15
+ - Replace Jest Anvil reporter's inconsistent failureDetails data with failureMessages
16
+ - Updated dependencies [[`321793e3`](https://github.com/toptal/davinci/commit/321793e3e4af2460ec790e00fde0134518f3f80a), [`6d5172aa`](https://github.com/toptal/davinci/commit/6d5172aae41ed558291fa23a17760c00d0fa2e46), [`fa3423f1`](https://github.com/toptal/davinci/commit/fa3423f1f9211b4d8899064aa4afdf5ca2198483)]:
17
+ - @toptal/davinci-qa@12.0.0
18
+ - @toptal/davinci-bootstrap@3.3.6
19
+ - @toptal/davinci-cli-shared@1.6.0
20
+ - @toptal/davinci-syntax@16.0.0
21
+ - @toptal/davinci-ci@2.0.7
22
+ - @toptal/davinci-code@1.6.1
23
+ - @toptal/davinci-engine@7.4.4
24
+ - @toptal/davinci-monorepo@6.6.3
25
+ - @toptal/davinci-workflow@1.11.8
26
+ - @toptal/davinci-graphql-codegen@0.2.11
27
+
3
28
  ## 19.0.1
4
29
 
5
30
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci",
3
- "version": "19.0.1",
3
+ "version": "20.0.0",
4
4
  "description": "Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -29,15 +29,15 @@
29
29
  "url": "https://github.com/toptal/davinci/issues"
30
30
  },
31
31
  "dependencies": {
32
- "@toptal/davinci-bootstrap": "3.3.5",
33
- "@toptal/davinci-ci": "2.0.6",
34
- "@toptal/davinci-cli-shared": "1.5.4",
35
- "@toptal/davinci-code": "1.6.0",
36
- "@toptal/davinci-graphql-codegen": "0.2.10",
37
- "@toptal/davinci-engine": "7.4.3",
38
- "@toptal/davinci-qa": "11.3.2",
39
- "@toptal/davinci-syntax": "15.0.0",
40
- "@toptal/davinci-monorepo": "6.6.2",
41
- "@toptal/davinci-workflow": "1.11.7"
32
+ "@toptal/davinci-bootstrap": "3.3.6",
33
+ "@toptal/davinci-ci": "2.0.7",
34
+ "@toptal/davinci-cli-shared": "1.6.0",
35
+ "@toptal/davinci-code": "1.6.1",
36
+ "@toptal/davinci-graphql-codegen": "0.2.11",
37
+ "@toptal/davinci-engine": "7.4.4",
38
+ "@toptal/davinci-qa": "12.0.0",
39
+ "@toptal/davinci-syntax": "16.0.0",
40
+ "@toptal/davinci-monorepo": "6.6.3",
41
+ "@toptal/davinci-workflow": "1.11.8"
42
42
  }
43
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci",
3
- "version": "19.0.1",
3
+ "version": "20.0.0",
4
4
  "description": "Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -29,15 +29,15 @@
29
29
  "url": "https://github.com/toptal/davinci/issues"
30
30
  },
31
31
  "dependencies": {
32
- "@toptal/davinci-bootstrap": "3.3.5",
33
- "@toptal/davinci-ci": "2.0.6",
34
- "@toptal/davinci-cli-shared": "1.5.4",
35
- "@toptal/davinci-code": "1.6.0",
36
- "@toptal/davinci-graphql-codegen": "0.2.10",
37
- "@toptal/davinci-engine": "7.4.3",
38
- "@toptal/davinci-qa": "11.3.2",
39
- "@toptal/davinci-syntax": "15.0.0",
40
- "@toptal/davinci-monorepo": "6.6.2",
41
- "@toptal/davinci-workflow": "1.11.7"
32
+ "@toptal/davinci-bootstrap": "3.3.6",
33
+ "@toptal/davinci-ci": "2.0.7",
34
+ "@toptal/davinci-cli-shared": "1.6.0",
35
+ "@toptal/davinci-code": "1.6.1",
36
+ "@toptal/davinci-graphql-codegen": "0.2.11",
37
+ "@toptal/davinci-engine": "7.4.4",
38
+ "@toptal/davinci-qa": "12.0.0",
39
+ "@toptal/davinci-syntax": "16.0.0",
40
+ "@toptal/davinci-monorepo": "6.6.3",
41
+ "@toptal/davinci-workflow": "1.11.8"
42
42
  }
43
43
  }