Skip to content

Commit

Permalink
chore: upgrade pnpm to version that support node 20 (#5609)
Browse files Browse the repository at this point in the history
### Description

Before `pnpm@8.3.1` wasn't compatible with Node 20
(pnpm/pnpm#6424)
Fixes #5587 #5592

I chose `8.6.10` as it will also include the fix for
pnpm/pnpm#6824 which affects `turbo prune`

### Testing Instructions

Did a quick spot check that the basic example works with the latest pnpm
version and `pnpm install` will now work if using Node 20.

---------

Co-authored-by: Chris Olszewski <Chris Olszewski>
  • Loading branch information
chris-olszewski committed Jul 26, 2023
1 parent 5ff0ab2 commit 4ef1c93
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"prettier": "^2.5.1",
"turbo": "^1.9.7"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@8.6.10"
}
2 changes: 1 addition & 1 deletion examples/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"prettier": "^2.8.0",
"turbo": "latest"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@8.6.10"
}
2 changes: 1 addition & 1 deletion examples/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"prettier": "^2.7.1",
"turbo": "^1.9.3"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@8.6.10"
}
2 changes: 1 addition & 1 deletion examples/with-changesets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"prettier": "^2.5.1",
"turbo": "^1.9.3"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@8.6.10"
}
2 changes: 1 addition & 1 deletion examples/with-create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"prettier": "^2.5.1",
"turbo": "latest"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@8.6.10"
}
2 changes: 1 addition & 1 deletion examples/with-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"prettier-plugin-svelte": "^2.7.0",
"turbo": "latest"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@8.6.10"
}
2 changes: 1 addition & 1 deletion examples/with-tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"prettier-plugin-tailwindcss": "^0.1.11",
"turbo": "^1.9.3"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@8.6.10"
}
2 changes: 1 addition & 1 deletion examples/with-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"prettier": "^2.5.1",
"turbo": "latest"
},
"packageManager": "pnpm@7.15.0"
"packageManager": "pnpm@8.6.10"
}

7 comments on commit 4ef1c93

@vercel
Copy link

@vercel vercel bot commented on 4ef1c93 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-vite-web – ./examples/with-vite/apps/web

examples-vite-web-git-main.vercel.sh
turbo-web.vercel.sh
examples-vite-web.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on 4ef1c93 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-tailwind-web – ./examples/with-tailwind/apps/web

examples-tailwind-web-git-main.vercel.sh
examples-tailwind-web.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on 4ef1c93 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-cra-web – ./examples/with-create-react-app/apps/web

examples-cra-web-git-main.vercel.sh
examples-cra-web.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on 4ef1c93 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-svelte-web – ./examples/with-svelte/apps/web

turborepo-examples-svelte-web.vercel.sh
examples-svelte-web-git-main.vercel.sh
examples-svelte-web.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on 4ef1c93 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-kitchensink-blog – ./examples/kitchen-sink/apps/blog

examples-kitchensink-blog.vercel.sh
examples-kitchensink-blog-git-main.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on 4ef1c93 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-designsystem-docs – ./examples/design-system/apps/docs

examples-designsystem-docs-git-main.vercel.sh
examples-designsystem-docs.vercel.sh
turborepo-examples-designsystem-docs.vercel.sh

@vercel
Copy link

@vercel vercel bot commented on 4ef1c93 Jul 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

examples-basic-web – ./examples/basic/apps/web

turborepo-examples-basic-web.vercel.sh
examples-basic-web.vercel.sh
examples-basic-web-git-main.vercel.sh

Please sign in to comment.