update update-package-version.ps1 to bump version in npm-shrinkwrap.json - #865
Merged
Conversation
## 🎯 Aim The aim is to drop yarn package manager support ## 📷 Result <img width="1046" height="745" alt="image" src="https://github.com/user-attachments/assets/fe2a50d7-6cc2-4b6d-8155-5da72f378609" /> ## ✅ What was done - [X] Removed yarn from settings and all places where it was handled specifically ## 🔗 Related issue Closes pnp#834 --------- Co-authored-by: Saurabh Tripathi <saurabh7019@gmail.com>
…#855) ## 🎯 Aim The aim is to add an export button that will export site level app catalogs with apps to a JSON report ## 📷 Result <img width="1534" height="816" alt="image" src="https://github.com/user-attachments/assets/a970be98-4cea-4229-86c3-f01570831694" /> <img width="456" height="158" alt="image" src="https://github.com/user-attachments/assets/b2a0cd6e-1057-4398-bbd0-1fb443657047" /> <img width="805" height="722" alt="image" src="https://github.com/user-attachments/assets/ec4e3567-84cb-4045-9072-75d23b489c42" /> ## ✅ What was done - [X] Adds new export command for the site level app catalogs tree node ## 🔗 Related issue Closes pnp#573
nicodecleyre
requested changes
Aug 14, 2026
nicodecleyre
left a comment
Contributor
There was a problem hiding this comment.
Great work Saurabh 👏. Can you take a look at the comment i left?
nicodecleyre
marked this pull request as draft
August 14, 2026 21:58
Saurabh7019
marked this pull request as ready for review
August 17, 2026 18:13
nicodecleyre
approved these changes
Aug 19, 2026
nicodecleyre
left a comment
Contributor
There was a problem hiding this comment.
Great work @Saurabh7019! Thank you for your contribution! 💪
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.
🎯 Aim
This PR updates
update-package-version.ps1to also update the version innpm-shrinkwrap.jsonwhen bumping the package version.✅ What was done
update-package-version.ps1🔗 Related issue
Closes: #864