chore(deps): update dependency @nextcloud/eslint-config to ^8.4.2
All checks were successful
repod / xml (push) Successful in 14s
repod / php (push) Successful in 40s
repod / nodejs (push) Successful in 53s
repod / release (push) Has been skipped

This commit is contained in:
Renovate Bot 2025-02-17 00:03:37 +00:00
parent a2e671ecfb
commit b9d2fc5975
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -25,7 +25,7 @@
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/eslint-config": "^8.4.1",
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/prettier-config": "^1.1.0",
"@nextcloud/stylelint-config": "^3.0.1",
"@types/toastify-js": "^1.12.3",
@ -1404,9 +1404,9 @@
}
},
"node_modules/@nextcloud/eslint-config": {
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-8.4.1.tgz",
"integrity": "sha512-ilrPxOnfVkB4dAddtkhbJmbYK9FwEVZ5oIJ2ipiE97rQz82TUZxmfEHE1tr87FbIvz0drIcREgGil3zuNWHjrg==",
"version": "8.4.2",
"resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-8.4.2.tgz",
"integrity": "sha512-zsDcBxvp2Vr/BgasK/vNYJ84LOXjl4RseJPrcp93zcnaB2WnygV50Sd0nQ5JN0ngTyPjiIlGd92MMzrMTofjRA==",
"dev": true,
"license": "AGPL-3.0-or-later",
"engines": {
@ -1414,18 +1414,18 @@
"npm": "^10.0.0"
},
"peerDependencies": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.26.9",
"@babel/eslint-parser": "^7.16.5",
"@nextcloud/eslint-plugin": "^2.2.1",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.27.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-exports": "^1.0.0-beta.5",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-import-resolver-typescript": "^3.8.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^46.2.6",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-vue": "^9.7.0",
"typescript": "^5.0.2"
}

View File

@ -34,7 +34,7 @@
},
"devDependencies": {
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/eslint-config": "^8.4.1",
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/prettier-config": "^1.1.0",
"@nextcloud/stylelint-config": "^3.0.1",
"@types/toastify-js": "^1.12.3",