Skip to content

Commit

Permalink
chore(deps): update pnpm to v9.7.1 (#690)
Browse files Browse the repository at this point in the history
* chore(deps): update pnpm to v9.7.1

* fix(pnpm): updating after pnpm update

* fix(turbo): updating turbo with pnpm

* fix(prisma): updating more packages for prisma

* fix(pre): removing the pre steps from turbo repo since they are ran on their own

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Brooks <[email protected]>
  • Loading branch information
renovate[bot] and bassrock authored Aug 22, 2024
1 parent 71e838b commit 13762f4
Show file tree
Hide file tree
Showing 5 changed files with 186 additions and 158 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN corepack enable && corepack prepare [email protected] --activate
# home location environment variable to a location already in $PATH
# https://github.com/pnpm/pnpm/issues/784#issuecomment-1518582235
ENV PNPM_HOME=/usr/local/bin
RUN pnpm add -g turbo@1.13.4
RUN pnpm add -g turbo@2.0.14

#----------------------------------------
# Docker build step that prunes down to
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "pocket-monorepo",
"private": true,
"scripts": {
"prebuild": "dotenv -- turbo run prebuild",
"build": "dotenv -- turbo run build",
"clean": "rm -rf .turbo node_modules packages/**/.turbo packages/**/dist packages/**/node_modules servers/**/logs servers/**/.turbo servers/**/dist servers/**/node_modules lambdas/**/logs lambdas/**/.turbo lambdas/**/dist lambdas/**/node_modules infrastructure/**/dist infrastructure/**/node_modules infrastructure/**/.turbo infrastructure/**/cdktf.out",
"dev": "dotenv -- turbo run dev --concurrency 50",
Expand All @@ -15,7 +14,6 @@
"prepare": "husky",
"semantic-release": "dotenv -- turbo run semantic-release",
"synth": "dotenv -- turbo run synth",
"pretest-integrations": "dotenv -- turbo run pretest-integrations",
"test": "dotenv -- turbo run test",
"test-integrations": "dotenv -- turbo run test-integrations"
},
Expand All @@ -34,10 +32,10 @@
"@pocket-tools/eslint-config": "workspace:*",
"syncpack": "^12.4.0",
"tsconfig": "workspace:*",
"turbo": "^1.13.4"
"turbo": "^2.0.14"
},
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.7.1",
"engines": {
"node": "^20.16"
}
}
}
Loading

0 comments on commit 13762f4

Please sign in to comment.