Skip to content

Commit

Permalink
Bump jest-runner-eslint from 0.10.1 to 0.11.1
Browse files Browse the repository at this point in the history
Bumps [jest-runner-eslint](https://github.com/jest-community/jest-runner-eslint) from 0.10.1 to 0.11.1.
- [Release notes](https://github.com/jest-community/jest-runner-eslint/releases)
- [Changelog](https://github.com/jest-community/jest-runner-eslint/blob/main/CHANGELOG.md)
- [Commits](jest-community/jest-runner-eslint@v0.10.1...v0.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kodiakhq[bot] committed Sep 23, 2021
1 parent 2860dee commit bfa6b64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"flow-bin": "^0.160.1",
"glob": "^7.2.0",
"jest": "^27.2.1",
"jest-runner-eslint": "^0.10.1"
"jest-runner-eslint": "^0.11.1"
},
"jest": {
"testRegex": "/scripts/jest/dontRunJestDirectly\\.js$"
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8040,7 +8040,7 @@ dot-case@^3.0.4:
no-case "^3.0.4"
tslib "^2.0.3"

dot-prop@^5.2.0:
dot-prop@^5.2.0, dot-prop@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.3.0.tgz#90ccce708cd9cd82cc4dc8c3ddd9abdd55b20e88"
integrity sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==
Expand Down Expand Up @@ -11711,14 +11711,15 @@ jest-resolve@^27.2.0:
resolve "^1.20.0"
slash "^3.0.0"

jest-runner-eslint@^0.10.1:
version "0.10.1"
resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-0.10.1.tgz#f76eacb51154736d53d64eb195cc8a82f02caf12"
integrity sha512-3HiDDWwJfXksVUkpDIHphwPkXYtaKFCBjufTz3aR4b6WqSl31WECmTGFqhkfWzQdEACShO6WkKjBj/gSfgLsqQ==
jest-runner-eslint@^0.11.1:
version "0.11.1"
resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-0.11.1.tgz#390de1e96e700b70d94971ca6ef905160047715d"
integrity sha512-317QEVLQw/NuuNVcR7LN/7pIbA3GbFUPKencJt31BdC/A2pVWBT+8d8PBBrQpsMHENbPV8nkNgLdPYBp2hLVZw==
dependencies:
chalk "^3.0.0"
cosmiconfig "^6.0.0"
create-jest-runner "^0.6.0"
dot-prop "^5.3.0"

jest-runner@^27.2.1:
version "27.2.1"
Expand Down

0 comments on commit bfa6b64

Please sign in to comment.