Skip to content
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

[new product] pnpm #5062

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
57 changes: 57 additions & 0 deletions products/pnpm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
title: Pnpm
chenrui333 marked this conversation as resolved.
Show resolved Hide resolved
category: app
tags: package-manager javascript-runtime
chenrui333 marked this conversation as resolved.
Show resolved Hide resolved
iconSlug: pnpm
permalink: /pnpm
versionCommand: pnpm --version
releasePolicyLink: https://github.com/pnpm/pnpm/security/policy
changelogTemplate: "https://github.com/pnpm/pnpm/releases/tag/__LATEST__"
chenrui333 marked this conversation as resolved.
Show resolved Hide resolved
releaseDateColumn: true
eolColumn: Support

auto:
methods:
- npm: pnpm

releases:
- releaseCycle: "9"
releaseDate: 2024-04-16
eol: false
latest: '9.0.6'
latestReleaseDate: 2024-04-24

- releaseCycle: "8"
releaseDate: 2023-03-27
eol: 2025-04-30
latest: '8.15.7'
latestReleaseDate: 2024-04-13
chenrui333 marked this conversation as resolved.
Show resolved Hide resolved

- releaseCycle: "7"
releaseDate: 2022-04-30
eol: 2024-04-16
latest: '7.33.7'
latestReleaseDate: 2024-02-15

- releaseCycle: "6"
releaseDate: 2021-04-05
eol: 2023-03-20
latest: '6.35.1'
latestReleaseDate: 2022-11-11

- releaseCycle: "5"
releaseDate: 2020-05-27
eol: 2022-04-29
latest: '5.18.11'
latestReleaseDate: 2021-09-16

- releaseCycle: "4"
releaseDate: 2019-10-07
eol: 2021-04-24
latest: '4.14.4'
latestReleaseDate: 2020-05-22
chenrui333 marked this conversation as resolved.
Show resolved Hide resolved

---

> [Pnpm](https://pnpm.io/) is a fast, disk space efficient package manager for JavaScript.
> It is a drop-in replacement for npm, but faster and more efficient.
Copy link
Member

Choose a reason for hiding this comment

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

Could you add a little paragraph explaining the support policy ? From what I could see with the comment of @captn3m0 they support the last two releases ?

Copy link
Member Author

Choose a reason for hiding this comment

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

upstream did not explicitly see that, but I guess we can assume it.

Copy link
Member

Choose a reason for hiding this comment

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

My comment was a question, not an affirmation. It's also OK to just write that dates are only documented on https://github.com/pnpm/pnpm/security/policy (but in this case it is redundant with the sentence added with the releasePolicyLink, so I suggest to remove the releasePolicyLink in favor of a more explicit sentence).