Skip to content

Commit bedc26d

Browse files
authored
Merge branch '4.0.0' into normalize-type-definitions
2 parents e464bf4 + 28fd15e commit bedc26d

File tree

112 files changed

+3150
-2349
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+3150
-2349
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@neo4j/introspector": patch
3+
---
4+
5+
Introspector now produces `@mutation` directive instead on `@exclude` when readonly

.changeset/tame-geese-roll.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@neo4j/graphql-toolbox": patch
3+
---
4+
5+
update dependency @neo4j-ndl/react to v1.10.3

.changeset/twelve-forks-kneel.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+
`cypherParams` added to the `Neo4jGraphQLContext` type, and the fields within it can be referred to directly.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.5.0-buster-slim
1+
FROM node:20.5.1-buster-slim
22

33
WORKDIR /app
44

examples/migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@apollo/server": "^4.7.0",
1010
"@neo4j/graphql": "^4.0.0-beta.1",
11-
"graphql": "16.7.1",
11+
"graphql": "16.8.0",
1212
"neo4j-driver": "5.11.0"
1313
}
1414
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@
2828
},
2929
"devDependencies": {
3030
"@tsconfig/node16": "1.0.4",
31-
"@typescript-eslint/eslint-plugin": "6.2.1",
32-
"@typescript-eslint/parser": "6.2.1",
31+
"@typescript-eslint/eslint-plugin": "6.4.0",
32+
"@typescript-eslint/parser": "6.4.0",
3333
"concurrently": "8.2.0",
3434
"dotenv": "16.3.1",
35-
"eslint": "8.46.0",
36-
"eslint-config-prettier": "8.9.0",
35+
"eslint": "8.47.0",
36+
"eslint-config-prettier": "9.0.0",
3737
"eslint-formatter-summary": "1.1.0",
38-
"eslint-import-resolver-typescript": "3.5.5",
38+
"eslint-import-resolver-typescript": "3.6.0",
3939
"eslint-plugin-eslint-comments": "3.2.0",
4040
"eslint-plugin-import": "2.28.0",
4141
"eslint-plugin-jest": "27.2.3",
4242
"eslint-plugin-jsx-a11y": "6.7.1",
4343
"eslint-plugin-react": "7.33.1",
4444
"eslint-plugin-simple-import-sort": "10.0.0",
45-
"graphql": "16.7.1",
45+
"graphql": "16.8.0",
4646
"husky": "8.0.3",
4747
"jest": "29.6.2",
48-
"lint-staged": "13.2.3",
48+
"lint-staged": "13.3.0",
4949
"neo4j-driver": "5.11.0",
5050
"npm-run-all": "4.1.5",
5151
"prettier": "2.8.8",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@apollo/server": "^4.7.0",
1212
"@graphql-tools/wrap": "^10.0.0",
1313
"@neo4j/graphql": "^4.0.0-beta.1",
14-
"graphql": "16.7.1",
14+
"graphql": "16.8.0",
1515
"graphql-tag": "^2.12.6",
1616
"neo4j-driver": "^5.8.0"
1717
},

packages/graphql-amqp-subscriptions-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"author": "Neo4j Inc.",
3535
"devDependencies": {
36-
"@apollo/server": "4.9.0",
36+
"@apollo/server": "4.9.1",
3737
"@neo4j/graphql": "^4.0.0-beta.0",
3838
"@types/amqplib": "0.10.1",
3939
"@types/body-parser": "1.19.2",

packages/graphql-toolbox/CHANGELOG.md

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

packages/graphql-toolbox/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
"@dnd-kit/modifiers": "6.0.1",
5151
"@dnd-kit/sortable": "7.0.2",
5252
"@graphiql/react": "0.19.3",
53-
"@neo4j-ndl/base": "1.9.0",
54-
"@neo4j-ndl/react": "1.9.0",
53+
"@neo4j-ndl/base": "1.10.1",
54+
"@neo4j-ndl/react": "1.10.3",
5555
"@neo4j/graphql": "4.0.0-beta.1",
5656
"@neo4j/introspector": "2.0.0-beta.0",
5757
"classnames": "2.3.2",
5858
"cm6-graphql": "0.0.9",
5959
"codemirror": "6.0.1",
6060
"dotenv-webpack": "8.0.1",
6161
"graphiql-explorer": "0.9.0",
62-
"graphql": "16.7.1",
62+
"graphql": "16.8.0",
6363
"graphql-query-complexity": "0.12.0",
6464
"markdown-it": "13.0.1",
6565
"neo4j-driver": "5.11.0",
@@ -68,25 +68,25 @@
6868
"react": "18.2.0",
6969
"react-dom": "18.2.0",
7070
"thememirror": "2.0.1",
71-
"zustand": "4.4.0"
71+
"zustand": "4.4.1"
7272
},
7373
"devDependencies": {
74-
"@playwright/test": "1.36.2",
74+
"@playwright/test": "1.37.0",
7575
"@tsconfig/create-react-app": "2.0.1",
7676
"@types/codemirror": "5.60.8",
7777
"@types/lodash.debounce": "4.0.7",
78-
"@types/markdown-it": "12.2.3",
78+
"@types/markdown-it": "13.0.0",
7979
"@types/prettier": "2.7.3",
8080
"@types/react-dom": "18.2.7",
8181
"@types/webpack": "5.28.1",
82-
"autoprefixer": "10.4.14",
82+
"autoprefixer": "10.4.15",
8383
"compression-webpack-plugin": "10.0.0",
8484
"copy-webpack-plugin": "11.0.0",
8585
"cross-env": "7.0.3",
8686
"css-loader": "6.8.1",
8787
"dotenv": "16.3.1",
8888
"fork-ts-checker-webpack-plugin": "8.0.0",
89-
"html-inline-script-webpack-plugin": "3.2.0",
89+
"html-inline-script-webpack-plugin": "3.2.1",
9090
"html-webpack-inline-source-plugin": "0.0.10",
9191
"html-webpack-plugin": "5.5.3",
9292
"jest": "29.6.2",

0 commit comments

Comments
 (0)