Skip to content

Commit 4ab4d5e

Browse files
author
github-actions
committed
chore: apply latest changesets
1 parent dff4ba6 commit 4ab4d5e

File tree

29 files changed

+170
-71
lines changed

29 files changed

+170
-71
lines changed

.changeset/honest-seas-tap.md

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

packages/context/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.9
4+
5+
### Patch Changes
6+
7+
- dff4ba6: Enable formatting
8+
- Updated dependencies [dff4ba6]
9+
- @ui5-language-assistant/logic-utils@4.0.8
10+
- @ui5-language-assistant/settings@4.0.7
11+
312
## 4.0.8
413

514
### Patch Changes

packages/context/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5-language-assistant/context",
3-
"version": "4.0.8",
3+
"version": "4.0.9",
44
"private": true,
55
"description": "A context for an xml file",
66
"keywords": [],
@@ -19,8 +19,8 @@
1919
"@sap-ux/annotation-converter": "0.5.20",
2020
"@sap-ux/edmx-parser": "0.5.13",
2121
"@sap-ux/project-access": "1.1.1",
22-
"@ui5-language-assistant/logic-utils": "4.0.7",
23-
"@ui5-language-assistant/settings": "4.0.6",
22+
"@ui5-language-assistant/logic-utils": "4.0.8",
23+
"@ui5-language-assistant/settings": "4.0.7",
2424
"fs-extra": "10.1.0",
2525
"globby": "11.1.0",
2626
"js-yaml": "4.1.0",
@@ -36,8 +36,8 @@
3636
"@types/node-fetch": "2.5.10",
3737
"@types/semver": "7.3.12",
3838
"@ui5-language-assistant/semantic-model-types": "4.0.5",
39-
"@ui5-language-assistant/test-framework": "4.0.6",
40-
"@ui5-language-assistant/test-utils": "4.0.6",
39+
"@ui5-language-assistant/test-framework": "4.0.7",
40+
"@ui5-language-assistant/test-utils": "4.0.7",
4141
"rimraf": "3.0.2",
4242
"tmp-promise": "3.0.2",
4343
"proxyquire": "2.1.3"

packages/fe/CHANGELOG.md

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

3+
## 4.0.9
4+
5+
### Patch Changes
6+
7+
- dff4ba6: Enable formatting
8+
- Updated dependencies [dff4ba6]
9+
- @ui5-language-assistant/xml-views-completion@4.0.9
10+
- @ui5-language-assistant/xml-views-validation@4.0.8
11+
- @ui5-language-assistant/logic-utils@4.0.8
12+
- @ui5-language-assistant/context@4.0.9
13+
314
## 4.0.8
415

516
### 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.8",
3+
"version": "4.0.9",
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.8",
20-
"@ui5-language-assistant/logic-utils": "4.0.7",
21-
"@ui5-language-assistant/xml-views-completion": "4.0.8",
22-
"@ui5-language-assistant/xml-views-validation": "4.0.7",
19+
"@ui5-language-assistant/context": "4.0.9",
20+
"@ui5-language-assistant/logic-utils": "4.0.8",
21+
"@ui5-language-assistant/xml-views-completion": "4.0.9",
22+
"@ui5-language-assistant/xml-views-validation": "4.0.8",
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",
2929
"@ui5-language-assistant/semantic-model-types": "4.0.5",
30-
"@ui5-language-assistant/test-framework": "4.0.6",
31-
"@ui5-language-assistant/test-utils": "4.0.6",
30+
"@ui5-language-assistant/test-framework": "4.0.7",
31+
"@ui5-language-assistant/test-utils": "4.0.7",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## 4.0.10
4+
5+
### Patch Changes
6+
7+
- dff4ba6: Enable formatting
8+
- Updated dependencies [dff4ba6]
9+
- @ui5-language-assistant/xml-views-completion@4.0.9
10+
- @ui5-language-assistant/xml-views-validation@4.0.8
11+
- @ui5-language-assistant/xml-views-quick-fix@4.0.8
12+
- @ui5-language-assistant/xml-views-tooltip@4.0.9
13+
- @ui5-language-assistant/semantic-model@4.0.7
14+
- @ui5-language-assistant/logic-utils@4.0.8
15+
- @ui5-language-assistant/settings@4.0.7
16+
- @ui5-language-assistant/context@4.0.9
17+
- @ui5-language-assistant/fe@4.0.9
18+
319
## 4.0.9
420

521
### Patch Changes

packages/language-server/package.json

Lines changed: 11 additions & 11 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.9",
3+
"version": "4.0.10",
44
"private": true,
55
"description": "UI5 Language Server",
66
"keywords": [
@@ -26,16 +26,16 @@
2626
},
2727
"dependencies": {
2828
"@sap/swa-for-sapbas-vsx": "1.1.9",
29-
"@ui5-language-assistant/context": "4.0.8",
30-
"@ui5-language-assistant/logic-utils": "4.0.7",
31-
"@ui5-language-assistant/fe": "4.0.8",
32-
"@ui5-language-assistant/semantic-model": "4.0.6",
33-
"@ui5-language-assistant/settings": "4.0.6",
29+
"@ui5-language-assistant/context": "4.0.9",
30+
"@ui5-language-assistant/logic-utils": "4.0.8",
31+
"@ui5-language-assistant/fe": "4.0.9",
32+
"@ui5-language-assistant/semantic-model": "4.0.7",
33+
"@ui5-language-assistant/settings": "4.0.7",
3434
"@ui5-language-assistant/user-facing-text": "4.0.5",
35-
"@ui5-language-assistant/xml-views-completion": "4.0.8",
36-
"@ui5-language-assistant/xml-views-quick-fix": "4.0.7",
37-
"@ui5-language-assistant/xml-views-tooltip": "4.0.8",
38-
"@ui5-language-assistant/xml-views-validation": "4.0.7",
35+
"@ui5-language-assistant/xml-views-completion": "4.0.9",
36+
"@ui5-language-assistant/xml-views-quick-fix": "4.0.8",
37+
"@ui5-language-assistant/xml-views-tooltip": "4.0.9",
38+
"@ui5-language-assistant/xml-views-validation": "4.0.8",
3939
"@xml-tools/ast": "5.0.0",
4040
"@xml-tools/ast-position": "2.0.2",
4141
"@xml-tools/parser": "1.0.7",
@@ -52,7 +52,7 @@
5252
"@types/semver": "7.3.12",
5353
"@types/tmp": "0.2.0",
5454
"@ui5-language-assistant/semantic-model-types": "4.0.5",
55-
"@ui5-language-assistant/test-utils": "4.0.6",
55+
"@ui5-language-assistant/test-utils": "4.0.7",
5656
"string-replace-loader": "3.1.0",
5757
"vscode-languageserver-types": "3.17.2"
5858
},

packages/logic-utils/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.8
4+
5+
### Patch Changes
6+
7+
- dff4ba6: Enable formatting
8+
- Updated dependencies [dff4ba6]
9+
- @ui5-language-assistant/settings@4.0.7
10+
311
## 4.0.7
412

513
### 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.7",
3+
"version": "4.0.8",
44
"private": true,
55
"description": "TBD",
66
"keywords": [],
@@ -17,7 +17,7 @@
1717
"typings": "./api.d.ts",
1818
"dependencies": {
1919
"@ui5-language-assistant/semantic-model-types": "4.0.5",
20-
"@ui5-language-assistant/settings": "4.0.6",
20+
"@ui5-language-assistant/settings": "4.0.7",
2121
"@vscode-logging/logger": "1.2.2",
2222
"@xml-tools/ast": "5.0.0",
2323
"lodash": "4.17.21",
@@ -26,8 +26,8 @@
2626
"proxy-from-env": "1.1.0"
2727
},
2828
"devDependencies": {
29-
"@ui5-language-assistant/semantic-model": "4.0.6",
30-
"@ui5-language-assistant/test-utils": "4.0.6",
29+
"@ui5-language-assistant/semantic-model": "4.0.7",
30+
"@ui5-language-assistant/test-utils": "4.0.7",
3131
"@vscode-logging/types": "0.1.4",
3232
"@xml-tools/parser": "1.0.7"
3333
},

packages/semantic-model/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.7
4+
5+
### Patch Changes
6+
7+
- dff4ba6: Enable formatting
8+
39
## 4.0.6
410

511
### Patch Changes

0 commit comments

Comments
 (0)