migrate from yarn to pnpm package manager#991
Merged
iamitprakash merged 9 commits intoRealDevSquad:developfrom Feb 3, 2025
Merged
migrate from yarn to pnpm package manager#991iamitprakash merged 9 commits intoRealDevSquad:developfrom
iamitprakash merged 9 commits intoRealDevSquad:developfrom
Conversation
|
Please fix the formatting of the PR ! |
Contributor
Author
Fixed |
Well this is not the right PR format , I would suggest you to take some idea from the other open PR's on this repo |
Contributor
Author
this issue was raised by ankush and he has assign it to me can see issue number 969 fo it thats why i have write this way |
tejaskh3
previously approved these changes
Feb 1, 2025
tejaskh3
previously approved these changes
Feb 1, 2025
MayankBansal12
approved these changes
Feb 1, 2025
Contributor
Author
tejaskh3
approved these changes
Feb 2, 2025
pankajjs
approved these changes
Feb 2, 2025
Achintya-Chatterjee
approved these changes
Feb 3, 2025
iamitprakash
approved these changes
Feb 3, 2025
tejaskh3
pushed a commit
that referenced
this pull request
Feb 4, 2025
* feat: migrate from yarn to pnpm package manager * docs: update documentation for pnpm migration * chore: remove unrelated changes to live.js * chore: restore helpful comments in CI workflow * chore: trigger CI * chore: trigger CI
iamitprakash
added a commit
that referenced
this pull request
Feb 4, 2025
* Dev to Main Sync (#973) * [My Site Migration] Identity Linking get started page (#965) * resolve merge commits * feat: add get started page * remove: unused auth url * fix: css for get started on identity page * feat: add identity page behind feature flag * nit: remove unwanted .DS_store --------- Co-authored-by: Mehul Kiran Chaudhari <55375534+MehulKChaudhari@users.noreply.github.com> * [My Site Migration] Identity Linking step1 page (#966) * resolve merge commits * feat: add get started page * remove: unused auth url * fix: css for get started on identity page * feat: add identity page behind feature flag * feat: setp1 page in identity linking * remove: unused redirect-auth util * Remove .DS_Store files from repository * feat: add varaible css * feat: add varaible css * refactor(970): moves notices for joining to its own component (#972) * feat(970): moves notices for joining to its own component We were copying the same notice for joining in two places. This moves it to its own component, so future changes are easier. * refactor(970): added review changes: year - 2024 * refactor(970): fixed messaging for joining --------- Co-authored-by: Amit Prakash <34869115+iamitprakash@users.noreply.github.com> Co-authored-by: Achintya Chatterjee <55826451+Achintya-Chatterjee@users.noreply.github.com> * [My Site Migration] Identity Linking step2,3 page (#967) * resolve merge commits * feat: add get started page * remove: unused auth url * fix: css for get started on identity page * feat: add identity page behind feature flag * feat: setp1 page in identity linking * remove: unused redirect-auth util * Remove .DS_Store files from repository * feat: add varaible css * feat: add varaible css * feat: add step2 on identity linking page * feat: add step2 and step3 page * feat: add reload step * feat: add varaible css --------- Co-authored-by: TEJAS <98630752+tejaskh3@users.noreply.github.com> Co-authored-by: Mehul Kiran Chaudhari <55375534+MehulKChaudhari@users.noreply.github.com> Co-authored-by: Ankush Dharkar <ankushdharkar@users.noreply.github.com> Co-authored-by: Amit Prakash <34869115+iamitprakash@users.noreply.github.com> Co-authored-by: Lakshay Manchanda <45519620+lakshayman@users.noreply.github.com> * fix:lint issues * Merge pull request #983 from MayankBansal12/migrate/user-status-pr-1 [My Site Migration] user status feature (Part - 1) * [My Site Migration] migration of profile page [PR-2] (#979) * basic setup and images and svg file * profile route and controller * changed urls.js file * reverted sinon package and fixed css * fixes of urls and yarn.lock and package.json file * changed toast import * moved profile fields to inside constants * resolve merge conflicts * [My Site Migration] user status feature (Part - 2) (#984) * feat: add user status modal, controller for status * refactor: use constants for messages, urls, modify naming * chore: remove extra user_states in status modal * refactor: get current status method in status modal * refactor: status update for dev method * test: simulate mock inViewport for members data test --------- Co-authored-by: Achintya Chatterjee <55826451+Achintya-Chatterjee@users.noreply.github.com> * [My Site Migration] user status feature (Part - 3) (css) (#985) * feat: add css styles for user status component and modal * fix: styles for user status, status modal for mobile responsiveness * fix: remove duplicate css variables * [My Site Migration] user status feature (Part -4) (tests) (#977) * add integration tests for user-status components * fix set prop error and modify test case in status modal * add unit test for status route and component * add unit test for dateConversion, redirectAuth utils * fix: update test for user status, remove redirectAuth test * fix: status naming in user status component test --------- Co-authored-by: Vikas Singh <59792866+vikasosmium@users.noreply.github.com> Co-authored-by: Achintya Chatterjee <55826451+Achintya-Chatterjee@users.noreply.github.com> * migrate from yarn to pnpm package manager (#991) * feat: migrate from yarn to pnpm package manager * docs: update documentation for pnpm migration * chore: remove unrelated changes to live.js * chore: restore helpful comments in CI workflow * chore: trigger CI * chore: trigger CI --------- Co-authored-by: Achintya Chatterjee <55826451+Achintya-Chatterjee@users.noreply.github.com> Co-authored-by: Mehul Kiran Chaudhari <55375534+MehulKChaudhari@users.noreply.github.com> Co-authored-by: Ankush Dharkar <ankushdharkar@users.noreply.github.com> Co-authored-by: Amit Prakash <34869115+iamitprakash@users.noreply.github.com> Co-authored-by: Lakshay Manchanda <45519620+lakshayman@users.noreply.github.com> Co-authored-by: Mayank Bansal <mayankbansal125@gmail.com> Co-authored-by: Suvidh-kaushik <127885995+Suvidh-kaushik@users.noreply.github.com> Co-authored-by: Vikas Singh <59792866+vikasosmium@users.noreply.github.com> Co-authored-by: DEVASHISH <devashish.cs025@gmail.com>
iamitprakash
pushed a commit
that referenced
this pull request
Feb 5, 2025
* Merge pull request #983 from MayankBansal12/migrate/user-status-pr-1 [My Site Migration] user status feature (Part - 1) * [My Site Migration] migration of profile page [PR-2] (#979) * basic setup and images and svg file * profile route and controller * changed urls.js file * reverted sinon package and fixed css * fixes of urls and yarn.lock and package.json file * changed toast import * moved profile fields to inside constants * resolve merge conflicts * [My Site Migration] user status feature (Part - 2) (#984) * feat: add user status modal, controller for status * refactor: use constants for messages, urls, modify naming * chore: remove extra user_states in status modal * refactor: get current status method in status modal * refactor: status update for dev method * test: simulate mock inViewport for members data test --------- Co-authored-by: Achintya Chatterjee <55826451+Achintya-Chatterjee@users.noreply.github.com> * [My Site Migration] user status feature (Part - 3) (css) (#985) * feat: add css styles for user status component and modal * fix: styles for user status, status modal for mobile responsiveness * fix: remove duplicate css variables * [My Site Migration] user status feature (Part -4) (tests) (#977) * add integration tests for user-status components * fix set prop error and modify test case in status modal * add unit test for status route and component * add unit test for dateConversion, redirectAuth utils * fix: update test for user status, remove redirectAuth test * fix: status naming in user status component test --------- Co-authored-by: Vikas Singh <59792866+vikasosmium@users.noreply.github.com> Co-authored-by: Achintya Chatterjee <55826451+Achintya-Chatterjee@users.noreply.github.com> * migrate from yarn to pnpm package manager (#991) * feat: migrate from yarn to pnpm package manager * docs: update documentation for pnpm migration * chore: remove unrelated changes to live.js * chore: restore helpful comments in CI workflow * chore: trigger CI * chore: trigger CI * feat: notifications page * fix: linting issues * fix: lint issue on router file --------- Co-authored-by: Mayank Bansal <mayankbansal125@gmail.com> Co-authored-by: Suvidh-kaushik <127885995+Suvidh-kaushik@users.noreply.github.com> Co-authored-by: Achintya Chatterjee <55826451+Achintya-Chatterjee@users.noreply.github.com> Co-authored-by: Vikas Singh <59792866+vikasosmium@users.noreply.github.com> Co-authored-by: DEVASHISH <devashish.cs025@gmail.com>
iamitprakash
pushed a commit
that referenced
this pull request
Feb 15, 2025
* Merge pull request #983 from MayankBansal12/migrate/user-status-pr-1 [My Site Migration] user status feature (Part - 1) * [My Site Migration] migration of profile page [PR-2] (#979) * basic setup and images and svg file * profile route and controller * changed urls.js file * reverted sinon package and fixed css * fixes of urls and yarn.lock and package.json file * changed toast import * moved profile fields to inside constants * resolve merge conflicts * [My Site Migration] user status feature (Part - 2) (#984) * feat: add user status modal, controller for status * refactor: use constants for messages, urls, modify naming * chore: remove extra user_states in status modal * refactor: get current status method in status modal * refactor: status update for dev method * test: simulate mock inViewport for members data test --------- Co-authored-by: Achintya Chatterjee <55826451+Achintya-Chatterjee@users.noreply.github.com> * [My Site Migration] user status feature (Part - 3) (css) (#985) * feat: add css styles for user status component and modal * fix: styles for user status, status modal for mobile responsiveness * fix: remove duplicate css variables * [My Site Migration] user status feature (Part -4) (tests) (#977) * add integration tests for user-status components * fix set prop error and modify test case in status modal * add unit test for status route and component * add unit test for dateConversion, redirectAuth utils * fix: update test for user status, remove redirectAuth test * fix: status naming in user status component test --------- Co-authored-by: Vikas Singh <59792866+vikasosmium@users.noreply.github.com> Co-authored-by: Achintya Chatterjee <55826451+Achintya-Chatterjee@users.noreply.github.com> * migrate from yarn to pnpm package manager (#991) * feat: migrate from yarn to pnpm package manager * docs: update documentation for pnpm migration * chore: remove unrelated changes to live.js * chore: restore helpful comments in CI workflow * chore: trigger CI * chore: trigger CI * feat: notifications page * fix: linting issues * fix: lint issue on router file * feat: notitications page test cases * feat: add data-test-id * resolve: comments * fix: data test id * remove: unwanted template tests * feat: add route test cases * fix: rebundent test cases * remove: unused data test ids * remove: test cases --------- Co-authored-by: Mayank Bansal <mayankbansal125@gmail.com> Co-authored-by: Suvidh-kaushik <127885995+Suvidh-kaushik@users.noreply.github.com> Co-authored-by: Achintya Chatterjee <55826451+Achintya-Chatterjee@users.noreply.github.com> Co-authored-by: Vikas Singh <59792866+vikasosmium@users.noreply.github.com> Co-authored-by: DEVASHISH <devashish.cs025@gmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


Date: 21-01-2025
Developer Name: @Devashish08
Issue Ticket Number:-
Description:
migrate from yarn to pnpm package manager
Is Under Feature Flag
Database changes
Breaking changes (If your feature is breaking/missing something please mention pending tickets)
Is Development Tested?
Tested in staging?
Add relevant Screenshot below ( e.g test coverage etc. )