Skip to content

Replace npm with pnpm #24

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

Merged
merged 2 commits into from
Jul 3, 2025
Merged

Replace npm with pnpm #24

merged 2 commits into from
Jul 3, 2025

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Jul 3, 2025

This commits migrates the project from npm to pnpm to take advantage of the improved performance and enhanced dependency management. pnpm offers faster installation times through its use of hard links and a global content-addressable store, which eliminates duplicate downloads and provides substantial disk space savings by sharing dependencies across projects. The migration also improves dependency reliability by preventing phantom dependencies through stricter dependency resolution, while maintaining full compatibility with existing npm workflows and the package.json format.

Note that the npm-install job is not necessary since --frozen-lockfile should achieve the same thing.

dist/post.js Outdated
}
});
if (!response.ok) {
await _chunkXAJAUINDjs.throwHttpErrorMessage.call(void 0, "Failed to revoke token", response);
await _chunkSATGUDZQjs.throwHttpErrorMessage.call(void 0, "Failed to revoke token", response);
Copy link
Member

Choose a reason for hiding this comment

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

these diffs are a bit annoying. Is there a way to set a name so that it doesn't change every time? 🤔

Turbo87 added 2 commits July 3, 2025 14:52
This commits migrates the project from npm to pnpm to take advantage of the improved performance and enhanced dependency management. pnpm offers faster installation times through its use of hard links and a global content-addressable store, which eliminates duplicate downloads and provides substantial disk space savings by sharing dependencies across projects. The migration also improves dependency reliability by preventing phantom dependencies through stricter dependency resolution, while maintaining full compatibility with existing npm workflows and the `package.json` format.
@marcoieni marcoieni merged commit c57b171 into rust-lang:main Jul 3, 2025
10 checks passed
@Turbo87 Turbo87 deleted the pnpm branch July 7, 2025 03:34
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.

2 participants