@@ -29,7 +29,7 @@ npm | `npm` | v7, v8, v9 | {% octicon "check" aria-label
2929[ pip] ( #pip-and-pip-compile ) | ` pip ` | v21.1.2 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
3030pipenv | ` pip ` | <= 2021-05-29 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
3131[ pip-compile] ( #pip-and-pip-compile ) | ` pip ` | 6.1.0 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
32- | {% ifversion dependabot-updates-pnpmv9-support %}pnpm{% else %}[ pnpm] ( #pnpm ) {% endif %} | ` npm ` | v7, v8, v9 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} {% ifversion dependabot-updates-pnpmv9-support %}{% else %}(v7 and v8 only){% endif %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
32+ | {% ifversion dependabot-updates-pnpmv9-support %}pnpm{% else %}[ pnpm] ( #pnpm ) {% endif %} | ` npm ` | v7, v8, v9, v10 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} {% ifversion dependabot-updates-pnpmv9-support %}{% else %}(v7 and v8 only){% endif %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
3333poetry | ` pip ` | v1 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
3434[ pub] ( #pub ) | ` pub ` | v2 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
3535[ Swift] ( #swift ) | ` swift ` | v5 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} (git only) | {% octicon "x" aria-label="Not supported" %} |
@@ -137,7 +137,7 @@ In addition, {% data variables.product.prodname_dependabot %} supports updates t
137137
138138#### pnpm
139139
140- pnpm is supported for {% data variables.product.prodname_dependabot_version_updates %} (on v7, v8, and v9 ) and {% data variables.product.prodname_dependabot_security_updates %} (on v7 and v8 only).
140+ pnpm is supported for {% data variables.product.prodname_dependabot_version_updates %} (on v7, v8, v9, v10 ) and {% data variables.product.prodname_dependabot_security_updates %} (on v7 and v8 only).
141141{% endif %}
142142
143143#### poetry
0 commit comments