Skip to content

Commit 82b872f

Browse files
Merge pull request #4939 from Shopify/revert-4931-upgrade-pnpm
Revert "Upgrade pnpm to v9"
2 parents 4e3f757 + 4d1d7e0 commit 82b872f

File tree

13 files changed

+7544
-10181
lines changed

13 files changed

+7544
-10181
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
DEBUG: '1'
1010
SHOPIFY_CLI_ENV: development
1111
SHOPIFY_CONFIG: debug
12-
PNPM_VERSION: '9.14.2'
12+
PNPM_VERSION: '8.15.7'
1313

1414
jobs:
1515
type-diff:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
env:
15-
PNPM_VERSION: '9.14.2'
15+
PNPM_VERSION: '8.15.7'
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717

1818
jobs:

.github/workflows/shopify-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ env:
4646
DEBUG: '1'
4747
SHOPIFY_CLI_ENV: development
4848
SHOPIFY_CONFIG: debug
49-
PNPM_VERSION: '9.14.2'
49+
PNPM_VERSION: '8.15.7'
5050
BUNDLE_WITHOUT: 'test:development'
5151
SHOPIFY_FLAG_CLIENT_ID: ${{ secrets.SHOPIFY_FLAG_CLIENT_ID }}
5252
SHOPIFY_CLI_PARTNERS_TOKEN: ${{ secrets.SHOPIFY_CLI_PARTNERS_TOKEN }}

.github/workflows/snapit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- created
77

88
env:
9-
PNPM_VERSION: '9.14.2'
9+
PNPM_VERSION: '8.15.7'
1010

1111
jobs:
1212
snapit:

.github/workflows/update-graphql-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
DEBUG: '1'
1010
SHOPIFY_CLI_ENV: development
1111
SHOPIFY_CONFIG: debug
12-
PNPM_VERSION: '9.14.2'
12+
PNPM_VERSION: '8.15.7'
1313
SHOPIFY_FLAG_CLIENT_ID: ${{ secrets.SHOPIFY_FLAG_CLIENT_ID }}
1414
SHOPIFY_CLI_PARTNERS_TOKEN: ${{ secrets.SHOPIFY_CLI_PARTNERS_TOKEN }}
1515

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
strict-peer-dependencies=false
22
auto-install-peers=true
3-
link-workspace-packages=true
43
public-hoist-pattern[]=*vitest*
54
public-hoist-pattern[]=*vite*
65
public-hoist-pattern[]=*eslint*

dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: shopify-cli-next
33
up:
44
- node:
55
version: v22.2.0
6-
pnpm: 9.14.2
7-
package_manager: pnpm@9.14.2
6+
pnpm: 8.15.7
7+
package_manager: pnpm@8.15.7
88
packages: []
99
- packages:
1010
- jq

docs/cli/get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ This wiki contains documentation that's useful for contributors of the project.
77

88
If you'd like to contribute to this project, the following system dependencies need to be present in the environment.
99

10-
- [Node](https://nodejs.org/en/) (v18.20 or higher)
11-
- [PNPM](https://pnpm.io/)
10+
- [Node](https://nodejs.org/en/) (v14 or higher)
11+
- [PNPM](https://pnpm.io/) (v8)
1212

1313
### Set up
1414

0 commit comments

Comments
 (0)