Commit d259666
authored
refactor!: move Apollo Server dependencies to optional peerDependencies (#29)
* feat: move Apollo Server dependencies to optional peerDependencies
- Move @apollo/server, @apollo/utils.withrequired, and @as-integrations/h3 to peerDependencies
- Mark all Apollo dependencies as optional in peerDependenciesMeta
- Update README installation instructions for Apollo Server users
- GraphQL Yoga users no longer need to install Apollo dependencies
- Apollo Server users must manually install required packages
* fix: remove unused Apollo dependencies from pnpm-lock.yaml
* chore: update dependencies in pnpm-workspace.yaml
- upgraded '@antfu/eslint-config' to ^5.2.1
- updated '@graphql-tools/graphql-file-loader' to ^8.1.0
- updated '@graphql-tools/load' to ^8.1.2
- upgraded '@graphql-tools/merge' to ^9.1.1
- upgraded '@graphql-tools/schema' to ^10.0.25
- updated '@graphql-tools/utils' to ^10.9.1
- upgraded '@types/node' to ^22.18.0
- updated 'bumpp' to ^10.2.3
- upgraded 'eslint' to ^9.34.0
- updated 'nitropack' to ^2.12.4
- upgraded 'oxc-parser' to ^0.82.3
- updated 'tailwindcss' to ^4.1.12
- upgraded 'tsdown' to ^0.14.2
- updated 'typescript' to ^5.9.2
- upgraded 'vue' to ^3.5.20
- updated 'zod' to ^4.1.3
* chore: lock1 parent a91a15c commit d259666
File tree
4 files changed
+1627
-2390
lines changed4 files changed
+1627
-2390
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
73 | 87 | | |
74 | | - | |
75 | | - | |
76 | 88 | | |
77 | 89 | | |
78 | 90 | | |
| |||
98 | 110 | | |
99 | 111 | | |
100 | 112 | | |
101 | | - | |
102 | 113 | | |
103 | 114 | | |
104 | 115 | | |
| |||
0 commit comments