Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rimraf to v4 #1612

Merged
merged 3 commits into from
Mar 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/tidy-dolls-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"libsodium-wrappers": "^0.7.10",
"prettier": "^2.8.1",
"prettier-plugin-solidity": "^1.0.0-dev.24",
"rimraf": "^3.0.2",
"rimraf": "^4.2.0",
"solhint": "^3.3.7",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-abi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf *.tsbuildinfo ./dist ./build *.tgz",
"clean": "rimraf -g *.tsbuildinfo ./dist ./build *.tgz",
"compile": "tsc --build tsconfig.json",
"pack": "yarn pack",
"test": "SILENCE_LOGGER=true jest --coverage",
Expand All @@ -23,7 +23,7 @@
"devDependencies": {
"@types/lodash": "^4.14.186",
"jest": "^29.2.2",
"rimraf": "^3.0.2",
"rimraf": "^4.2.0",
"typescript": "^4.8.4"
}
}
4 changes: 2 additions & 2 deletions packages/airnode-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf *.tsbuildinfo ./dist ./build *.tgz",
"clean": "rimraf -g *.tsbuildinfo ./dist ./build *.tgz",
"compile": "hardhat compile && tsc --build tsconfig.json",
"pack": "yarn pack",
"test": "yarn test:ts && yarn test:hardhat",
Expand All @@ -35,7 +35,7 @@
"ethereum-waffle": "^4.0.10",
"hardhat": "2.10.2",
"jest": "^29.2.2",
"rimraf": "^3.0.2",
"rimraf": "^4.2.0",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf *.tsbuildinfo ./dist ./build *.tgz",
"clean": "rimraf -g *.tsbuildinfo ./dist ./build *.tgz",
"cli": "ts-node bin/admin.ts",
"compile": "tsc --build tsconfig.json",
"pack": "yarn pack",
Expand All @@ -38,7 +38,7 @@
"@types/node": "^18.13.0",
"@types/yargs": "^17.0.13",
"jest": "^29.2.2",
"rimraf": "^3.0.2",
"rimraf": "^4.2.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"build": "yarn clean && yarn compile && yarn webpack && yarn copy:webpack && yarn copy:terraform",
"clean": "rimraf -rf *.tsbuildinfo ./dist ./.webpack ./build *.tgz",
"clean": "rimraf -g *.tsbuildinfo ./dist ./.webpack ./build *.tgz",
"cli": "ts-node bin/deployer.ts",
"compile": "tsc --build tsconfig.json",
"copy:terraform": "copyfiles terraform/**/**/*.tf terraform/**/**/*.tpl dist/",
Expand Down Expand Up @@ -54,7 +54,7 @@
"copyfiles": "^2.4.1",
"esbuild-loader": "^2.20.0",
"jest": "^29.2.2",
"rimraf": "^3.0.2",
"rimraf": "^4.2.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/airnode-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"scripts": {
"build": "yarn run clean && yarn compile",
"clean": "rimraf -rf *.tsbuildinfo ./dist ./build *.tgz",
"clean": "rimraf -g *.tsbuildinfo ./dist ./build *.tgz",
"choose-integration": "ts-node src/scripts/choose-integration.ts",
"compile": "hardhat compile && tsc --build tsconfig.json",
"create-airnode-config": "ts-node src/scripts/create-airnode-config.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf *.tsbuildinfo ./dist ./build *.tgz",
"clean": "rimraf -g *.tsbuildinfo ./dist ./build *.tgz",
"compile": "tsc --build tsconfig.json",
"dev:invoke": "ts-node src/cli/validate-config.ts && ts-node src/cli/invoke.ts",
"dev:http-data-invoke": "ts-node src/cli/http-data-invoke.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@types/yargs": "^17.0.13",
"copyfiles": "^2.4.1",
"jest": "^29.2.2",
"rimraf": "^3.0.2",
"rimraf": "^4.2.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/airnode-operation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
],
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf *.tsbuildinfo ./dist ./build *.tgz",
"clean": "rimraf -g *.tsbuildinfo ./dist ./build *.tgz",
"compile": "tsc --build tsconfig.json",
"compile:watch": "tsc --build tsconfig.json -w",
"dev:api": "ts-node src/server.ts",
"dev:api:background": "yarn run dev:clean && pm2 start ecosystem.config.js --only web-api",
"dev:background": "yarn run dev:clean && pm2 start ecosystem.config.js",
"dev:clean": "rimraf -rf ./logs",
"dev:clean": "rimraf ./logs",
"dev:delete": "pm2 delete all",
"dev:eth-deploy": "ts-node src/scripts/evm-dev-deploy.ts",
"dev:eth-node": "hardhat node",
Expand All @@ -41,7 +41,7 @@
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@types/express": "^4.17.14",
"@types/morgan": "^1.9.3",
"rimraf": "^3.0.2",
"rimraf": "^4.2.0",
"typescript": "^4.8.4"
}
}
4 changes: 2 additions & 2 deletions packages/airnode-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"build": "yarn run clean && yarn compile",
"clean": "rimraf -rf ./src/contracts *.tsbuildinfo ./dist ./build *.tgz",
"clean": "rimraf -g ./src/contracts *.tsbuildinfo ./dist ./build *.tgz",
"compile": "yarn run compile:contracts && yarn run compile:tsc",
"compile:contracts": "hardhat compile",
"compile:tsc": "yarn compile:contract-dts && yarn compile:copy-contract-dts && tsc --build tsconfig.json",
Expand Down Expand Up @@ -39,7 +39,7 @@
"hardhat-deploy": "^0.11.19",
"hardhat-gas-reporter": "^1.0.9",
"replace-in-file": "^6.3.5",
"rimraf": "^3.0.2",
"rimraf": "^4.2.0",
"solidity-coverage": "^0.8.2",
"typechain": "^8.1.0",
"typescript": "^4.8.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf *.tsbuildinfo ./dist ./build *.tgz",
"clean": "rimraf -g *.tsbuildinfo ./dist ./build *.tgz",
"compile": "tsc --build tsconfig.json",
"test": "SILENCE_LOGGER=true jest --selectProjects unit",
"test:e2e": "SILENCE_LOGGER=true jest --selectProjects e2e --runInBand",
Expand All @@ -29,7 +29,7 @@
"@types/node": "^18.13.0",
"hardhat": "2.10.2",
"jest": "^29.2.2",
"rimraf": "^3.0.2",
"rimraf": "^4.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/airnode-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf *.tsbuildinfo ./dist ./build *.tgz",
"clean": "rimraf -g *.tsbuildinfo ./dist ./build *.tgz",
"cli": "ts-node bin/validator.ts",
"compile": "yarn tsc --build tsconfig.json",
"pack": "yarn pack",
Expand All @@ -33,7 +33,7 @@
"devDependencies": {
"@types/yargs": "^17.0.13",
"jest": "^29.2.2",
"rimraf": "^3.0.2",
"rimraf": "^4.2.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
Expand Down
42 changes: 42 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7366,6 +7366,16 @@ glob@^8.0.1:
minimatch "^5.0.1"
once "^1.3.0"

glob@^9.2.0:
version "9.2.1"
resolved "https://registry.yarnpkg.com/glob/-/glob-9.2.1.tgz#f47e34e1119e7d4f93a546e75851ba1f1e68de50"
integrity sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==
dependencies:
fs.realpath "^1.0.0"
minimatch "^7.4.1"
minipass "^4.2.4"
path-scurry "^1.6.1"

global-modules@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-2.0.0.tgz#997605ad2345f27f51539bea26574421215c7780"
Expand Down Expand Up @@ -9348,6 +9358,11 @@ lru-cache@^6.0.0:
dependencies:
yallist "^4.0.0"

lru-cache@^7.14.1:
version "7.18.1"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.1.tgz#4716408dec51d5d0104732647f584d1f6738b109"
integrity sha512-8/HcIENyQnfUTCDizRu9rrDyG6XG/21M4X7/YEGZeD76ZJilFPAUVb/2zysFf7VVO1LEjCDFyHp8pMMvozIrvg==

lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
version "7.14.0"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.0.tgz#21be64954a4680e303a09e9468f880b98a0b3c7f"
Expand Down Expand Up @@ -9632,6 +9647,13 @@ minimatch@^5.0.1:
dependencies:
brace-expansion "^2.0.1"

minimatch@^7.4.1:
version "7.4.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.2.tgz#157e847d79ca671054253b840656720cb733f10f"
integrity sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==
dependencies:
brace-expansion "^2.0.1"

[email protected], minimist-options@^4.0.2:
version "4.1.0"
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
Expand Down Expand Up @@ -9700,6 +9722,11 @@ minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6:
dependencies:
yallist "^4.0.0"

minipass@^4.0.2, minipass@^4.2.4:
version "4.2.4"
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==

minizlib@^2.1.1, minizlib@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
Expand Down Expand Up @@ -10690,6 +10717,14 @@ path-parse@^1.0.6, path-parse@^1.0.7:
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==

path-scurry@^1.6.1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132"
integrity sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==
dependencies:
lru-cache "^7.14.1"
minipass "^4.0.2"

[email protected]:
version "0.1.7"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
Expand Down Expand Up @@ -11510,6 +11545,13 @@ rimraf@^3.0.0, rimraf@^3.0.2:
dependencies:
glob "^7.1.3"

rimraf@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-4.2.0.tgz#f9c2a2b121f5133095c5d578983aec534c65f282"
integrity sha512-tPt+gLORNVqRCk0NwuJ5SlMEcOGvt4CCU8sUPqgCFtCbnoNCTd9Q6vq7JlBbxQlACiH14OR28y7piA2Bak9Sxw==
dependencies:
glob "^9.2.0"

ripemd160@^2.0.0, ripemd160@^2.0.1:
version "2.0.2"
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
Expand Down