@@ -29,7 +29,7 @@ npm | `npm` | v7, v8, v9 | {% octicon "check" aria-label
29
29
[ 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" %} |
30
30
pipenv | ` 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" %} |
31
31
[ 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" %} |
33
33
poetry | ` 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" %} |
34
34
[ 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" %} |
35
35
[ 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
137
137
138
138
#### pnpm
139
139
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).
141
141
{% endif %}
142
142
143
143
#### poetry
0 commit comments