mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-03 04:33:48 +00:00
chore(deps): update dependency @types/eslint__js to v9 (#4884)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
beb1869000
commit
fef4bccfec
2 changed files with 8 additions and 7 deletions
|
@ -46,7 +46,7 @@
|
|||
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
|
||||
"@intlify/eslint-plugin-vue-i18n": "3.2.0",
|
||||
"@intlify/unplugin-vue-i18n": "^6.0.3",
|
||||
"@types/eslint__js": "^8.42.3",
|
||||
"@types/eslint__js": "^9.0.0",
|
||||
"@types/lodash": "^4.17.14",
|
||||
"@types/node": "^22.10.5",
|
||||
"@types/prismjs": "^1.26.5",
|
||||
|
|
|
@ -91,8 +91,8 @@ importers:
|
|||
specifier: ^6.0.3
|
||||
version: 6.0.3(@vue/compiler-dom@3.5.13)(eslint@9.21.0(jiti@2.4.2))(rollup@4.34.8)(typescript@5.7.3)(vue-i18n@11.1.1(vue@3.5.13(typescript@5.7.3)))(vue@3.5.13(typescript@5.7.3))
|
||||
'@types/eslint__js':
|
||||
specifier: ^8.42.3
|
||||
version: 8.42.3
|
||||
specifier: ^9.0.0
|
||||
version: 9.14.0
|
||||
'@types/lodash':
|
||||
specifier: ^4.17.14
|
||||
version: 4.17.15
|
||||
|
@ -927,8 +927,9 @@ packages:
|
|||
'@types/eslint@9.6.1':
|
||||
resolution: {integrity: sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==}
|
||||
|
||||
'@types/eslint__js@8.42.3':
|
||||
resolution: {integrity: sha512-alfG737uhmPdnvkrLdZLcEKJ/B8s9Y4hrZ+YAdzUeoArBlSUERA2E87ROfOaS4jd/C45fzOoZzidLc1IPwLqOw==}
|
||||
'@types/eslint__js@9.14.0':
|
||||
resolution: {integrity: sha512-s0jepCjOJWB/GKcuba4jISaVpBudw3ClXJ3fUK4tugChUMQsp6kSwuA8Dcx6wFd/JsJqcY8n4rEpa5RTHs5ypA==}
|
||||
deprecated: This is a stub types definition. @eslint/js provides its own type definitions, so you do not need this installed.
|
||||
|
||||
'@types/estree@1.0.6':
|
||||
resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
|
||||
|
@ -3890,9 +3891,9 @@ snapshots:
|
|||
'@types/estree': 1.0.6
|
||||
'@types/json-schema': 7.0.15
|
||||
|
||||
'@types/eslint__js@8.42.3':
|
||||
'@types/eslint__js@9.14.0':
|
||||
dependencies:
|
||||
'@types/eslint': 9.6.1
|
||||
'@eslint/js': 9.21.0
|
||||
|
||||
'@types/estree@1.0.6': {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue