Skip to content

Commit cb6a7a4

Browse files
fix(deps): update all non-major dependencies
1 parent 4c05a3e commit cb6a7a4

File tree

26 files changed

+973
-1605
lines changed

26 files changed

+973
-1605
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: 16 additions & 16 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.3",
47+
"@whatwg-node/fetch": "0.10.5",
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.4",
52+
"shelljs": "0.9.2",
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.28.1",
5959
"@graphql-inspector/audit-command": "workspace:*",
6060
"@graphql-inspector/code-loader": "workspace:*",
6161
"@graphql-inspector/commands": "workspace:*",
@@ -78,22 +78,22 @@
7878
"@types/body-parser": "1.19.5",
7979
"@types/cors": "2.8.17",
8080
"@types/express": "5.0.1",
81-
"@types/node": "20.14.15",
81+
"@types/node": "20.17.24",
8282
"@types/yargs": "17.0.33",
8383
"@vercel/ncc": "0.38.3",
8484
"bob-the-bundler": "7.0.1",
8585
"eslint": "8.57.1",
8686
"graphql": "16.10.0",
87-
"graphql-config": "5.1.0",
88-
"jsesc": "3.0.2",
89-
"lint-staged": "15.2.8",
87+
"graphql-config": "5.1.3",
88+
"jsesc": "3.1.0",
89+
"lint-staged": "15.5.0",
9090
"lodash": "4.17.21",
9191
"nock": "14.0.1",
92-
"prettier": "3.3.3",
92+
"prettier": "3.5.3",
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",
96+
"typescript": "5.8.2",
9797
"vitest": "3.0.9",
9898
"wrangler": "4.2.0"
9999
},

packages/action/package.json

Lines changed: 4 additions & 4 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",
74+
"@actions/core": "1.11.1",
7575
"@actions/github": "6.0.0",
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.4",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"@graphql-inspector/core": "workspace:*",
6969
"@graphql-inspector/logger": "workspace:*",
7070
"@graphql-tools/utils": "10.8.6",
71-
"cli-table3": "0.6.3",
72-
"tslib": "2.6.2"
71+
"cli-table3": "0.6.5",
72+
"tslib": "2.8.1"
7373
},
7474
"devDependencies": {
7575
"graphql": "16.9.0"

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@graphql-inspector/core": "workspace:*",
6969
"@graphql-inspector/logger": "workspace:*",
7070
"@graphql-tools/utils": "10.8.6",
71-
"tslib": "2.6.2"
71+
"tslib": "2.8.1"
7272
},
7373
"devDependencies": {
7474
"graphql": "16.9.0"

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)