Skip to content

update update-package-version.ps1 to bump version in npm-shrinkwrap.json - #865

Merged
nicodecleyre merged 5 commits into
pnp:mainfrom
Saurabh7019:issue-864
Aug 19, 2026
Merged

update update-package-version.ps1 to bump version in npm-shrinkwrap.json#865
nicodecleyre merged 5 commits into
pnp:mainfrom
Saurabh7019:issue-864

Conversation

@Saurabh7019

Copy link
Copy Markdown
Contributor

🎯 Aim

This PR updates update-package-version.ps1 to also update the version in npm-shrinkwrap.json when bumping the package version.

✅ What was done

  • updated update-package-version.ps1

🔗 Related issue

Closes: #864

Adam-it and others added 4 commits August 11, 2026 20:13
## 🎯 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 nicodecleyre self-assigned this Aug 14, 2026

@nicodecleyre nicodecleyre left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Great work Saurabh 👏. Can you take a look at the comment i left?

Comment thread scripts/update-package-version.ps1 Outdated
@nicodecleyre
nicodecleyre marked this pull request as draft August 14, 2026 21:58
@Saurabh7019
Saurabh7019 marked this pull request as ready for review August 17, 2026 18:13
@nicodecleyre
nicodecleyre changed the base branch from dev to main August 19, 2026 20:14

@nicodecleyre nicodecleyre left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Great work @Saurabh7019! Thank you for your contribution! 💪

@nicodecleyre
nicodecleyre merged commit 834306d into pnp:main Aug 19, 2026
1 check passed
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.

The Prepare Pre-Release workflow updates the version in package.json but not in npm-shrinkwrap.json, causing version inconsistency.

3 participants