Skip to content

Commit 8b68309

Browse files
authored
Merge pull request #1847 from blackflux/dev
[Gally]: master <- dev
2 parents 375c9dd + 2e589f2 commit 8b68309

File tree

4 files changed

+1033
-867
lines changed

4 files changed

+1033
-867
lines changed

.mocharc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
timeout: 3000
22
ignore:
3-
- "./test/projects/*/**/*.spec.js"
3+
- "test/projects/*/**/*.spec.js"

.roboconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"packageName": "@blackflux/robo-config-plugin",
99
"projectName": "robo-config-plugin",
1010
"owner": "simlu",
11-
"nodeVersion": "16",
11+
"nodeVersion": "20",
1212
"ownerName": "Lukas Siemon",
1313
"mergeBot": "MrsFlux",
1414
"nccEnabled": false

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@
3939
"@babel/core": "7.26.7",
4040
"@babel/eslint-parser": "7.26.5",
4141
"@babel/register": "7.25.9",
42-
"@blackflux/eslint-plugin-rules": "3.0.1",
43-
"@blackflux/robo-config-plugin": "10.0.0",
42+
"@blackflux/eslint-plugin-rules": "4.0.1",
43+
"@blackflux/robo-config-plugin": "10.0.1",
4444
"c8": "10.1.3",
4545
"chai": "5.1.2",
46-
"eslint": "8.57.1",
46+
"eslint": "9.19.0",
4747
"eslint-config-airbnb-base": "15.0.0",
4848
"eslint-plugin-import": "2.31.0",
4949
"eslint-plugin-json": "4.0.1",
5050
"eslint-plugin-markdown": "5.1.0",
5151
"eslint-plugin-mocha": "10.5.0",
52-
"js-gardener": "5.0.4",
53-
"robo-config": "6.0.1"
52+
"js-gardener": "6.0.3",
53+
"robo-config": "7.0.1"
5454
},
5555
"licenses": [
5656
{
@@ -59,12 +59,12 @@
5959
}
6060
],
6161
"engines": {
62-
"node": ">= 16"
62+
"node": ">= 20"
6363
},
6464
"files": [
6565
"lib"
6666
],
6767
"dependencies": {
68-
"smart-fs": "4.0.1"
68+
"smart-fs": "5.0.1"
6969
}
7070
}

0 commit comments

Comments
 (0)