Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (next) #321

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 8 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@
"changesets": [
"afraid-beans-juggle",
"angry-beers-explain",
"blue-penguins-worry",
"brave-donuts-camp",
"brown-ravens-obey",
"chatty-plants-greet",
"chilled-dots-guess",
"clean-apes-pay",
"cuddly-vans-flash",
"curvy-singers-greet",
"cyan-seals-burn",
"eleven-scissors-type",
"fifty-zebras-grow",
"four-tools-leave",
"fuzzy-rice-train",
"gentle-pans-rescue",
Expand All @@ -43,13 +47,17 @@
"purple-suns-applaud",
"quick-berries-report",
"selfish-wombats-pay",
"serious-ducks-sleep",
"shiny-dodos-rush",
"silent-kangaroos-melt",
"silly-bugs-doubt",
"silver-students-wait",
"spicy-cheetahs-repeat",
"stale-donkeys-grow",
"stale-peas-warn",
"strong-squids-relax",
"twelve-cycles-call",
"unlucky-dragons-tickle",
"violet-peas-float",
"yellow-grapes-ring",
"young-llamas-teach"
Expand Down
15 changes: 15 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @neo4j-cypher/language-server

## 2.0.0-next.15

### Patch Changes

- 245fb6a: Automatically opens autocompletions after "YIELD "
- Updated dependencies [8ec797d]
- Updated dependencies [7aa9c3a]
- Updated dependencies [2be5469]
- Updated dependencies [245fb6a]
- Updated dependencies [c587b81]
- Updated dependencies [3f8b64f]
- Updated dependencies [043d766]
- Updated dependencies [704d1c5]
- @neo4j-cypher/language-support@2.0.0-next.14

## 2.0.0-next.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.14",
"version": "2.0.0-next.15",
"main": "./dist/server.js",
"types": "src/server.ts",
"repository": {
Expand All @@ -34,7 +34,7 @@
"cypher-language-server": "./dist/cypher-language-server"
},
"dependencies": {
"@neo4j-cypher/language-support": "2.0.0-next.13",
"@neo4j-cypher/language-support": "2.0.0-next.14",
"lodash.debounce": "^4.0.8",
"neo4j-driver": "^5.3.0",
"vscode-languageserver": "^8.1.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/language-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @neo4j-cypher/language-support

## 2.0.0-next.14

### Patch Changes

- 8ec797d: Updates semantic error worker to use given cypher version
- 7aa9c3a: Adds hints to the error when using a procedure/function where the other would be appropriate
- 2be5469: Updates grammar and semantic analysis to version 2025.01.0
- 245fb6a: Automatically opens autocompletions after "YIELD "
- c587b81: Fixes bug using console commands as variables or labels
- 3f8b64f: Fixes bug reporting missing label / rel type when inside opposite pattern
- 043d766: Moves the syntax errors to the semantic analysis web worker
- 704d1c5: Adds autocompletions for CYPHER <version>

## 2.0.0-next.13

### 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 @@ -18,7 +18,7 @@
"linting",
"highlighting"
],
"version": "2.0.0-next.13",
"version": "2.0.0-next.14",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-codemirror-playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @neo4j-cypher/react-codemirror-playground

## 2.0.0-next.17

### Patch Changes

- Updated dependencies [8ec797d]
- Updated dependencies [7aa9c3a]
- Updated dependencies [2be5469]
- Updated dependencies [245fb6a]
- Updated dependencies [c587b81]
- Updated dependencies [3f8b64f]
- Updated dependencies [043d766]
- Updated dependencies [704d1c5]
- @neo4j-cypher/language-support@2.0.0-next.14
- @neo4j-cypher/react-codemirror@2.0.0-next.17

## 2.0.0-next.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.16",
"version": "2.0.0-next.17",
"type": "module",
"scripts": {
"dev": "vite --open",
Expand All @@ -21,8 +21,8 @@
"node": ">=18.18.2"
},
"dependencies": {
"@neo4j-cypher/language-support": "2.0.0-next.13",
"@neo4j-cypher/react-codemirror": "2.0.0-next.16",
"@neo4j-cypher/language-support": "2.0.0-next.14",
"@neo4j-cypher/react-codemirror": "2.0.0-next.17",
"@codemirror/autocomplete": "^6.5.1",
"@codemirror/commands": "^6.2.2",
"@codemirror/language": "^6.6.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-codemirror/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @neo4j-cypher/react-codemirror

## 2.0.0-next.17

### Patch Changes

- 245fb6a: Automatically opens autocompletions after "YIELD "
- Updated dependencies [8ec797d]
- Updated dependencies [7aa9c3a]
- Updated dependencies [2be5469]
- Updated dependencies [245fb6a]
- Updated dependencies [c587b81]
- Updated dependencies [3f8b64f]
- Updated dependencies [043d766]
- Updated dependencies [704d1c5]
- @neo4j-cypher/language-support@2.0.0-next.14

## 2.0.0-next.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.16",
"version": "2.0.0-next.17",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@codemirror/view": "^6.29.1",
"@lezer/common": "^1.0.2",
"@lezer/highlight": "^1.1.3",
"@neo4j-cypher/language-support": "2.0.0-next.13",
"@neo4j-cypher/language-support": "2.0.0-next.14",
"@types/prismjs": "^1.26.3",
"@types/workerpool": "^6.4.7",
"ayu": "^8.0.1",
Expand Down
15 changes: 15 additions & 0 deletions packages/schema-poller/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @neo4j-cypher/schema-poller

## 2.0.0-next.14

### Patch Changes

- 8ec797d: Updates semantic error worker to use given cypher version
- Updated dependencies [8ec797d]
- Updated dependencies [7aa9c3a]
- Updated dependencies [2be5469]
- Updated dependencies [245fb6a]
- Updated dependencies [c587b81]
- Updated dependencies [3f8b64f]
- Updated dependencies [043d766]
- Updated dependencies [704d1c5]
- @neo4j-cypher/language-support@2.0.0-next.14

## 2.0.0-next.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/schema-poller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"author": "Neo4j Inc.",
"license": "Apache-2.0",
"version": "2.0.0-next.13",
"version": "2.0.0-next.14",
"main": "./dist/cjs/src/index.js",
"module": "./dist/esm/src/index.js",
"exports": {
Expand All @@ -26,7 +26,7 @@
"node": ">=18.18.2"
},
"dependencies": {
"@neo4j-cypher/language-support": "2.0.0-next.13",
"@neo4j-cypher/language-support": "2.0.0-next.14",
"ajv": "^8.12.0",
"neo4j-driver": "^5.12.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
"test:webviews": "wdio run ./dist/tests/runWebviewTests.js"
},
"dependencies": {
"@neo4j-cypher/language-server": "2.0.0-next.14",
"@neo4j-cypher/language-server": "2.0.0-next.15",
"@neo4j-ndl/base": "^2.12.3",
"@neo4j-ndl/react": "^2.16.5",
"neo4j-driver": "^5.12.0",
Expand Down