Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Dependency update: Update mocha #2113

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 9 additions & 9 deletions packages/truffle-artifactor/package.json
@@ -1,30 +1,30 @@
{
"private": false,
"name": "truffle-artifactor",
"version": "4.0.20",
"description": "A contract packager for Ethereum and Javascript",
"license": "MIT",
"author": "Tim Coulter",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-artifactor",
"main": "./index.js",
"private": false,
"scripts": {
"test": "mocha"
},
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-artifactor",
"license": "MIT",
"dependencies": {
"fs-extra": "6.0.1",
"lodash": "4.17.11",
"truffle-contract-schema": "^3.0.11"
},
"devDependencies": {
"chai": "4.2.0",
"debug": "^4.1.1",
"ganache-core": "2.5.5",
"mocha": "5.2.0",
"mocha": "^6.1.4",
"require-nocache": "^1.0.0",
"temp": "^0.8.3",
"truffle-contract": "^4.0.21",
"web3": "1.0.0-beta.37"
},
"dependencies": {
"fs-extra": "6.0.1",
"lodash": "4.17.11",
"truffle-contract-schema": "^3.0.11"
},
"publishConfig": {
"access": "public"
},
Expand Down
28 changes: 14 additions & 14 deletions packages/truffle-blockchain-utils/package.json
@@ -1,25 +1,25 @@
{
"name": "truffle-blockchain-utils",
"version": "0.0.10",
"description": "Utilities for identifying and managing blockchains",
"license": "MIT",
"author": "Tim Coulter <tim.coulter@consensys.net>",
"homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-blockchain-utils#readme",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-blockchain-utils",
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.0.10",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-blockchain-utils",
"devDependencies": {
"mocha": "^6.1.4"
},
"keywords": [
"blockchain",
"ethereum",
"truffle",
"blockchain"
"truffle"
],
"author": "Tim Coulter <tim.coulter@consensys.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-blockchain-utils#readme",
"gitHead": "b207efb3c1409746537293b3e0fc27350029188e",
"devDependencies": {
"mocha": "5.2.0"
}
"gitHead": "b207efb3c1409746537293b3e0fc27350029188e"
}
2 changes: 1 addition & 1 deletion packages/truffle-box/package.json
Expand Up @@ -16,7 +16,7 @@
"author": "g. nicholas d'andrea <gnidan@trufflesuite.com>",
"license": "MIT",
"devDependencies": {
"mocha": "5.2.0",
"mocha": "^6.1.4",
"sinon": "^6.3.4"
},
"dependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/truffle-code-utils/package.json
@@ -1,19 +1,19 @@
{
"name": "truffle-code-utils",
"version": "1.2.4",
"description": "Utilities for parsing and managing EVM-compatible bytecode",
"license": "MIT",
"author": "",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-code-utils",
"version": "1.2.4",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-code-utils",
"author": "",
"license": "MIT",
"devDependencies": {
"mocha": "^6.1.4"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b207efb3c1409746537293b3e0fc27350029188e",
"devDependencies": {
"mocha": "5.2.0"
}
"gitHead": "b207efb3c1409746537293b3e0fc27350029188e"
}
2 changes: 1 addition & 1 deletion packages/truffle-compile-vyper/package.json
Expand Up @@ -17,7 +17,7 @@
"truffle-compile": "^4.1.1"
},
"devDependencies": {
"mocha": "5.2.0",
"mocha": "^6.1.4",
"truffle-config": "^1.1.13"
},
"keywords": [
Expand Down
38 changes: 19 additions & 19 deletions packages/truffle-compile/package.json
Expand Up @@ -2,7 +2,17 @@
"name": "truffle-compile",
"version": "4.1.1",
"description": "Compiler helper and artifact manager",
"license": "MIT",
"author": "Tim Coulter <tim.coulter@consensys.net>",
"homepage": "https://github.com/trufflesuite/truffle-compile#readme",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-compile",
"bugs": {
"url": "https://github.com/trufflesuite/truffle-compile/issues"
},
"main": "index.js",
"scripts": {
"test": "./scripts/test.sh"
},
"dependencies": {
"async": "2.6.1",
"colors": "^1.1.2",
Expand All @@ -23,34 +33,24 @@
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"mocha": "5.2.0",
"mocha": "^6.1.4",
"sinon": "^7.2.2",
"tmp": "0.0.33",
"truffle-resolver": "^5.0.14"
},
"babel": {
"presets": [
"env"
]
},
"scripts": {
"test": "./scripts/test.sh"
},
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-compile",
"keywords": [
"ethereum",
"truffle",
"compile",
"solidity"
"ethereum",
"solidity",
"truffle"
],
"author": "Tim Coulter <tim.coulter@consensys.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trufflesuite/truffle-compile/issues"
},
"homepage": "https://github.com/trufflesuite/truffle-compile#readme",
"publishConfig": {
"access": "public"
},
"babel": {
"presets": [
"env"
]
},
"gitHead": "b207efb3c1409746537293b3e0fc27350029188e"
}
34 changes: 17 additions & 17 deletions packages/truffle-config/package.json
@@ -1,23 +1,18 @@
{
"name": "truffle-config",
"version": "1.1.13",
"description": "Utility for interacting with truffle-config.js files",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-config",
"keywords": [
"ethereum",
"truffle",
"config"
],
"author": "Tim Coulter <tim.coulter@consensys.net>",
"license": "MIT",
"author": "Tim Coulter <tim.coulter@consensys.net>",
"homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-config#readme",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-config",
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-config#readme",
"version": "1.1.13",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"configstore": "^4.0.0",
"find-up": "^2.1.0",
Expand All @@ -26,11 +21,16 @@
"truffle-error": "^0.0.5",
"truffle-provider": "^0.1.10"
},
"devDependencies": {
"mocha": "^6.1.4"
},
"keywords": [
"config",
"ethereum",
"truffle"
],
"publishConfig": {
"access": "public"
},
"gitHead": "b207efb3c1409746537293b3e0fc27350029188e",
"devDependencies": {
"mocha": "5.2.0"
}
"gitHead": "b207efb3c1409746537293b3e0fc27350029188e"
}
40 changes: 20 additions & 20 deletions packages/truffle-contract-schema/package.json
@@ -1,39 +1,39 @@
{
"name": "truffle-contract-schema",
"version": "3.0.11",
"description": "JSON schema for contract artifacts",
"license": "MIT",
"author": "Tim Coulter <tim.coulter@consensys.net>",
"homepage": "https://github.com/trufflesuite/truffle/blob/develop/packages/truffle-contract-schema#readme",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-contract-schema",
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.0.11",
"main": "index.js",
"directories": {
"spec": "./spec"
},
"scripts": {
"prepare": "yarn run build",
"build": "cd spec && json2ts -i contract-object.spec.json -o ./index.d.ts",
"prepare": "yarn run build",
"test": "mocha"
},
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-contract-schema",
"keywords": [
"ethereum",
"json",
"schema",
"contract",
"artifacts"
],
"author": "Tim Coulter <tim.coulter@consensys.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"homepage": "https://github.com/trufflesuite/truffle/blob/develop/packages/truffle-contract-schema#readme",
"dependencies": {
"ajv": "^6.10.0",
"crypto-js": "^3.1.9-1",
"debug": "^4.1.0"
},
"devDependencies": {
"json-schema-to-typescript": "^5.5.0",
"mocha": "5.2.0",
"mocha": "^6.1.4",
"solc": "0.5.0"
},
"directories": {
"spec": "./spec"
},
"keywords": [
"artifacts",
"contract",
"ethereum",
"json",
"schema"
],
"gitHead": "b207efb3c1409746537293b3e0fc27350029188e"
}
32 changes: 16 additions & 16 deletions packages/truffle-contract/package.json
Expand Up @@ -2,28 +2,22 @@
"name": "truffle-contract",
"version": "4.0.21",
"description": "A better contract abstraction for Ethereum (formerly EtherPudding)",
"license": "MIT",
"author": "Tim Coulter <tim.coulter@consensys.net>",
"homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-contract#readme",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-contract",
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"main": "index.js",
"scripts": {
"compile": "mkdir -p dist && browserify ./index.js -o ./dist/truffle-contract.js && uglifyjs ./dist/truffle-contract.js -o ./dist/truffle-contract.min.js",
"prepare": "yarn compile",
"publish:next": "node ../truffle/scripts/prereleaseVersion.js next next",
"test": "./scripts/test.sh",
"test:debug": "$(yarn bin)/mocha --inspect-brk",
"test:trace": "$(yarn bin)/mocha --trace-warnings",
"compile": "mkdir -p dist && browserify ./index.js -o ./dist/truffle-contract.js && uglifyjs ./dist/truffle-contract.js -o ./dist/truffle-contract.min.js"
},
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-contract",
"keywords": [
"ethereum",
"truffle",
"contract",
"abstraction"
],
"author": "Tim Coulter <tim.coulter@consensys.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
"test:trace": "$(yarn bin)/mocha --trace-warnings"
},
"homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-contract#readme",
"dependencies": {
"bignumber.js": "^7.2.1",
"ethers": "^4.0.0-beta.1",
Expand All @@ -42,11 +36,17 @@
"chai": "4.2.0",
"debug": "^4.1.0",
"ganache-core": "2.5.5",
"mocha": "5.2.0",
"mocha": "^6.1.4",
"temp": "^0.8.3",
"truffle-compile": "^4.1.1",
"uglify-es": "^3.3.9"
},
"keywords": [
"abstraction",
"contract",
"ethereum",
"truffle"
],
"publishConfig": {
"access": "public"
},
Expand Down