Skip to content

Commit b029d64

Browse files
committed
Merge with upstream
2 parents 6174fd4 + df89234 commit b029d64

37 files changed

+2221
-1198
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ pnpm-lock.yaml
44
!src/pages/blog/2024-04-11-announcing-new-graphql-website/index.mdx
55
!src/pages/blog/2024-08-15-graphql-local-initiative.mdx
66
!src/pages/community/foundation/community-grant.mdx
7-
!src/pages/blog/2025-06-01-graphiql-4/index.mdx
7+
!src/pages/blog/2025-05-31-graphiql-4/index.mdx
8+
!src/pages/blog/2025-06-10-graphiql-5/index.mdx
89
*.jpg
910

1011
scripts/sync-sched/*.json

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ const config = {
109109

110110
return config
111111
},
112+
// Comment this out if you're working on OG images.
112113
output: "export",
113114
images: {
114115
loader: "custom",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"validate:snippets": "node scripts/validate-snippets.js"
2323
},
2424
"dependencies": {
25-
"@graphql-tools/schema": "10.0.23",
25+
"@graphql-tools/schema": "10.0.25",
2626
"@headlessui/react": "^2.2.4",
2727
"@igorkowalczyk/is-browser": "^5.1.0",
2828
"@next/bundle-analyzer": "^15.4.5",
@@ -80,7 +80,7 @@
8080
"playwright": "^1.54.2"
8181
},
8282
"devDependencies": {
83-
"@graphql-eslint/eslint-plugin": "4.3.0",
83+
"@graphql-eslint/eslint-plugin": "4.4.0",
8484
"@next/eslint-plugin-next": "^15.3.3",
8585
"@playwright/test": "^1.54.2",
8686
"@svgr/webpack": "^8.1.0",

pnpm-lock.yaml

Lines changed: 214 additions & 224 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/img/conf/Sponsors/Meta-dark.svg

Lines changed: 1 addition & 0 deletions
Loading

public/img/conf/Sponsors/Meta.svg

Lines changed: 1 addition & 0 deletions
Loading

public/img/conf/Sponsors/Netflix.svg

Lines changed: 1 addition & 0 deletions
Loading

public/videos/graphiql5.webm

1.11 MB
Binary file not shown.

0 commit comments

Comments
 (0)