Skip to content

Commit 9c36138

Browse files
Update all packages dependencies versions (#2747)
* Update all packages dependencies versions * pnpm prettier & install * smee-client * theguild/eslint-config * update eslintrc * eslintrc update rules * figures * sentry/node & sentry/tracing & whatwg-node/fetch & fix figures * no figures * rimraf * log-symbols * nock * no log-symbols * lint-staged * types/js-yaml * object-inspect & immer * std-env * @babel/core * actions/core * yoga * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4be6e1f commit 9c36138

36 files changed

+18677
-1726
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphql-inspector/action': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@actions/[email protected]`
6+
↗︎](https://www.npmjs.com/package/@actions/core/v/1.10.1) (from `1.10.0`, in `dependencies`)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphql-inspector/cli': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`@babel/[email protected]` ↗︎](https://www.npmjs.com/package/@babel/core/v/7.24.6)
6+
(from `7.22.9`, in `dependencies`)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphql-inspector/core': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`[email protected]`
6+
↗︎](https://www.npmjs.com/package/object-inspect/v/1.13.1) (from `1.12.3`, in `dependencies`)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphql-inspector/logger': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/std-env/v/3.7.0) (from
6+
`3.3.3`, in `dependencies`)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@graphql-inspector/serve-command': patch
3+
---
4+
dependencies updates:
5+
- Updated dependency [`[email protected]` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.3.1)
6+
(from `5.3.0`, in `dependencies`)

.eslintrc.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ module.exports = {
1818
'@typescript-eslint/ban-types': 'off',
1919
'@typescript-eslint/no-var-requires': 'off',
2020
'n/no-restricted-import': 'off',
21+
'@typescript-eslint/prefer-optional-chain': 'off',
2122
'yml/no-empty-mapping-value': 'off',
23+
'@typescript-eslint/parser': 'off',
2224
'no-undef': 'off',
2325
'unicorn/prefer-node-protocol': 'off',
2426
'no-console': 'off',

.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ website/src/pages/docs/api/schema.mdx
1414
pnpm-lock.yaml
1515
website/src/pages/docs/migration-guides/from-graphql-cli.mdx
1616
packages/core/CHANGELOG.md
17-
packages/**/*.md
17+
packages/**/*.md

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
"test": "vitest"
4242
},
4343
"dependencies": {
44-
"@sentry/node": "7.74.1",
45-
"@sentry/tracing": "7.74.1",
46-
"@whatwg-node/fetch": "0.9.13",
44+
"@sentry/node": "8.4.0",
45+
"@sentry/tracing": "7.114.0",
46+
"@whatwg-node/fetch": "0.9.17",
4747
"husky": "8.0.3",
48-
"immer": "10.0.2",
48+
"immer": "10.1.1",
4949
"js-yaml": "4.1.0",
5050
"probot": "12.3.3",
5151
"shelljs": "0.8.5",
@@ -71,8 +71,8 @@
7171
"@graphql-inspector/similar-command": "workspace:*",
7272
"@graphql-inspector/url-loader": "workspace:*",
7373
"@graphql-inspector/validate-command": "workspace:*",
74-
"@theguild/eslint-config": "0.11.0",
75-
"@theguild/prettier-config": "2.0.1",
74+
"@theguild/eslint-config": "0.11.9",
75+
"@theguild/prettier-config": "2.0.6",
7676
"@types/body-parser": "1.19.5",
7777
"@types/cors": "2.8.17",
7878
"@types/express": "4.17.21",
@@ -84,12 +84,12 @@
8484
"graphql": "16.8.1",
8585
"graphql-config": "5.0.3",
8686
"jsesc": "3.0.2",
87-
"lint-staged": "13.2.3",
87+
"lint-staged": "15.2.5",
8888
"lodash": "4.17.21",
89-
"nock": "13.3.4",
90-
"prettier": "3.0.3",
91-
"rimraf": "5.0.5",
92-
"smee-client": "1.2.3",
89+
"nock": "13.5.4",
90+
"prettier": "3.2.5",
91+
"rimraf": "5.0.7",
92+
"smee-client": "2.0.1",
9393
"strip-ansi": "7.1.0",
9494
"typescript": "5.4.5",
9595
"vitest": "0.34.6"

packages/action/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"prepublishOnly": "pnpm build"
7272
},
7373
"dependencies": {
74-
"@actions/core": "1.10.0",
74+
"@actions/core": "1.10.1",
7575
"@actions/github": "4.0.0",
7676
"@graphql-inspector/commands": "workspace:*",
7777
"@graphql-inspector/core": "workspace:*",
@@ -81,7 +81,7 @@
8181
"tslib": "2.6.2"
8282
},
8383
"devDependencies": {
84-
"@types/js-yaml": "4.0.5"
84+
"@types/js-yaml": "4.0.9"
8585
},
8686
"publishConfig": {
8787
"directory": "dist",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
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.22.9",
75+
"@babel/core": "7.24.6",
7676
"@graphql-inspector/audit-command": "workspace:*",
7777
"@graphql-inspector/code-loader": "workspace:*",
7878
"@graphql-inspector/commands": "workspace:*",

0 commit comments

Comments
 (0)