Skip to content

Conversation

@vaibhavbhalla2505
Copy link
Contributor

@vaibhavbhalla2505 vaibhavbhalla2505 commented Jan 2, 2026

Description

This pull request modernizes and simplifies the project's build and CI/CD workflows by removing legacy Lerna bootstrap steps, updating dependencies, and switching to workspace-based commands. It also upgrades several GitHub Actions and makes related configuration changes for improved maintainability and compatibility.

Fixes #68

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Intermediate change (work in progress)

Checklist:

  • Performed a self-review of my own code
  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • API Documentation in code was updated
  • Any dependent changes have been merged and published in downstream modules

@vaibhavbhalla2505 vaibhavbhalla2505 self-assigned this Jan 2, 2026
@vaibhavbhalla2505 vaibhavbhalla2505 force-pushed the GH-68 branch 2 times, most recently from 2afe555 to 92ee4e4 Compare January 2, 2026 12:45
@vaibhavbhalla2505 vaibhavbhalla2505 added the enhancement New feature or request label Jan 2, 2026
Copy link
Contributor

Choose a reason for hiding this comment

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

this is for user-onboarding ---- change the packages property

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done!

Copy link
Contributor

Choose a reason for hiding this comment

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

update the scripts section

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done!

package.json Outdated
"description": "This is the root package and will never be served via a web server",
"private": true,
"workspaces": [
"packages/user-onboarding/projects/*"
Copy link
Contributor

Choose a reason for hiding this comment

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

its sandbox will also be a part of workspaces
to maintain consistency

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done!

@vaibhavbhalla2505 vaibhavbhalla2505 force-pushed the GH-68 branch 6 times, most recently from 3c0c48e to 12a28e7 Compare January 5, 2026 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@sourceloop/user-onboarding-client: convert v-19 into workspace

3 participants