Skip to content

Commit

Permalink
chore(deps): update semantic-release requirement from ^17.4.2 to ^17.4.4
Browse files Browse the repository at this point in the history
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](semantic-release/semantic-release@v17.4.2...v17.4.4)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and esatterwhite committed Jun 18, 2021
1 parent 724bfe7 commit 5702c3a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion lib/lang/type-of.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'`
Expand Down
1 change: 0 additions & 1 deletion lib/parser/tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const HASH = createToken({
, pattern: /#/
})


const IDENTIFIER = createToken({
name: 'identifier'
, pattern: /\w+/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion test/unit/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,4 @@ test('chain', async (t) => {
}, 'internal state reset')
})


}).catch(threw)

0 comments on commit 5702c3a

Please sign in to comment.