Skip to content
Merged
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/core/template/UI/uni/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"@dcloudio/uni-ui": "^1.5.7"
"@dcloudio/uni-ui": "^1.5.8"
}
}
2 changes: 1 addition & 1 deletion packages/core/template/UI/wot/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"wot-design-uni": "^1.9.1"
"wot-design-uni": "^1.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"vue-i18n": "9.6.2"
},
"devDependencies": {
"@dcloudio/types": "^3.4.8",
"@dcloudio/types": "^3.4.15",
"@dcloudio/uni-automator": "3.0.0-4060620250520001",
"@dcloudio/uni-cli-shared": "3.0.0-4060620250520001",
"@dcloudio/uni-stacktracey": "3.0.0-4060620250520001",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/template/config/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"devDependencies": {
"@uni-helper/eslint-config": "^0.4.0",
"eslint": "^9.29.0"
"eslint": "^9.30.0"
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue

ESLint 9 is ESM-only and still early—expect plugin breakage

Jumping from 8 → 9 is a breaking change:

• Requires Node ≥ 18
• Many community plugins/configs (including @uni-helper/eslint-config) haven’t published ESLint-9 compatible versions yet.
• ESLint 9 beta tags were released very recently.

Unless the templates have been tested end-to-end with ESLint 9, consider holding at ^8.56.0 for now.

-    "eslint": "^9.30.0"
+    "eslint": "^8.56.0"
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"eslint": "^9.30.0"
"eslint": "^8.56.0"
🤖 Prompt for AI Agents
In packages/core/template/config/lint/package.json at line 8, the ESLint version
is set to "^9.30.0", which is an ESM-only major update requiring Node ≥ 18 and
may cause plugin compatibility issues. To fix this, downgrade the ESLint version
to "^8.56.0" to maintain compatibility and stability until ESLint 9 and related
plugins are fully supported and tested.

}
}
2 changes: 1 addition & 1 deletion packages/core/template/config/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type-check": "vue-tsc --noEmit"
},
"devDependencies": {
"@types/node": "^24.0.3",
"@types/node": "^24.0.7",
"@vue/tsconfig": "^0.7.0",
"typescript": "^5.8.3",
"vue-tsc": "^2.2.10"
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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

Loading