Skip to content

Commit

Permalink
upgrade to 11.0.0 (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgilad authored Jun 5, 2024
1 parent 4cace05 commit 2cd16f8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ Every PR should come with a test that checks it.

## Changelog

### 11.0.0

- BREAKING CHANGE: Removed the useIntellisenseV2 option; it now defaults to true.
- feat: upgrade language service next to 11.5.5

### 10.0.0

- BREAKING CHANGE: addClusterToSchema know excepts databases as an object with name and alternative name instead of just
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kusto/monaco-kusto",
"version": "10.0.22",
"version": "11.0.0",
"description": "CSL, KQL plugin for the Monaco Editor",
"author": {
"name": "Microsoft"
Expand Down
26 changes: 25 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2437,6 +2437,13 @@ __metadata:
languageName: node
linkType: hard

"@kusto/language-service-next@npm:11.5.3":
version: 11.5.3
resolution: "@kusto/language-service-next@npm:11.5.3"
checksum: 2add7533feb01b3ddbae769bc01a0ffffedfb76c1393b8e7ddb521482d1212c0123c9a5e6fb90ab67412fd33c2557ffe61449d7b354f4d9ffe42ac60ff948522
languageName: node
linkType: hard

"@kusto/language-service-next@npm:11.5.5":
version: 11.5.5
resolution: "@kusto/language-service-next@npm:11.5.5"
Expand All @@ -2451,7 +2458,24 @@ __metadata:
languageName: node
linkType: hard

"@kusto/monaco-kusto@^10.0.8, @kusto/monaco-kusto@workspace:*, @kusto/monaco-kusto@workspace:package":
"@kusto/monaco-kusto@npm:^10.0.8":
version: 10.0.22
resolution: "@kusto/monaco-kusto@npm:10.0.22"
dependencies:
"@kusto/language-service": 0.0.278
"@kusto/language-service-next": 11.5.3
lodash-es: ^4.17.21
vscode-languageserver-types: ^3.17.4
xregexp: ^5.1.1
peerDependencies:
monaco-editor: ^0.46.0
bin:
copyMonacoFilesAMD: copyMonacoFilesAMD.js
checksum: d28ebeccaeb03a68fe40ee9f1be938fe1e0c2d3a2de3a77b23f2486ad8e54ad90cdc368eb3a1b48c4c8cf586d483c81c1b91beead3d1a0cf51d8501b6bd7f597
languageName: node
linkType: hard

"@kusto/monaco-kusto@workspace:*, @kusto/monaco-kusto@workspace:package":
version: 0.0.0-use.local
resolution: "@kusto/monaco-kusto@workspace:package"
dependencies:
Expand Down

0 comments on commit 2cd16f8

Please sign in to comment.