Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade pnpm to version that support node 20 #5609

Merged
merged 6 commits into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples-tests/pnpm-basic/test.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ . ${TESTDIR}/../setup.sh basic pnpm
6.26.1
8.6.10
# run twice and make sure it works
$ pnpm run build lint -- --output-logs=errors-only
$ pnpm run build lint --output-logs=errors-only

\> @ build (.*)/test.t (re)
\> turbo run build "lint" "--output-logs=errors-only" (re)
Expand All @@ -14,7 +14,7 @@
Cached: 0 cached, 5 total
Time:\s*[\.0-9ms]+ (re)

$ pnpm run build lint -- --output-logs=errors-only
$ pnpm run build lint --output-logs=errors-only

\> @ build (.*)/test.t (re)
\> turbo run build "lint" "--output-logs=errors-only" (re)
Expand Down
6 changes: 3 additions & 3 deletions examples-tests/pnpm-gatsby/test.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ . ${TESTDIR}/../setup.sh with-gatsby pnpm
6.26.1
8.6.10
# run twice and make sure it works
$ pnpm run build lint -- --output-logs=errors-only
$ pnpm run build lint --output-logs=errors-only

\> with-gatsby@0.0.0 build (.*)/test.t (re)
\> turbo build "lint" "--output-logs=errors-only" (re)
Expand All @@ -15,7 +15,7 @@
Time:\s*[\.0-9ms]+ (re)


$ pnpm run build lint -- --output-logs=errors-only
$ pnpm run build lint --output-logs=errors-only

\> with-gatsby@0.0.0 build (.*)/test.t (re)
\> turbo build "lint" "--output-logs=errors-only" (re)
Expand Down
6 changes: 3 additions & 3 deletions examples-tests/pnpm-kitchen-sink/test.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ . ${TESTDIR}/../setup.sh kitchen-sink pnpm
6.26.1
8.6.10
# run twice and make sure it works
$ pnpm run build lint -- --output-logs=errors-only
$ pnpm run build lint --output-logs=errors-only

\> @ build (.*)/test.t (re)
\> turbo build "lint" "--output-logs=errors-only" (re)
Expand All @@ -14,7 +14,7 @@
Cached: 0 cached, 11 total
Time:\s*[\.0-9ms]+ (re)

$ pnpm run build lint -- --output-logs=errors-only
$ pnpm run build lint --output-logs=errors-only

\> @ build (.*)/test.t (re)
\> turbo build "lint" "--output-logs=errors-only" (re)
Expand Down
6 changes: 3 additions & 3 deletions examples-tests/pnpm-with-svelte/test.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ . ${TESTDIR}/../setup.sh with-svelte pnpm
6.26.1
8.6.10
# run twice and make sure it works
$ pnpm run build lint -- --output-logs=errors-only
$ pnpm run build lint --output-logs=errors-only

\> @ build (.*)/test.t (re)
\> turbo run build "lint" "--output-logs=errors-only" (re)
Expand All @@ -14,7 +14,7 @@
Cached: 0 cached, 5 total
Time:\s*[\.0-9ms]+ (re)

$ pnpm run build lint -- --output-logs=errors-only
$ pnpm run build lint --output-logs=errors-only

\> @ build (.*)/test.t (re)
\> turbo run build "lint" "--output-logs=errors-only" (re)
Expand Down
2 changes: 1 addition & 1 deletion examples-tests/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ corepack enable "${COREPACK_INSTALL_DIR_CMD}"

# Set the packageManger version
NPM_PACKAGE_MANAGER_VALUE="npm@8.1.2"
PNPM_PACKAGE_MANAGER_VALUE="pnpm@6.26.1"
PNPM_PACKAGE_MANAGER_VALUE="pnpm@8.6.10"
YARN_PACKAGE_MANAGER_VALUE="yarn@1.22.17"

if [ "$pkgManager" == "npm" ]; then
Expand Down
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"
}
Loading