Skip to content

Commit ec419a5

Browse files
Update dependency pnpm to v10.16.0 (#11902)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a6f3182 commit ec419a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ env:
2323
# renovate: datasource=github-releases depName=shssoichiro/oxipng versioning=semver
2424
OXIPNG_VERSION: 9.1.5
2525
# renovate: datasource=npm depName=pnpm
26-
PNPM_VERSION: 10.15.1
26+
PNPM_VERSION: 10.16.0
2727
# renovate: datasource=github-releases depName=typst/typst versioning=semver
2828
TYPST_VERSION: 0.13.1
2929
# renovate: datasource=pypi depName=zizmor

frontend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG NODE_VERSION=22.19.0
44
FROM node:${NODE_VERSION}-alpine
55

66
# renovate: datasource=npm depName=pnpm
7-
ARG PNPM_VERSION=10.15.1
7+
ARG PNPM_VERSION=10.16.0
88

99
# Install `pnpm`
1010
RUN npm install --global pnpm@$PNPM_VERSION

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
],
187187
"engines": {
188188
"node": "22.19.0",
189-
"pnpm": "10.15.1"
189+
"pnpm": "10.16.0"
190190
},
191191
"ember": {
192192
"edition": "octane"

0 commit comments

Comments
 (0)