Merge pull request 'Update dependency eslint-plugin-wc to v2.2.0 (forgejo)' (#5495) from renovate/forgejo-linters into forgejo

This commit is contained in:
forgejo-renovate-action 2024-10-08 03:50:43 +00:00
commit e34fe94d8c
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View file

@ -83,7 +83,7 @@
"eslint-plugin-vitest-globals": "1.5.0",
"eslint-plugin-vue": "9.28.0",
"eslint-plugin-vue-scoped-css": "2.8.1",
"eslint-plugin-wc": "2.1.1",
"eslint-plugin-wc": "2.2.0",
"happy-dom": "15.7.4",
"license-checker-rseidelsohn": "4.4.2",
"markdownlint-cli": "0.42.0",
@ -9308,9 +9308,9 @@
}
},
"node_modules/eslint-plugin-wc": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-2.1.1.tgz",
"integrity": "sha512-GfJo05ZgWfwAFbW6Gkf+9CMOIU6fmbd3b4nm+PKESHgUdUTmi7vawlELCrzOhdiQjXUPZxDfFIVxYt9D/v/GdQ==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-2.2.0.tgz",
"integrity": "sha512-kjPp+aXz23fOl0JZJOJS+6adwhEv98KjZ2FJqWpc4vtmk4Oenz/JJmmNZrGSARgtyR0BLIF/kVWC6GSlHA+5MA==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -9318,7 +9318,7 @@
"js-levenshtein-esm": "^1.2.0"
},
"peerDependencies": {
"eslint": ">=5"
"eslint": ">=8.40.0"
}
},
"node_modules/eslint-rule-documentation": {

View file

@ -82,7 +82,7 @@
"eslint-plugin-vitest-globals": "1.5.0",
"eslint-plugin-vue": "9.28.0",
"eslint-plugin-vue-scoped-css": "2.8.1",
"eslint-plugin-wc": "2.1.1",
"eslint-plugin-wc": "2.2.0",
"happy-dom": "15.7.4",
"license-checker-rseidelsohn": "4.4.2",
"markdownlint-cli": "0.42.0",