Skip to content

Commit 610ae84

Browse files
authored
Merge pull request #1840 from blackflux/dev
[Gally]: master <- dev
2 parents 97d2e81 + c4ec36d commit 610ae84

File tree

3 files changed

+577
-534
lines changed

3 files changed

+577
-534
lines changed

eslint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default [
1313
...compat.extends(
1414
'airbnb-base',
1515
'plugin:mocha/recommended',
16-
'plugin:markdown/recommended'
16+
'plugin:markdown/recommended-legacy'
1717
),
1818
...compat.env({ es6: true, node: true, mocha: true }),
1919
...compat.plugins('json', 'mocha'),

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build-clean": "yarn run clean && yarn run build",
1111
"test-simple": "c8 mocha --import=./test/reg.js \"./test/**/*.spec.js\"",
1212
"test": "yarn run clean && yarn run gardener && yarn run test-simple",
13-
"semantic-release": "yarn run build-clean && npx semantic-release",
13+
"semantic-release": "yarn run build-clean && yarn exec semantic-release",
1414
"gardener": "node gardener.js",
1515
"docker": "docker run --net host -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash",
1616
"t": "yarn test",
@@ -36,19 +36,19 @@
3636
},
3737
"homepage": "https://github.com/blackflux/robo-config-plugin#readme",
3838
"devDependencies": {
39-
"@babel/core": "7.24.0",
40-
"@babel/eslint-parser": "7.23.10",
41-
"@babel/register": "7.23.7",
39+
"@babel/core": "7.25.2",
40+
"@babel/eslint-parser": "7.25.1",
41+
"@babel/register": "7.24.6",
4242
"@blackflux/eslint-plugin-rules": "3.0.1",
43-
"@blackflux/robo-config-plugin": "9.3.5",
44-
"c8": "9.1.0",
45-
"chai": "5.1.0",
43+
"@blackflux/robo-config-plugin": "9.4.1",
44+
"c8": "10.1.2",
45+
"chai": "5.1.1",
4646
"eslint": "8.57.0",
4747
"eslint-config-airbnb-base": "15.0.0",
48-
"eslint-plugin-import": "2.29.1",
49-
"eslint-plugin-json": "3.1.0",
50-
"eslint-plugin-markdown": "4.0.1",
51-
"eslint-plugin-mocha": "10.4.1",
48+
"eslint-plugin-import": "2.30.0",
49+
"eslint-plugin-json": "4.0.1",
50+
"eslint-plugin-markdown": "5.1.0",
51+
"eslint-plugin-mocha": "10.5.0",
5252
"js-gardener": "5.0.4",
5353
"robo-config": "6.0.1"
5454
},

0 commit comments

Comments
 (0)