@toptal/davinci-skeleton 7.1.0 → 7.1.1

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.
@@ -38,7 +38,7 @@ jobs:
38
38
  uses: actions/checkout@v2
39
39
  with:
40
40
  repository: toptal/davinci-github-actions
41
- ref: v2.2.1
41
+ ref: v3.0.1
42
42
  token: ${{ env.GITHUB_TOKEN }}
43
43
  path: ./.github/actions/
44
44
 
@@ -75,7 +75,7 @@ jobs:
75
75
  uses: actions/checkout@v2
76
76
  with:
77
77
  repository: toptal/davinci-github-actions
78
- ref: v2.2.1
78
+ ref: v3.0.1
79
79
  token: ${{ env.GITHUB_TOKEN }}
80
80
  path: ./.github/actions/
81
81
 
@@ -83,7 +83,7 @@ jobs:
83
83
 
84
84
  - uses: ./.github/actions/integration-tests
85
85
  with:
86
- command: ${{ format('yarn workspace {0} {1}', env.GROUP_PACKAGE, env.COMMAND) }}
86
+ command: workspace ${{ env.GROUP_PACKAGE }} ${{ env.COMMAND }}
87
87
 
88
88
  - name: Move coverage output to joint folder
89
89
  if: ${{ env.PRINT_COVERAGE == 'true' }}
@@ -114,7 +114,7 @@ jobs:
114
114
  uses: actions/checkout@v2
115
115
  with:
116
116
  repository: toptal/davinci-github-actions
117
- ref: v2.2.1
117
+ ref: v3.0.1
118
118
  token: ${{ env.GITHUB_TOKEN }}
119
119
  path: ./.github/actions/
120
120
 
@@ -31,7 +31,7 @@ jobs:
31
31
  uses: actions/checkout@v2
32
32
  with:
33
33
  repository: toptal/davinci-github-actions
34
- ref: v2.2.1
34
+ ref: v3.0.1
35
35
  token: ${{ env.GITHUB_TOKEN }}
36
36
  path: ./.github/actions/
37
37
 
@@ -51,7 +51,7 @@ jobs:
51
51
  strategy:
52
52
  fail-fast: false
53
53
  matrix:
54
- index: ${{ fromJson(needs.create_matrix.outputs.matrix) }}
54
+ include: ${{ fromJson(needs.create_matrix.outputs.matrix) }}
55
55
  env:
56
56
  GROUP_INDEX: ${{ matrix.index }}
57
57
  GROUP_PACKAGE: ${{ matrix.pkg }}
@@ -67,7 +67,7 @@ jobs:
67
67
  uses: actions/checkout@v2
68
68
  with:
69
69
  repository: toptal/davinci-github-actions
70
- ref: v2.2.1
70
+ ref: v3.0.1
71
71
  token: ${{ env.GITHUB_TOKEN }}
72
72
  path: ./.github/actions/
73
73
 
@@ -75,14 +75,14 @@ jobs:
75
75
 
76
76
  - uses: ./.github/actions/integration-tests
77
77
  with:
78
- command: yarn ${{ env.COMMAND }}
78
+ command: ${{ env.COMMAND }}
79
79
 
80
80
  - name: Upload Coverage
81
81
  if: ${{ env.PRINT_COVERAGE == 'true' }}
82
82
  uses: actions/upload-artifact@v2
83
83
  with:
84
84
  name: integration-coverage
85
- path: $COVERAGE_REPORT_DIR/coverage-final.json
85
+ path: ${{ env.COVERAGE_REPORT_DIR }}/coverage-final.json
86
86
 
87
87
  coverage_report:
88
88
  name: Report:Coverage
@@ -100,7 +100,7 @@ jobs:
100
100
  uses: actions/checkout@v2
101
101
  with:
102
102
  repository: toptal/davinci-github-actions
103
- ref: v2.2.1
103
+ ref: v3.0.1
104
104
  token: ${{ env.GITHUB_TOKEN }}
105
105
  path: ./.github/actions/
106
106
 
@@ -50,7 +50,7 @@ jobs:
50
50
  uses: actions/checkout@v2
51
51
  with:
52
52
  repository: toptal/davinci-github-actions
53
- ref: v2.2.1
53
+ ref: v3.0.1
54
54
  token: ${{ env.GITHUB_TOKEN }}
55
55
  path: ./.github/actions/
56
56
 
@@ -26,7 +26,7 @@ jobs:
26
26
  uses: actions/checkout@v2
27
27
  with:
28
28
  repository: toptal/davinci-github-actions
29
- ref: v2.2.1
29
+ ref: v3.0.1
30
30
  token: ${{ env.GITHUB_TOKEN }}
31
31
  path: ./.github/actions/
32
32
 
@@ -49,7 +49,7 @@ jobs:
49
49
  - uses: actions/checkout@v2
50
50
  with:
51
51
  repository: toptal/davinci-github-actions
52
- ref: v2.2.1
52
+ ref: v3.0.1
53
53
  token: ${{ env.GITHUB_TOKEN }}
54
54
  path: ./.github/actions/
55
55
 
@@ -47,7 +47,7 @@ jobs:
47
47
  - uses: actions/checkout@v2
48
48
  with:
49
49
  repository: toptal/davinci-github-actions
50
- ref: v2.2.1
50
+ ref: v3.0.1
51
51
  token: ${{ env.GITHUB_TOKEN }}
52
52
  path: ./.github/actions/
53
53
 
@@ -64,7 +64,7 @@ jobs:
64
64
  - uses: actions/checkout@v2
65
65
  with:
66
66
  repository: toptal/davinci-github-actions
67
- ref: v2.2.1
67
+ ref: v3.0.1
68
68
  token: ${{ env.GITHUB_TOKEN }}
69
69
  path: ./.github/actions/
70
70
 
@@ -129,7 +129,7 @@ jobs:
129
129
  - uses: actions/checkout@v2
130
130
  with:
131
131
  repository: toptal/davinci-github-actions
132
- ref: v2.2.1
132
+ ref: v3.0.1
133
133
  token: ${{ env.GITHUB_TOKEN }}
134
134
  path: ./.github/actions/
135
135
 
@@ -38,7 +38,7 @@ jobs:
38
38
  - uses: actions/checkout@v2
39
39
  with:
40
40
  repository: toptal/davinci-github-actions
41
- ref: v2.2.1
41
+ ref: v3.0.1
42
42
  token: ${{ env.GITHUB_TOKEN }}
43
43
  path: ./.github/actions/
44
44
 
@@ -95,7 +95,7 @@ jobs:
95
95
  - uses: actions/checkout@v2
96
96
  with:
97
97
  repository: toptal/davinci-github-actions
98
- ref: v2.2.1
98
+ ref: v3.0.1
99
99
  token: ${{ env.GITHUB_TOKEN }}
100
100
  path: ./.github/actions/
101
101
 
@@ -22,7 +22,7 @@ jobs:
22
22
  uses: actions/checkout@v2
23
23
  with:
24
24
  repository: toptal/davinci-github-actions
25
- ref: v2.2.1
25
+ ref: v3.0.1
26
26
  token: ${{ env.GITHUB_TOKEN }}
27
27
  path: ./.github/actions/
28
28
 
@@ -22,7 +22,7 @@ jobs:
22
22
  - uses: actions/checkout@v2
23
23
  with:
24
24
  repository: toptal/davinci-github-actions
25
- ref: v2.2.1
25
+ ref: v3.0.1
26
26
  token: ${{ env.GITHUB_TOKEN }}
27
27
  path: ./.github/actions/
28
28
 
@@ -36,7 +36,7 @@ jobs:
36
36
  - uses: actions/checkout@v2
37
37
  with:
38
38
  repository: toptal/davinci-github-actions
39
- ref: v2.2.1
39
+ ref: v3.0.1
40
40
  token: ${{ env.GITHUB_TOKEN }}
41
41
  path: ./.github/actions/
42
42
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1371](https://github.com/toptal/davinci/pull/1371) [`5410a3b7`](https://github.com/toptal/davinci/commit/5410a3b73e3dbbc96ad8dbeca0bdde03d8d2d676) Thanks [@OndrejTuma](https://github.com/OndrejTuma)! - ---
8
+
9
+ - update davinci GHA to latest
10
+
3
11
  ## 7.1.0
4
12
 
5
13
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "7.1.0",
3
+ "version": "7.1.1",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"