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
1 change: 1 addition & 0 deletions .npmrc
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
hoist=false
5 changes: 3 additions & 2 deletions package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,6 +22,7 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"dependencies": {
"@vue/shared": "^3.5.13",
"element-plus": "^2.9.1",
"vue": "^3.5.12",
"vue-i18n": "10"
Expand All@@ -30,14 +31,14 @@
"@antfu/eslint-config": "^3.12.0",
"@types/chrome": "^0.0.280",
"@vueuse/core": "^12.0.0",
"@wxt-dev/module-vue": "^1.0.1",
"@wxt-dev/module-vue": "^1.0.3",
"autoprefixer": "^10.4.20",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.17.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "5.6.3",
"vue-tsc": "^2.1.10",
"wxt": "^0.19.13"
"wxt": "^0.20.26"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Declare the new Node floor

When this project is installed or built on Node 18.x, this upgrade now pulls in wxt@0.20.26 plus locked vite@8.0.12/rolldown@1.0.0, whose lockfile entries require Node 20+ (wxt requires >=20.12.0, while Vite/Rolldown require ^20.19.0 || >=22.12.0). The previous lockfile used Vite 6 with a Node 18-compatible engine, and package.json still has no engines/toolchain pin, so developers or CI on Node 18 can get a failing postinstall/build rather than an explicit unsupported-runtime error. Please either use a WXT/Vite combination that still supports Node 18 or add a Node >=20.19 project constraint.

Useful? React with 👍 / 👎.

}
}
Loading