-
Notifications
You must be signed in to change notification settings - Fork 20
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
Revert "updated core version (#2020)" #2022
base: console
Are you sure you want to change the base?
Conversation
This reverts commit 12a37dc.
📝 WalkthroughWalkthroughThis pull request involves updates to two HTML files located in the Changes
Possibly related PRs
Suggested reviewers
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: 2
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
⛔ Files ignored due to path filters (8)
health/micro-ui/web/core/package.json
is excluded by!**/*.json
health/micro-ui/web/micro-ui-internals/example/package.json
is excluded by!**/*.json
health/micro-ui/web/micro-ui-internals/package.json
is excluded by!**/*.json
health/micro-ui/web/micro-ui-internals/packages/modules/campaign-manager/package.json
is excluded by!**/*.json
health/micro-ui/web/micro-ui-internals/packages/modules/microplan/package.json
is excluded by!**/*.json
health/micro-ui/web/microplan/package.json
is excluded by!**/*.json
health/micro-ui/web/package.json
is excluded by!**/*.json
health/micro-ui/web/workbench/package.json
is excluded by!**/*.json
📒 Files selected for processing (2)
health/micro-ui/web/micro-ui-internals/example/public/index.html
(1 hunks)health/micro-ui/web/public/index.html
(1 hunks)
🔇 Additional comments (1)
health/micro-ui/web/micro-ui-internals/example/public/index.html (1)
14-14
: Verify compatibility between package versions
The downgrade of digit-ui-components-css from beta.43 to beta.42 needs verification for compatibility with other dependencies:
✅ Verification successful
Version downgrade is safe to proceed
The package-lock.json analysis shows that digit-ui-components-css has been used across different beta versions (beta.13, beta.39) within the same major version (0.0.2) without any breaking changes or special version constraints. The downgrade from beta.43 to beta.42 is within this same version range and maintains compatibility with:
- [email protected] (not directly dependent)
- [email protected] (no explicit dependency on components-css)
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash
# Check package.json files in the repository for any explicit version constraints
# or peer dependencies between these packages
# Search for package.json files containing these package names
rg -l "(@egovernments/digit-ui-components-css|@egovernments/digit-ui-css|@egovernments/digit-ui-health-css)" --type json
# Check for any migration guides or breaking changes in the repository
rg -i "(migration|breaking changes|upgrade guide)" -g "CHANGELOG.md"
Length of output: 352
Script:
#!/bin/bash
# Let's examine the package.json and package-lock.json files to check version dependencies
cat health/micro-ui/web/micro-ui-internals/packages/css/package.json
cat health/micro-ui/web/package-lock.json | grep -A 5 -B 5 "digit-ui-components-css"
Length of output: 5529
This reverts commit 12a37dc.
Choose the appropriate template for your PR:
Feature PR
Feature Request
JIRA ID
Module
Description
Related Issues
Bugfix PR
Bugfix Request
JIRA ID
Module
Description
Root Cause
Related Issues
Release PR
Summary by CodeRabbit
0.0.2-beta.43
to0.0.2-beta.42
in the HTML files.