-
-
Notifications
You must be signed in to change notification settings - Fork 20
chore: update deps #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update deps #100
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,6 @@ | |
| }, | ||
| "devDependencies": { | ||
| "@uni-helper/eslint-config": "^0.4.0", | ||
| "eslint": "^9.25.1" | ||
| "eslint": "^9.26.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent 🧩 Analysis chainValidate ESLint version bump and lockfile consistency. Updated 🏁 Script executed: #!/bin/bash
# Check if ESLint 9.26.0 is available
npm view "eslint@^9.26.0" versionLength 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:
|
||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent 🧩 Analysis chainVerify the new Bumped 🏁 Script executed: #!/bin/bash
# Confirm that `unocss@^66.1.0` is available on npm
npm view "unocss@^66.1.0" versionLength 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'
fiLength of output: 183 Lockfile update needed for unocss@^66.1.0 • pnpm-lock.yaml – regenerate to include |
||
| } | ||
| } | ||
There was a problem hiding this comment.
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
@dcloudiodevDependency updates.Dev dependencies for
@dcloudio/uni-automator,@dcloudio/uni-cli-shared,@dcloudio/uni-stacktracey, and@dcloudio/vite-plugin-uniwere bumped to3.0.0-4060420250429001. Ensure they are available and regenerate the lockfile.🏁 Script executed:
Length of output: 554
Regenerate lockfile after bumping
@dcloudiodevDependenciesAll four packages—
@dcloudio/uni-automator,@dcloudio/uni-cli-shared,@dcloudio/uni-stacktracey, and@dcloudio/vite-plugin-uni—at version3.0.0-4060420250429001are 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).