Skip to content

Commit 24ece6e

Browse files
Update dependency pnpm to v10.26.1 (#12559)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 670c3fa commit 24ece6e

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
@@ -27,7 +27,7 @@ env:
2727
# renovate: datasource=github-releases depName=shssoichiro/oxipng versioning=semver
2828
OXIPNG_VERSION: 10.0.0
2929
# renovate: datasource=npm depName=pnpm
30-
PNPM_VERSION: 10.26.0
30+
PNPM_VERSION: 10.26.1
3131
# renovate: datasource=github-releases depName=typst/typst versioning=semver
3232
TYPST_VERSION: 0.14.2
3333
# renovate: datasource=pypi depName=zizmor

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
#
33
# This file specifies the versions of various tools to be used in this project.
44
# These versions are also used by our Heroku buildpack setup.
5-
pnpm 10.26.0
5+
pnpm 10.26.1
66
nodejs 24.12.0

frontend.Dockerfile

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

66
# renovate: datasource=npm depName=pnpm
7-
ARG PNPM_VERSION=10.26.0
7+
ARG PNPM_VERSION=10.26.1
88

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

0 commit comments

Comments
 (0)