@neo4j-cypher/lint-worker 1.10.1-next.1 → 1.10.1-next.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,113 @@
1
1
  # @neo4j-cypher/lint-worker
2
2
 
3
+ ## 1.10.1-next.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2f8b52d]
8
+ - @neo4j-cypher/language-support@2.0.0-next.34
9
+ - @neo4j-cypher/query-tools@2.0.0-next.34
10
+
11
+ ## 1.10.1-next.10
12
+
13
+ ### Patch Changes
14
+
15
+ - e69ee30: Update grammar and semantic analysis to 2026.06
16
+ - Updated dependencies [02df611]
17
+ - Updated dependencies [e69ee30]
18
+ - @neo4j-cypher/language-support@2.0.0-next.33
19
+ - @neo4j-cypher/query-tools@2.0.0-next.33
20
+
21
+ ## 1.10.1-next.9
22
+
23
+ ### Patch Changes
24
+
25
+ - cd4ab49: Update grammar and semantic analysis to 2026.05
26
+ - Updated dependencies [cd4ab49]
27
+ - Updated dependencies [0b2d441]
28
+ - @neo4j-cypher/language-support@2.0.0-next.32
29
+ - @neo4j-cypher/query-tools@2.0.0-next.32
30
+
31
+ ## 1.10.1-next.8
32
+
33
+ ### Patch Changes
34
+
35
+ - 3b2faf5: Rewrite global parserWrapper for instantiated CypherLanguageService objects
36
+
37
+ Breaking changes for direct consumers of `@neo4j-cypher/language-support`:
38
+
39
+ - Removed export: `parserWrapper`. The same `ParsingResult` as `parserWrapper.parse` would yield can still be received by `createParsingResult` in `CypherLanguageService`. Instances of the new CypherLanguageService class provide helpers for linting/highlighting/completions/signature info where parsing is handled internally.
40
+ - Renamed exports: `applySyntaxColouring` → `highlightSyntax`, `syntaxColouringLegend` → `syntaxHighlightingLegend`
41
+ - `autocomplete()`, `lintCypherQuery()`, `highlightSyntax()`, and `getSignatureInfo()` now take an options object as the third parameter instead of positional args
42
+
43
+ - ca1bba6: Update grammar and semantic analysis to 2026.04
44
+ - Updated dependencies [08f94af]
45
+ - Updated dependencies [0763d97]
46
+ - Updated dependencies [3b2faf5]
47
+ - Updated dependencies [ca1bba6]
48
+ - @neo4j-cypher/language-support@2.0.0-next.31
49
+ - @neo4j-cypher/query-tools@2.0.0-next.31
50
+
51
+ ## 1.10.1-next.7
52
+
53
+ ### Patch Changes
54
+
55
+ - 0e457d6: Updates grammar and semantic analysis to 2026.03
56
+ - Updated dependencies [82f0c39]
57
+ - Updated dependencies [0e457d6]
58
+ - Updated dependencies [b0170f9]
59
+ - Updated dependencies [25fad16]
60
+ - @neo4j-cypher/query-tools@2.0.0-next.30
61
+ - @neo4j-cypher/language-support@2.0.0-next.30
62
+
63
+ ## 1.10.1-next.6
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies [bfdc70e]
68
+ - @neo4j-cypher/language-support@2.0.0-next.29
69
+ - @neo4j-cypher/query-tools@2.0.0-next.29
70
+
71
+ ## 1.10.1-next.5
72
+
73
+ ### Patch Changes
74
+
75
+ - 5df1435: Updates grammar and semantic analysis to 2026.01
76
+ - Updated dependencies [5df1435]
77
+ - @neo4j-cypher/language-support@2.0.0-next.28
78
+ - @neo4j-cypher/query-tools@2.0.0-next.28
79
+
80
+ ## 1.10.1-next.4
81
+
82
+ ### Patch Changes
83
+
84
+ - 6a2a408: Fix aura linter version
85
+ - 68d92a8: Updates dev artifacts to 2025.12
86
+ - Updated dependencies [20b31b6]
87
+ - Updated dependencies [8c4d12d]
88
+ - Updated dependencies [68d92a8]
89
+ - @neo4j-cypher/language-support@2.0.0-next.27
90
+ - @neo4j-cypher/query-tools@2.0.0-next.27
91
+
92
+ ## 1.10.1-next.3
93
+
94
+ ### Patch Changes
95
+
96
+ - 8e8d7f1: Add vector support to linting
97
+ - 808aa73: Updates grammar and semantic analysis to 2025.11
98
+ - Updated dependencies [8e8d7f1]
99
+ - Updated dependencies [808aa73]
100
+ - @neo4j-cypher/language-support@2.0.0-next.26
101
+ - @neo4j-cypher/query-tools@2.0.0-next.26
102
+
103
+ ## 1.10.1-next.2
104
+
105
+ ### Patch Changes
106
+
107
+ - Updated dependencies [b1e686e]
108
+ - @neo4j-cypher/language-support@2.0.0-next.25
109
+ - @neo4j-cypher/query-tools@2.0.0-next.25
110
+
3
111
  ## 1.10.1-next.1
4
112
 
5
113
  ### Patch Changes
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
1
  # Lint Worker
2
2
 
3
- This package contains the Cypher lint worker used in both the language server and react-codemirror. For compatability with the vscode API it is compiled to CommonJS and for react-codemirror it is compiled to ESM.
3
+ This package contains the Cypher lint worker used in both the language server and react-codemirror. For compatability with the vscode API it is compiled to CommonJS and for react-codemirror it is compiled to ESM.
4
+
5
+ Since the TeaVM 0.13.0 update, the bundle minification is broken for older versions of esbuild. >= 0.27.0 works