Skip to content

Commit

Permalink
chore(deps-dev): bump @ridedott/eslint-config from 1.0.1 to 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Mar 23, 2020
1 parent 482a575 commit 7b61f4f
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 87 deletions.
141 changes: 56 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@ridedott/eslint-config": "^1.0.1",
"@ridedott/eslint-config": "^1.0.12",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/eventHandlers/checkSuite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const tryMerge = async (
/*
* cspell:ignore merlinnot
*
* TODO(merlinnot) [2020-03-01] Start pulling the value once it reaches
* TODO(merlinnot) [2020-05-01] Start pulling the value once it reaches
* GA.
*/
mergeStateStatus !== undefined
Expand Down
2 changes: 2 additions & 0 deletions src/utilities/log.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable @typescript-eslint/no-base-to-string */

import { debug, error, info, warning } from '@actions/core';

const stringify = (value: unknown): string =>
Expand Down

0 comments on commit 7b61f4f

Please sign in to comment.