Skip to content

Commit

Permalink
Merge pull request #4939 from Shopify/revert-4931-upgrade-pnpm
Browse files Browse the repository at this point in the history
Revert "Upgrade pnpm to v9"
  • Loading branch information
gonzaloriestra authored Nov 28, 2024
2 parents 4e3f757 + 4d1d7e0 commit 82b872f
Show file tree
Hide file tree
Showing 13 changed files with 7,544 additions and 10,181 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
DEBUG: '1'
SHOPIFY_CLI_ENV: development
SHOPIFY_CONFIG: debug
PNPM_VERSION: '9.14.2'
PNPM_VERSION: '8.15.7'

jobs:
type-diff:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true

env:
PNPM_VERSION: '9.14.2'
PNPM_VERSION: '8.15.7'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shopify-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ env:
DEBUG: '1'
SHOPIFY_CLI_ENV: development
SHOPIFY_CONFIG: debug
PNPM_VERSION: '9.14.2'
PNPM_VERSION: '8.15.7'
BUNDLE_WITHOUT: 'test:development'
SHOPIFY_FLAG_CLIENT_ID: ${{ secrets.SHOPIFY_FLAG_CLIENT_ID }}
SHOPIFY_CLI_PARTNERS_TOKEN: ${{ secrets.SHOPIFY_CLI_PARTNERS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- created

env:
PNPM_VERSION: '9.14.2'
PNPM_VERSION: '8.15.7'

jobs:
snapit:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-graphql-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
DEBUG: '1'
SHOPIFY_CLI_ENV: development
SHOPIFY_CONFIG: debug
PNPM_VERSION: '9.14.2'
PNPM_VERSION: '8.15.7'
SHOPIFY_FLAG_CLIENT_ID: ${{ secrets.SHOPIFY_FLAG_CLIENT_ID }}
SHOPIFY_CLI_PARTNERS_TOKEN: ${{ secrets.SHOPIFY_CLI_PARTNERS_TOKEN }}

Expand Down
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
strict-peer-dependencies=false
auto-install-peers=true
link-workspace-packages=true
public-hoist-pattern[]=*vitest*
public-hoist-pattern[]=*vite*
public-hoist-pattern[]=*eslint*
Expand Down
4 changes: 2 additions & 2 deletions dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: shopify-cli-next
up:
- node:
version: v22.2.0
pnpm: 9.14.2
package_manager: pnpm@9.14.2
pnpm: 8.15.7
package_manager: pnpm@8.15.7
packages: []
- packages:
- jq
Expand Down
4 changes: 2 additions & 2 deletions docs/cli/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ This wiki contains documentation that's useful for contributors of the project.

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

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

### Set up

Expand Down
Loading

0 comments on commit 82b872f

Please sign in to comment.