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
40 changes: 20 additions & 20 deletions packages/core/template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,31 +41,31 @@
"build:quickapp-webview-union": "uni build -p quickapp-webview-union"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-4050720250324001",
"@dcloudio/uni-app-harmony": "3.0.0-4050720250324001",
"@dcloudio/uni-app-plus": "3.0.0-4050720250324001",
"@dcloudio/uni-components": "3.0.0-4050720250324001",
"@dcloudio/uni-h5": "3.0.0-4050720250324001",
"@dcloudio/uni-mp-alipay": "3.0.0-4050720250324001",
"@dcloudio/uni-mp-baidu": "3.0.0-4050720250324001",
"@dcloudio/uni-mp-harmony": "3.0.0-4050720250324001",
"@dcloudio/uni-mp-jd": "3.0.0-4050720250324001",
"@dcloudio/uni-mp-kuaishou": "3.0.0-4050720250324001",
"@dcloudio/uni-mp-lark": "3.0.0-4050720250324001",
"@dcloudio/uni-mp-qq": "3.0.0-4050720250324001",
"@dcloudio/uni-mp-toutiao": "3.0.0-4050720250324001",
"@dcloudio/uni-mp-weixin": "3.0.0-4050720250324001",
"@dcloudio/uni-mp-xhs": "3.0.0-4050720250324001",
"@dcloudio/uni-quickapp-webview": "3.0.0-4050720250324001",
"@dcloudio/uni-app": "3.0.0-4060420250429001",
"@dcloudio/uni-app-harmony": "3.0.0-4060420250429001",
"@dcloudio/uni-app-plus": "3.0.0-4060420250429001",
"@dcloudio/uni-components": "3.0.0-4060420250429001",
"@dcloudio/uni-h5": "3.0.0-4060420250429001",
"@dcloudio/uni-mp-alipay": "3.0.0-4060420250429001",
"@dcloudio/uni-mp-baidu": "3.0.0-4060420250429001",
"@dcloudio/uni-mp-harmony": "3.0.0-4060420250429001",
"@dcloudio/uni-mp-jd": "3.0.0-4060420250429001",
"@dcloudio/uni-mp-kuaishou": "3.0.0-4060420250429001",
"@dcloudio/uni-mp-lark": "3.0.0-4060420250429001",
"@dcloudio/uni-mp-qq": "3.0.0-4060420250429001",
"@dcloudio/uni-mp-toutiao": "3.0.0-4060420250429001",
"@dcloudio/uni-mp-weixin": "3.0.0-4060420250429001",
"@dcloudio/uni-mp-xhs": "3.0.0-4060420250429001",
"@dcloudio/uni-quickapp-webview": "3.0.0-4060420250429001",
"vue": "3.4.21",
"vue-i18n": "9.6.2"
},
"devDependencies": {
"@dcloudio/types": "3.4.8",
"@dcloudio/uni-automator": "3.0.0-4050720250324001",
"@dcloudio/uni-cli-shared": "3.0.0-4050720250324001",
"@dcloudio/uni-stacktracey": "3.0.0-4050720250324001",
"@dcloudio/vite-plugin-uni": "3.0.0-4050720250324001",
"@dcloudio/uni-automator": "3.0.0-4060420250429001",
"@dcloudio/uni-cli-shared": "3.0.0-4060420250429001",
"@dcloudio/uni-stacktracey": "3.0.0-4060420250429001",
"@dcloudio/vite-plugin-uni": "3.0.0-4060420250429001",
Comment on lines +65 to +68
Copy link

Choose a reason for hiding this comment

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

💡 Verification agent

🧩 Analysis chain

Validate @dcloudio devDependency updates.

Dev dependencies for @dcloudio/uni-automator, @dcloudio/uni-cli-shared, @dcloudio/uni-stacktracey, and @dcloudio/vite-plugin-uni were bumped to 3.0.0-4060420250429001. Ensure they are available and regenerate the lockfile.


🏁 Script executed:

#!/bin/bash
# Check dev dependency versions
dev_pkgs=(
  uni-automator uni-cli-shared uni-stacktracey vite-plugin-uni
)
for pkg in "${dev_pkgs[@]}"; do
  npm view "@dcloudio/$pkg@3.0.0-4060420250429001" version || echo "Missing @dcloudio/$pkg"
done

Length of output: 554


Regenerate lockfile after bumping @dcloudio devDependencies

All four packages—@dcloudio/uni-automator, @dcloudio/uni-cli-shared, @dcloudio/uni-stacktracey, and @dcloudio/vite-plugin-uni—at version 3.0.0-4060420250429001 are confirmed available on npm. Please regenerate your lockfile to lock in these updated versions.

• packages/core/template/base/package.json (lines 65–68): bump applied, now update package-lock.json (or yarn.lock).

"@mini-types/alipay": "^3.0.14",
"@uni-helper/uni-types": "^1.0.0-alpha.6",
"@vue/runtime-core": "3.4.21",
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.25.1"
"eslint": "^9.26.0"
Copy link

Choose a reason for hiding this comment

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

💡 Verification agent

🧩 Analysis chain

Validate ESLint version bump and lockfile consistency.

Updated eslint from ^9.25.1 to ^9.26.0. Verify this version exists, regenerate the lockfile, and run the linter to ensure no rule breakages.


🏁 Script executed:

#!/bin/bash
# Check if ESLint 9.26.0 is available
npm view "eslint@^9.26.0" version

Length of output: 42


Regenerate lockfile & verify linting after ESLint bump

ESLint 9.26.0 is available. Next steps to lock in this update and catch any rule changes:

  • packages/core/template/config/lint/package.json now pins "eslint": "^9.26.0".
  • Run npm install (or yarn install) to update package-lock.json / yarn.lock.
  • Commit the updated lockfile.
  • Execute your lint script (e.g. npm run lint) and address any new errors or warnings.

}
}
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": "^22.15.2",
"@types/node": "^22.15.3",
"@vue/tsconfig": "^0.7.0",
"typescript": "^5.8.3",
"vue-tsc": "^2.2.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/template/module/unocss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"devDependencies": {
"@iconify-json/carbon": "^1.2.8",
"@uni-helper/unocss-preset-uni": "^0.2.11",
"unocss": "^66.0.0"
"unocss": "^66.1.0"
Copy link

Choose a reason for hiding this comment

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

💡 Verification agent

🧩 Analysis chain

Verify the new unocss version and update lockfile.

Bumped unocss from ^66.0.0 to ^66.1.0. Please ensure that this version is published, update your lockfile accordingly, and run any related tests to confirm compatibility.


🏁 Script executed:

#!/bin/bash
# Confirm that `unocss@^66.1.0` is available on npm
npm view "unocss@^66.1.0" version

Length of output: 42


🏁 Script executed:

#!/bin/bash
# Verify that lockfiles reference unocss@66.1.0

# Check package-lock.json if present
if [ -f package-lock.json ]; then
  echo "package-lock.json entries:"
  rg '"unocss"' -n package-lock.json | sed -n '1,5p'
fi

# Check yarn.lock if present
if [ -f yarn.lock ]; then
  echo "yarn.lock entries:"
  rg 'unocss@' -n yarn.lock | sed -n '1,5p'
fi

# Check pnpm-lock.yaml if present
if [ -f pnpm-lock.yaml ]; then
  echo "pnpm-lock.yaml entries:"
  rg 'unocss@' -n pnpm-lock.yaml | sed -n '1,5p'
fi

Length of output: 183


Lockfile update needed for unocss@^66.1.0
The unocss@^66.1.0 release is published on npm, but your pnpm-lock.yaml doesn’t yet include it. Please run your installer to update the lockfile and commit the changes, then rerun tests to confirm compatibility.

• pnpm-lock.yaml – regenerate to include unocss@66.1.0

}
}
Loading
Loading