Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Version Packages (next)
  • Loading branch information
github-actions[bot] committed Oct 15, 2025
commit 5d110a8f2ef7ded86ac5fa75d02bb838193565b4
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"changesets": [
"afraid-beans-juggle",
"angry-beers-explain",
"bitter-rocks-bet",
"blue-penguins-worry",
"brave-donuts-camp",
"brown-ravens-obey",
Expand All @@ -34,18 +35,21 @@
"fruity-pots-marry",
"fuzzy-rice-train",
"gentle-pans-rescue",
"green-loops-yawn",
"grumpy-toys-vanish",
"healthy-turtles-change",
"hungry-beans-eat",
"itchy-deers-type",
"itchy-queens-bathe",
"late-facts-move",
"lemon-llamas-stay",
"little-vans-begin",
"loud-meals-attend",
"loud-shrimps-push",
"lovely-mails-ring",
"lucky-plants-own",
"mean-donkeys-guess",
"modern-parrots-sin",
"moody-fireants-guess",
"moody-rice-wave",
"neat-panthers-whisper",
Expand All @@ -58,6 +62,7 @@
"ninety-panthers-pretend",
"old-ends-agree",
"old-shoes-provide",
"open-rules-raise",
"pink-chefs-trade",
"polite-dolls-glow",
"polite-meals-relax",
Expand All @@ -75,12 +80,15 @@
"silent-kangaroos-melt",
"silly-bugs-doubt",
"silver-students-wait",
"slick-pandas-dance",
"spicy-cheetahs-repeat",
"stale-donkeys-grow",
"stale-peas-warn",
"strong-squids-relax",
"stupid-coins-itch",
"swift-hairs-sell",
"tender-insects-admire",
"thick-signs-prove",
"thirty-bats-pay",
"true-olives-stay",
"twelve-cycles-call",
Expand Down
16 changes: 16 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @neo4j-cypher/language-server

## 2.0.0-next.25

### Patch Changes

- 5fdc6dd: Fixes faulty worker termination on big queries
- Updated dependencies [246d60c]
- Updated dependencies [8eacddd]
- Updated dependencies [3a29711]
- Updated dependencies [b9c0e9d]
- Updated dependencies [d77e8a1]
- Updated dependencies [5fdc6dd]
- Updated dependencies [7183c63]
- @neo4j-cypher/[email protected]
- @neo4j-cypher/[email protected]
- @neo4j-cypher/[email protected]

## 2.0.0-next.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cypher",
"language server"
],
"version": "2.0.0-next.24",
"version": "2.0.0-next.25",
"main": "./dist/server.js",
"types": "src/server.ts",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/language-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @neo4j-cypher/language-support

## 2.0.0-next.24

### Patch Changes

- 8eacddd: Adds support for labels/reltypes in symbol table
- 3a29711: Update grammar and semantic analysis to version 2025.09
- b9c0e9d: Updates semantic analysis and grammar to 2025.10
- d77e8a1: Fixes "missing label/rel type" warnings for some special cases
- 7183c63: Fixes a bug in formatting when using preparser keywords in function/procedure namespaces

## 2.0.0-next.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/language-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"highlighting",
"formatting"
],
"version": "2.0.0-next.23",
"version": "2.0.0-next.24",
"type": "module",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/project/language-support/src/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/lint-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @neo4j-cypher/lint-worker

## 1.10.1-next.1

### Patch Changes

- 246d60c: Fixes bug when switching to linters with new npm version scheme
- 3a29711: Update grammar and semantic analysis to version 2025.09
- b9c0e9d: Updates semantic analysis and grammar to 2025.10
- 5fdc6dd: Fixes faulty worker termination on big queries
- Updated dependencies [8eacddd]
- Updated dependencies [3a29711]
- Updated dependencies [b9c0e9d]
- Updated dependencies [d77e8a1]
- Updated dependencies [7183c63]
- @neo4j-cypher/[email protected]
- @neo4j-cypher/[email protected]

## 1.10.1-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cypher",
"lint worker"
],
"version": "1.10.1-next.0",
"version": "1.10.1-next.1",
"repository": {
"type": "git",
"url": "git://github.com/neo4j/cypher-language-support.git"
Expand Down
11 changes: 11 additions & 0 deletions packages/query-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @neo4j-cypher/query-tools

## 2.0.0-next.24

### Patch Changes

- Updated dependencies [8eacddd]
- Updated dependencies [3a29711]
- Updated dependencies [b9c0e9d]
- Updated dependencies [d77e8a1]
- Updated dependencies [7183c63]
- @neo4j-cypher/[email protected]

## 2.0.0-next.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/query-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "",
"author": "Neo4j Inc.",
"license": "Apache-2.0",
"version": "2.0.0-next.23",
"version": "2.0.0-next.24",
"main": "./dist/cjs/src/index.js",
"module": "./dist/esm/src/index.js",
"types": "./dist/types/src/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/react-codemirror-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @neo4j-cypher/react-codemirror-playground

## 2.0.0-next.27

### Patch Changes

- Updated dependencies [8eacddd]
- Updated dependencies [86f5c55]
- Updated dependencies [3a29711]
- Updated dependencies [b9c0e9d]
- Updated dependencies [d77e8a1]
- Updated dependencies [5fdc6dd]
- Updated dependencies [7183c63]
- @neo4j-cypher/[email protected]
- @neo4j-cypher/[email protected]

## 2.0.0-next.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-codemirror-playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neo4j-cypher/react-codemirror-playground",
"private": true,
"version": "2.0.0-next.26",
"version": "2.0.0-next.27",
"type": "module",
"scripts": {
"dev": "vite --open",
Expand Down
16 changes: 16 additions & 0 deletions packages/react-codemirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @neo4j-cypher/react-codemirror

## 2.0.0-next.27

### Patch Changes

- 86f5c55: adding rich clipboard copier to codemirror
- 5fdc6dd: Fixes faulty worker termination on big queries
- Updated dependencies [246d60c]
- Updated dependencies [8eacddd]
- Updated dependencies [3a29711]
- Updated dependencies [b9c0e9d]
- Updated dependencies [d77e8a1]
- Updated dependencies [5fdc6dd]
- Updated dependencies [7183c63]
- @neo4j-cypher/[email protected]
- @neo4j-cypher/[email protected]

## 2.0.0-next.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"codemirror",
"codemirror 6"
],
"version": "2.0.0-next.26",
"version": "2.0.0-next.27",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"type": "module",
Expand Down