From 06695a1af87c86e3b703f490b2bf03202ca639b7 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 6 Aug 2018 09:16:44 +0000 Subject: [PATCH] chore(package): update xo to version 0.22.0 --- package.json | 2 +- test/fixtures/index.js | 1 - test/fixtures/plugin-error-inherited.js | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e4e66bc1..53153f5b 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "proxyquire": "^2.0.0", "sinon": "^6.0.0", "tempy": "^0.2.1", - "xo": "^0.21.0" + "xo": "^0.22.0" }, "engines": { "node": ">=8.3" diff --git a/test/fixtures/index.js b/test/fixtures/index.js index 3246d100..cc40a464 100644 --- a/test/fixtures/index.js +++ b/test/fixtures/index.js @@ -1,2 +1 @@ module.exports = () => {}; - diff --git a/test/fixtures/plugin-error-inherited.js b/test/fixtures/plugin-error-inherited.js index bcc5a3e5..b5a592ed 100644 --- a/test/fixtures/plugin-error-inherited.js +++ b/test/fixtures/plugin-error-inherited.js @@ -1,7 +1,7 @@ const SemanticReleaseError = require('@semantic-release/error'); class InheritedError extends SemanticReleaseError { - constructor(message, code, newProperty) { + constructor(message, code) { super(message); Error.captureStackTrace(this, this.constructor); this.name = this.constructor.name;