Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot 0629dd096c Update dependency eslint-plugin-vue to ~10.9.0
CI / frontend-test (push) Successful in 30s
CI / backend-test (push) Successful in 1m6s
CI / frontend-e2e (push) Successful in 1m47s
CI / build-and-publish (push) Has been skipped
2026-04-22 00:02:20 +00:00
2 changed files with 15 additions and 15 deletions
+14 -14
View File
@@ -27,7 +27,7 @@
"eslint": "^10.0.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-oxlint": "~1.61.0",
"eslint-plugin-vue": "~10.8.0",
"eslint-plugin-vue": "~10.9.0",
"jiti": "^2.6.1",
"jsdom": "^29.0.0",
"msw": "^2.12.10",
@@ -4029,9 +4029,9 @@
}
},
"node_modules/eslint-plugin-vue": {
"version": "10.8.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.8.0.tgz",
"integrity": "sha512-f1J/tcbnrpgC8suPN5AtdJ5MQjuXbSU9pGRSSYAuF3SHoiYCOdEX6O22pLaRyLHXvDcOe+O5ENgc1owQ587agA==",
"version": "10.9.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-10.9.0.tgz",
"integrity": "sha512-EFNNzu4HqtTRb5DJINpyd+u3bDdzETWDMpCzG+UBHz1tpsnMDCeOcf61u4Wy/cbXnMymK+MT9bjH7KcG1fItSw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -5391,9 +5391,9 @@
"license": "MIT"
},
"node_modules/msw": {
"version": "2.14.6",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.14.6.tgz",
"integrity": "sha512-ALe+N10S72cyx94cMcy3Zs4HhXCj35sgeAL4c+WTvKi0zWnbd8/h0lcFqv0mb2P+aSgAdD7p9HzvA0DiUPxsyg==",
"version": "2.13.4",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.13.4.tgz",
"integrity": "sha512-fPlKBeFe+8rpcyR3umUmmHuNwu6gc6T3STvkgEa9WDX/HEgal9wDeflpCUAIRtmvaLZM2igfI5y1bZ9G5J26KA==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
@@ -5409,7 +5409,7 @@
"outvariant": "^1.4.3",
"path-to-regexp": "^6.3.0",
"picocolors": "^1.1.1",
"rettime": "^0.11.11",
"rettime": "^0.11.7",
"statuses": "^2.0.2",
"strict-event-emitter": "^0.5.1",
"tough-cookie": "^6.0.1",
@@ -5443,9 +5443,9 @@
"license": "MIT"
},
"node_modules/msw/node_modules/type-fest": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.7.0.tgz",
"integrity": "sha512-1URUxUqfHFM1c+zfSPsa3gnkO7Aq21qyH75SIduNYz4SzY964rn1X2vCMQaHSHhktiw+0kPa2iyb6PUpXqB6Vg==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.6.0.tgz",
"integrity": "sha512-8ZiHFm91orbSAe2PSAiSVBVko18pbhbiB3U9GglSzF/zCGkR+rxpHx6sEMCUm4kxY4LjDIUGgCfUMtwfZfjfUA==",
"dev": true,
"license": "(MIT OR CC0-1.0)",
"dependencies": {
@@ -6195,9 +6195,9 @@
}
},
"node_modules/rettime": {
"version": "0.11.11",
"resolved": "https://registry.npmjs.org/rettime/-/rettime-0.11.11.tgz",
"integrity": "sha512-ILJRqVWBCTlg9r42fFgwVZx1gnFAcQF8mRoMkbgQfIrjEDf9nbBFDFx00oloOa+Q869FUtaYDXZvEfnecQSCoQ==",
"version": "0.11.8",
"resolved": "https://registry.npmjs.org/rettime/-/rettime-0.11.8.tgz",
"integrity": "sha512-0fERGXktJTyJ+h8fBEiPxHPEFOu0h15JY7JtwrOVqR5K+vb99ho6IyOo7ekLS3h4sJCzIDy4VWKIbZUfe9njmg==",
"dev": true,
"license": "MIT"
},
+1 -1
View File
@@ -39,7 +39,7 @@
"eslint": "^10.0.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-oxlint": "~1.61.0",
"eslint-plugin-vue": "~10.8.0",
"eslint-plugin-vue": "~10.9.0",
"jiti": "^2.6.1",
"jsdom": "^29.0.0",
"msw": "^2.12.10",