Skip to content

Commit

Permalink
fix: upgrade lockfile versions (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldrick authored and bradzacher committed May 2, 2019
1 parent 3bf725f commit f029dba
Show file tree
Hide file tree
Showing 4 changed files with 1,167 additions and 985 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -60,6 +60,7 @@
"@types/node": "^10.12.2",
"@types/semver": "^5.5.0",
"all-contributors-cli": "^6.0.0",
"babel-code-frame": "^6.26.0",
"cz-conventional-changelog": "2.1.0",
"eslint": "^5.12.1",
"eslint-plugin-eslint-plugin": "^2.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-tslint/tests/index.spec.ts
Expand Up @@ -119,7 +119,7 @@ ruleTester.run('tslint/config', rules.config, {
errors: [
{
message:
"Operands of '+' operation must either be both strings or both numbers, consider using template literals (tslint:restrict-plus-operands)",
'Operands of \'+\' operation must either be both strings or both numbers, but found 1 + "2". Consider using template literals. (tslint:restrict-plus-operands)',
},
],
},
Expand Down Expand Up @@ -174,7 +174,7 @@ describe('tslint/error', () => {

expect(console.warn).toHaveBeenCalledWith(
expect.stringContaining(
'No valid rules have been specified for TypeScript files',
'Tried to lint <input> but found no valid, enabled rules for this file type and file path in the resolved configuration.',
),
);
jest.resetAllMocks();
Expand Down
Expand Up @@ -16668,7 +16668,7 @@ Object {
},
"childScopes": Array [],
"functionExpressionScope": false,
"isStrict": true,
"isStrict": false,
"references": Array [],
"throughReferences": Array [],
"type": "function",
Expand Down

0 comments on commit f029dba

Please sign in to comment.