Skip to content

Commit 9fd54de

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

File tree

30 files changed

+175
-74
lines changed

30 files changed

+175
-74
lines changed

.changeset/ninety-spies-clean.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.10
4+
5+
### Patch Changes
6+
7+
- c73d4fd: Unit test coverage improvement. Migration to Jest test framework
8+
- Updated dependencies [c73d4fd]
9+
- @ui5-language-assistant/logic-utils@4.0.9
10+
- @ui5-language-assistant/settings@4.0.8
11+
312
## 4.0.9
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.9",
3+
"version": "4.0.10",
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.3.1",
22-
"@ui5-language-assistant/logic-utils": "4.0.8",
23-
"@ui5-language-assistant/settings": "4.0.7",
22+
"@ui5-language-assistant/logic-utils": "4.0.9",
23+
"@ui5-language-assistant/settings": "4.0.8",
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.7",
40-
"@ui5-language-assistant/test-utils": "4.0.7",
39+
"@ui5-language-assistant/test-framework": "4.0.8",
40+
"@ui5-language-assistant/test-utils": "4.0.8",
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.10
4+
5+
### Patch Changes
6+
7+
- c73d4fd: Unit test coverage improvement. Migration to Jest test framework
8+
- Updated dependencies [c73d4fd]
9+
- @ui5-language-assistant/xml-views-completion@4.0.10
10+
- @ui5-language-assistant/xml-views-validation@4.0.9
11+
- @ui5-language-assistant/logic-utils@4.0.9
12+
- @ui5-language-assistant/context@4.0.10
13+
314
## 4.0.9
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.9",
3+
"version": "4.0.10",
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.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",
19+
"@ui5-language-assistant/context": "4.0.10",
20+
"@ui5-language-assistant/logic-utils": "4.0.9",
21+
"@ui5-language-assistant/xml-views-completion": "4.0.10",
22+
"@ui5-language-assistant/xml-views-validation": "4.0.9",
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.7",
31-
"@ui5-language-assistant/test-utils": "4.0.7",
30+
"@ui5-language-assistant/test-framework": "4.0.8",
31+
"@ui5-language-assistant/test-utils": "4.0.8",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## 4.0.11
4+
5+
### Patch Changes
6+
7+
- c73d4fd: Unit test coverage improvement. Migration to Jest test framework
8+
- Updated dependencies [c73d4fd]
9+
- @ui5-language-assistant/xml-views-completion@4.0.10
10+
- @ui5-language-assistant/xml-views-validation@4.0.9
11+
- @ui5-language-assistant/xml-views-quick-fix@4.0.9
12+
- @ui5-language-assistant/xml-views-tooltip@4.0.10
13+
- @ui5-language-assistant/user-facing-text@4.0.6
14+
- @ui5-language-assistant/semantic-model@4.0.8
15+
- @ui5-language-assistant/logic-utils@4.0.9
16+
- @ui5-language-assistant/settings@4.0.8
17+
- @ui5-language-assistant/context@4.0.10
18+
- @ui5-language-assistant/fe@4.0.10
19+
320
## 4.0.10
421

522
### 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.10",
3+
"version": "4.0.11",
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.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",
34-
"@ui5-language-assistant/user-facing-text": "4.0.5",
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",
29+
"@ui5-language-assistant/context": "4.0.10",
30+
"@ui5-language-assistant/logic-utils": "4.0.9",
31+
"@ui5-language-assistant/fe": "4.0.10",
32+
"@ui5-language-assistant/semantic-model": "4.0.8",
33+
"@ui5-language-assistant/settings": "4.0.8",
34+
"@ui5-language-assistant/user-facing-text": "4.0.6",
35+
"@ui5-language-assistant/xml-views-completion": "4.0.10",
36+
"@ui5-language-assistant/xml-views-quick-fix": "4.0.9",
37+
"@ui5-language-assistant/xml-views-tooltip": "4.0.10",
38+
"@ui5-language-assistant/xml-views-validation": "4.0.9",
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.7",
55+
"@ui5-language-assistant/test-utils": "4.0.8",
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.9
4+
5+
### Patch Changes
6+
7+
- c73d4fd: Unit test coverage improvement. Migration to Jest test framework
8+
- Updated dependencies [c73d4fd]
9+
- @ui5-language-assistant/settings@4.0.8
10+
311
## 4.0.8
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.8",
3+
"version": "4.0.9",
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.7",
20+
"@ui5-language-assistant/settings": "4.0.8",
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.7",
30-
"@ui5-language-assistant/test-utils": "4.0.7",
29+
"@ui5-language-assistant/semantic-model": "4.0.8",
30+
"@ui5-language-assistant/test-utils": "4.0.8",
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.8
4+
5+
### Patch Changes
6+
7+
- c73d4fd: Unit test coverage improvement. Migration to Jest test framework
8+
39
## 4.0.7
410

511
### Patch Changes

packages/semantic-model/package.json

Lines changed: 2 additions & 2 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.7",
3+
"version": "4.0.8",
44
"private": true,
55
"description": "Semantic model provider for UI5",
66
"keywords": [],
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@types/deep-freeze-strict": "1.1.0",
28-
"@ui5-language-assistant/test-utils": "4.0.7",
28+
"@ui5-language-assistant/test-utils": "4.0.8",
2929
"json-schema-to-typescript": "10.0.3"
3030
},
3131
"scripts": {

packages/settings/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+
- c73d4fd: Unit test coverage improvement. Migration to Jest test framework
8+
39
## 4.0.7
410

511
### Patch Changes

packages/settings/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/settings",
3-
"version": "4.0.7",
3+
"version": "4.0.8",
44
"private": true,
55
"description": "Settings for UI5 Language Assistant",
66
"keywords": [],

packages/user-facing-text/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.6
4+
5+
### Patch Changes
6+
7+
- c73d4fd: Unit test coverage improvement. Migration to Jest test framework
8+
39
All notable changes to this project will be documented in this file.
410
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
511

packages/user-facing-text/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/user-facing-text",
3-
"version": "4.0.5",
3+
"version": "4.0.6",
44
"private": true,
55
"description": "End user strings for UI5 Language Assistant",
66
"keywords": [],

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"fs-extra": "10.1.0",
16-
"vscode-ui5-language-assistant": "4.0.14"
16+
"vscode-ui5-language-assistant": "4.0.15"
1717
},
1818
"files": [
1919
"*.vsix",

packages/vscode-ui5-language-assistant/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.15
4+
5+
### Patch Changes
6+
7+
- c73d4fd: Unit test coverage improvement. Migration to Jest test framework
8+
- Updated dependencies [c73d4fd]
9+
- @ui5-language-assistant/language-server@4.0.11
10+
311
## 4.0.14
412

513
### Patch Changes

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "UI5 Language Assistant",
44
"private": true,
55
"description": "Language Support For SAPUI5",
6-
"version": "4.0.14",
6+
"version": "4.0.15",
77
"publisher": "SAPOSS",
88
"icon": "resources/ui5-language-assistant.png",
99
"keywords": [
@@ -105,17 +105,17 @@
105105
"package": "node ./scripts/package-vsix"
106106
},
107107
"dependencies": {
108-
"@ui5-language-assistant/language-server": "4.0.10",
108+
"@ui5-language-assistant/language-server": "4.0.11",
109109
"vscode-languageclient": "8.0.2",
110110
"@prettier/plugin-xml": "2.2.0",
111111
"prettier": "2.8.7"
112112
},
113113
"devDependencies": {
114114
"@types/lodash": "4.14.168",
115115
"@types/vscode": "1.47.0",
116-
"@ui5-language-assistant/settings": "4.0.7",
117-
"@ui5-language-assistant/logic-utils": "4.0.8",
118-
"@ui5-language-assistant/user-facing-text": "4.0.5",
116+
"@ui5-language-assistant/settings": "4.0.8",
117+
"@ui5-language-assistant/logic-utils": "4.0.9",
118+
"@ui5-language-assistant/user-facing-text": "4.0.6",
119119
"lodash": "4.17.21",
120120
"proxyquire": "2.1.3",
121121
"vsce": "1.83.0",

packages/xml-views-completion/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.10
4+
5+
### Patch Changes
6+
7+
- c73d4fd: Unit test coverage improvement. Migration to Jest test framework
8+
- Updated dependencies [c73d4fd]
9+
- @ui5-language-assistant/logic-utils@4.0.9
10+
- @ui5-language-assistant/context@4.0.10
11+
312
## 4.0.9
413

514
### Patch Changes

packages/xml-views-completion/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/xml-views-completion",
3-
"version": "4.0.9",
3+
"version": "4.0.10",
44
"private": true,
55
"description": "Auto-Complete Logic for UI5 XML-Views",
66
"keywords": [
@@ -21,16 +21,16 @@
2121
"license": "Apache-2.0",
2222
"typings": "./api.d.ts",
2323
"dependencies": {
24-
"@ui5-language-assistant/context": "4.0.9",
25-
"@ui5-language-assistant/logic-utils": "4.0.8",
24+
"@ui5-language-assistant/context": "4.0.10",
25+
"@ui5-language-assistant/logic-utils": "4.0.9",
2626
"@xml-tools/ast": "5.0.0",
2727
"@xml-tools/common": "0.1.2",
2828
"@xml-tools/content-assist": "3.1.7",
2929
"assert-never": "1.2.1",
3030
"lodash": "4.17.21"
3131
},
3232
"devDependencies": {
33-
"@ui5-language-assistant/semantic-model": "4.0.7",
33+
"@ui5-language-assistant/semantic-model": "4.0.8",
3434
"@xml-tools/parser": "1.0.7",
3535
"chevrotain": "7.0.1"
3636
},

0 commit comments

Comments
 (0)