mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-10 22:16:28 +00:00
chore(deps): update linters (#26655)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rhys Arkins <rhys@arkins.net>
This commit is contained in:
parent
75232029c4
commit
d57187d18c
2 changed files with 10 additions and 10 deletions
|
@ -278,7 +278,7 @@
|
|||
"@types/common-tags": "1.8.4",
|
||||
"@types/conventional-commits-detector": "1.0.2",
|
||||
"@types/diff": "5.0.9",
|
||||
"@types/eslint": "8.56.1",
|
||||
"@types/eslint": "8.56.2",
|
||||
"@types/fs-extra": "11.0.4",
|
||||
"@types/git-url-parse": "9.0.3",
|
||||
"@types/github-url-from-git": "1.5.3",
|
||||
|
@ -319,7 +319,7 @@
|
|||
"eslint-formatter-gha": "1.4.3",
|
||||
"eslint-import-resolver-typescript": "3.6.1",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-jest": "27.6.1",
|
||||
"eslint-plugin-jest": "27.6.3",
|
||||
"eslint-plugin-jest-formatting": "3.1.0",
|
||||
"eslint-plugin-promise": "6.1.1",
|
||||
"eslint-plugin-typescript-enum": "2.1.0",
|
||||
|
|
|
@ -398,8 +398,8 @@ importers:
|
|||
specifier: 5.0.9
|
||||
version: 5.0.9
|
||||
'@types/eslint':
|
||||
specifier: 8.56.1
|
||||
version: 8.56.1
|
||||
specifier: 8.56.2
|
||||
version: 8.56.2
|
||||
'@types/fs-extra':
|
||||
specifier: 11.0.4
|
||||
version: 11.0.4
|
||||
|
@ -521,8 +521,8 @@ importers:
|
|||
specifier: 2.29.1
|
||||
version: 2.29.1(@typescript-eslint/parser@6.18.1)(eslint-import-resolver-typescript@3.6.1)(eslint@8.56.0)
|
||||
eslint-plugin-jest:
|
||||
specifier: 27.6.1
|
||||
version: 27.6.1(@typescript-eslint/eslint-plugin@6.18.1)(eslint@8.56.0)(jest@29.7.0)(typescript@5.3.3)
|
||||
specifier: 27.6.3
|
||||
version: 27.6.3(@typescript-eslint/eslint-plugin@6.18.1)(eslint@8.56.0)(jest@29.7.0)(typescript@5.3.3)
|
||||
eslint-plugin-jest-formatting:
|
||||
specifier: 3.1.0
|
||||
version: 3.1.0(eslint@8.56.0)
|
||||
|
@ -3704,8 +3704,8 @@ packages:
|
|||
resolution: {integrity: sha512-TB/6hBkYQJxsZHSqyeuO1Jt0AB/bW6G7rHt9g7lML7SOF6lbgcHvw/Lr+69iqN0qxgXLhWKScAon73JNnptuDw==}
|
||||
dev: false
|
||||
|
||||
/@types/eslint@8.56.1:
|
||||
resolution: {integrity: sha512-18PLWRzhy9glDQp3+wOgfLYRWlhgX0azxgJ63rdpoUHyrC9z0f5CkFburjQx4uD7ZCruw85ZtMt6K+L+R8fLJQ==}
|
||||
/@types/eslint@8.56.2:
|
||||
resolution: {integrity: sha512-uQDwm1wFHmbBbCZCqAlq6Do9LYwByNZHWzXppSnay9SuwJ+VRbjkbLABer54kcPnMSlG6Fdiy2yaFXm/z9Z5gw==}
|
||||
dependencies:
|
||||
'@types/estree': 1.0.5
|
||||
'@types/json-schema': 7.0.15
|
||||
|
@ -5697,8 +5697,8 @@ packages:
|
|||
eslint: 8.56.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-jest@27.6.1(@typescript-eslint/eslint-plugin@6.18.1)(eslint@8.56.0)(jest@29.7.0)(typescript@5.3.3):
|
||||
resolution: {integrity: sha512-WEYkyVXD9NlmFBKvrkmzrC+C9yZoz5pAml2hO19PlS3spJtoiwj4p2u8spd/7zx5IvRsZsCmsoImaAvBB9X93Q==}
|
||||
/eslint-plugin-jest@27.6.3(@typescript-eslint/eslint-plugin@6.18.1)(eslint@8.56.0)(jest@29.7.0)(typescript@5.3.3):
|
||||
resolution: {integrity: sha512-+YsJFVH6R+tOiO3gCJon5oqn4KWc+mDq2leudk8mrp8RFubLOo9CVyi3cib4L7XMpxExmkmBZQTPDYVBzgpgOA==}
|
||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/eslint-plugin': ^5.0.0 || ^6.0.0
|
||||
|
|
Loading…
Reference in a new issue