-
Notifications
You must be signed in to change notification settings - Fork 343
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
bump alpha version #793
bump alpha version #793
Conversation
WalkthroughThe pull request introduces significant version updates across multiple packages within the Changes
Possibly related PRs
Poem
Tip New featuresWalkthrough comment now includes:
Notes:
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 3
Outside diff range, codebase verification and nitpick comments (3)
packages/plugins/state/package.json (1)
3-3
: Update version reference in mock data.The version "1.0.3" is still referenced in
mockServer/src/mock/get/app-center/v1/apps/schema/918.json
. Please update this to "2.0.0-alpha.1" to ensure consistency across the codebase, especially if this file is used in testing or documentation.Analysis chain
Version update approved.
The update from
1.0.3
to2.0.0-alpha.1
is significant, indicating new features or breaking changes. Ensure that all dependent systems or documentation reflect this version change.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify that all references to this package's version are updated. # Test: Search for outdated version references. Expect: No occurrences of "1.0.3". rg --type json -A 5 $'1.0.3'Length of output: 510
packages/plugins/page/package.json (1)
3-3
: Outdated version reference found.The version "1.0.3" is still referenced in
mockServer/src/mock/get/app-center/v1/apps/schema/918.json
. Please verify if this reference should be updated to "2.0.0-alpha.1" or if it is intentionally left as is for testing purposes.
mockServer/src/mock/get/app-center/v1/apps/schema/918.json
:"sdkVersion": "1.0.3"
Analysis chain
Version update approved.
The update from
1.0.3
to2.0.0-alpha.1
is significant, indicating new features or breaking changes. Ensure that all dependent systems or documentation reflect this version change.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify that all references to this package's version are updated. # Test: Search for outdated version references. Expect: No occurrences of "1.0.3". rg --type json -A 5 $'1.0.3'Length of output: 510
packages/common/package.json (1)
3-3
: Update Required: Missing Changelog Entry for Version 2.0.0-alpha.1The
CHANGELOG.md
file does not contain an entry for the new version2.0.0-alpha.1
. Please update the changelog to include details about the changes, new features, and any breaking changes introduced in this version. Additionally, verify that all relevant documentation is updated to reflect these changes.
- Ensure
CHANGELOG.md
includes an entry for2.0.0-alpha.1
.- Verify other documentation for necessary updates.
Analysis chain
Version update approved.
The version update from
1.0.2
to2.0.0-alpha.1
is noted and approved. This major version change implies significant updates or potential breaking changes.Please ensure that:
- All dependencies that rely on this package are checked for compatibility with this new version.
- Documentation is updated to reflect the changes introduced in this version.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify dependency compatibility and documentation updates. # Test: Search for dependency mentions in the repository. Expect: Updated version references. rg --type json -A 5 $'@opentiny/tiny-engine-common' # Test: Search for documentation mentions. Expect: Updated version references. rg --type md -A 5 $'@opentiny/tiny-engine-common'Length of output: 13513
Script:
#!/bin/bash # Search for mentions of the version number in Markdown files to ensure documentation is updated. rg --type md -A 5 '2.0.0-alpha.1' # Search for any CHANGELOG or similar files that might document version changes. fd -e md -e txt -e rst | grep -i 'changelog\|release\|version'Length of output: 111
Script:
#!/bin/bash # Display the contents of the CHANGELOG.md file to verify documentation of version changes. cat CHANGELOG.mdLength of output: 112
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (56)
- designer-demo/package.json (1 hunks)
- mockServer/package.json (2 hunks)
- packages/blockToWebComponentTemplate/package.json (1 hunks)
- packages/build/vite-config/package.json (1 hunks)
- packages/build/vite-plugin-meta-comments/package.json (2 hunks)
- packages/builtinComponent/package.json (1 hunks)
- packages/canvas/package.json (2 hunks)
- packages/common/package.json (3 hunks)
- packages/configurator/package.json (2 hunks)
- packages/design-core/package.json (5 hunks)
- packages/engine-cli/package.json (2 hunks)
- packages/http/package.json (2 hunks)
- packages/i18n/package.json (1 hunks)
- packages/layout/package.json (1 hunks)
- packages/plugins/block/package.json (2 hunks)
- packages/plugins/bridge/package.json (2 hunks)
- packages/plugins/datasource/package.json (2 hunks)
- packages/plugins/help/package.json (2 hunks)
- packages/plugins/i18n/package.json (2 hunks)
- packages/plugins/materials/package.json (2 hunks)
- packages/plugins/page/package.json (2 hunks)
- packages/plugins/robot/package.json (2 hunks)
- packages/plugins/schema/package.json (2 hunks)
- packages/plugins/script/package.json (1 hunks)
- packages/plugins/state/package.json (2 hunks)
- packages/plugins/tree/package.json (1 hunks)
- packages/plugins/tutorial/package.json (2 hunks)
- packages/register/package.json (2 hunks)
- packages/settings/design/package.json (2 hunks)
- packages/settings/events/package.json (2 hunks)
- packages/settings/panel/package.json (1 hunks)
- packages/settings/props/package.json (2 hunks)
- packages/settings/styles/package.json (2 hunks)
- packages/svgs/package.json (2 hunks)
- packages/theme/base/package.json (2 hunks)
- packages/theme/dark/package.json (2 hunks)
- packages/theme/light/package.json (2 hunks)
- packages/toolbars/breadcrumb/package.json (2 hunks)
- packages/toolbars/clean/package.json (2 hunks)
- packages/toolbars/collaboration/package.json (2 hunks)
- packages/toolbars/fullscreen/package.json (2 hunks)
- packages/toolbars/generate-code/package.json (2 hunks)
- packages/toolbars/lang/package.json (2 hunks)
- packages/toolbars/layout/package.json (2 hunks)
- packages/toolbars/lock/package.json (2 hunks)
- packages/toolbars/logo/package.json (2 hunks)
- packages/toolbars/logout/package.json (2 hunks)
- packages/toolbars/media/package.json (2 hunks)
- packages/toolbars/preview/package.json (2 hunks)
- packages/toolbars/redoundo/package.json (2 hunks)
- packages/toolbars/refresh/package.json (2 hunks)
- packages/toolbars/save/package.json (2 hunks)
- packages/toolbars/setting/package.json (2 hunks)
- packages/utils/package.json (1 hunks)
- packages/vue-generator/package.json (1 hunks)
- packages/webcomponent/package.json (1 hunks)
Files skipped from review due to trivial changes (6)
- packages/build/vite-plugin-meta-comments/package.json
- packages/http/package.json
- packages/plugins/bridge/package.json
- packages/plugins/robot/package.json
- packages/plugins/tutorial/package.json
- packages/settings/styles/package.json
Additional comments not posted (91)
packages/theme/base/package.json (1)
3-3
: Version update approved.The update to
2.0.0-alpha.1
aligns with the PR's objectives and suggests significant changes or additions in this alpha release.packages/builtinComponent/package.json (1)
3-3
: Version update approved.The update to
2.0.0-alpha.1
aligns with the PR's objectives and suggests significant changes or additions in this alpha release.packages/theme/dark/package.json (1)
3-3
: Version update approved.The update to
2.0.0-alpha.1
aligns with the PR's objectives and suggests significant changes or additions in this alpha release.packages/theme/light/package.json (1)
3-3
: Version update approved.The update from
1.0.5
to2.0.0-alpha.1
is significant, indicating new features or breaking changes. Ensure that all dependencies and integrations are tested with this new version.packages/utils/package.json (1)
3-3
: Version update approved.The update from
1.0.4
to2.0.0-alpha.1
is significant, indicating new features or breaking changes. Ensure that all dependencies and integrations are tested with this new version.packages/register/package.json (2)
7-19
: Metadata additions approved.The additions of author, license, bugs, publishConfig, and repository fields enhance the package's clarity and usability. Verify that the metadata accurately reflects the project's standards and intentions.
3-3
: Version update approved.The update from
1.0.0
to2.0.0-alpha.1
is significant, indicating new features or breaking changes. Ensure that all dependencies and integrations are tested with this new version.packages/toolbars/layout/package.json (2)
3-3
: Version Update to Alpha ConfirmedThe update of the version to
2.0.0-alpha.1
aligns with the PR's objective to move to an alpha release, indicating significant changes or new features that are still under testing.
27-27
: Check for Dependency DuplicationThe dependency
@opentiny/tiny-engine-vite-plugin-meta-comments
is listed in thedevDependencies
. Ensure there is no duplication in the file, as the summary suggests an addition and removal of the same dependency. This could be a clerical error in the summary or a real issue in the file.packages/toolbars/logout/package.json (2)
3-3
: Version Update to Alpha ConfirmedThe update of the version to
2.0.0-alpha.1
aligns with the PR's objective to move to an alpha release, indicating significant changes or new features that are still under testing.
27-27
: Check for Correct Dependency ListingThe dependency
@opentiny/tiny-engine-vite-plugin-meta-comments
is listed in thedevDependencies
. Ensure there is no duplication in the file, as the summary suggests an addition of the same dependency. This could be a clerical error in the summary or a real issue in the file.packages/svgs/package.json (2)
3-3
: Version Update to Alpha ConfirmedThe update of the version to
2.0.0-alpha.1
aligns with the PR's objective to move to an alpha release, indicating significant changes or new features that are still under testing.
3-3
: Verify Removal of Dependencies SectionThe removal of the
dependencies
section from the package.json file could have significant implications. Verify that this change is intentional and correctly reflects the package's current needs, ensuring that no essential dependencies are missing that could affect the functionality.packages/settings/panel/package.json (1)
3-3
: Version Update to Alpha NotedThe update of the version number from
1.0.3
to2.0.0-alpha.1
is significant, indicating major changes or additions. This aligns with the PR's objective to bump the project to an alpha version for testing and potential instability. Ensure that all dependencies and consumers of this package are aware of and compatible with these changes.packages/toolbars/fullscreen/package.json (2)
3-3
: Version Update to Alpha NotedThe update of the version number from
1.0.3
to2.0.0-alpha.1
is significant, indicating major changes or additions. This aligns with the PR's objective to bump the project to an alpha version for testing and potential instability. Ensure that all dependencies and consumers of this package are aware of and compatible with these changes.
30-30
: Cleanup indevDependencies
ApprovedThe removal of the duplicate entry for
@opentiny/tiny-engine-vite-plugin-meta-comments
indevDependencies
simplifies the package's dependency management. This change helps maintain clarity and avoid potential issues with dependency resolution.packages/toolbars/refresh/package.json (2)
3-3
: Version Update to Alpha NotedThe update of the version number from
1.0.3
to2.0.0-alpha.1
is significant, indicating major changes or additions. This aligns with the PR's objective to bump the project to an alpha version for testing and potential instability. Ensure that all dependencies and consumers of this package are aware of and compatible with these changes.
30-30
: Addition indevDependencies
ApprovedThe addition of
@opentiny/tiny-engine-vite-plugin-meta-comments
todevDependencies
is noted. This change likely supports the development environment by integrating additional tooling for meta comments. Ensure that this addition is documented and that its impact on the build process is evaluated.packages/toolbars/redoundo/package.json (2)
3-3
: Version update approved.The update from
1.0.3
to2.0.0-alpha.1
is significant, indicating major changes or new features. Ensure that all dependencies and integrations are tested thoroughly to handle this major version change.
30-30
: Clarify dependency status.The dependency
@opentiny/tiny-engine-vite-plugin-meta-comments
is listed as both added and removed in the summary. Please verify the dependency list to ensure that it is correctly managed and there are no duplicates or misconfigurations.packages/toolbars/collaboration/package.json (2)
3-3
: Version update approved.The update from
1.0.3
to2.0.0-alpha.1
is significant, indicating major changes or new features. Ensure that all dependencies and integrations are tested thoroughly to handle this major version change.
30-30
: Dependency reorganization approved.Moving
@opentiny/tiny-engine-vite-plugin-meta-comments
to the top of the list indevDependencies
is noted. Ensure that this reorganization reflects its priority or importance correctly and verify that there are no duplicate entries.Verification successful
Dependency reorganization verified successfully.
The dependency
@opentiny/tiny-engine-vite-plugin-meta-comments
is correctly listed without duplicates in thedevDependencies
section ofpackage.json
. No issues were found.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the dependency list for duplicates or misconfigurations. # Test: Search for the dependency in the package.json file. Expect: Only one occurrence. rg --type json -A 5 $'@opentiny/tiny-engine-vite-plugin-meta-comments' packages/toolbars/collaboration/package.jsonLength of output: 310
packages/engine-cli/package.json (2)
3-3
: Version update approved.The update from
1.0.0
to2.0.0-alpha.1
is significant, indicating major changes or new features. Ensure that all dependencies and integrations are tested thoroughly to handle this major version change.
34-34
: Clarify dependency status.The dependency
@inquirer/prompts
is listed as both added and removed in the summary. Please verify the dependency list to ensure that it is correctly managed and there are no duplicates or misconfigurations.Verification successful
Dependency correctly listed.
The dependency
@inquirer/prompts
is correctly listed in thepackage.json
file without any duplicates or misconfigurations. The initial concern about it being both added and removed appears to be a misunderstanding. No further action is needed.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the dependency list for duplicates or misconfigurations. # Test: Search for the dependency in the package.json file. Expect: Only one occurrence. rg --type json -A 5 $'@inquirer/prompts' packages/engine-cli/package.jsonLength of output: 215
packages/toolbars/lang/package.json (2)
3-3
: Version update to2.0.0-alpha.1
approved.The update from
1.0.4
to2.0.0-alpha.1
reflects a major change, likely introducing new features or breaking changes. Ensure that all dependencies and integrations are tested with this new version.
31-31
: Removal of duplicatedevDependency
entry approved.Removing the duplicate entry for
@opentiny/tiny-engine-vite-plugin-meta-comments
is a good practice to avoid confusion and potential build issues. Ensure that this change is reflected in all relevant build scripts and documentation.packages/toolbars/media/package.json (2)
3-3
: Version update to2.0.0-alpha.1
approved.The update from
1.0.3
to2.0.0-alpha.1
reflects a major change, likely introducing new features or breaking changes. Ensure that all dependencies and integrations are tested with this new version.
30-30
: Addition ofdevDependency
approved.Adding
@opentiny/tiny-engine-vite-plugin-meta-comments
todevDependencies
is approved, assuming it enhances the development environment or tooling. Verify that this addition is necessary and does not introduce redundancy.packages/toolbars/preview/package.json (2)
3-3
: Version update to2.0.0-alpha.1
approved.The update from
1.0.3
to2.0.0-alpha.1
reflects a major change, likely introducing new features or breaking changes. Ensure that all dependencies and integrations are tested with this new version.
31-31
: Addition ofdevDependency
approved.Adding
@opentiny/tiny-engine-vite-plugin-meta-comments
todevDependencies
is approved, assuming it enhances the development environment or tooling. Verify that this addition is necessary and does not introduce redundancy.packages/toolbars/clean/package.json (3)
3-3
: Confirm testing and documentation for the version update.The version update to
2.0.0-alpha.1
suggests significant changes. Please confirm that all necessary tests have been added and documentation has been updated as per the PR checklist.
31-31
: Approve the addition of the new development dependency.The addition of
@opentiny/tiny-engine-vite-plugin-meta-comments
is approved, assuming it aligns with the project's development practices and enhances the development environment.
27-28
: Note the reordering of dependencies.The reordering of dependencies does not impact functionality but should be consistent across related packages. Please ensure that similar changes are applied uniformly to maintain consistency.
packages/toolbars/setting/package.json (3)
3-3
: Confirm testing and documentation for the version update.The version update to
2.0.0-alpha.1
suggests significant changes. Please confirm that all necessary tests have been added and documentation has been updated as per the PR checklist.
31-31
: Approve the addition of the new development dependency.The addition of
@opentiny/tiny-engine-vite-plugin-meta-comments
is approved, assuming it aligns with the project's development practices and enhances the development environment.
27-28
: Note the reordering of dependencies.The reordering of dependencies does not impact functionality but should be consistent across related packages. Please ensure that similar changes are applied uniformly to maintain consistency.
packages/settings/design/package.json (3)
3-3
: Confirm testing and documentation for the version update.The version update to
2.0.0-alpha.1
suggests significant changes. Please confirm that all necessary tests have been added and documentation has been updated as per the PR checklist.
28-28
: Approve the addition of the new dependency.The addition of
@opentiny/tiny-engine-configurator
is approved, assuming it aligns with the project's development practices and enhances the package's functionality.
28-28
: Note the reordering of dependencies.The reordering of dependencies does not impact functionality but should be consistent across related packages. Please ensure that similar changes are applied uniformly to maintain consistency.
packages/plugins/help/package.json (2)
3-3
: Version update to alpha confirmed.The update from
1.0.3
to2.0.0-alpha.1
aligns with the PR's objective to bump the project to an alpha version for further development and testing.
27-28
: Dependency reordering confirmed.The reordering of
@opentiny/tiny-engine-http
and@opentiny/tiny-engine-meta-register
does not impact functionality but may improve readability or organizational consistency.designer-demo/package.json (3)
4-4
: Version update to alpha confirmed.The update from
0.0.0
to2.0.0-alpha.1
aligns with the PR's objective to bump the project to an alpha version for further development and testing.
16-16
: Addition of new dependencies confirmed.The addition of
@opentiny/vue-design-smb
,@opentiny/tiny-engine-mock
, and@opentiny/tiny-engine-vite-config
suggests enhancements to the project's functionality and development environment. Ensure these additions are necessary and do not introduce unnecessary bloat.Also applies to: 24-24, 25-25
20-21
: Dependency reordering confirmed.The reordering of
@opentiny/vue-theme
andvue
does not impact functionality but may improve readability or organizational consistency.packages/toolbars/lock/package.json (3)
3-3
: Version update to alpha confirmed.The update from
1.0.3
to2.0.0-alpha.1
aligns with the PR's objective to bump the project to an alpha version for further development and testing.
32-32
: Addition of new dependency confirmed.The addition of
@opentiny/tiny-engine-vite-plugin-meta-comments
suggests enhancements to the project's development environment. Ensure this addition is necessary and does not introduce unnecessary bloat.
28-29
: Dependency reordering confirmed.The reordering of
@opentiny/tiny-engine-meta-register
and@opentiny/tiny-engine-utils
does not impact functionality but may improve readability or organizational consistency.packages/toolbars/save/package.json (2)
3-3
: Version update to2.0.0-alpha.1
approved.The update from
1.0.3
to2.0.0-alpha.1
indicates significant changes, possibly including new features or breaking changes. Ensure that this version change is well-documented and that all dependencies are compatible with this new version.Verification successful
Version update to
2.0.0-alpha.1
verified.The dependencies are managed within the workspace using
workspace:*
, which suggests they are expected to be compatible. Ensure that the changes in this version do not introduce breaking changes that affect other packages within the workspace.
- Verify internal compatibility within the workspace.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify dependency compatibility with new version. # Test: Search for dependency compatibility issues. Expect: No compatibility issues reported. rg --type json -A 5 $'dependencies' packages/toolbars/save/package.jsonLength of output: 276
32-32
: Addition of@opentiny/tiny-engine-vite-plugin-meta-comments
approved.The addition of this new development tool suggests an enhancement in the development environment. Ensure that this tool integrates well with the existing development setup and that it is used effectively in the development process.
Verification successful
The
@opentiny/tiny-engine-vite-plugin-meta-comments
is well-integrated and actively used.The plugin is imported and utilized in numerous Vite configuration files across the project, confirming its integration into the build process. This supports the enhancement of the development environment as intended.
- Files where the plugin is used include various
vite.config.js
files across multiple packages.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the integration and usage of the new development tool. # Test: Search for usage of the new plugin in the project's build scripts. Expect: At least one usage found. rg --type json -A 5 $'@opentiny/tiny-engine-vite-plugin-meta-comments' packages/toolbars/save/package.jsonLength of output: 301
Script:
#!/bin/bash # Description: Search for the usage of the new plugin in Vite configuration files or other relevant build scripts. # Test: Look for any references to the new plugin in JavaScript or TypeScript files, which might include Vite configuration. rg '@opentiny/tiny-engine-vite-plugin-meta-comments' --type js --type tsLength of output: 5147
packages/toolbars/logo/package.json (2)
3-3
: Version update to2.0.0-alpha.1
approved.The update from
1.0.3
to2.0.0-alpha.1
indicates significant changes, possibly including new features or breaking changes. Ensure that this version change is well-documented and that all dependencies are compatible with this new version.Verification successful
Version update to
2.0.0-alpha.1
approved.The dependencies are managed within the workspace, which minimizes the risk of compatibility issues. However, ensure that the changes in this package do not introduce breaking changes for other packages within the workspace.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify dependency compatibility with new version. # Test: Search for dependency compatibility issues. Expect: No compatibility issues reported. rg --type json -A 5 $'dependencies' packages/toolbars/logo/package.jsonLength of output: 275
32-32
: Addition of@opentiny/tiny-engine-vite-plugin-meta-comments
approved.The addition of this new development tool suggests an enhancement in the development environment. Ensure that this tool integrates well with the existing development setup and that it is used effectively in the development process.
Verification successful
Integration and Usage of
@opentiny/tiny-engine-vite-plugin-meta-comments
ConfirmedThe plugin
@opentiny/tiny-engine-vite-plugin-meta-comments
is actively used in multiple Vite configuration files across various packages, confirming its integration into the development setup.
- The plugin is imported and used in the
plugins
array in Vite configuration files such aspackages/toolbars/logo/vite.config.js
and many others.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the integration and usage of the new development tool. # Test: Search for usage of the new plugin in the project's build scripts. Expect: At least one usage found. rg --type json -A 5 $'@opentiny/tiny-engine-vite-plugin-meta-comments' packages/toolbars/logo/package.jsonLength of output: 301
Script:
#!/bin/bash # Description: Search for the usage of the new plugin in Vite configuration files or other relevant scripts. # Test: Search for the usage of the new plugin in Vite configuration files. Expect: At least one usage found. rg '@opentiny/tiny-engine-vite-plugin-meta-comments' --glob '**/vite.config.*' -A 5Length of output: 18212
packages/plugins/script/package.json (1)
3-3
: Version update to2.0.0-alpha.1
approved.The update from
1.0.3
to2.0.0-alpha.1
indicates significant changes, possibly including new features or breaking changes. Ensure that this version change is well-documented and that all dependencies are compatible with this new version.Verification successful
Version update to
2.0.0-alpha.1
approved.The update from
1.0.3
to2.0.0-alpha.1
indicates significant changes, possibly including new features or breaking changes. The dependencies are specified withworkspace:*
, suggesting they are managed within the same repository. Ensure that the changes introduced in this version have been tested with the current dependencies and that any necessary adjustments have been made to maintain compatibility.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify dependency compatibility with new version. # Test: Search for dependency compatibility issues. Expect: No compatibility issues reported. rg --type json -A 5 $'dependencies' packages/plugins/script/package.jsonLength of output: 277
packages/toolbars/breadcrumb/package.json (2)
3-3
: Version update approved.The update from
1.0.3
to2.0.0-alpha.1
indicates significant changes or additions, aligning with the PR's objectives to update the alpha version.
33-33
: Clarify dependency addition.The dependency
@opentiny/tiny-engine-vite-plugin-meta-comments
is listed as added in thedevDependencies
. The summary mentions both an addition and a removal, which might be an error. Please verify the change log for any discrepancies.packages/plugins/tree/package.json (1)
3-3
: Version update approved.The update from
1.0.3
to2.0.0-alpha.1
indicates significant changes or additions, aligning with the PR's objectives to update the alpha version.packages/toolbars/generate-code/package.json (2)
3-3
: Version update approved.The update from
1.0.3
to2.0.0-alpha.1
indicates significant changes or additions, aligning with the PR's objectives to update the alpha version.
33-33
: Clarify dependency addition.The dependency
@opentiny/tiny-engine-vite-plugin-meta-comments
is listed as added in thedevDependencies
. The summary mentions both an addition and a removal, which might be an error. Please verify the change log for any discrepancies.packages/plugins/schema/package.json (1)
29-29
: Dependency reordering approved.The reordering of
@opentiny/tiny-engine-meta-register
in the dependencies list is a minor change and does not impact functionality. However, ensure that the version specified matches the project's current requirements.Please verify that the version of
@opentiny/tiny-engine-meta-register
used here is consistent with other parts of the project.packages/settings/events/package.json (1)
27-27
: Dependency re-addition approved.The re-addition of
@opentiny/tiny-engine-common
in the dependencies list is noted. Ensure that the version and usage of this dependency are consistent across the project.Please verify that the version of
@opentiny/tiny-engine-common
used here matches other parts of the project and that it is correctly integrated.packages/plugins/i18n/package.json (1)
29-29
: Dependency reordering approved.The reordering of
@opentiny/tiny-engine-meta-register
in the dependencies list is a minor change and does not impact functionality. However, ensure that the version specified matches the project's current requirements.Please verify that the version of
@opentiny/tiny-engine-meta-register
used here is consistent with other parts of the project.packages/plugins/state/package.json (1)
29-29
: Dependency reordering noted.The reordering of
@opentiny/tiny-engine-meta-register
in the dependency list is observed. While this does not impact functionality, ensure that this change is intentional and documented if necessary.packages/plugins/page/package.json (1)
29-29
: Dependency reordering noted.The reordering of
@opentiny/tiny-engine-meta-register
in the dependency list is observed. While this does not impact functionality, ensure that this change is intentional and documented if necessary.packages/layout/package.json (6)
10-10
: Addition of license field approved.The inclusion of the
MIT
license is important for legal clarity and compliance. Ensure that this license accurately reflects the intended use and distribution rights for the package.
11-12
: Addition of bugs field approved.The inclusion of a URL for reporting issues enhances user support and is a best practice for open-source projects. Ensure that the URL is active and correctly directs users to the issue tracker.
14-15
: Addition of publishConfig field approved.The specification of public access in the
publishConfig
field is crucial for ensuring the package is accessible on registries as intended. Confirm that this setting aligns with the overall distribution strategy for the package.
17-20
: Addition of repository field approved.The inclusion of source control information in the
repository
field is essential for developers looking to contribute or track changes. Ensure that the URL and directory path are correct and accessible.
27-27
: Dependency reordering noted.The reordering of
@opentiny/tiny-engine-meta-register
in the dependency list is observed. While this does not impact functionality, ensure that this change is intentional and documented if necessary.
3-3
: Version update approved.The update from
1.0.0
to2.0.0-alpha.1
is significant, indicating new features or breaking changes. Ensure that all dependent systems or documentation reflect this version change.packages/configurator/package.json (2)
3-3
: Version update approved.The update from
1.0.0
to2.0.0-alpha.1
is significant, indicating major changes or additions. This aligns with the PR's objectives.
30-30
: Dependency addition and reordering approved.The addition of
@opentiny/tiny-engine-meta-register
and its placement higher in the list suggest a change in priority. Ensure this change is reflected consistently across related packages.Run the following script to verify the consistency of dependency usage:
Verification successful
Dependency usage is consistent across the codebase.
The
@opentiny/tiny-engine-meta-register
dependency is consistently used with the version "workspace:*" across various packages, indicating proper management within the monorepo. No inconsistencies were found.
- Packages where the dependency is used include
layout
,configurator
,toolbars
,settings
,plugins
,common
,design-core
, andcanvas
.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the consistency of `@opentiny/tiny-engine-meta-register` usage across packages. # Test: Search for the dependency usage. Expect: Consistent version and placement across packages. rg --type json -A 5 $'@opentiny/tiny-engine-meta-register'Length of output: 17466
packages/blockToWebComponentTemplate/package.json (1)
3-3
: Version update approved.The update from
1.0.2
to2.0.0-alpha.1
is significant, indicating major changes or additions. This aligns with the PR's objectives.packages/plugins/materials/package.json (2)
3-3
: Version update approved.The update from
1.0.3
to2.0.0-alpha.1
is significant, indicating major changes or additions. This aligns with the PR's objectives.
27-31
: Dependency addition and reordering approved.The addition of
@opentiny/tiny-engine-builtin-component
and the reordering of other dependencies suggest changes in priority. Ensure this change is reflected consistently across related packages.Run the following script to verify the consistency of dependency usage:
Verification successful
Dependency usage is consistent across packages.
The dependency
@opentiny/tiny-engine-builtin-component
is consistently set to"workspace:*"
in the relevantpackage.json
files, indicating a uniform approach for internal workspace dependencies. The different usage inimportMap.json
appears intentional for external loading purposes. No further action is required.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the consistency of dependency usage across packages. # Test: Search for the dependency usage. Expect: Consistent version and placement across packages. rg --type json -A 5 $'@opentiny/tiny-engine-builtin-component'Length of output: 2854
packages/settings/props/package.json (2)
42-42
: Dependency reordering approved.The reordering of
@opentiny/vue-renderless
withinpeerDependencies
is noted. Ensure that this does not affect the resolution process during installation.Verification successful
Dependency reordering verified successfully.
The reordering of
@opentiny/vue-renderless
within thepeerDependencies
ofpackages/settings/props/package.json
does not introduce any resolution conflicts or issues. The version remains unchanged, ensuring compatibility.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the resolution process for reordered dependencies. # Test: Check for resolution conflicts. Expect: No resolution conflicts. rg --type json -A 5 $'peerDependencies'Length of output: 14120
3-3
: Version update approved.The update to
2.0.0-alpha.1
is consistent with the PR's objectives. Ensure that all dependencies are compatible with this new version and that the change is well-documented.Verification successful
No dependency compatibility issues found.
The update to
2.0.0-alpha.1
does not introduce any dependency compatibility issues based on the current dependencies listed in the repository. The use ofworkspace:*
for many dependencies suggests internal management, which should ensure compatibility.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify dependency compatibility with the new version. # Test: Search for dependency compatibility issues. Expect: No compatibility issues. rg --type json -A 5 $'dependencies'Length of output: 31002
packages/plugins/block/package.json (2)
3-3
: Version update approved.The update to
2.0.0-alpha.1
is consistent with the PR's objectives. Ensure that all dependencies are compatible with this new version and that the change is well-documented.Verification successful
Version update verified.
The update to
2.0.0-alpha.1
inpackages/plugins/block/package.json
is compatible with the existing dependencies, as indicated by the use ofworkspace:*
and the presence of compatible version specifiers in related files. No compatibility issues were found.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify dependency compatibility with the new version. # Test: Search for dependency compatibility issues. Expect: No compatibility issues. rg --type json -A 5 $'dependencies'Length of output: 31002
29-29
: Dependency reordering approved.The reordering of
@opentiny/tiny-engine-meta-register
withindependencies
is noted. Ensure that this does not affect the resolution process during installation.Verification successful
Dependency reordering verified successfully.
The reordering of
@opentiny/tiny-engine-meta-register
within thedependencies
section ofpackages/plugins/block/package.json
does not introduce any resolution conflicts. The use ofworkspace:*
ensures that the dependency is managed correctly within the monorepo. No further action is required.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the resolution process for reordered dependencies. # Test: Check for resolution conflicts. Expect: No resolution conflicts. rg --type json -A 5 $'dependencies'Length of output: 31002
packages/plugins/datasource/package.json (2)
3-3
: Version update approved.The update to
2.0.0-alpha.1
is consistent with the PR's objectives. Ensure that all dependencies are compatible with this new version and that the change is well-documented.Verification successful
Version update verified.
The version update to
2.0.0-alpha.1
inpackages/plugins/datasource/package.json
is consistent with the dependencies across the codebase. No compatibility issues were found. Ensure that this change is documented appropriately.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify dependency compatibility with the new version. # Test: Search for dependency compatibility issues. Expect: No compatibility issues. rg --type json -A 5 $'dependencies'Length of output: 31002
29-29
: Dependency reordering approved.The reordering of
@opentiny/tiny-engine-meta-register
withindependencies
is noted. Ensure that this does not affect the resolution process during installation.Verification successful
Dependency reordering verified successfully.
The reordering of
@opentiny/tiny-engine-meta-register
within thedependencies
ofpackages/plugins/datasource/package.json
does not introduce any resolution conflicts. The use ofworkspace:*
ensures consistent version management across the monorepo. No further action is required.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the resolution process for reordered dependencies. # Test: Check for resolution conflicts. Expect: No resolution conflicts. rg --type json -A 5 $'dependencies'Length of output: 31002
packages/webcomponent/package.json (1)
3-3
: Version update approved.The update from
1.0.4
to2.0.0-alpha.1
follows semantic versioning principles, indicating major changes or breaking changes. Ensure that all dependent systems are updated to handle this new version.packages/i18n/package.json (1)
3-3
: Version update approved.The update from
1.0.3
to2.0.0-alpha.1
follows semantic versioning principles, indicating major changes or breaking changes. Ensure that all dependent systems are updated to handle this new version.packages/canvas/package.json (2)
3-3
: Version update approved.The update from
1.0.3
to2.0.0-alpha.1
follows semantic versioning principles, indicating major changes or breaking changes. Ensure that all dependent systems are updated to handle this new version.
31-34
: Dependency changes noted.The addition of
@opentiny/tiny-engine-http
and the reordering of dependencies like@opentiny/tiny-engine-common
and@opentiny/tiny-engine-meta-register
should be carefully reviewed to ensure they do not introduce any issues with dependency resolution or package functionality.Consider documenting the reasons for these dependency changes in the project's README or in the relevant documentation to clarify the changes for other developers and maintainers.
Verification successful
Dependency Changes Verified
The addition of
@opentiny/tiny-engine-http
and the reordering of dependencies like@opentiny/tiny-engine-common
and@opentiny/tiny-engine-meta-register
inpackages/canvas/package.json
are unlikely to introduce issues, given their extensive usage and integration across the codebase. However, it is recommended to verify these changes through the project's build and test processes to ensure no dependency resolution or functionality issues arise.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the dependency resolution order and check for potential conflicts. # Test: Search for the dependency usage in the project. Expect: No conflicts or issues. rg --type json -A 5 $'dependencies'Length of output: 31002
Script:
#!/bin/bash # Search for the usage of @opentiny/tiny-engine-http in the codebase rg '@opentiny/tiny-engine-http' # Search for the usage of @opentiny/tiny-engine-common in the codebase rg '@opentiny/tiny-engine-common' # Search for the usage of @opentiny/tiny-engine-meta-register in the codebase rg '@opentiny/tiny-engine-meta-register'Length of output: 53687
packages/vue-generator/package.json (1)
3-3
: Version update approved.The version update from
1.0.3
to2.0.0-alpha.1
is noted and approved. This major version change implies significant updates or potential breaking changes.Please ensure that:
- All dependencies that rely on this package are checked for compatibility with this new version.
- Documentation is updated to reflect the changes introduced in this version.
Verification successful
Version update verification complete.
The version update to
2.0.0-alpha.1
is compatible with the dependencies in the repository, and the documentation does not require specific version updates. No issues were found.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify dependency compatibility and documentation updates. # Test: Search for dependency mentions in the repository. Expect: Updated version references. rg --type json -A 5 $'@opentiny/tiny-engine-dsl-vue' # Test: Search for documentation mentions. Expect: Updated version references. rg --type md -A 5 $'@opentiny/tiny-engine-dsl-vue'Length of output: 2871
packages/common/package.json (2)
57-57
: Peer dependency reordering noted.The reordering of
@opentiny/vue-locale
in peerDependencies is noted. Please verify that this reordering does not impact the functional dependencies or the build process.Verification successful
Peer dependency reordering does not impact functionality or build process.
The reordering of
@opentiny/vue-locale
in thepeerDependencies
section ofpackage.json
does not affect the functionality or the build process, as JSON objects are unordered collections. The search results confirm consistent usage across the repository without any indication of order significance.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the impact of peer dependency reordering. # Test: Search for peer dependency mentions in the repository. Expect: No functional impact. rg --type json -A 5 $'@opentiny/vue-locale'Length of output: 1523
38-38
: New dependency added: Review required.The addition of
@opentiny/tiny-engine-meta-register
as a dependency is noted. Please provide justification for this new dependency and assess its impact on the package's functionality and integration with other components.Verification successful
Dependency Justification: @opentiny/tiny-engine-meta-register
The
@opentiny/tiny-engine-meta-register
dependency is extensively used across the codebase, providing essential hooks, services, and utilities that are integral to the operation of various modules. Its addition is justified as it plays a significant role in the application's architecture and functionality.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the necessity and impact of the new dependency. # Test: Search for usage of the new dependency in the codebase. Expect: Justified usage. rg --type json -A 5 $'@opentiny/tiny-engine-meta-register'Length of output: 17466
Script:
#!/bin/bash # Description: Search for the usage of the new dependency in JavaScript and TypeScript files. # Test: Search for imports or requires of the new dependency in the codebase. Expect: Justified usage. rg --type js --type ts '@opentiny/tiny-engine-meta-register' -A 5Length of output: 95411
packages/build/vite-config/package.json (1)
3-3
: Version update approved.The version update from
1.0.0
to2.0.0-alpha.1
is noted and approved. This major version change implies significant updates or potential breaking changes.Please ensure that:
- All dependencies that rely on this package are checked for compatibility with this new version.
- Documentation is updated to reflect the changes introduced in this version.
mockServer/package.json (2)
3-3
: Version bump to 2.0.0-alpha.1 noted.This major version update likely introduces breaking changes or significant new features. Ensure that all dependent systems and documentation are updated to reflect these changes.
34-34
: Dependency version update for@opentiny/tiny-engine-dsl-vue
.The dependency has been updated to
2.0.0-alpha.1
. Verify compatibility with this new version to ensure it does not introduce any breaking changes or regressions in functionality.packages/design-core/package.json (2)
3-3
: Version update to 2.0.0-alpha.1 recognized.This update marks a transition to an alpha release, which may introduce new features that are not fully tested or stable. It's crucial to ensure that all documentation and system integrations are updated accordingly.
47-47
: Addition of multiple dependencies noted.The following dependencies have been added:
@opentiny/tiny-engine-configurator
@opentiny/tiny-engine-layout
@opentiny/tiny-engine-meta-register
@opentiny/tiny-engine-plugin-state
@opentiny/tiny-engine-settings-panel
@opentiny/tiny-engine-vite-plugin-meta-comments
Each of these additions should be justified with respect to their roles in the project. Verify that they integrate well with the existing system and do not introduce unnecessary complexity or maintenance challenges.
Also applies to: 50-50, 51-51, 62-62, 69-69, 91-91
* bump alpha version * fix: add public access config * bump version 2.0.0-alpha.1
English | 简体中文
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Background and solution
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
New Features
2.0.0-alpha.1
, indicating the introduction of new features and potential breaking changes.Bug Fixes
Documentation
Chores