Skip to content

Commit 39bf2a6

Browse files
chore(deps): update dependency pnpm to v11 (#1260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ce5737 commit 39bf2a6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN install-tool docker-compose v2.40.3
6565
RUN install-tool node 24.15.0
6666

6767
# renovate: datasource=npm
68-
RUN install-tool pnpm 10.33.2
68+
RUN install-tool pnpm 11.0.3
6969

7070
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
7171
RUN install-tool python 3.14.4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"prettier": "3.8.3",
1919
"prettier-plugin-packagejson": "2.5.22"
2020
},
21-
"packageManager": "pnpm@10.33.2",
21+
"packageManager": "pnpm@11.0.3",
2222
"engines": {
2323
"node": "^22.11.0 || >=24.11.0",
24-
"pnpm": "^10.0.0"
24+
"pnpm": "^11.0.0"
2525
}
2626
}

0 commit comments

Comments
 (0)