@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.
- package/.github/codebase-specific-workflows/monorepo/davinci-integration-tests.yml +4 -4
- package/.github/codebase-specific-workflows/spa/davinci-integration-tests.yml +6 -6
- package/.github/workflows/davinci-alpha-package.yml +1 -1
- package/.github/workflows/davinci-danger.yml +1 -1
- package/.github/workflows/davinci-deploy-production.yml +1 -1
- package/.github/workflows/davinci-deploy-staging.yml +1 -1
- package/.github/workflows/davinci-deploy-temploy.yml +2 -2
- package/.github/workflows/davinci-deploy.yml +2 -2
- package/.github/workflows/davinci-lint.yml +1 -1
- package/.github/workflows/davinci-typecheck.yml +1 -1
- package/.github/workflows/davinci-unit-tests.yml +1 -1
- package/CHANGELOG.md +8 -0
- package/dist-package/package.json +1 -1
- package/package.json +1 -1
- package/package.json.skeleton +1 -1
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
38
38
|
uses: actions/checkout@v2
|
|
39
39
|
with:
|
|
40
40
|
repository: toptal/davinci-github-actions
|
|
41
|
-
ref:
|
|
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:
|
|
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: ${{
|
|
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:
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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:
|
|
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:
|
|
103
|
+
ref: v3.0.1
|
|
104
104
|
token: ${{ env.GITHUB_TOKEN }}
|
|
105
105
|
path: ./.github/actions/
|
|
106
106
|
|
|
@@ -64,7 +64,7 @@ jobs:
|
|
|
64
64
|
- uses: actions/checkout@v2
|
|
65
65
|
with:
|
|
66
66
|
repository: toptal/davinci-github-actions
|
|
67
|
-
ref:
|
|
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:
|
|
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:
|
|
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:
|
|
98
|
+
ref: v3.0.1
|
|
99
99
|
token: ${{ env.GITHUB_TOKEN }}
|
|
100
100
|
path: ./.github/actions/
|
|
101
101
|
|
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
|
package/package.json
CHANGED