Skip to content

Commit 87602fe

Browse files
openui5botmatz3
authored andcommitted
release: v1.10.0
1 parent f1719f0 commit 87602fe

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.0"
2+
".": "1.10.0"
33
}

CHANGELOG.md

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

3+
## [1.10.0](https://github.com/SAP/ui5-linter/compare/v1.9.0...v1.10.0) (2025-02-25)
4+
5+
6+
### Features
7+
8+
* Add UI5LinterEngine ([#551](https://github.com/SAP/ui5-linter/issues/551)) ([1a44868](https://github.com/SAP/ui5-linter/commit/1a44868d30343603e03d93f02a78597ca7758ab9))
9+
10+
11+
### Bug Fixes
12+
13+
* Check bindings of all ManagedObject subclasses ([5435623](https://github.com/SAP/ui5-linter/commit/543562396267dcdb22b42cf6919f1eabba3a5e18))
14+
* False-positives for requestCurrencyCodes/requestUnitsOfMeasure ([24f6ea7](https://github.com/SAP/ui5-linter/commit/24f6ea70d1c78d2a75eedfc537f521bc3b7e3ccd))
15+
* Improve deprecation detection ([f1719f0](https://github.com/SAP/ui5-linter/commit/f1719f01e6253beae914e95fb17f0fcb072078cb))
16+
* Valid Js syntax after XML transpilation ([#552](https://github.com/SAP/ui5-linter/issues/552)) ([98b89d5](https://github.com/SAP/ui5-linter/commit/98b89d599f4604d2e4a51f02f0f9c2f5effe5910))
17+
18+
19+
### Dependencies
20+
21+
* Bump sax-wasm from 3.0.4 to 3.0.5 ([79e0549](https://github.com/SAP/ui5-linter/commit/79e05496e9263e01da02026fd84dea4eb2c7d044))
22+
323
## [1.9.0](https://github.com/SAP/ui5-linter/compare/v1.8.0...v1.9.0) (2025-02-17)
424

525

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/linter",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "A static code analysis tool for UI5",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)