Skip to content

Commit

Permalink
Merge pull request #1762 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu authored Aug 4, 2023
2 parents 5fbdbc6 + 4b0c5fe commit eca35c6
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 28 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@babel/core": "7.22.9",
"@babel/eslint-parser": "7.22.9",
"@babel/register": "7.22.5",
"@blackflux/eslint-plugin-rules": "2.2.0",
"@blackflux/robo-config-plugin": "9.1.7",
"@blackflux/eslint-plugin-rules": "3.0.0",
"@blackflux/robo-config-plugin": "9.1.8",
"c8": "8.0.1",
"chai": "4.3.7",
"eslint": "8.46.0",
Expand All @@ -49,8 +49,8 @@
"eslint-plugin-json": "3.1.0",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-mocha": "10.1.0",
"js-gardener": "5.0.0",
"robo-config": "5.0.0"
"js-gardener": "5.0.1",
"robo-config": "6.0.0"
},
"licenses": [
{
Expand All @@ -65,6 +65,6 @@
"lib"
],
"dependencies": {
"smart-fs": "3.0.2"
"smart-fs": "4.0.0"
}
}
2 changes: 1 addition & 1 deletion test/hot.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function createListener() {
},
deleteProperty(target, key) {
if (!(key in target)) {
return false;
return true;
}
// eslint-disable-next-line no-param-reassign
delete target[key];
Expand Down
75 changes: 53 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,15 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@blackflux/eslint-plugin-rules@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@blackflux/eslint-plugin-rules/-/eslint-plugin-rules-2.2.0.tgz#abcd12f19bb30b829acbdf380e71c74b599746aa"
integrity sha512-HuM5szdoZw9nc68LyUdFEl+rLdRB6u+5wD7GQ6xRR40eABD+zIOs8mpHbAxfJs+tlxF5pnfi2POn4K9tTbcbEg==
"@blackflux/eslint-plugin-rules@3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@blackflux/eslint-plugin-rules/-/eslint-plugin-rules-3.0.0.tgz#f07e6d1b3c7fef59c65c9f5d738d49a0d6cb2e31"
integrity sha512-gbYlG97hTvyuHrSNpcTQMdQ0RwwQsHcmQQrK5nO00ncinKuOSHk/G9zx3JW3fqXnAyShlvvjFzjSLSsTduvOwA==

"@blackflux/robo-config-plugin@9.1.7":
version "9.1.7"
resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-9.1.7.tgz#c2d0c618d73c3a6235264468d872b8fb508a9844"
integrity sha512-4CVD5bJNBp9tuW/nbxiPZgTffxl9BofEBYbSwkbuv1wrxvCgB25W27Vjo9qpYGAEkR5V9jF7qojWr4L/orJbPQ==
"@blackflux/robo-config-plugin@9.1.8":
version "9.1.8"
resolved "https://registry.yarnpkg.com/@blackflux/robo-config-plugin/-/robo-config-plugin-9.1.8.tgz#c9ce81920170d599485cee7ff067ede88192e969"
integrity sha512-PxkDnnaLeStqNgyBFWj3MosB09PISPnmOA56fUBUMAPM3LmjXrzfv+oLCpryibyb/zEE4yzWD3g2c3W7+DMecQ==
dependencies:
smart-fs "3.0.2"

Expand Down Expand Up @@ -881,9 +881,9 @@ camelcase@^6.0.0, camelcase@^6.2.0:
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==

caniuse-lite@^1.0.30001517:
version "1.0.30001518"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001518.tgz#b3ca93904cb4699c01218246c4d77a71dbe97150"
integrity sha512-rup09/e3I0BKjncL+FesTayKtPrdwKhUufQFd3riFw1hHg8JmIFoInYfB102cFcY/pPgGmdyl/iy+jgiDi2vdA==
version "1.0.30001519"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001519.tgz#3e7b8b8a7077e78b0eb054d69e6edf5c7df35601"
integrity sha512-0QHgqR+Jv4bxHMp8kZ1Kn8CH55OikjKJ6JmKkZYP1F3D7w+lnFXF70nG5eNfsZS89jadi5Ywy5UCSKLAglIRkg==

chai@4.3.7:
version "4.3.7"
Expand Down Expand Up @@ -1276,9 +1276,9 @@ eastasianwidth@^0.2.0:
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==

electron-to-chromium@^1.4.477:
version "1.4.481"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.481.tgz#0a6558c4acc171f7ab8a7e1a1c4cd2c6aa14523c"
integrity sha512-25DitMKGaWUPjv3kCt2H3UqgMhmdN+ufG+PoSjnQtheR64Dvo75RbojLPzUmnwrEuLEzR5YrbTzOUq9DtnTUUw==
version "1.4.485"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.485.tgz#fde3ee9ee8112a3414c0dfa545385ad08ec43408"
integrity sha512-1ndQ5IBNEnFirPwvyud69GHL+31FkE09gH/CJ6m3KCbkx3i0EVOrjwz4UNxRmN9H8OVHbC6vMRZGN1yCvjSs9w==

emoji-regex@^8.0.0:
version "8.0.0"
Expand Down Expand Up @@ -2114,9 +2114,9 @@ ignore@^5.1.8, ignore@^5.2.0:
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==

immutable@^4.0.0:
version "4.3.1"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.1.tgz#17988b356097ab0719e2f741d56f3ec6c317f9dc"
integrity sha512-lj9cnmB/kVS0QHsJnYKD1uo3o39nrbKxszjnqS9Fr6NB7bZzW45U6WSGBPKXDL/CvDKqDNPA4r3DoDQ8GTxo2A==
version "4.3.2"
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.2.tgz#f89d910f8dfb6e15c03b2cae2faaf8c1f66455fe"
integrity sha512-oGXzbEDem9OOpDWZu88jGiYCvIsLHMvGw+8OXlpsvTFvIQplQbjg1B1cvKg8f7Hoch6+NGjpPsH1Fr+Mc2D1aA==

import-fresh@^3.2.1:
version "3.3.0"
Expand Down Expand Up @@ -2495,10 +2495,10 @@ joi@17.4.2:
"@sideway/formula" "^3.0.0"
"@sideway/pinpoint" "^2.0.0"

js-gardener@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/js-gardener/-/js-gardener-5.0.0.tgz#b9adae312a07543d70ceb4e5eb3bfbb5e4ac0218"
integrity sha512-pHGXICQ0oP5CgpISVB3/toT036AbVyiM95eZI5LjjGsrrNQPArdMRG8D3vaoX4HCVzTEo1oQyUZmuo8dkTkElQ==
js-gardener@5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/js-gardener/-/js-gardener-5.0.1.tgz#17a94e6220758233790add83f34a7bee7c837b74"
integrity sha512-vSF8aM5cFRpY25h/0CwAiY6SaT6Rz22wc+HF9nbsDipev1C7DzqQMGfLzX9KLUsgTq037GXhIepXydgIL1NTsQ==
dependencies:
chalk "5.3.0"
fancy-log "2.0.0"
Expand All @@ -2510,7 +2510,7 @@ js-gardener@5.0.0:
npm-check "6.0.1"
plugin-name-to-package-name "0.1.1"
robo-config "5.0.0"
smart-fs "3.0.1"
smart-fs "3.0.2"

js-tokens@^3.0.0:
version "3.0.2"
Expand Down Expand Up @@ -3626,6 +3626,23 @@ robo-config@5.0.0:
object-treeify "3.3.1"
smart-fs "3.0.1"

robo-config@6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/robo-config/-/robo-config-6.0.0.tgz#b74c2616090af3d93a756e44456858ae10dc2c57"
integrity sha512-9b2aSIzEWsB5RNu+D7ihANZ+hEA8RVdjZNjYcM+0h7aAO+f8ZfTVRXu5M/SLIP3hN0jsglwgQufcyRFqAJAIXw==
dependencies:
app-root-path "3.1.0"
deepmerge "4.3.1"
joi-strict "2.0.1"
lodash.clonedeep "4.5.0"
lodash.difference "4.5.0"
lodash.get "4.4.2"
mustache "4.2.0"
object-lib "3.0.1"
object-scan "18.5.1"
object-treeify "3.3.1"
smart-fs "3.0.2"

run-async@^2.4.0:
version "2.4.1"
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
Expand Down Expand Up @@ -3803,6 +3820,20 @@ smart-fs@3.0.2:
xml-js "1.6.11"
yaml-boost "2.0.1"

smart-fs@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/smart-fs/-/smart-fs-4.0.0.tgz#3e00bc6f142313b64a4da67021518668010c1531"
integrity sha512-LHWWhZkguO759ieNQwjc08RseOsxkH6q439yifFrKCcukz30WF4qYlf+7lS6U/fZbjujJ2kfRvFdF49SEti2ag==
dependencies:
fs-extra "11.1.1"
js-yaml "4.1.0"
json-stringify-pretty-compact "4.0.0"
lodash.clonedeep "4.5.0"
lodash.isequal "4.5.0"
object-lib "3.0.1"
xml-js "1.6.11"
yaml-boost "2.0.1"

"source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
Expand Down

0 comments on commit eca35c6

Please sign in to comment.