Skip to content

Commit

Permalink
Update pnpm to v8 (#950)
Browse files Browse the repository at this point in the history
* Update pnpm to v8

* prepare true
  • Loading branch information
PabloSzx committed Apr 26, 2023
1 parent fdbff8b commit ef94cc1
Show file tree
Hide file tree
Showing 36 changed files with 5,692 additions and 4,904 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.node_version }}-
- name: install pnpm
run: npm i pnpm@^7.1.1 -g
run: npm i pnpm@^8.3.1 -g
- name: Cache Jest
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
restore-keys: |
${{ runner.os }}-
- name: install pnpm
run: npm i pnpm@^7.1.1 -g
run: npm i pnpm@^8.3.1 -g
- name: Install Dependencies
run: pnpm i
- name: Create Release Pull Request or Publish to npm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"engines": {
"node": ">=14.13.1",
"pnpm": ">=6.23"
"pnpm": ">=8"
},
"pnpm": {
"overrides": {
Expand Down
3 changes: 2 additions & 1 deletion packages/client/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
}
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/cloudflare/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand Down Expand Up @@ -56,6 +57,7 @@
"worktop": "^0.7.3"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/core/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand Down Expand Up @@ -62,7 +63,8 @@
"node": ">=14.13.1"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
},
"typesVersions": {
"*": {
Expand Down
3 changes: 2 additions & 1 deletion packages/core/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"graphql": "*"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/express/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand Down Expand Up @@ -66,6 +67,7 @@
"node": ">=14.13.1"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/express/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand Down Expand Up @@ -53,6 +54,7 @@
"graphql-ez": "workspace:^"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/fastify/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand Down Expand Up @@ -63,6 +64,7 @@
"node": ">=14.13.1"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/fastify/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand All @@ -51,6 +52,7 @@
"graphql-ez": "workspace:^"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/hapi/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand Down Expand Up @@ -62,6 +63,7 @@
"node": ">=14.13.1"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/hapi/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand All @@ -51,6 +52,7 @@
"graphql-ez": "workspace:^"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
3 changes: 2 additions & 1 deletion packages/helix/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"typescript": "^4.9.4"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
},
"peerDependencies": {
"graphql": "*"
Expand Down
3 changes: 2 additions & 1 deletion packages/helix/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"typescript": "^4.9.4"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
},
"buildConfig": {
"copy": [
Expand Down
4 changes: 3 additions & 1 deletion packages/http/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand Down Expand Up @@ -59,6 +60,7 @@
"node": ">=14.13.1"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/http/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand All @@ -50,6 +51,7 @@
"graphql-ez": "workspace:^"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/koa/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand Down Expand Up @@ -80,6 +81,7 @@
"node": ">=14.13.1"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/koa/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand Down Expand Up @@ -55,6 +56,7 @@
"koa": "*"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/nextjs/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand Down Expand Up @@ -69,6 +70,7 @@
"node": ">=14.13.1"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/nextjs/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand All @@ -51,6 +52,7 @@
"next": "*"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/plugin/altair/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand Down Expand Up @@ -55,7 +56,8 @@
"node": ">=14.13.1"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
},
"typesVersions": {
"*": {
Expand Down
4 changes: 3 additions & 1 deletion packages/plugin/automatic-persisted-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand All @@ -50,7 +51,8 @@
},
"publishConfig": {
"access": "public",
"directory": "dist"
"directory": "dist",
"linkDirectory": false
},
"typescript": {
"definition": "dist/index.d.ts"
Expand Down
4 changes: 3 additions & 1 deletion packages/plugin/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand Down Expand Up @@ -71,6 +72,7 @@
"node": ">=14.13.1"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/plugin/dataloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand Down Expand Up @@ -54,6 +55,7 @@
"node": ">=14.13.1"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
}
}
4 changes: 3 additions & 1 deletion packages/plugin/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"scripts": {
"dev": "bob-esbuild watch",
"prepack": "bob-esbuild build",
"prepare": "true",
"postpublish": "gh-release",
"test": "jest"
},
Expand All @@ -51,7 +52,8 @@
"node": ">=14.13.1"
},
"publishConfig": {
"directory": "dist"
"directory": "dist",
"linkDirectory": false
},
"typesVersions": {
"*": {
Expand Down
Loading

1 comment on commit ef94cc1

@vercel
Copy link

@vercel vercel bot commented on ef94cc1 Apr 26, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.