Skip to content

Commit

Permalink
chore: apply latest changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 10, 2024
1 parent 0186685 commit 66e6432
Show file tree
Hide file tree
Showing 27 changed files with 162 additions and 66 deletions.
14 changes: 0 additions & 14 deletions .changeset/cool-days-itch.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/binding/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @ui5-language-assistant/binding

## 1.0.25

### Patch Changes

- Updated dependencies [0186685]
- @ui5-language-assistant/xml-views-completion@4.0.23
- @ui5-language-assistant/xml-views-validation@4.0.18
- @ui5-language-assistant/logic-utils@4.0.17
- @ui5-language-assistant/context@4.0.23

## 1.0.24

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/binding",
"version": "1.0.24",
"version": "1.0.25",
"private": true,
"description": "UI5 LSP server extension for binding",
"keywords": [],
Expand All @@ -17,10 +17,10 @@
"dependencies": {
"@ui5-language-assistant/binding-parser": "1.0.7",
"@ui5-language-assistant/logger": "0.0.1",
"@ui5-language-assistant/context": "4.0.22",
"@ui5-language-assistant/logic-utils": "4.0.16",
"@ui5-language-assistant/xml-views-completion": "4.0.22",
"@ui5-language-assistant/xml-views-validation": "4.0.17",
"@ui5-language-assistant/context": "4.0.23",
"@ui5-language-assistant/logic-utils": "4.0.17",
"@ui5-language-assistant/xml-views-completion": "4.0.23",
"@ui5-language-assistant/xml-views-validation": "4.0.18",
"@ui5-language-assistant/settings": "4.0.9",
"deep-freeze-strict": "1.1.1",
"lodash": "4.17.21"
Expand All @@ -30,7 +30,7 @@
"@types/lodash": "4.14.168",
"@ui5-language-assistant/semantic-model-types": "4.0.9",
"@ui5-language-assistant/test-framework": "4.0.12",
"@ui5-language-assistant/test-utils": "4.0.11",
"@ui5-language-assistant/test-utils": "4.0.12",
"@xml-tools/ast": "5.0.0",
"@xml-tools/parser": "1.0.7",
"vscode-languageserver-protocol": "3.17.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.0.23

### Patch Changes

- 0186685: Fallback to the latest supported patch version
- Updated dependencies [0186685]
- @ui5-language-assistant/logic-utils@4.0.17

## 4.0.22

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/context",
"version": "4.0.22",
"version": "4.0.23",
"private": true,
"description": "A context for an xml file",
"keywords": [],
Expand All @@ -20,7 +20,7 @@
"@sap-ux/edmx-parser": "0.5.13",
"@sap-ux/project-access": "1.9.1",
"@ui5-language-assistant/logger": "0.0.1",
"@ui5-language-assistant/logic-utils": "4.0.16",
"@ui5-language-assistant/logic-utils": "4.0.17",
"@ui5-language-assistant/settings": "4.0.9",
"fs-extra": "10.1.0",
"globby": "11.1.0",
Expand All @@ -38,7 +38,7 @@
"@types/semver": "7.3.12",
"@ui5-language-assistant/semantic-model-types": "4.0.9",
"@ui5-language-assistant/test-framework": "4.0.12",
"@ui5-language-assistant/test-utils": "4.0.11",
"@ui5-language-assistant/test-utils": "4.0.12",
"rimraf": "3.0.2",
"tmp-promise": "3.0.2",
"proxyquire": "2.1.3"
Expand Down
10 changes: 10 additions & 0 deletions packages/fe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 4.0.24

### Patch Changes

- Updated dependencies [0186685]
- @ui5-language-assistant/xml-views-completion@4.0.23
- @ui5-language-assistant/xml-views-validation@4.0.18
- @ui5-language-assistant/logic-utils@4.0.17
- @ui5-language-assistant/context@4.0.23

## 4.0.23

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/fe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/fe",
"version": "4.0.23",
"version": "4.0.24",
"private": true,
"description": "UI5 LSP server extension for annotation relevant building blocks",
"keywords": [],
Expand All @@ -16,10 +16,10 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@ui5-language-assistant/context": "4.0.22",
"@ui5-language-assistant/logic-utils": "4.0.16",
"@ui5-language-assistant/xml-views-completion": "4.0.22",
"@ui5-language-assistant/xml-views-validation": "4.0.17",
"@ui5-language-assistant/context": "4.0.23",
"@ui5-language-assistant/logic-utils": "4.0.17",
"@ui5-language-assistant/xml-views-completion": "4.0.23",
"@ui5-language-assistant/xml-views-validation": "4.0.18",
"deep-freeze-strict": "1.1.1",
"lodash": "4.17.21"
},
Expand All @@ -28,7 +28,7 @@
"@types/lodash": "4.14.168",
"@ui5-language-assistant/semantic-model-types": "4.0.9",
"@ui5-language-assistant/test-framework": "4.0.12",
"@ui5-language-assistant/test-utils": "4.0.11",
"@ui5-language-assistant/test-utils": "4.0.12",
"@xml-tools/ast": "5.0.0",
"@xml-tools/parser": "1.0.7",
"vscode-languageserver-protocol": "3.17.2",
Expand Down
16 changes: 16 additions & 0 deletions packages/language-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 4.0.42

### Patch Changes

- 0186685: Fallback to the latest supported patch version
- Updated dependencies [0186685]
- @ui5-language-assistant/xml-views-completion@4.0.23
- @ui5-language-assistant/xml-views-validation@4.0.18
- @ui5-language-assistant/xml-views-tooltip@4.0.23
- @ui5-language-assistant/semantic-model@4.0.16
- @ui5-language-assistant/logic-utils@4.0.17
- @ui5-language-assistant/context@4.0.23
- @ui5-language-assistant/binding@1.0.25
- @ui5-language-assistant/fe@4.0.24
- @ui5-language-assistant/xml-views-quick-fix@4.0.17

## 4.0.41

### Patch Changes
Expand Down
22 changes: 11 additions & 11 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/language-server",
"version": "4.0.41",
"version": "4.0.42",
"private": true,
"description": "UI5 Language Server",
"keywords": [
Expand All @@ -25,19 +25,19 @@
"node": ">=10.0.0"
},
"dependencies": {
"@ui5-language-assistant/binding": "1.0.24",
"@ui5-language-assistant/binding": "1.0.25",
"@sap/swa-for-sapbas-vsx": "1.1.9",
"@ui5-language-assistant/logger": "0.0.1",
"@ui5-language-assistant/context": "4.0.22",
"@ui5-language-assistant/logic-utils": "4.0.16",
"@ui5-language-assistant/fe": "4.0.23",
"@ui5-language-assistant/semantic-model": "4.0.15",
"@ui5-language-assistant/context": "4.0.23",
"@ui5-language-assistant/logic-utils": "4.0.17",
"@ui5-language-assistant/fe": "4.0.24",
"@ui5-language-assistant/semantic-model": "4.0.16",
"@ui5-language-assistant/settings": "4.0.9",
"@ui5-language-assistant/user-facing-text": "4.0.8",
"@ui5-language-assistant/xml-views-completion": "4.0.22",
"@ui5-language-assistant/xml-views-quick-fix": "4.0.16",
"@ui5-language-assistant/xml-views-tooltip": "4.0.22",
"@ui5-language-assistant/xml-views-validation": "4.0.17",
"@ui5-language-assistant/xml-views-completion": "4.0.23",
"@ui5-language-assistant/xml-views-quick-fix": "4.0.17",
"@ui5-language-assistant/xml-views-tooltip": "4.0.23",
"@ui5-language-assistant/xml-views-validation": "4.0.18",
"@xml-tools/ast": "5.0.0",
"@xml-tools/ast-position": "2.0.2",
"@xml-tools/parser": "1.0.7",
Expand All @@ -54,7 +54,7 @@
"@types/semver": "7.3.12",
"@types/tmp": "0.2.0",
"@ui5-language-assistant/semantic-model-types": "4.0.9",
"@ui5-language-assistant/test-utils": "4.0.11",
"@ui5-language-assistant/test-utils": "4.0.12",
"string-replace-loader": "3.1.0",
"vscode-languageserver-types": "3.17.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/logic-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.17

### Patch Changes

- 0186685: Fallback to the latest supported patch version

## 4.0.16

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/logic-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/logic-utils",
"version": "4.0.16",
"version": "4.0.17",
"private": true,
"description": "TBD",
"keywords": [],
Expand All @@ -25,8 +25,8 @@
"proxy-from-env": "1.1.0"
},
"devDependencies": {
"@ui5-language-assistant/semantic-model": "4.0.15",
"@ui5-language-assistant/test-utils": "4.0.11",
"@ui5-language-assistant/semantic-model": "4.0.16",
"@ui5-language-assistant/test-utils": "4.0.12",
"@xml-tools/parser": "1.0.7"
},
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/semantic-model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.16

### Patch Changes

- 0186685: Fallback to the latest supported patch version

## 4.0.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/semantic-model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/semantic-model",
"version": "4.0.15",
"version": "4.0.16",
"private": true,
"description": "Semantic model provider for UI5",
"keywords": [],
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/deep-freeze-strict": "1.1.0",
"@ui5-language-assistant/test-utils": "4.0.11",
"@ui5-language-assistant/test-utils": "4.0.12",
"json-schema-to-typescript": "10.0.3"
},
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-ui5-language-assistant-bas-ext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.0.53

### Patch Changes

- 0186685: Fallback to the latest supported patch version

## 4.0.52

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-ui5-language-assistant-bas-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ui5-language-assistant/vscode-ui5-language-assistant-bas-ext",
"description": "A wrapper module for BAS simple extension around Language Support For SAPUI5",
"license": "Apache-2.0",
"version": "4.0.52",
"version": "4.0.53",
"private": false,
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"devDependencies": {
"fs-extra": "10.1.0",
"vscode-ui5-language-assistant": "4.0.52"
"vscode-ui5-language-assistant": "4.0.53"
},
"files": [
"*.vsix",
Expand Down
8 changes: 8 additions & 0 deletions packages/vscode-ui5-language-assistant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 4.0.53

### Patch Changes

- 0186685: Fallback to the latest supported patch version
- Updated dependencies [0186685]
- @ui5-language-assistant/language-server@4.0.42

## 4.0.52

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/vscode-ui5-language-assistant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "UI5 Language Assistant",
"private": true,
"description": "Language Support For SAPUI5",
"version": "4.0.52",
"version": "4.0.53",
"publisher": "SAPOSS",
"icon": "resources/ui5-language-assistant.png",
"keywords": [
Expand Down Expand Up @@ -154,7 +154,7 @@
"package": "node ./scripts/package-vsix"
},
"dependencies": {
"@ui5-language-assistant/language-server": "4.0.41",
"@ui5-language-assistant/language-server": "4.0.42",
"vscode-languageclient": "8.0.2",
"@prettier/plugin-xml": "2.2.0",
"prettier": "2.8.7"
Expand All @@ -163,7 +163,7 @@
"@types/lodash": "4.14.168",
"@types/vscode": "1.47.0",
"@ui5-language-assistant/settings": "4.0.9",
"@ui5-language-assistant/logic-utils": "4.0.16",
"@ui5-language-assistant/logic-utils": "4.0.17",
"@ui5-language-assistant/user-facing-text": "4.0.8",
"lodash": "4.17.21",
"proxyquire": "2.1.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/xml-views-completion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 4.0.23

### Patch Changes

- 0186685: Fallback to the latest supported patch version
- Updated dependencies [0186685]
- @ui5-language-assistant/logic-utils@4.0.17
- @ui5-language-assistant/context@4.0.23

## 4.0.22

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/xml-views-completion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5-language-assistant/xml-views-completion",
"version": "4.0.22",
"version": "4.0.23",
"private": true,
"description": "Auto-Complete Logic for UI5 XML-Views",
"keywords": [
Expand All @@ -21,16 +21,16 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@ui5-language-assistant/context": "4.0.22",
"@ui5-language-assistant/logic-utils": "4.0.16",
"@ui5-language-assistant/context": "4.0.23",
"@ui5-language-assistant/logic-utils": "4.0.17",
"@xml-tools/ast": "5.0.0",
"@xml-tools/common": "0.1.2",
"@xml-tools/content-assist": "3.1.7",
"assert-never": "1.2.1",
"lodash": "4.17.21"
},
"devDependencies": {
"@ui5-language-assistant/semantic-model": "4.0.15",
"@ui5-language-assistant/semantic-model": "4.0.16",
"@xml-tools/parser": "1.0.7",
"chevrotain": "7.0.1"
},
Expand Down
Loading

0 comments on commit 66e6432

Please sign in to comment.