Skip to content

Commit a1e35a1

Browse files
Update dependency pnpm to v10.15.0 (#11766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8851f61 commit a1e35a1

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
@@ -26,7 +26,7 @@ env:
2626
# renovate: datasource=github-releases depName=shssoichiro/oxipng versioning=semver
2727
OXIPNG_VERSION: 9.1.5
2828
# renovate: datasource=npm depName=pnpm
29-
PNPM_VERSION: 10.14.0
29+
PNPM_VERSION: 10.15.0
3030
# renovate: datasource=github-releases depName=typst/typst versioning=semver
3131
TYPST_VERSION: 0.13.1
3232
# 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.18.0
44
FROM node:${NODE_VERSION}-alpine
55

66
# renovate: datasource=npm depName=pnpm
7-
ARG PNPM_VERSION=10.14.0
7+
ARG PNPM_VERSION=10.15.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
@@ -184,7 +184,7 @@
184184
],
185185
"engines": {
186186
"node": "22.18.0",
187-
"pnpm": "10.14.0"
187+
"pnpm": "10.15.0"
188188
},
189189
"ember": {
190190
"edition": "octane"

0 commit comments

Comments
 (0)