Skip to content

Commit 48aeab0

Browse files
openui5botRandomByte
authored andcommitted
release: v1.7.0
1 parent b64df30 commit 48aeab0

4 files changed

+27
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.1"
2+
".": "1.7.0"
33
}

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/SAP/ui5-linter/compare/v1.6.1...v1.7.0) (2025-01-15)
4+
5+
6+
### Features
7+
8+
* Detect deprecated 'type' in `Controller#loadFragment` ([61fa2c2](https://github.com/SAP/ui5-linter/commit/61fa2c2e5d4ec480661dac4914277df7ebbe72ec))
9+
* Detect deprecated 'type' in `Fragment.load` / `<core:Fragment>` ([16e3f94](https://github.com/SAP/ui5-linter/commit/16e3f94842680f535311fc5a051f9106a6add414))
10+
* Detect deprecated 'type' in `View.create` / `<mvc:View>` ([14667aa](https://github.com/SAP/ui5-linter/commit/14667aabd73b331121ccb09a8ddda09efc3b0e16))
11+
* Detect usage of non exported values by library.js ([#468](https://github.com/SAP/ui5-linter/issues/468)) ([be2cbb7](https://github.com/SAP/ui5-linter/commit/be2cbb7378dbe394633e6c1cbb9b2570ac462380))
12+
* Improve deprecation detection of property accesses ([42fb8a5](https://github.com/SAP/ui5-linter/commit/42fb8a54c96e9cd8e1bb8f3903835cb6feae7ab8))
13+
14+
15+
### Bug Fixes
16+
17+
* **amdTranspiler:** Handle NewExpression ([4988013](https://github.com/SAP/ui5-linter/commit/49880130229cf2bd115da29c5c857a2d043947aa))
18+
* **API:** Remove ui5Config parameter defaulting ([e31d89e](https://github.com/SAP/ui5-linter/commit/e31d89ec67b9081a006fdd34d1c5e0d97169063a))
19+
* **parsing-error:** Failed to map back to source ([2876f35](https://github.com/SAP/ui5-linter/commit/2876f35c68586bc51ee6ac7172fc9a6e1fe2eb6e))
20+
21+
22+
### Dependencies
23+
24+
* Bump typescript from 5.7.2 to 5.7.3 ([d3f0471](https://github.com/SAP/ui5-linter/commit/d3f0471b49e03a2103cb9783f5d5029fe99712c5))
25+
326
## [1.6.1](https://github.com/SAP/ui5-linter/compare/v1.6.0...v1.6.1) (2025-01-08)
427

528

npm-shrinkwrap.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)