File tree Expand file tree Collapse file tree 13 files changed +71
-6
lines changed
react-codemirror-playground Expand file tree Collapse file tree 13 files changed +71
-6
lines changed Original file line number Diff line number Diff line change 39
39
" hungry-beans-eat" ,
40
40
" itchy-deers-type" ,
41
41
" itchy-queens-bathe" ,
42
+ " late-facts-move" ,
42
43
" lemon-llamas-stay" ,
43
44
" little-vans-begin" ,
44
45
" loud-meals-attend" ,
45
46
" loud-shrimps-push" ,
46
47
" lovely-mails-ring" ,
47
48
" lucky-plants-own" ,
48
49
" mean-donkeys-guess" ,
50
+ " modern-parrots-sin" ,
49
51
" moody-fireants-guess" ,
50
52
" moody-rice-wave" ,
51
53
" neat-panthers-whisper" ,
75
77
" silent-kangaroos-melt" ,
76
78
" silly-bugs-doubt" ,
77
79
" silver-students-wait" ,
80
+ " slick-pandas-dance" ,
78
81
" spicy-cheetahs-repeat" ,
79
82
" stale-donkeys-grow" ,
80
83
" stale-peas-warn" ,
81
84
" strong-squids-relax" ,
82
85
" stupid-coins-itch" ,
86
+ " swift-hairs-sell" ,
83
87
" tender-insects-admire" ,
84
88
" thirty-bats-pay" ,
85
89
" true-olives-stay" ,
Original file line number Diff line number Diff line change 1
1
# @neo4j-cypher/language-server
2
2
3
+ ## 2.0.0-next.25
4
+
5
+ ### Patch Changes
6
+
7
+ - 5fdc6dd: Fixes faulty worker termination on big queries
8
+ - Updated dependencies [ 3a29711]
9
+ - Updated dependencies [ d77e8a1]
10
+ - Updated dependencies [ 5fdc6dd]
11
+ - @neo4j-cypher/language-support @2.0.0-next.24
12
+ - @neo4j-cypher/lint-worker @1.10.1-next.1
13
+ - @neo4j-cypher/query-tools @2.0.0-next.24
14
+
3
15
## 2.0.0-next.24
4
16
5
17
### Patch Changes
Original file line number Diff line number Diff line change 16
16
" cypher" ,
17
17
" language server"
18
18
],
19
- "version" : " 2.0.0-next.24 " ,
19
+ "version" : " 2.0.0-next.25 " ,
20
20
"main" : " ./dist/server.js" ,
21
21
"types" : " src/server.ts" ,
22
22
"repository" : {
Original file line number Diff line number Diff line change 1
1
# @neo4j-cypher/language-support
2
2
3
+ ## 2.0.0-next.24
4
+
5
+ ### Patch Changes
6
+
7
+ - 3a29711: Update grammar and semantic analysis to version 2025.09
8
+ - d77e8a1: Fixes "missing label/rel type" warnings for some special cases
9
+
3
10
## 2.0.0-next.23
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 22
22
" highlighting" ,
23
23
" formatting"
24
24
],
25
- "version" : " 2.0.0-next.23 " ,
25
+ "version" : " 2.0.0-next.24 " ,
26
26
"type" : " module" ,
27
27
"main" : " ./dist/cjs/index.cjs" ,
28
28
"module" : " ./dist/esm/project/language-support/src/index.js" ,
Original file line number Diff line number Diff line change 1
1
# @neo4j-cypher/lint-worker
2
2
3
+ ## 1.10.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3a29711: Update grammar and semantic analysis to version 2025.09
8
+ - 5fdc6dd: Fixes faulty worker termination on big queries
9
+ - Updated dependencies [ 3a29711]
10
+ - Updated dependencies [ d77e8a1]
11
+ - @neo4j-cypher/language-support @2.0.0-next.24
12
+ - @neo4j-cypher/query-tools @2.0.0-next.24
13
+
3
14
## 1.10.1-next.0
4
15
5
16
### Patch Changes
Original file line number Diff line number Diff line change 18
18
" cypher" ,
19
19
" lint worker"
20
20
],
21
- "version" : " 1.10.1-next.0 " ,
21
+ "version" : " 1.10.1-next.1 " ,
22
22
"repository" : {
23
23
"type" : " git" ,
24
24
"url" : " git://github.com/neo4j/cypher-language-support.git"
Original file line number Diff line number Diff line change 1
1
# @neo4j-cypher/query-tools
2
2
3
+ ## 2.0.0-next.24
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 3a29711]
8
+ - Updated dependencies [ d77e8a1]
9
+ - @neo4j-cypher/language-support @2.0.0-next.24
10
+
3
11
## 2.0.0-next.23
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 3
3
"description" : " " ,
4
4
"author" : " Neo4j Inc." ,
5
5
"license" : " Apache-2.0" ,
6
- "version" : " 2.0.0-next.23 " ,
6
+ "version" : " 2.0.0-next.24 " ,
7
7
"main" : " ./dist/cjs/src/index.js" ,
8
8
"module" : " ./dist/esm/src/index.js" ,
9
9
"types" : " ./dist/types/src/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
# @neo4j-cypher/react-codemirror-playground
2
2
3
+ ## 2.0.0-next.27
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 86f5c55]
8
+ - Updated dependencies [ 3a29711]
9
+ - Updated dependencies [ d77e8a1]
10
+ - Updated dependencies [ 5fdc6dd]
11
+ - @neo4j-cypher/react-codemirror @2.0.0-next.27
12
+ - @neo4j-cypher/language-support @2.0.0-next.24
13
+
3
14
## 2.0.0-next.26
4
15
5
16
### Patch Changes
You can’t perform that action at this time.
0 commit comments