@dword-design/base 11.0.1 → 11.0.3
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/dist/get-generated-files/get-github-sync-metadata/__snapshots__/index.spec.js.snap +2 -2
- package/dist/get-generated-files/get-github-sync-metadata/index.js +1 -1
- package/dist/get-generated-files/get-github-workflow/__snapshots__/index.spec.js.snap +30 -30
- package/dist/get-generated-files/get-github-workflow/strategies/job-matrix.js +4 -4
- package/dist/get-generated-files/get-github-workflow/strategies/simple.js +2 -2
- package/dist/get-generated-files/get-package-config/__snapshots__/index.spec.js.snap +3 -0
- package/dist/get-generated-files/get-package-config/index.js +1 -0
- package/dist/get-generated-files/github-deprecated-dependencies/__snapshots__/index.spec.js.snap +1 -1
- package/dist/get-generated-files/github-deprecated-dependencies/index.js +1 -1
- package/dist/get-generated-files/github-sync-labels.js +1 -1
- package/package.json +2 -2
|
@@ -7,7 +7,7 @@ Object {
|
|
|
7
7
|
"runs-on": "ubuntu-latest",
|
|
8
8
|
"steps": Array [
|
|
9
9
|
Object {
|
|
10
|
-
"uses": "actions/checkout@
|
|
10
|
+
"uses": "actions/checkout@v4",
|
|
11
11
|
},
|
|
12
12
|
Object {
|
|
13
13
|
"uses": "jaid/action-sync-node-meta@v2.0.0",
|
|
@@ -43,7 +43,7 @@ Object {
|
|
|
43
43
|
"runs-on": "ubuntu-latest",
|
|
44
44
|
"steps": Array [
|
|
45
45
|
Object {
|
|
46
|
-
"uses": "actions/checkout@
|
|
46
|
+
"uses": "actions/checkout@v4",
|
|
47
47
|
},
|
|
48
48
|
Object {
|
|
49
49
|
"uses": "jaid/action-sync-node-meta@v2.0.0",
|
|
@@ -20,14 +20,14 @@ Object {
|
|
|
20
20
|
"runs-on": "ubuntu-latest",
|
|
21
21
|
"steps": Array [
|
|
22
22
|
Object {
|
|
23
|
-
"uses": "actions/checkout@
|
|
23
|
+
"uses": "actions/checkout@v4",
|
|
24
24
|
"with": Object {
|
|
25
25
|
"lfs": true,
|
|
26
26
|
"ref": "\${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}",
|
|
27
27
|
},
|
|
28
28
|
},
|
|
29
29
|
Object {
|
|
30
|
-
"uses": "actions/setup-node@
|
|
30
|
+
"uses": "actions/setup-node@v4",
|
|
31
31
|
"with": Object {
|
|
32
32
|
"node-version": 20,
|
|
33
33
|
},
|
|
@@ -70,14 +70,14 @@ Object {
|
|
|
70
70
|
"runs-on": "\${{ matrix.os }}",
|
|
71
71
|
"steps": Array [
|
|
72
72
|
Object {
|
|
73
|
-
"uses": "actions/checkout@
|
|
73
|
+
"uses": "actions/checkout@v4",
|
|
74
74
|
"with": Object {
|
|
75
75
|
"fetch-depth": 0,
|
|
76
76
|
"lfs": true,
|
|
77
77
|
},
|
|
78
78
|
},
|
|
79
79
|
Object {
|
|
80
|
-
"uses": "actions/setup-node@
|
|
80
|
+
"uses": "actions/setup-node@v4",
|
|
81
81
|
"with": Object {
|
|
82
82
|
"node-version": "\${{ matrix.node }}",
|
|
83
83
|
},
|
|
@@ -163,14 +163,14 @@ Object {
|
|
|
163
163
|
"runs-on": "ubuntu-latest",
|
|
164
164
|
"steps": Array [
|
|
165
165
|
Object {
|
|
166
|
-
"uses": "actions/checkout@
|
|
166
|
+
"uses": "actions/checkout@v4",
|
|
167
167
|
"with": Object {
|
|
168
168
|
"lfs": true,
|
|
169
169
|
"ref": "\${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}",
|
|
170
170
|
},
|
|
171
171
|
},
|
|
172
172
|
Object {
|
|
173
|
-
"uses": "actions/setup-node@
|
|
173
|
+
"uses": "actions/setup-node@v4",
|
|
174
174
|
"with": Object {
|
|
175
175
|
"node-version": 20,
|
|
176
176
|
},
|
|
@@ -213,14 +213,14 @@ Object {
|
|
|
213
213
|
"runs-on": "\${{ matrix.os }}",
|
|
214
214
|
"steps": Array [
|
|
215
215
|
Object {
|
|
216
|
-
"uses": "actions/checkout@
|
|
216
|
+
"uses": "actions/checkout@v4",
|
|
217
217
|
"with": Object {
|
|
218
218
|
"fetch-depth": 0,
|
|
219
219
|
"lfs": true,
|
|
220
220
|
},
|
|
221
221
|
},
|
|
222
222
|
Object {
|
|
223
|
-
"uses": "actions/setup-node@
|
|
223
|
+
"uses": "actions/setup-node@v4",
|
|
224
224
|
"with": Object {
|
|
225
225
|
"node-version": "\${{ matrix.node }}",
|
|
226
226
|
},
|
|
@@ -302,14 +302,14 @@ Object {
|
|
|
302
302
|
"runs-on": "ubuntu-latest",
|
|
303
303
|
"steps": Array [
|
|
304
304
|
Object {
|
|
305
|
-
"uses": "actions/checkout@
|
|
305
|
+
"uses": "actions/checkout@v4",
|
|
306
306
|
"with": Object {
|
|
307
307
|
"lfs": true,
|
|
308
308
|
"ref": "\${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}",
|
|
309
309
|
},
|
|
310
310
|
},
|
|
311
311
|
Object {
|
|
312
|
-
"uses": "actions/setup-node@
|
|
312
|
+
"uses": "actions/setup-node@v4",
|
|
313
313
|
"with": Object {
|
|
314
314
|
"node-version": 20,
|
|
315
315
|
},
|
|
@@ -352,14 +352,14 @@ Object {
|
|
|
352
352
|
"runs-on": "\${{ matrix.os }}",
|
|
353
353
|
"steps": Array [
|
|
354
354
|
Object {
|
|
355
|
-
"uses": "actions/checkout@
|
|
355
|
+
"uses": "actions/checkout@v4",
|
|
356
356
|
"with": Object {
|
|
357
357
|
"fetch-depth": 0,
|
|
358
358
|
"lfs": true,
|
|
359
359
|
},
|
|
360
360
|
},
|
|
361
361
|
Object {
|
|
362
|
-
"uses": "actions/setup-node@
|
|
362
|
+
"uses": "actions/setup-node@v4",
|
|
363
363
|
"with": Object {
|
|
364
364
|
"node-version": "\${{ matrix.node }}",
|
|
365
365
|
},
|
|
@@ -435,7 +435,7 @@ Object {
|
|
|
435
435
|
"uses": "rokroskar/workflow-run-cleanup-action@v0.3.3",
|
|
436
436
|
},
|
|
437
437
|
Object {
|
|
438
|
-
"uses": "actions/checkout@
|
|
438
|
+
"uses": "actions/checkout@v4",
|
|
439
439
|
"with": Object {
|
|
440
440
|
"fetch-depth": 0,
|
|
441
441
|
"lfs": true,
|
|
@@ -443,7 +443,7 @@ Object {
|
|
|
443
443
|
},
|
|
444
444
|
},
|
|
445
445
|
Object {
|
|
446
|
-
"uses": "actions/setup-node@
|
|
446
|
+
"uses": "actions/setup-node@v4",
|
|
447
447
|
"with": Object {
|
|
448
448
|
"node-version": 20,
|
|
449
449
|
},
|
|
@@ -531,14 +531,14 @@ Object {
|
|
|
531
531
|
"runs-on": "ubuntu-latest",
|
|
532
532
|
"steps": Array [
|
|
533
533
|
Object {
|
|
534
|
-
"uses": "actions/checkout@
|
|
534
|
+
"uses": "actions/checkout@v4",
|
|
535
535
|
"with": Object {
|
|
536
536
|
"lfs": true,
|
|
537
537
|
"ref": "\${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}",
|
|
538
538
|
},
|
|
539
539
|
},
|
|
540
540
|
Object {
|
|
541
|
-
"uses": "actions/setup-node@
|
|
541
|
+
"uses": "actions/setup-node@v4",
|
|
542
542
|
"with": Object {
|
|
543
543
|
"node-version": 20,
|
|
544
544
|
},
|
|
@@ -582,14 +582,14 @@ Object {
|
|
|
582
582
|
"runs-on": "\${{ matrix.os }}",
|
|
583
583
|
"steps": Array [
|
|
584
584
|
Object {
|
|
585
|
-
"uses": "actions/checkout@
|
|
585
|
+
"uses": "actions/checkout@v4",
|
|
586
586
|
"with": Object {
|
|
587
587
|
"fetch-depth": 0,
|
|
588
588
|
"lfs": true,
|
|
589
589
|
},
|
|
590
590
|
},
|
|
591
591
|
Object {
|
|
592
|
-
"uses": "actions/setup-node@
|
|
592
|
+
"uses": "actions/setup-node@v4",
|
|
593
593
|
"with": Object {
|
|
594
594
|
"node-version": "\${{ matrix.node }}",
|
|
595
595
|
},
|
|
@@ -675,14 +675,14 @@ Object {
|
|
|
675
675
|
"runs-on": "ubuntu-latest",
|
|
676
676
|
"steps": Array [
|
|
677
677
|
Object {
|
|
678
|
-
"uses": "actions/checkout@
|
|
678
|
+
"uses": "actions/checkout@v4",
|
|
679
679
|
"with": Object {
|
|
680
680
|
"lfs": true,
|
|
681
681
|
"ref": "\${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}",
|
|
682
682
|
},
|
|
683
683
|
},
|
|
684
684
|
Object {
|
|
685
|
-
"uses": "actions/setup-node@
|
|
685
|
+
"uses": "actions/setup-node@v4",
|
|
686
686
|
"with": Object {
|
|
687
687
|
"node-version": 20,
|
|
688
688
|
},
|
|
@@ -726,14 +726,14 @@ Object {
|
|
|
726
726
|
"runs-on": "\${{ matrix.os }}",
|
|
727
727
|
"steps": Array [
|
|
728
728
|
Object {
|
|
729
|
-
"uses": "actions/checkout@
|
|
729
|
+
"uses": "actions/checkout@v4",
|
|
730
730
|
"with": Object {
|
|
731
731
|
"fetch-depth": 0,
|
|
732
732
|
"lfs": true,
|
|
733
733
|
},
|
|
734
734
|
},
|
|
735
735
|
Object {
|
|
736
|
-
"uses": "actions/setup-node@
|
|
736
|
+
"uses": "actions/setup-node@v4",
|
|
737
737
|
"with": Object {
|
|
738
738
|
"node-version": "\${{ matrix.node }}",
|
|
739
739
|
},
|
|
@@ -820,14 +820,14 @@ Object {
|
|
|
820
820
|
"runs-on": "ubuntu-latest",
|
|
821
821
|
"steps": Array [
|
|
822
822
|
Object {
|
|
823
|
-
"uses": "actions/checkout@
|
|
823
|
+
"uses": "actions/checkout@v4",
|
|
824
824
|
"with": Object {
|
|
825
825
|
"lfs": true,
|
|
826
826
|
"ref": "\${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}",
|
|
827
827
|
},
|
|
828
828
|
},
|
|
829
829
|
Object {
|
|
830
|
-
"uses": "actions/setup-node@
|
|
830
|
+
"uses": "actions/setup-node@v4",
|
|
831
831
|
"with": Object {
|
|
832
832
|
"node-version": 14,
|
|
833
833
|
},
|
|
@@ -871,14 +871,14 @@ Object {
|
|
|
871
871
|
"runs-on": "\${{ matrix.os }}",
|
|
872
872
|
"steps": Array [
|
|
873
873
|
Object {
|
|
874
|
-
"uses": "actions/checkout@
|
|
874
|
+
"uses": "actions/checkout@v4",
|
|
875
875
|
"with": Object {
|
|
876
876
|
"fetch-depth": 0,
|
|
877
877
|
"lfs": true,
|
|
878
878
|
},
|
|
879
879
|
},
|
|
880
880
|
Object {
|
|
881
|
-
"uses": "actions/setup-node@
|
|
881
|
+
"uses": "actions/setup-node@v4",
|
|
882
882
|
"with": Object {
|
|
883
883
|
"node-version": "\${{ matrix.node }}",
|
|
884
884
|
},
|
|
@@ -955,7 +955,7 @@ Object {
|
|
|
955
955
|
"uses": "rokroskar/workflow-run-cleanup-action@v0.3.3",
|
|
956
956
|
},
|
|
957
957
|
Object {
|
|
958
|
-
"uses": "actions/checkout@
|
|
958
|
+
"uses": "actions/checkout@v4",
|
|
959
959
|
"with": Object {
|
|
960
960
|
"fetch-depth": 0,
|
|
961
961
|
"lfs": true,
|
|
@@ -963,7 +963,7 @@ Object {
|
|
|
963
963
|
},
|
|
964
964
|
},
|
|
965
965
|
Object {
|
|
966
|
-
"uses": "actions/setup-node@
|
|
966
|
+
"uses": "actions/setup-node@v4",
|
|
967
967
|
"with": Object {
|
|
968
968
|
"node-version": 14,
|
|
969
969
|
},
|
|
@@ -1047,7 +1047,7 @@ Object {
|
|
|
1047
1047
|
"uses": "rokroskar/workflow-run-cleanup-action@v0.3.3",
|
|
1048
1048
|
},
|
|
1049
1049
|
Object {
|
|
1050
|
-
"uses": "actions/checkout@
|
|
1050
|
+
"uses": "actions/checkout@v4",
|
|
1051
1051
|
"with": Object {
|
|
1052
1052
|
"fetch-depth": 0,
|
|
1053
1053
|
"lfs": true,
|
|
@@ -1055,7 +1055,7 @@ Object {
|
|
|
1055
1055
|
},
|
|
1056
1056
|
},
|
|
1057
1057
|
Object {
|
|
1058
|
-
"uses": "actions/setup-node@
|
|
1058
|
+
"uses": "actions/setup-node@v4",
|
|
1059
1059
|
"with": Object {
|
|
1060
1060
|
"node-version": 14,
|
|
1061
1061
|
},
|
|
@@ -17,13 +17,13 @@ export default (config => {
|
|
|
17
17
|
needs: 'test',
|
|
18
18
|
'runs-on': 'ubuntu-latest',
|
|
19
19
|
steps: [{
|
|
20
|
-
uses: gitHubAction`actions/checkout@
|
|
20
|
+
uses: gitHubAction`actions/checkout@v4`,
|
|
21
21
|
with: {
|
|
22
22
|
lfs: true,
|
|
23
23
|
ref: "${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}"
|
|
24
24
|
}
|
|
25
25
|
}, {
|
|
26
|
-
uses: gitHubAction`actions/setup-node@
|
|
26
|
+
uses: gitHubAction`actions/setup-node@v4`,
|
|
27
27
|
with: {
|
|
28
28
|
'node-version': config.nodeVersion
|
|
29
29
|
}
|
|
@@ -41,13 +41,13 @@ export default (config => {
|
|
|
41
41
|
needs: 'cancel-existing',
|
|
42
42
|
'runs-on': '${{ matrix.os }}',
|
|
43
43
|
steps: [{
|
|
44
|
-
uses: gitHubAction`actions/checkout@
|
|
44
|
+
uses: gitHubAction`actions/checkout@v4`,
|
|
45
45
|
with: {
|
|
46
46
|
'fetch-depth': 0,
|
|
47
47
|
lfs: true
|
|
48
48
|
}
|
|
49
49
|
}, {
|
|
50
|
-
uses: gitHubAction`actions/setup-node@
|
|
50
|
+
uses: gitHubAction`actions/setup-node@v4`,
|
|
51
51
|
with: {
|
|
52
52
|
'node-version': '${{ matrix.node }}'
|
|
53
53
|
}
|
|
@@ -9,14 +9,14 @@ export default (config => ({
|
|
|
9
9
|
if: "!contains(github.event.head_commit.message, '[skip ci]')",
|
|
10
10
|
'runs-on': 'ubuntu-latest',
|
|
11
11
|
steps: [...cancelExistingSteps, {
|
|
12
|
-
uses: gitHubAction`actions/checkout@
|
|
12
|
+
uses: gitHubAction`actions/checkout@v4`,
|
|
13
13
|
with: {
|
|
14
14
|
'fetch-depth': 0,
|
|
15
15
|
lfs: true,
|
|
16
16
|
ref: "${{ github.event.pull_request.head.repo.full_name == github.repository && github.event.pull_request.head.ref || '' }}"
|
|
17
17
|
}
|
|
18
18
|
}, {
|
|
19
|
-
uses: gitHubAction`actions/setup-node@
|
|
19
|
+
uses: gitHubAction`actions/setup-node@v4`,
|
|
20
20
|
with: {
|
|
21
21
|
'node-version': config.nodeVersion
|
|
22
22
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dword-design/base",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.3",
|
|
4
4
|
"description": "Base package for projects.",
|
|
5
5
|
"repository": "dword-design/base",
|
|
6
6
|
"funding": "https://github.com/sponsors/dword-design",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@dword-design/babel-config": "^3.0.0",
|
|
32
32
|
"@dword-design/base-config-node": "^2.0.0",
|
|
33
33
|
"@dword-design/ci": "^4.0.0",
|
|
34
|
-
"@dword-design/eslint-config": "^
|
|
34
|
+
"@dword-design/eslint-config": "^5.0.0",
|
|
35
35
|
"@dword-design/functions": "^5.0.20",
|
|
36
36
|
"@dword-design/jiti-babel-transform": "^1.0.7",
|
|
37
37
|
"@dword-design/personal-data": "^2.0.3",
|