Skip to content

Commit d562ef5

Browse files
authored
Merge branch '4.0.0' into feature/limit-directive
2 parents ebd8b3d + 18bff81 commit d562ef5

File tree

14 files changed

+488
-358
lines changed

14 files changed

+488
-358
lines changed

.changeset/unlucky-foxes-draw.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@neo4j/graphql": patch
3+
---
4+
5+
If possible, instantiate JWKS endpoint connection on startup, to benefit from caching.

.github/workflows/performance-tests-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
case "$number" in ''|*[!0-9]*) echo "Provided PR number is not an integer"; exit 1 ;; esac
4141
echo "pr-number=$number" >> "$GITHUB_OUTPUT"
4242
- name: Comment on PR
43-
uses: marocchino/sticky-pull-request-comment@f6a2580ed520ae15da6076e7410b088d1c5dddd9 # v2.7.0
43+
uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2.8.0
4444
with:
4545
number: ${{ steps.get-pr-number.outputs.pr-number }}
4646
header: performance

.github/workflows/post-federation-test-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
case "$number" in ''|*[!0-9]*) echo "Provided PR number is not an integer"; exit 1 ;; esac
4949
echo "pr-number=$number" >> "$GITHUB_OUTPUT"
5050
- name: Comment on PR
51-
uses: marocchino/sticky-pull-request-comment@f6a2580ed520ae15da6076e7410b088d1c5dddd9 # v2.7.0
51+
uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2.8.0
5252
with:
5353
number: ${{ steps.get-pr-number.outputs.pr-number }}
5454
header: federation

.github/workflows/toolbox-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
npm install -g surge
4848
surge . neo4j-graphql-toolbox-${{ steps.get-pr-number.outputs.pr-number }}.surge.sh --token ${{ secrets.SURGE_TOKEN }}
4949
- name: Comment on PR
50-
uses: marocchino/sticky-pull-request-comment@f6a2580ed520ae15da6076e7410b088d1c5dddd9 # v2.7.0
50+
uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2.8.0
5151
with:
5252
number: ${{ steps.get-pr-number.outputs.pr-number }}
5353
header: toolbox

.github/workflows/toolbox-teardown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
npm install -g surge
2222
surge teardown neo4j-graphql-toolbox-${{ github.event.pull_request.number }}.surge.sh --token ${{ secrets.SURGE_TOKEN }}
2323
- name: Comment on PR
24-
uses: marocchino/sticky-pull-request-comment@f6a2580ed520ae15da6076e7410b088d1c5dddd9 # v2.7.0
24+
uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2.8.0
2525
with:
2626
header: toolbox
2727
message: |

.yarn/releases/yarn-3.6.1.cjs renamed to .yarn/releases/yarn-3.6.2.cjs

Lines changed: 201 additions & 201 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ plugins:
88
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
99
spec: "@yarnpkg/plugin-typescript"
1010

11-
yarnPath: .yarn/releases/yarn-3.6.1.cjs
11+
yarnPath: .yarn/releases/yarn-3.6.2.cjs

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ and [development guide](./docs/contributing/DEVELOPING.md) to get started!
2929
1. [Documentation](https://neo4j.com/docs/graphql-manual/current/)
3030
2. [Discord](https://discord.gg/neo4j)
3131
3. [Examples](./examples)
32+
4. [Hands-on Course](https://graphacademy.neo4j.com/courses/graphql-basics/?ref=graphql)
3233

3334
## Navigating
3435

@@ -46,7 +47,7 @@ visit the [Contributing Guide](./CONTRIBUTING.md).
4647
## Media
4748

4849
Blogs, talks and other content surrounding Neo4j GraphQL. Sign up for
49-
[NODES 2021](https://neo4j.brand.live/c/2021nodes-live) to view even more Neo4j
50+
[NODES 2023](https://dev.neo4j.com/44xcEfm) to view even more Neo4j
5051
GraphQL content.
5152

5253
1. [Neo4j and GraphQL The Past, Present and Future](https://youtu.be/sZ-eBznM71M)
@@ -55,3 +56,7 @@ GraphQL content.
5556
4. [Migrating To The Official Neo4j GraphQL Library](https://youtu.be/4_rp1ikvFKc)
5657
5. [Announcing the Stable Release of the Official Neo4j GraphQL Library 1.0.0](https://medium.com/neo4j/announcing-the-stable-release-of-the-official-neo4j-graphql-library-1-0-0-6cdd30cd40b)
5758
6. [Announcing the Neo4j GraphQL Library Beta Release](https://medium.com/neo4j/announcing-the-neo4j-graphql-library-beta-99ae8541bbe7)
59+
60+
## Learn with GraphAcademy
61+
62+
Learn the fundamentals of GraphQL and how to use the Neo4j GraphQL Toolbox and the Neo4j GraphQL Library to create Neo4j-backed GraphQL APIs with the [Introduction to Neo4j & GraphQL on GraphAcademy](https://graphacademy.neo4j.com/courses/graphql-basics/?ref=graphql).

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
"eslint-plugin-import": "2.28.0",
4141
"eslint-plugin-jest": "27.2.3",
4242
"eslint-plugin-jsx-a11y": "6.7.1",
43-
"eslint-plugin-react": "7.33.1",
43+
"eslint-plugin-react": "7.33.2",
4444
"eslint-plugin-simple-import-sort": "10.0.0",
4545
"graphql": "16.8.0",
4646
"husky": "8.0.3",
4747
"jest": "29.6.2",
48-
"lint-staged": "13.3.0",
48+
"lint-staged": "14.0.0",
4949
"neo4j-driver": "5.11.0",
5050
"npm-run-all": "4.1.5",
5151
"prettier": "2.8.8",
5252
"set-tz": "0.2.0",
5353
"ts-jest": "29.1.1",
5454
"typescript": "5.1.6"
5555
},
56-
"packageManager": "yarn@3.6.1",
56+
"packageManager": "yarn@3.6.2",
5757
"dependencies": {
5858
"@changesets/changelog-github": "0.4.8",
5959
"@changesets/cli": "2.26.2"

packages/apollo-federation-subgraph-compatibility/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "apollo-federation-subgraph-compatibility",
33
"version": "1.0.0",
4-
"packageManager": "yarn@3.6.1",
4+
"packageManager": "yarn@3.6.2",
55
"scripts": {
66
"build": "webpack --config webpack.config.js",
77
"test:docker": "yarn build && fedtest docker --compose docker-compose.yml --schema schema.graphql",

0 commit comments

Comments
 (0)