Skip to content

Commit

Permalink
Bump eslint-plugin-jest from 26.1.5 to 26.2.2 (#6096)
Browse files Browse the repository at this point in the history
* Bump eslint-plugin-jest from 26.1.5 to 26.2.2

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.1.5 to 26.2.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v26.1.5...v26.2.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix ESLint errors in `lib/__tests__/standalone-globs.test.js`

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybiquitous committed May 16, 2022
1 parent e7dc9e0 commit 4af3c81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
8 changes: 0 additions & 8 deletions lib/__tests__/standalone-globs.test.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
'use strict';

/* eslint-disable node/no-extraneous-require */

const describe = require('@jest/globals').describe;
const expect = require('@jest/globals').expect;
const it = require('@jest/globals').it;

/* eslint-enable */

const path = require('path');
const replaceBackslashes = require('../testUtils/replaceBackslashes');
const standalone = require('../standalone');
Expand Down
15 changes: 8 additions & 7 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 @@ -170,7 +170,7 @@
"deepmerge": "^4.2.2",
"eslint": "^8.15.0",
"eslint-config-stylelint": "^15.1.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-jest": "^26.2.2",
"husky": "^8.0.1",
"jest": "^28.1.0",
"jest-preset-stylelint": "^5.0.3",
Expand Down

0 comments on commit 4af3c81

Please sign in to comment.