Skip to content

Add tarballs to pnpm-lock#7801

Open
isaacroldan wants to merge 2 commits into
mainfrom
06-15-add_tarballs_to_pnpm-lock
Open

Add tarballs to pnpm-lock#7801
isaacroldan wants to merge 2 commits into
mainfrom
06-15-add_tarballs_to_pnpm-lock

Conversation

@isaacroldan

@isaacroldan isaacroldan commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

WHY are these changes introduced?

Keeps the lockfile consistent and complete by ensuring registry package resolutions include explicit tarball URLs pointing to the npm registry.

WHAT is this pull request doing?

Adds the pnpm lockfileIncludeTarballUrl setting and regenerates pnpm-lock.yaml so registry package resolution entries include direct npm registry tarball URLs. Each affected entry now includes the direct npm registry tarball URL alongside the existing integrity hash, for example:

resolution: {integrity: sha512-..., tarball: https://registry.npmjs.org/package/-/package-x.y.z.tgz}

How to test your changes?

Run pnpm install and verify that dependency resolution completes without errors and that the lockfile remains stable (no further changes generated).

Checklist

  • I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • I've considered possible documentation changes
  • I've considered analytics changes to measure impact
  • The change is user-facing — I've identified the correct bump type (patch for bug fixes · minor for new features · major for breaking changes) and added a changeset with pnpm changeset add

Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions Bot added the no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users. label Jun 15, 2026
@isaacroldan isaacroldan marked this pull request as ready for review June 15, 2026 07:52
@isaacroldan isaacroldan requested a review from a team as a code owner June 15, 2026 07:52
Copilot AI review requested due to automatic review settings June 15, 2026 07:52

Copilot AI 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.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pnpm-lock.yaml Outdated
Comment on lines 829 to 833
'@acemir/cssom@0.9.31':
resolution: {integrity: sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==}
resolution: {integrity: sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==, tarball: https://registry.npmjs.org/@acemir/cssom/-/cssom-0.9.31.tgz}

'@actions/core@1.11.1':
resolution: {integrity: sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==}
Comment thread pnpm-lock.yaml
Comment on lines 829 to +830
'@acemir/cssom@0.9.31':
resolution: {integrity: sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==}
resolution: {integrity: sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==, tarball: https://registry.npmjs.org/@acemir/cssom/-/cssom-0.9.31.tgz}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants