Skip to content

Commit a3be44b

Browse files
chore(deps): update dependency eslint-plugin-vue to v10 (#813)
* chore(deps): update dependency eslint-plugin-vue to v10 * fix * fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <[email protected]>
1 parent c8be120 commit a3be44b

File tree

4 files changed

+20
-157
lines changed

4 files changed

+20
-157
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Node.js & TypeScript",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-18",
6+
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22",
77

88
// Features to add to the dev container. More info: https://containers.dev/features.
99
// "features": {},
@@ -17,7 +17,7 @@
1717
// Configure tool-specific properties.
1818
"customizations": {
1919
"vscode": {
20-
"extensions": ["dbaeumer.vscode-eslint"]
20+
"extensions": ["dbaeumer.vscode-eslint", "Vue.volar"]
2121
}
2222
}
2323

docs/.vitepress/theme/components/components/EslintPluginEditor.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ import { rules } from "../../../../../lib/all-rules"
2323
export default {
2424
name: "EslintPluginEditor",
2525
components: { EslintEditor },
26-
model: {
27-
prop: "code",
28-
},
2926
props: {
3027
code: {
3128
type: String,

package-lock.json

Lines changed: 17 additions & 151 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"eslint-plugin-prettier": "^5.1.3",
9999
"eslint-plugin-regexp": "~2.9.0",
100100
"eslint-plugin-unicorn": "^60.0.0",
101-
"eslint-plugin-vue": "^9.26.0",
101+
"eslint-plugin-vue": "^10.0.0",
102102
"eslint-plugin-yml": "^1.14.0",
103103
"eslint-snapshot-rule-tester": "^0.1.0",
104104
"markdownlint-cli": "^0.44.0",

0 commit comments

Comments
 (0)