-
Notifications
You must be signed in to change notification settings - Fork 73
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
feat(chore): migrate to use npm workspaces #1684
Conversation
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
e612423
to
1b54515
Compare
da05ff7
to
0e0618b
Compare
sandbox/chat-notification-socketio-example/services/notifications-service/src/application.ts
Show resolved
Hide resolved
0e0618b
to
86754cf
Compare
86754cf
to
9822af0
Compare
c5bc274
to
865fe4c
Compare
MIGRATION CHANGE: migration-20211003143854- no changes - just folder switch migration-20210318100600- no changes - just folder switch migration-20220607063927- no changes - just folder switch migration-20220804102718- no changes - just folder switch migration-20220906105133- no changes - just folder switch GH-1673
prettier fix MIGRATION CHANGE: migration-20221122072057- fix lint issues in sandbox migration-20221123082705- prettier fix migration-20220620093215- prettier:fix BREAKING CHANGE: lerna bootstrap command will not be supported GH-1673
fix sandbox lint issues MIGRATION CHANGE: migration-20221122072057- prettier fix BREAKING CHANGE: lerna bootstrap will not be supported GH-1673
fix sonar code smell MIGRATION CHANGE: migration-20221123082900- fix prettier issu BREAKING CHANGE: lerna bootstrap command will not be supported GH-1673
loopback and sourceloop version updates MIGRATION CHANGE: migration-20211003143854- added folder BREAKING CHANGE: lerna bootstrap will not be supported GH-1673
fix code smells GH-1673
865fe4c
to
31924b8
Compare
0f26ab2
to
01ce6d1
Compare
fix merge conflicts BREAKING CHANGE: lerna bootstrap command will not be supported GH-1673
01ce6d1
to
b2174c1
Compare
services/user-tenant-service/src/__tests__/acceptance/tenant-group.controller.acceptance.ts
Show resolved
Hide resolved
61348af
to
0237a40
Compare
remove support of node 16 in packages ,services and sandbox GH-1673
6e71363
to
e4dd283
Compare
fix lint issues GH-1673
e4dd283
to
2d236ac
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Migrate to use npm workspaces
BREAKING CHANGE:
lerna bootstrap command will not be needed as npm will manage the same functionality.
GH-1673
Description
Migrate to use npm workspaces
Fixes #1673
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: