Skip to content

Commit

Permalink
update a bunch of dependencies, renovate config (#254)
Browse files Browse the repository at this point in the history
* update a bunch of dependencies, renovate config

* lockfile

* update workflow

* undo tests on main
  • Loading branch information
phryneas authored Mar 25, 2024
1 parent 68ec2f7 commit 77e6327
Show file tree
Hide file tree
Showing 9 changed files with 991 additions and 312 deletions.
49 changes: 24 additions & 25 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"lockFileMaintenance": {
"enabled": false
$schema: "https://docs.renovatebot.com/renovate-schema.json",
lockFileMaintenance: {
enabled: false,
},
"ignorePaths": [
"examples/**",
"integration-test/**"
ignorePaths: ["examples/**", "integration-test/**"],
ignoreDeps: [
"react",
"react-dom",
"superjson",
"@apollo/experimental-nextjs-app-support",
"@apollo/client-react-streaming",
"@apollo/client",
],
"skipInstalls": false,
"packageRules": [
skipInstalls: false,
packageRules: [
{
"groupName": "all @types",
"groupSlug": "all-types",
"matchPackagePatterns": [
"@types/*"
]
groupName: "all devDependencies",
groupSlug: "all-dev",
matchPackagePatterns: ["*"],
matchDepTypes: ["devDependencies"],
excludePackagePatterns: ["next"],
},
{
"groupName": "all devDependencies",
"groupSlug": "all-dev",
"matchPackagePatterns": [
"*"
],
"matchDepTypes": [
"devDependencies"
],
"excludePackageNames": ["next", "react", "react-dom"]
}
]
}
groupName: "all @types",
groupSlug: "all-types",
matchPackagePatterns: ["@types/*"],
},
],
}
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- ".github/workflows/**"
- "packages/**"
- "integration-test/**"
- "yarn.lock"
pull_request:
paths:
- ".github/workflows/**"
Expand Down
2 changes: 1 addition & 1 deletion examples/app-dir-experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.9.6",
"@apollo/client": "^3.9.9",
"@apollo/experimental-nextjs-app-support": "workspace:^",
"@apollo/server": "^4.9.5",
"@as-integrations/next": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/hack-the-supergraph-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.9.6",
"@apollo/client": "^3.9.9",
"@apollo/experimental-nextjs-app-support": "workspace:^",
"@apollo/space-kit": "^9.11.0",
"@chakra-ui/next-js": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/polls-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@apollo/client": "^3.9.6",
"@apollo/client": "^3.9.9",
"@apollo/experimental-nextjs-app-support": "workspace:^",
"@apollo/server": "^4.9.5",
"@types/node": "18.16.3",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"[email protected]": "18.3.0-canary-60a927d04-20240113",
"[email protected]": "18.3.0-canary-60a927d04-20240113",
"superjson": "1.13.3",
"@microsoft/api-documenter": "7.24.0"
"@microsoft/api-documenter": "7.24.1"
},
"devDependencies": {
"@microsoft/api-documenter": "7.24.0",
"@size-limit/file": "^11.1.0",
"@size-limit/webpack": "^11.1.0",
"@size-limit/webpack-why": "^11.1.0",
"size-limit": "^11.1.0"
"@microsoft/api-documenter": "7.24.1",
"@size-limit/file": "11.1.0",
"@size-limit/webpack": "11.1.0",
"@size-limit/webpack-why": "11.1.0",
"size-limit": "11.1.0"
}
}
44 changes: 22 additions & 22 deletions packages/client-react-streaming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/client-react-streaming",
"version": "0.9.0-snapshot-test.1",
"version": "0.9.0",
"repository": {
"url": "git+https://github.com/apollographql/apollo-client-nextjs"
},
Expand Down Expand Up @@ -107,34 +107,34 @@
"lint": "eslint --ext .ts,.tsx src"
},
"devDependencies": {
"@apollo/client": "^3.9.6",
"@arethetypeswrong/cli": "0.13.6",
"@microsoft/api-extractor": "^7.42.3",
"@testing-library/react": "^14.2.1",
"@total-typescript/shoehorn": "0.1.1",
"@apollo/client": "3.9.9",
"@arethetypeswrong/cli": "0.15.2",
"@microsoft/api-extractor": "7.42.3",
"@testing-library/react": "14.2.1",
"@total-typescript/shoehorn": "0.1.2",
"@tsconfig/recommended": "1.0.3",
"@types/node": "20.11.5",
"@types/react": "18.2.55",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"concurrently": "^8.2.2",
"eslint": "8.56.0",
"eslint-plugin-react": "7.33.2",
"@types/node": "20.11.30",
"@types/react": "18.2.67",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"glob": "^10.3.10",
"global-jsdom": "^24.0.0",
"globstar": "^1.0.0",
"glob": "10.3.10",
"global-jsdom": "24.0.0",
"globstar": "1.0.0",
"graphql": "16.8.1",
"jsdom": "^24.0.0",
"jsdom": "24.0.0",
"react": "18.3.0-canary-60a927d04-20240113",
"react-error-boundary": "^4.0.13",
"react-error-boundary": "4.0.13",
"rimraf": "5.0.5",
"superjson": "1.13.3",
"ts-node": "10.9.2",
"tsup": "8.0.1",
"tsx": "^4.7.0",
"typescript": "5.3.3",
"vitest": "1.2.1"
"tsup": "8.0.2",
"tsx": "4.7.0",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
"peerDependencies": {
"@apollo/client": "^3.9.6",
Expand Down
44 changes: 22 additions & 22 deletions packages/experimental-nextjs-app-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/experimental-nextjs-app-support",
"version": "0.9.0-snapshot-test.1",
"version": "0.9.0",
"repository": {
"url": "git+https://github.com/apollographql/apollo-client-nextjs"
},
Expand Down Expand Up @@ -78,41 +78,41 @@
"lint": "eslint --ext .ts,.tsx ."
},
"devDependencies": {
"@apollo/client": "^3.9.6",
"@apollo/client": "3.9.9",
"@apollo/client-react-streaming": "workspace:*",
"@arethetypeswrong/cli": "0.13.6",
"@microsoft/api-extractor": "^7.42.3",
"@testing-library/react": "^14.2.1",
"@total-typescript/shoehorn": "0.1.1",
"@arethetypeswrong/cli": "0.15.2",
"@microsoft/api-extractor": "7.42.3",
"@testing-library/react": "14.2.1",
"@total-typescript/shoehorn": "0.1.2",
"@tsconfig/recommended": "1.0.3",
"@types/node": "20.11.5",
"@types/react": "18.2.55",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"concurrently": "^8.2.2",
"eslint": "8.56.0",
"eslint-plugin-react": "7.33.2",
"@types/node": "20.11.30",
"@types/react": "18.2.67",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"glob": "^10.3.10",
"global-jsdom": "^24.0.0",
"globstar": "^1.0.0",
"glob": "10.3.10",
"global-jsdom": "24.0.0",
"globstar": "1.0.0",
"graphql": "16.8.1",
"jsdom": "^24.0.0",
"jsdom": "24.0.0",
"next": "14.1.0",
"react": "18.3.0-canary-60a927d04-20240113",
"rimraf": "5.0.5",
"ts-node": "10.9.2",
"tsup": "8.0.1",
"tsx": "^4.7.0",
"typescript": "5.3.3",
"vitest": "1.2.1"
"tsup": "8.0.2",
"tsx": "4.7.0",
"typescript": "5.4.3",
"vitest": "1.4.0"
},
"peerDependencies": {
"@apollo/client": "^3.9.6",
"next": "^13.4.1 || ^14.0.0",
"react": "^18"
},
"dependencies": {
"@apollo/client-react-streaming": "0.9.0-snapshot-test.1"
"@apollo/client-react-streaming": "0.9.0"
}
}
Loading

0 comments on commit 77e6327

Please sign in to comment.