From 5702c3ad8a968c31b24ea2ad8bef8747c0cc26f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 06:54:50 +0000 Subject: [PATCH] chore(deps): update semantic-release requirement from ^17.4.2 to ^17.4.4 Updates the requirements on [semantic-release](https://github.com/semantic-release/semantic-release) to permit the latest version. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v17.4.2...v17.4.4) --- updated-dependencies: - dependency-name: semantic-release dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- lib/lang/type-of.js | 1 - lib/parser/tokens.js | 1 - package.json | 2 +- test/unit/chain.js | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/lang/type-of.js b/lib/lang/type-of.js index 364179f..7226f78 100644 --- a/lib/lang/type-of.js +++ b/lib/lang/type-of.js @@ -15,7 +15,6 @@ module.exports = function typeOf(value) { return parts[1].toLowerCase() } - /** * A more accurate version of the javascript built-in function typeof * Date strings in ISO format are special cased to identify as `'date'` diff --git a/lib/parser/tokens.js b/lib/parser/tokens.js index f028225..cf6978e 100644 --- a/lib/parser/tokens.js +++ b/lib/parser/tokens.js @@ -27,7 +27,6 @@ const HASH = createToken({ , pattern: /#/ }) - const IDENTIFIER = createToken({ name: 'identifier' , pattern: /\w+/ diff --git a/package.json b/package.json index c554c21..04c9e38 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "eslint": "^7.26.0", "eslint-config-logdna": "^5.0.0", "moment": "^2.29.1", - "semantic-release": "^17.4.2", + "semantic-release": "^17.4.4", "semantic-release-config-logdna": "^1.3.0", "tap": "^15.0.9", "tap-parser": "^10.1.0", diff --git a/test/unit/chain.js b/test/unit/chain.js index 6896a9f..865d0d0 100644 --- a/test/unit/chain.js +++ b/test/unit/chain.js @@ -196,5 +196,4 @@ test('chain', async (t) => { }, 'internal state reset') }) - }).catch(threw)