Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/eslint-plugin-kolibri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"directory": "packages/eslint-plugin-kolibri"
},
"dependencies": {
"eslint-plugin-vue": "^9.33.0",
"eslint-plugin-vue": "^10.10.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blocking: This package's 12 rule modules deep-import eslint-plugin-vue/lib/..., which v10 moved to dist/ — every one throws MODULE_NOT_FOUND under 10.10.0, taking down the whole plugin via requireindex. Also bump vue-eslint-parser (line 21) from ^9.4.3 to ^10.3.0 to satisfy v10's required peer. Details in the review summary.

"espree": "^11.2.0",
"lodash": "catalog:",
"requireindex": "^1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/kolibri-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-kolibri": "workspace:*",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-small-import": "^1.0.0",
"eslint-plugin-vue": "^9.33.0",
"eslint-plugin-vue": "^10.10.0",
"eslint-plugin-vuejs-accessibility": "^2.5.0",
"fast-glob": "3.3.3",
"globals": "^17.6.0",
Expand Down
93 changes: 56 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading