Skip to content

Commit ecdf4d6

Browse files
fix(deps): update all non-major dependencies
1 parent 8341829 commit ecdf4d6

File tree

26 files changed

+2165
-2528
lines changed

26 files changed

+2165
-2528
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: ${{ matrix.node_version }}
2828

2929
- name: Install pnpm
30-
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
30+
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
3131

3232
- name: Get pnpm cache - Set output
3333
id: pnpm-cache

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"license": "MIT",
1414
"private": true,
15-
"packageManager": "pnpm@9.12.3",
15+
"packageManager": "pnpm@9.15.9",
1616
"engines": {
1717
"node": ">=18.0.0",
1818
"pnpm": ">=9.12.3"
@@ -42,20 +42,20 @@
4242
"test": "vitest"
4343
},
4444
"dependencies": {
45-
"@sentry/node": "8.49.0",
46-
"@sentry/tracing": "7.114.0",
47-
"@whatwg-node/fetch": "0.10.3",
48-
"husky": "9.0.11",
45+
"@sentry/node": "8.55.0",
46+
"@sentry/tracing": "7.120.4",
47+
"@whatwg-node/fetch": "0.10.10",
48+
"husky": "9.1.7",
4949
"immer": "10.1.1",
5050
"js-yaml": "4.1.0",
51-
"probot": "13.2.2",
52-
"shelljs": "0.8.5",
51+
"probot": "13.4.7",
52+
"shelljs": "0.10.0",
5353
"vite-tsconfig-paths": "5.1.4",
5454
"yargs": "17.7.2"
5555
},
5656
"devDependencies": {
57-
"@changesets/changelog-github": "0.5.0",
58-
"@changesets/cli": "2.27.7",
57+
"@changesets/changelog-github": "0.5.1",
58+
"@changesets/cli": "2.29.6",
5959
"@graphql-inspector/audit-command": "workspace:*",
6060
"@graphql-inspector/code-loader": "workspace:*",
6161
"@graphql-inspector/commands": "workspace:*",
@@ -75,27 +75,27 @@
7575
"@graphql-inspector/validate-command": "workspace:*",
7676
"@theguild/eslint-config": "0.13.4",
7777
"@theguild/prettier-config": "2.0.7",
78-
"@types/body-parser": "1.19.5",
79-
"@types/cors": "2.8.17",
80-
"@types/express": "5.0.1",
81-
"@types/node": "20.14.15",
78+
"@types/body-parser": "1.19.6",
79+
"@types/cors": "2.8.19",
80+
"@types/express": "5.0.3",
81+
"@types/node": "20.19.11",
8282
"@types/yargs": "17.0.33",
8383
"@vercel/ncc": "0.38.3",
8484
"bob-the-bundler": "7.0.1",
8585
"eslint": "8.57.1",
86-
"graphql": "16.10.0",
87-
"graphql-config": "5.1.0",
88-
"jsesc": "3.0.2",
89-
"lint-staged": "15.2.8",
86+
"graphql": "16.11.0",
87+
"graphql-config": "5.1.5",
88+
"jsesc": "3.1.0",
89+
"lint-staged": "15.5.2",
9090
"lodash": "4.17.21",
91-
"nock": "14.0.1",
92-
"prettier": "3.3.3",
91+
"nock": "14.0.10",
92+
"prettier": "3.6.2",
9393
"rimraf": "5.0.10",
94-
"smee-client": "2.0.2",
94+
"smee-client": "2.0.4",
9595
"strip-ansi": "7.1.0",
96-
"typescript": "5.5.4",
97-
"vitest": "3.0.9",
98-
"wrangler": "4.2.0"
96+
"typescript": "5.9.2",
97+
"vitest": "3.2.4",
98+
"wrangler": "4.32.0"
9999
},
100100
"sideEffects": false,
101101
"lint-staged": {
@@ -107,15 +107,15 @@
107107
"pnpm": {
108108
"overrides": {
109109
"@octokit/types": "13.10.0",
110-
"graphql": "16.10.0",
110+
"graphql": "16.11.0",
111111
"eslint-plugin-unicorn": "56.0.1",
112112
"cookie": "1.0.2",
113-
"dompurify": "3.2.4",
114-
"esbuild": "0.25.1",
113+
"dompurify": "3.2.6",
114+
"esbuild": "0.25.9",
115115
"cross-spawn": "6.0.6",
116116
"micromatch": "4.0.8",
117117
"braces": "3.0.3",
118-
"@babel/runtime": "7.26.10"
118+
"@babel/runtime": "7.28.3"
119119
}
120120
}
121121
}

packages/action/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@
7171
"prepublishOnly": "pnpm build"
7272
},
7373
"dependencies": {
74-
"@actions/core": "1.10.1",
75-
"@actions/github": "6.0.0",
74+
"@actions/core": "1.11.1",
75+
"@actions/github": "6.0.1",
7676
"@graphql-inspector/commands": "workspace:*",
7777
"@graphql-inspector/core": "workspace:*",
78-
"dataloader": "2.2.2",
78+
"dataloader": "2.2.3",
7979
"js-yaml": "4.1.0",
80-
"probot": "13.2.2",
81-
"tslib": "2.6.2"
80+
"probot": "13.4.7",
81+
"tslib": "2.8.1"
8282
},
8383
"devDependencies": {
8484
"@types/js-yaml": "4.0.9"

packages/ci/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@graphql-inspector/config": "workspace:*",
7878
"@graphql-inspector/loaders": "workspace:*",
7979
"@graphql-inspector/logger": "workspace:*",
80-
"tslib": "2.6.2",
80+
"tslib": "2.8.1",
8181
"yargs": "17.7.2"
8282
},
8383
"publishConfig": {

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
7373
},
7474
"dependencies": {
75-
"@babel/core": "7.26.10",
75+
"@babel/core": "7.28.3",
7676
"@graphql-inspector/audit-command": "workspace:*",
7777
"@graphql-inspector/code-loader": "workspace:*",
7878
"@graphql-inspector/commands": "workspace:*",
@@ -90,7 +90,7 @@
9090
"@graphql-inspector/similar-command": "workspace:*",
9191
"@graphql-inspector/url-loader": "workspace:*",
9292
"@graphql-inspector/validate-command": "workspace:*",
93-
"tslib": "2.6.2",
93+
"tslib": "2.8.1",
9494
"yargs": "17.7.2"
9595
},
9696
"publishConfig": {

packages/commands/audit/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767
"@graphql-inspector/commands": "workspace:*",
6868
"@graphql-inspector/core": "workspace:*",
6969
"@graphql-inspector/logger": "workspace:*",
70-
"@graphql-tools/utils": "10.8.6",
71-
"cli-table3": "0.6.3",
72-
"tslib": "2.6.2"
70+
"@graphql-tools/utils": "10.9.1",
71+
"cli-table3": "0.6.5",
72+
"tslib": "2.8.1"
7373
},
7474
"devDependencies": {
75-
"graphql": "16.9.0"
75+
"graphql": "16.11.0"
7676
},
7777
"publishConfig": {
7878
"directory": "dist",

packages/commands/commands/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"yargs": "17.7.2"
6868
},
6969
"dependencies": {
70-
"tslib": "2.6.2"
70+
"tslib": "2.8.1"
7171
},
7272
"publishConfig": {
7373
"directory": "dist",

packages/commands/coverage/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@
6767
"@graphql-inspector/commands": "workspace:*",
6868
"@graphql-inspector/core": "workspace:*",
6969
"@graphql-inspector/logger": "workspace:*",
70-
"@graphql-tools/utils": "10.8.6",
71-
"tslib": "2.6.2"
70+
"@graphql-tools/utils": "10.9.1",
71+
"tslib": "2.8.1"
7272
},
7373
"devDependencies": {
74-
"graphql": "16.9.0"
74+
"graphql": "16.11.0"
7575
},
7676
"publishConfig": {
7777
"directory": "dist",

packages/commands/diff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@graphql-inspector/commands": "workspace:*",
6868
"@graphql-inspector/core": "workspace:*",
6969
"@graphql-inspector/logger": "workspace:*",
70-
"tslib": "2.6.2"
70+
"tslib": "2.8.1"
7171
},
7272
"publishConfig": {
7373
"directory": "dist",

packages/commands/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"@graphql-inspector/commands": "workspace:*",
6868
"open": "8.4.2",
69-
"tslib": "2.6.2"
69+
"tslib": "2.8.1"
7070
},
7171
"publishConfig": {
7272
"directory": "dist",

0 commit comments

Comments
 (0)