Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2197)
Browse files Browse the repository at this point in the history
* fix(deps): update all non-major dependencies

* Concurrency

* Husky

* Go

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <[email protected]>
  • Loading branch information
renovate[bot] and ardatan authored Jan 15, 2025
1 parent 4e5bc0c commit 06f6a8b
Show file tree
Hide file tree
Showing 36 changed files with 2,275 additions and 3,571 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
bench:
name: k6
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
dependencies:
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yml@v1
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@v1
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- main
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
check:
name: check / graphql v${{matrix.graphql_version}}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

jobs:
deployment:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm lint-staged
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@envelop/validation-cache": "workspace:^",
"@graphql-tools/schema": "10.0.16",
"faker": "5.5.3",
"fastify": "5.1.0",
"fastify": "5.2.1",
"graphql": "16.8.1"
}
}
2 changes: 1 addition & 1 deletion examples/apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/azure-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@azure/functions": "4.3.0",
"@types/node": "22.10.1",
"@azure/functions": "4.6.0",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"worktop": "0.7.3"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240320.1",
"@types/node": "22.10.1",
"@cloudflare/workers-types": "4.20250109.0",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/express-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.16",
"express": "4.19.1",
"express": "4.21.2",
"express-graphql": "0.12.0",
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
8 changes: 4 additions & 4 deletions examples/google-cloud-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.16",
"firebase-admin": "13.0.1",
"firebase-functions": "6.1.1",
"firebase-admin": "13.0.2",
"firebase-functions": "6.2.0",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@azure/functions": "4.3.0",
"@types/node": "22.10.1",
"@azure/functions": "4.6.0",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-helix-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@envelop/auth0": "workspace:^",
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.16",
"fastify": "5.1.0",
"fastify": "5.2.1",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-helix-defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.16",
"fastify": "5.1.0",
"fastify": "5.2.1",
"graphql": "experimental-stream-defer",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.16",
"fastify": "5.1.0",
"fastify": "5.2.1",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"graphql-http": "^1.18.0"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/graphql-socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"@n1ru4l/socket-io-graphql-server": "0.13.0",
"graphql": "16.8.1",
"graphql-ws": "^5.0.0",
"socket.io": "4.7.5",
"socket.io-client": "4.7.5",
"ws": "8.16.0"
"socket.io": "4.8.1",
"socket.io-client": "4.8.1",
"ws": "8.18.0"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/ws": "8.5.10",
"@types/node": "22.10.6",
"@types/ws": "8.5.13",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-sse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"graphql-sse": "^2.0.0"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/ws": "8.5.10",
"@types/node": "22.10.6",
"@types/ws": "8.5.13",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"@graphql-tools/schema": "10.0.16",
"graphql": "16.8.1",
"graphql-ws": "^5.0.0",
"ws": "8.16.0"
"ws": "8.18.0"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/ws": "8.5.10",
"@types/node": "22.10.6",
"@types/ws": "8.5.13",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/lambda-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.16",
"aws-sdk": "2.1584.0",
"aws-sdk": "2.1692.0",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.136",
"@types/node": "22.10.1",
"@types/aws-lambda": "8.10.147",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
},
"dependencies": {
"@envelop/core": "workspace:^",
"fastify": "5.1.0",
"fastify": "5.2.1",
"graphql": "16.8.1",
"graphql-helix": "1.13.0",
"nexus": "1.3.0",
"reflect-metadata": "0.2.1"
"reflect-metadata": "0.2.2"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"graphql": "16.8.1"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/typegraphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"dependencies": {
"@envelop/core": "workspace:^",
"class-validator": "0.14.1",
"fastify": "5.1.0",
"fastify": "5.2.1",
"graphql": "16.8.1",
"graphql-helix": "1.13.0",
"reflect-metadata": "0.2.1",
"reflect-metadata": "0.2.2",
"type-graphql": "1.1.1"
},
"devDependencies": {
"@types/node": "22.10.1",
"@types/node": "22.10.6",
"ts-node": "10.9.2",
"typescript": "5.7.3"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/with-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"dependencies": {
"@envelop/core": "workspace:^",
"@graphql-tools/schema": "10.0.16",
"fastify": "5.1.0",
"fastify": "5.2.1",
"graphql": "16.8.1",
"graphql-helix": "1.13.0"
},
"devDependencies": {
"@types/node": "22.10.1",
"tsup": "8.0.2",
"@types/node": "22.10.6",
"tsup": "8.3.5",
"typescript": "5.7.3"
}
}
43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Dotan Simha <[email protected]>",
"license": "MIT",
"private": true,
"packageManager": "pnpm@9.1.0",
"packageManager": "pnpm@9.15.4",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.1.0"
Expand All @@ -15,51 +15,50 @@
"lint:prettier": "prettier --cache --ignore-path .prettierignore --check .",
"loadtest:run": "pnpm run --filter @envelop/benchmark loadtest:run",
"loadtest:start-server": "pnpm run --filter @envelop/benchmark loadtest:start-server",
"postinstall": "npx -y update-browserslist-db@latest --update-db",
"prebuild": "rimraf packages/*/dist packages/plugins/*/dist",
"prepare": "husky install",
"prettier": "prettier --cache --ignore-path .prettierignore --write --list-different .",
"release": "pnpm build && changeset publish",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"test:ci": "jest --coverage",
"ts:check": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "7.24.3",
"@babel/core": "7.26.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.24.1",
"@babel/preset-env": "7.24.3",
"@babel/plugin-proposal-decorators": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-typescript": "7.26.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.11",
"@theguild/prettier-config": "2.0.7",
"@types/benchmark": "2.1.5",
"@types/jest": "29.5.12",
"@types/k6": "0.49.3",
"@types/node": "22.10.1",
"@types/jest": "29.5.14",
"@types/k6": "0.54.2",
"@types/node": "22.10.6",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"bob-the-bundler": "7.0.1",
"chalk": "5.3.0",
"caniuse-lite": "^1.0.30001692",
"chalk": "5.4.1",
"cross-env": "7.0.3",
"eslint": "9.16.0",
"eslint": "9.18.0",
"eslint-config-prettier": "10.0.1",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-package-json": "^0.17.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-package-json": "^0.19.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "56.0.1",
"globby": "14.0.1",
"husky": "9.0.11",
"globby": "14.0.2",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"rimraf": "6.0.0",
"ts-jest": "29.1.2",
"lint-staged": "15.3.0",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"wait-on": "8.0.0"
"wait-on": "8.0.2"
},
"lint-staged": {
"packages/**/src/**/*.{ts,tsx}": [
Expand All @@ -71,7 +70,7 @@
},
"pnpm": {
"overrides": {
"esbuild": "^0.17.0",
"esbuild": "^0.24.0",
"graphql": "16.6.0",
"estree-util-build-jsx": "2.2.2"
}
Expand Down
Loading

0 comments on commit 06f6a8b

Please sign in to comment.