-
Notifications
You must be signed in to change notification settings - Fork 330
Sync 3.18.0 to dev #2291
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
Sync 3.18.0 to dev #2291
Changes from all commits
ce35aef
1d6b6bd
30384d0
4c1a628
2e0e14b
4f9683f
1101b0b
7561208
cf5f8ea
07484db
6f98771
e7647e6
b19efbc
ac39675
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 |
|---|---|---|
| @@ -1,24 +1,24 @@ | ||
| { | ||
| "name": "@opentiny/vue-form-item", | ||
| "version": "3.18.0", | ||
| "type": "module", | ||
| "version": "3.18.1", | ||
| "description": "", | ||
| "license": "MIT", | ||
| "sideEffects": false, | ||
| "main": "lib/index.js", | ||
| "module": "index.ts", | ||
| "sideEffects": false, | ||
| "type": "module", | ||
| "devDependencies": { | ||
| "@opentiny-internal/vue-test-utils": "workspace:*", | ||
| "vitest": "^0.31.0" | ||
| }, | ||
| "scripts": { | ||
| "build": "pnpm -w build:ui $npm_package_name", | ||
| "//postversion": "pnpm build" | ||
| }, | ||
| "dependencies": { | ||
| "@opentiny/vue-tooltip": "workspace:~", | ||
| "@opentiny/vue-common": "workspace:~", | ||
| "@opentiny/vue-icon": "workspace:~", | ||
| "@opentiny/vue-renderless": "workspace:~", | ||
| "@opentiny/vue-icon": "workspace:~" | ||
| "@opentiny/vue-tooltip": "workspace:~" | ||
|
Comment on lines
+16
to
+18
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. 💡 Codebase verification Unused Dependency Detected: @opentiny/vue-icon The dependency
🔗 Analysis chainVerify the usage of the new dependency The changes to the dependencies look good. The addition of Please verify that 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Check for the usage of @opentiny/vue-icon in the package
# Test: Search for import statements or require calls for @opentiny/vue-icon
rg --type typescript --type vue 'from\s+[\'"]@opentiny/vue-icon[\'"]|require\([\'"]@opentiny/vue-icon[\'"]\)' packages/vue/src/form-item
Length of output: 449 |
||
| }, | ||
| "license": "MIT" | ||
| } | ||
| "devDependencies": { | ||
| "@opentiny-internal/vue-test-utils": "workspace:*", | ||
| "vitest": "^0.31.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,50 +1,50 @@ | ||
| { | ||
| "name": "@opentiny/vue-grid-toolbar", | ||
| "version": "3.18.0", | ||
| "type": "module", | ||
| "version": "3.18.1", | ||
| "description": "", | ||
| "license": "MIT", | ||
| "sideEffects": false, | ||
| "main": "lib/index.js", | ||
| "module": "index.ts", | ||
| "sideEffects": false, | ||
| "type": "module", | ||
| "devDependencies": { | ||
| "@opentiny-internal/vue-test-utils": "workspace:*", | ||
| "vitest": "^0.31.0" | ||
| }, | ||
| "scripts": { | ||
| "build": "pnpm -w build:ui $npm_package_name", | ||
| "//postversion": "pnpm build" | ||
| }, | ||
| "dependencies": { | ||
| "@opentiny/vue-button": "workspace:~", | ||
| "@opentiny/vue-select": "workspace:~", | ||
| "@opentiny/vue-option": "workspace:~", | ||
| "@opentiny/vue-locale": "workspace:~", | ||
| "@opentiny/vue-modal": "workspace:~", | ||
| "@opentiny/vue-icon": "workspace:~", | ||
| "@opentiny/vue-grid": "workspace:~", | ||
| "@opentiny/vue-common": "workspace:~", | ||
| "@opentiny/vue-layout": "workspace:~", | ||
| "@opentiny/vue-row": "workspace:~", | ||
| "@opentiny/vue-col": "workspace:~", | ||
| "@opentiny/vue-alert": "workspace:~", | ||
| "@opentiny/vue-dialog-box": "workspace:~", | ||
| "@opentiny/vue-renderless": "workspace:~", | ||
| "@opentiny/vue-split": "workspace:~", | ||
| "@opentiny/vue-button": "workspace:~", | ||
| "@opentiny/vue-checkbox": "workspace:~", | ||
| "@opentiny/vue-radio": "workspace:~", | ||
| "@opentiny/vue-checkbox-group": "workspace:~", | ||
| "@opentiny/vue-radio-group": "workspace:~", | ||
| "@opentiny/vue-search": "workspace:~", | ||
| "@opentiny/vue-col": "workspace:~", | ||
| "@opentiny/vue-common": "workspace:~", | ||
| "@opentiny/vue-dialog-box": "workspace:~", | ||
| "@opentiny/vue-dropdown": "workspace:~", | ||
| "@opentiny/vue-dropdown-menu": "workspace:~", | ||
| "@opentiny/vue-dropdown-item": "workspace:~", | ||
| "@opentiny/vue-tooltip": "workspace:~", | ||
| "@opentiny/vue-theme": "workspace:~", | ||
| "@opentiny/vue-tabs": "workspace:~", | ||
| "@opentiny/vue-tab-item": "workspace:~", | ||
| "@opentiny/vue-dropdown-menu": "workspace:~", | ||
| "@opentiny/vue-grid": "workspace:~", | ||
| "@opentiny/vue-icon": "workspace:~", | ||
| "@opentiny/vue-input": "workspace:~", | ||
| "@opentiny/vue-layout": "workspace:~", | ||
| "@opentiny/vue-locale": "workspace:~", | ||
| "@opentiny/vue-modal": "workspace:~", | ||
| "@opentiny/vue-option": "workspace:~", | ||
| "@opentiny/vue-popover": "workspace:~", | ||
| "@opentiny/vue-radio": "workspace:~", | ||
| "@opentiny/vue-radio-group": "workspace:~", | ||
| "@opentiny/vue-renderless": "workspace:~", | ||
| "@opentiny/vue-row": "workspace:~", | ||
| "@opentiny/vue-search": "workspace:~", | ||
| "@opentiny/vue-select": "workspace:~", | ||
| "@opentiny/vue-split": "workspace:~", | ||
| "@opentiny/vue-tab-item": "workspace:~", | ||
| "@opentiny/vue-tabs": "workspace:~", | ||
| "@opentiny/vue-theme": "workspace:~", | ||
| "@opentiny/vue-tooltip": "workspace:~", | ||
| "@opentiny/vue-tree": "workspace:~" | ||
| }, | ||
| "license": "MIT" | ||
| } | ||
| "devDependencies": { | ||
| "@opentiny-internal/vue-test-utils": "workspace:*", | ||
| "vitest": "^0.31.0" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| { | ||
| "name": "@opentiny/vue-grid", | ||
| "version": "3.18.0", | ||
| "type": "module", | ||
| "version": "3.18.5", | ||
|
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. 💡 Codebase verification Version update incomplete across package.json files The version was intended to be updated to 3.18.5, but multiple 🔗 Analysis chainVersion update from 3.18.0 to 3.18.5 The package version has been incremented from 3.18.0 to 3.18.5. This minor version bump suggests backward-compatible bug fixes or small features have been added. To ensure consistency across the project, let's verify if this version update is reflected in other relevant files: 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Check for consistency of version 3.18.5 across package.json files
# Test: Search for version 3.18.5 in all package.json files
echo "Checking for version 3.18.5 in package.json files:"
rg --type json '"version":\s*"3.18.5"' -g 'package.json'
# Test: Check if there are any remaining references to version 3.18.0
echo "Checking for any remaining references to version 3.18.0:"
rg --type json '"version":\s*"3.18.0"' -g 'package.json'
Length of output: 17992 |
||
| "description": "", | ||
| "main": "lib/index.js", | ||
| "module": "index.ts", | ||
| "sideEffects": false, | ||
| "type": "module", | ||
| "devDependencies": { | ||
| "@opentiny-internal/vue-test-utils": "workspace:*", | ||
| "vitest": "^0.31.0" | ||
|
|
@@ -31,4 +31,4 @@ | |
| "@opentiny/vue-common": "workspace:~" | ||
| }, | ||
| "license": "MIT" | ||
| } | ||
| } | ||
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.
💡 Codebase verification
Version numbers are inconsistent across packages.
The
packages/theme/package.jsonhas been updated to version3.18.3, while other related packages are on different versions such as3.18.0,3.18.4, and somevuepackages are at3.18.1or3.18.5. Please synchronize the version numbers across all packages to maintain consistency.🔗 Analysis chain
LGTM: Version bump looks good.
The version update from 3.18.1 to 3.18.3 is consistent with the PR objective of synchronizing version 3.18.0 to the dev branch. This minor version bump suggests a patch or small feature update.
To ensure consistency across related packages, please run the following script:
This will help identify any potential version mismatches across different packages in the project.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 19317