Skip to content

Commit

Permalink
Merge pull request #1826 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu authored Mar 11, 2024
2 parents cab9995 + 302d18e commit 2d68076
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .c8rc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"exclude": [
"gardener.js",
"eslint.config.js",
"node_modules/*",
"coverage/*",
"lib/*",
"test/hot.js",
"eslint.config.js",
"test/reg.js",
"src/plugin/tasks/**",
"test/projects/**"
Expand Down
2 changes: 1 addition & 1 deletion gardener.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import fs from 'smart-fs';

if (process.argv[1] === fs.filename(import.meta.url)) {
gardener({
skip: ['robo']
skip: []
}).catch(() => process.exit(1));
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/eslint-parser": "7.23.10",
"@babel/register": "7.23.7",
"@blackflux/eslint-plugin-rules": "3.0.1",
"@blackflux/robo-config-plugin": "9.3.4",
"@blackflux/robo-config-plugin": "9.3.5",
"c8": "9.1.0",
"chai": "5.1.0",
"eslint": "8.57.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,12 @@
resolved "https://registry.yarnpkg.com/@blackflux/eslint-plugin-rules/-/eslint-plugin-rules-3.0.1.tgz#7c15f322b62f412fa4de6ef69b0003800e1eb4e2"
integrity sha512-HKMFR4Xu11lhatDKFkkbctGjtjB24y6XBuIC+dOyFyfSUOuRWXZeae+0mW9lrZ+kS5to/96EASqxozVsErtuWg==

"@blackflux/robo-config-plugin@9.3.4":
version "9.3.4"
resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-9.3.4.tgz#76a2fde7dde6e0523d49aca31c67eb2be230e2a8"
integrity sha512-s0jQlRB1oxtJZ3qY/AgluJn8Rf4yfUaQDbdvWMTJF0jSyQhGtkK7LEgdSuVwD6dpRz43b2KmHTI1HhMTMCvQfg==
"@blackflux/robo-config-plugin@9.3.5":
version "9.3.5"
resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-9.3.5.tgz#21fb5be45610c3f2cf10a6cfde10eaeea0cc0ce5"
integrity sha512-ZrcO1Cj9XiT+EznCUaZc37SVPj7KNhRYULD/HK0ntG6Sjew8fncWGSRHr6dRWk+BcajMJ+gvhkkpMSJzWD8UUg==
dependencies:
smart-fs "4.0.0"
smart-fs "4.0.1"

"@devexpress/error-stack-parser@^2.0.6":
version "2.0.6"
Expand Down

0 comments on commit 2d68076

Please sign in to comment.