You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request updates the workspace dependency specifiers for several internal packages from workspace:* to workspace:^ across multiple package.json files and the pnpm-lock.yaml. This change ensures that the dependencies resolve to the latest compatible versions within the workspace, improving consistency and maintainability.
Dependency specifier updates:
Changed @wso2/oxygen-ui and @wso2/oxygen-ui-icons-react dependency specifiers from workspace:* to workspace:^ in packages/oxygen-ui-docs/package.json[1]samples/oxygen-ui-test-app/package.json[2] and in the corresponding sections of pnpm-lock.yaml[3][4].
Updated @wso2/esbuild-plugin-inline-css-fonts dependency specifier from workspace:* to workspace:^ in packages/oxygen-ui/package.json[1] and pnpm-lock.yaml[2].
Summary by CodeRabbit
Chores
Updated internal workspace dependency version specifiers across multiple packages to refine version resolution and compatibility management.
✏️ Tip: You can customize this high-level summary in your review settings.
Three package.json configuration files have been updated to change workspace dependency version specifiers from workspace:* (any version) to workspace:^ (caret-constrained versions). These changes apply to workspace packages across the monorepo's documentation, core library, and test application.
Changes
Cohort / File(s)
Summary
Workspace dependency version constraint updates packages/oxygen-ui-docs/package.json, packages/oxygen-ui/package.json, samples/oxygen-ui-test-app/package.json
Updated workspace dependency specifiers from workspace:* to workspace:^ format. Affects resolution and potential upgrades during package installation by restricting to caret-constrained versions rather than permitting any workspace version.
Estimated code review effort
🎯 1 (Trivial) | ⏱️ ~3 minutes
Poem
🐰 From stars to carets, we gently refine, Our workspace dependencies now toe the line! No wild wildcards roaming our monorepo's ground, Just caret constraints keeping versions sound! ✨
Check skipped - CodeRabbit’s high-level summary is enabled.
Title check
✅ Passed
The title 'Remove workspace:* usage' directly and accurately reflects the main change: converting workspace:* dependency specifiers to workspace:^ across multiple package.json files.
Docstring Coverage
✅ Passed
No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✏️ Tip: You can configure your own custom pre-merge checks in the settings.
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the workspace dependency specifiers for several internal packages from
workspace:*toworkspace:^across multiplepackage.jsonfiles and thepnpm-lock.yaml. This change ensures that the dependencies resolve to the latest compatible versions within the workspace, improving consistency and maintainability.Dependency specifier updates:
@wso2/oxygen-uiand@wso2/oxygen-ui-icons-reactdependency specifiers fromworkspace:*toworkspace:^inpackages/oxygen-ui-docs/package.json[1]samples/oxygen-ui-test-app/package.json[2] and in the corresponding sections ofpnpm-lock.yaml[3] [4].@wso2/esbuild-plugin-inline-css-fontsdependency specifier fromworkspace:*toworkspace:^inpackages/oxygen-ui/package.json[1] andpnpm-lock.yaml[2].Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.