File tree 5 files changed +261
-165
lines changed
5 files changed +261
-165
lines changed Original file line number Diff line number Diff line change 5
5
" coverage/*" ,
6
6
" lib/*" ,
7
7
" test/hot.js" ,
8
+ " test/reg.js" ,
9
+ " eslint.config.js" ,
8
10
" eslint.config.js" ,
9
11
" test/reg.js" ,
10
12
" src/plugin/tasks/**" ,
Original file line number Diff line number Diff line change @@ -2,30 +2,30 @@ workflows:
2
2
node-multi-build :
3
3
jobs :
4
4
- gally-create-pr
5
- - test-node-v18 :
5
+ - test-node-v20 :
6
6
requires :
7
7
- gally-create-pr
8
- - test-node-v21 :
8
+ - test-node-v23 :
9
9
requires :
10
10
- gally-create-pr
11
- - test-node-v20 :
11
+ - test-node-v22 :
12
12
requires :
13
13
- gally-create-pr
14
14
- gally-auto-approve :
15
15
requires :
16
16
- gally-create-pr
17
- - test-node-v18
18
- - test-node-v21
19
17
- test-node-v20
18
+ - test-node-v23
19
+ - test-node-v22
20
20
filters :
21
21
branches :
22
22
only : /dependabot\/.*/
23
23
- release :
24
24
requires :
25
25
- gally-create-pr
26
- - test-node-v18
27
- - test-node-v21
28
26
- test-node-v20
27
+ - test-node-v23
28
+ - test-node-v22
29
29
filters :
30
30
branches :
31
31
only : master
40
40
- run : ga promote $CIRCLE_BRANCH
41
41
release :
42
42
docker :
43
- - image : cimg/node:20.11
43
+ - image : cimg/node:22.13
44
44
steps :
45
45
- checkout
46
46
- run :
87
87
- run : >-
88
88
ga approve $CIRCLE_PR_NUMBER --condition
89
89
"base.ref=dev&state=open&user.login=dependabot-preview[bot]"
90
- test-node-v18 :
90
+ test-node-v20 :
91
91
docker :
92
- - image : cimg/node:18.19
92
+ - image : cimg/node:20.18
93
93
steps :
94
94
- checkout
95
95
- run :
@@ -119,9 +119,9 @@ jobs:
119
119
- run : >-
120
120
(git add . && git diff-index --quiet HEAD --) || (git status && exit
121
121
1);
122
- test-node-v20 :
122
+ test-node-v23 :
123
123
docker :
124
- - image : cimg/node:20.11
124
+ - image : cimg/node:23.6
125
125
steps :
126
126
- checkout
127
127
- run :
@@ -151,9 +151,9 @@ jobs:
151
151
- run : >-
152
152
(git add . && git diff-index --quiet HEAD --) || (git status && exit
153
153
1);
154
- test-node-v21 :
154
+ test-node-v22 :
155
155
docker :
156
- - image : cimg/node:21.6
156
+ - image : cimg/node:22.13
157
157
steps :
158
158
- checkout
159
159
- run :
Original file line number Diff line number Diff line change 23
23
"strict" : true ,
24
24
"contexts" : [
25
25
" ci/circleci: gally-create-pr" ,
26
- " ci/circleci: test-node-v18 " ,
27
- " ci/circleci: test-node-v21 " ,
28
- " ci/circleci: test-node-v20 "
26
+ " ci/circleci: test-node-v20 " ,
27
+ " ci/circleci: test-node-v23 " ,
28
+ " ci/circleci: test-node-v22 "
29
29
]
30
30
},
31
31
"enforce_admins" : false ,
Original file line number Diff line number Diff line change 36
36
},
37
37
"homepage" : " https://github.com/blackflux/robo-config-plugin#readme" ,
38
38
"devDependencies" : {
39
- "@babel/core" : " 7.25.2 " ,
40
- "@babel/eslint-parser" : " 7.25.1 " ,
41
- "@babel/register" : " 7.24.6 " ,
39
+ "@babel/core" : " 7.26.7 " ,
40
+ "@babel/eslint-parser" : " 7.26.5 " ,
41
+ "@babel/register" : " 7.25.9 " ,
42
42
"@blackflux/eslint-plugin-rules" : " 3.0.1" ,
43
- "@blackflux/robo-config-plugin" : " 9.4.1 " ,
44
- "c8" : " 10.1.2 " ,
45
- "chai" : " 5.1.1 " ,
46
- "eslint" : " 8.57.0 " ,
43
+ "@blackflux/robo-config-plugin" : " 10.0.0 " ,
44
+ "c8" : " 10.1.3 " ,
45
+ "chai" : " 5.1.2 " ,
46
+ "eslint" : " 8.57.1 " ,
47
47
"eslint-config-airbnb-base" : " 15.0.0" ,
48
- "eslint-plugin-import" : " 2.30 .0" ,
48
+ "eslint-plugin-import" : " 2.31 .0" ,
49
49
"eslint-plugin-json" : " 4.0.1" ,
50
50
"eslint-plugin-markdown" : " 5.1.0" ,
51
51
"eslint-plugin-mocha" : " 10.5.0" ,
You can’t perform that action at this time.
0 commit comments