Skip to content

Commit b7cf772

Browse files
author
github-actions
committed
chore: apply latest changesets
1 parent 9df89eb commit b7cf772

File tree

31 files changed

+182
-74
lines changed

31 files changed

+182
-74
lines changed

.changeset/dirty-hounds-relate.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/binding-parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ui5-language-assistant/binding-parser
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 9df89eb: Use json api
8+
39
## 1.0.1
410

511
### Patch Changes

packages/binding-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/binding-parser",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"description": "Parser for binding syntax",
66
"keywords": [],

packages/binding/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @ui5-language-assistant/binding
22

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- 9df89eb: Use json api
8+
- Updated dependencies [9df89eb]
9+
- @ui5-language-assistant/binding-parser@1.0.2
10+
- @ui5-language-assistant/context@4.0.15
11+
- @ui5-language-assistant/logic-utils@4.0.12
12+
- @ui5-language-assistant/xml-views-validation@4.0.12
13+
- @ui5-language-assistant/xml-views-completion@4.0.15
14+
315
## 1.0.6
416

517
### Patch Changes

packages/binding/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/binding",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"private": true,
55
"description": "UI5 LSP server extension for binding",
66
"keywords": [],
@@ -15,21 +15,21 @@
1515
"repository": "https://github.com/sap/ui5-language-assistant/",
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@ui5-language-assistant/binding-parser": "1.0.1",
19-
"@ui5-language-assistant/context": "4.0.14",
20-
"@ui5-language-assistant/logic-utils": "4.0.11",
21-
"@ui5-language-assistant/xml-views-completion": "4.0.14",
22-
"@ui5-language-assistant/xml-views-validation": "4.0.11",
18+
"@ui5-language-assistant/binding-parser": "1.0.2",
19+
"@ui5-language-assistant/context": "4.0.15",
20+
"@ui5-language-assistant/logic-utils": "4.0.12",
21+
"@ui5-language-assistant/xml-views-completion": "4.0.15",
22+
"@ui5-language-assistant/xml-views-validation": "4.0.12",
2323
"@ui5-language-assistant/settings": "4.0.9",
2424
"deep-freeze-strict": "1.1.1",
2525
"lodash": "4.17.21"
2626
},
2727
"devDependencies": {
2828
"@sap-ux/vocabularies-types": "0.7.4",
2929
"@types/lodash": "4.14.168",
30-
"@ui5-language-assistant/semantic-model-types": "4.0.7",
30+
"@ui5-language-assistant/semantic-model-types": "4.0.8",
3131
"@ui5-language-assistant/test-framework": "4.0.10",
32-
"@ui5-language-assistant/test-utils": "4.0.8",
32+
"@ui5-language-assistant/test-utils": "4.0.9",
3333
"@xml-tools/ast": "5.0.0",
3434
"@xml-tools/parser": "1.0.7",
3535
"vscode-languageserver-protocol": "3.17.2",

packages/context/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.0.15
4+
5+
### Patch Changes
6+
7+
- @ui5-language-assistant/logic-utils@4.0.12
8+
39
## 4.0.14
410

511
### Patch Changes

packages/context/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/context",
3-
"version": "4.0.14",
3+
"version": "4.0.15",
44
"private": true,
55
"description": "A context for an xml file",
66
"keywords": [],
@@ -19,7 +19,7 @@
1919
"@sap-ux/annotation-converter": "0.5.20",
2020
"@sap-ux/edmx-parser": "0.5.13",
2121
"@sap-ux/project-access": "1.3.1",
22-
"@ui5-language-assistant/logic-utils": "4.0.11",
22+
"@ui5-language-assistant/logic-utils": "4.0.12",
2323
"@ui5-language-assistant/settings": "4.0.9",
2424
"fs-extra": "10.1.0",
2525
"globby": "11.1.0",
@@ -35,9 +35,9 @@
3535
"@types/lodash": "4.14.168",
3636
"@types/node-fetch": "2.5.10",
3737
"@types/semver": "7.3.12",
38-
"@ui5-language-assistant/semantic-model-types": "4.0.7",
38+
"@ui5-language-assistant/semantic-model-types": "4.0.8",
3939
"@ui5-language-assistant/test-framework": "4.0.10",
40-
"@ui5-language-assistant/test-utils": "4.0.8",
40+
"@ui5-language-assistant/test-utils": "4.0.9",
4141
"rimraf": "3.0.2",
4242
"tmp-promise": "3.0.2",
4343
"proxyquire": "2.1.3"

packages/fe/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 4.0.15
4+
5+
### Patch Changes
6+
7+
- @ui5-language-assistant/context@4.0.15
8+
- @ui5-language-assistant/logic-utils@4.0.12
9+
- @ui5-language-assistant/xml-views-validation@4.0.12
10+
- @ui5-language-assistant/xml-views-completion@4.0.15
11+
312
## 4.0.14
413

514
### Patch Changes

packages/fe/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/fe",
3-
"version": "4.0.14",
3+
"version": "4.0.15",
44
"private": true,
55
"description": "UI5 LSP server extension for annotation relevant building blocks",
66
"keywords": [],
@@ -16,19 +16,19 @@
1616
"license": "Apache-2.0",
1717
"typings": "./api.d.ts",
1818
"dependencies": {
19-
"@ui5-language-assistant/context": "4.0.14",
20-
"@ui5-language-assistant/logic-utils": "4.0.11",
21-
"@ui5-language-assistant/xml-views-completion": "4.0.14",
22-
"@ui5-language-assistant/xml-views-validation": "4.0.11",
19+
"@ui5-language-assistant/context": "4.0.15",
20+
"@ui5-language-assistant/logic-utils": "4.0.12",
21+
"@ui5-language-assistant/xml-views-completion": "4.0.15",
22+
"@ui5-language-assistant/xml-views-validation": "4.0.12",
2323
"deep-freeze-strict": "1.1.1",
2424
"lodash": "4.17.21"
2525
},
2626
"devDependencies": {
2727
"@sap-ux/vocabularies-types": "0.6.8",
2828
"@types/lodash": "4.14.168",
29-
"@ui5-language-assistant/semantic-model-types": "4.0.7",
29+
"@ui5-language-assistant/semantic-model-types": "4.0.8",
3030
"@ui5-language-assistant/test-framework": "4.0.10",
31-
"@ui5-language-assistant/test-utils": "4.0.8",
31+
"@ui5-language-assistant/test-utils": "4.0.9",
3232
"@xml-tools/ast": "5.0.0",
3333
"@xml-tools/parser": "1.0.7",
3434
"vscode-languageserver-protocol": "3.17.2",

packages/language-server/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 4.0.22
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9df89eb]
8+
- @ui5-language-assistant/binding@1.0.7
9+
- @ui5-language-assistant/semantic-model@4.0.11
10+
- @ui5-language-assistant/context@4.0.15
11+
- @ui5-language-assistant/fe@4.0.15
12+
- @ui5-language-assistant/logic-utils@4.0.12
13+
- @ui5-language-assistant/xml-views-tooltip@4.0.15
14+
- @ui5-language-assistant/xml-views-validation@4.0.12
15+
- @ui5-language-assistant/xml-views-quick-fix@4.0.12
16+
- @ui5-language-assistant/xml-views-completion@4.0.15
17+
318
## 4.0.21
419

520
### Patch Changes

packages/language-server/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/language-server",
3-
"version": "4.0.21",
3+
"version": "4.0.22",
44
"private": true,
55
"description": "UI5 Language Server",
66
"keywords": [
@@ -25,18 +25,18 @@
2525
"node": ">=10.0.0"
2626
},
2727
"dependencies": {
28-
"@ui5-language-assistant/binding": "1.0.6",
28+
"@ui5-language-assistant/binding": "1.0.7",
2929
"@sap/swa-for-sapbas-vsx": "1.1.9",
30-
"@ui5-language-assistant/context": "4.0.14",
31-
"@ui5-language-assistant/logic-utils": "4.0.11",
32-
"@ui5-language-assistant/fe": "4.0.14",
33-
"@ui5-language-assistant/semantic-model": "4.0.10",
30+
"@ui5-language-assistant/context": "4.0.15",
31+
"@ui5-language-assistant/logic-utils": "4.0.12",
32+
"@ui5-language-assistant/fe": "4.0.15",
33+
"@ui5-language-assistant/semantic-model": "4.0.11",
3434
"@ui5-language-assistant/settings": "4.0.9",
3535
"@ui5-language-assistant/user-facing-text": "4.0.7",
36-
"@ui5-language-assistant/xml-views-completion": "4.0.14",
37-
"@ui5-language-assistant/xml-views-quick-fix": "4.0.11",
38-
"@ui5-language-assistant/xml-views-tooltip": "4.0.14",
39-
"@ui5-language-assistant/xml-views-validation": "4.0.11",
36+
"@ui5-language-assistant/xml-views-completion": "4.0.15",
37+
"@ui5-language-assistant/xml-views-quick-fix": "4.0.12",
38+
"@ui5-language-assistant/xml-views-tooltip": "4.0.15",
39+
"@ui5-language-assistant/xml-views-validation": "4.0.12",
4040
"@xml-tools/ast": "5.0.0",
4141
"@xml-tools/ast-position": "2.0.2",
4242
"@xml-tools/parser": "1.0.7",
@@ -52,8 +52,8 @@
5252
"@types/node-fetch": "2.5.10",
5353
"@types/semver": "7.3.12",
5454
"@types/tmp": "0.2.0",
55-
"@ui5-language-assistant/semantic-model-types": "4.0.7",
56-
"@ui5-language-assistant/test-utils": "4.0.8",
55+
"@ui5-language-assistant/semantic-model-types": "4.0.8",
56+
"@ui5-language-assistant/test-utils": "4.0.9",
5757
"string-replace-loader": "3.1.0",
5858
"vscode-languageserver-types": "3.17.2"
5959
},

packages/logic-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 4.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9df89eb]
8+
- @ui5-language-assistant/semantic-model-types@4.0.8
9+
310
## 4.0.11
411

512
### Patch Changes

packages/logic-utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/logic-utils",
3-
"version": "4.0.11",
3+
"version": "4.0.12",
44
"private": true,
55
"description": "TBD",
66
"keywords": [],
@@ -16,7 +16,7 @@
1616
"license": "Apache-2.0",
1717
"typings": "./api.d.ts",
1818
"dependencies": {
19-
"@ui5-language-assistant/semantic-model-types": "4.0.7",
19+
"@ui5-language-assistant/semantic-model-types": "4.0.8",
2020
"@ui5-language-assistant/settings": "4.0.9",
2121
"@vscode-logging/logger": "1.2.2",
2222
"@xml-tools/ast": "5.0.0",
@@ -26,8 +26,8 @@
2626
"proxy-from-env": "1.1.0"
2727
},
2828
"devDependencies": {
29-
"@ui5-language-assistant/semantic-model": "4.0.10",
30-
"@ui5-language-assistant/test-utils": "4.0.8",
29+
"@ui5-language-assistant/semantic-model": "4.0.11",
30+
"@ui5-language-assistant/test-utils": "4.0.9",
3131
"@vscode-logging/types": "0.1.4",
3232
"@xml-tools/parser": "1.0.7"
3333
},

packages/semantic-model-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.0.8
4+
5+
### Patch Changes
6+
7+
- 9df89eb: Use json api
8+
39
## 4.0.7
410

511
### Patch Changes

packages/semantic-model-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/semantic-model-types",
3-
"version": "4.0.7",
3+
"version": "4.0.8",
44
"private": true,
55
"description": "UI5 Semantic model type definitions",
66
"keywords": [],

packages/semantic-model/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 4.0.11
4+
5+
### Patch Changes
6+
7+
- 9df89eb: Use json api
8+
- Updated dependencies [9df89eb]
9+
- @ui5-language-assistant/semantic-model-types@4.0.8
10+
311
## 4.0.10
412

513
### Patch Changes

packages/semantic-model/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/semantic-model",
3-
"version": "4.0.10",
3+
"version": "4.0.11",
44
"private": true,
55
"description": "Semantic model provider for UI5",
66
"keywords": [],
@@ -17,15 +17,15 @@
1717
"license": "Apache-2.0",
1818
"typings": "./api.d.ts",
1919
"dependencies": {
20-
"@ui5-language-assistant/semantic-model-types": "4.0.7",
20+
"@ui5-language-assistant/semantic-model-types": "4.0.8",
2121
"ajv": "6.12.3",
2222
"deep-freeze-strict": "1.1.1",
2323
"fs-extra": "10.1.0",
2424
"lodash": "4.17.21"
2525
},
2626
"devDependencies": {
2727
"@types/deep-freeze-strict": "1.1.0",
28-
"@ui5-language-assistant/test-utils": "4.0.8",
28+
"@ui5-language-assistant/test-utils": "4.0.9",
2929
"json-schema-to-typescript": "10.0.3"
3030
},
3131
"scripts": {

packages/vscode-ui5-language-assistant-bas-ext/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.0.30
4+
5+
### Patch Changes
6+
7+
- 9df89eb: Use json api
8+
39
## 4.0.29
410

511
### Patch Changes

packages/vscode-ui5-language-assistant-bas-ext/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ui5-language-assistant/vscode-ui5-language-assistant-bas-ext",
33
"description": "A wrapper module for BAS simple extension around Language Support For SAPUI5",
44
"license": "Apache-2.0",
5-
"version": "4.0.29",
5+
"version": "4.0.30",
66
"private": false,
77
"repository": {
88
"type": "git",
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"fs-extra": "10.1.0",
16-
"vscode-ui5-language-assistant": "4.0.29"
16+
"vscode-ui5-language-assistant": "4.0.30"
1717
},
1818
"files": [
1919
"*.vsix",

packages/vscode-ui5-language-assistant/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 4.0.30
4+
5+
### Patch Changes
6+
7+
- 9df89eb: Use json api
8+
- @ui5-language-assistant/language-server@4.0.22
9+
310
## 4.0.29
411

512
### Patch Changes

0 commit comments

Comments
 (0)