Skip to content

Comments

Chore: remove skapp ui from main package json#790

Open
hasalarootcode wants to merge 2 commits intomainfrom
chore/remove-skapp-ui-from-main-package-json
Open

Chore: remove skapp ui from main package json#790
hasalarootcode wants to merge 2 commits intomainfrom
chore/remove-skapp-ui-from-main-package-json

Conversation

@hasalarootcode
Copy link
Contributor

PR checklist

TaskId: (https://github.com/SkappHQ/skapp/issues/[id])

Summary

How to test

Project Checklist

  • Changes build without any errors
  • Have written adequate test cases
  • Done developer testing in
    • Chrome
    • Firefox
    • Safari
  • Code is formatted with npm run format
  • Code is linted with npm run check-lint
  • No unnecessary comments left in code
  • Made corresponding changes to the documentation

Other

  • New atomic components added
  • New molecules added
  • New pages(routes) added
  • New dependencies installed

PR Checklist

  • Pull request is raised from the correct source branch
  • Pull request is raised to the correct destination branch
  • Pull request is raised with correct title
  • Pull request is self reviewed
  • Pull request is self assigned
  • Suitable pull request status labels are added (ready-for-code-review)

Additional Information

@hasalarootcode hasalarootcode self-assigned this Aug 6, 2025
Copilot AI review requested due to automatic review settings August 6, 2025 09:21
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the @rootcodelabs/skapp-ui dependency from the frontend package.json and updates multiple Git submodule references across the codebase.

  • Removes the @rootcodelabs/skapp-ui package dependency from frontend dependencies
  • Updates Git submodule commit references across frontend and backend directories

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
frontend/package.json Removes the @rootcodelabs/skapp-ui dependency from package dependencies
frontend/src/enterprise Updates Git submodule commit reference
frontend/pages/enterprise Updates Git submodule commit reference
frontend/pages/api/enterprise Updates Git submodule commit reference
backend/src/test/java/com/skapp/enterprise Updates Git submodule commit reference
backend/src/main/resources/enterprise Updates Git submodule commit reference
backend/src/main/resources/config Updates Git submodule commit reference
backend/src/main/java/com/skapp/enterprise Updates Git submodule commit reference
Comments suppressed due to low confidence (1)

frontend/package.json:32

  • Removing this dependency could break existing functionality that relies on skapp-ui components. Ensure that all imports and usage of this package have been removed from the codebase and that adequate tests verify the application still functions correctly without this dependency.
    "@tanstack/react-query": "^5.74.4",

@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 6, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants