Skip to content

Commit aacf7c7

Browse files
openui5botmatz3
authored andcommitted
release: v1.12.0
1 parent 2a9daac commit aacf7c7

4 files changed

Lines changed: 28 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.11.0"
2+
".": "1.12.0"
33
}

CHANGELOG.md

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

3+
## [1.12.0](https://github.com/SAP/ui5-linter/compare/v1.11.0...v1.12.0) (2025-03-18)
4+
5+
6+
### Features
7+
8+
* **Autofix:** UI5 globals ([#572](https://github.com/SAP/ui5-linter/issues/572)) ([2a9daac](https://github.com/SAP/ui5-linter/commit/2a9daac768d966f2329aa9b73feb78a9bbcb4903))
9+
10+
11+
### Bug Fixes
12+
13+
* Cannot read properties of undefined (reading 'map') ([28ab574](https://github.com/SAP/ui5-linter/commit/28ab574098c4c7f203f3233ee7ff43ac19edd239))
14+
* Detect outdated notation for bootstrap attribute log-level ([#603](https://github.com/SAP/ui5-linter/issues/603)) ([4fb76f8](https://github.com/SAP/ui5-linter/commit/4fb76f80d6bfce2f99cdb3789aa7aacb63d516e2))
15+
* Suppress eslint finding ([93acfff](https://github.com/SAP/ui5-linter/commit/93acfff839e2ed7a70f81eb39fe13168eaef364c))
16+
17+
18+
### Performance Improvements
19+
20+
* Prevent unnecessary TypeScript libReplacement lookup ([dac9f88](https://github.com/SAP/ui5-linter/commit/dac9f883acc513415ac24b17d102298e98e9eed0))
21+
22+
23+
### Dependencies
24+
25+
* Bump typescript from 5.7.3 to 5.8.2 ([ed84349](https://github.com/SAP/ui5-linter/commit/ed843499b5f9f5f3dc2b9e979f31862a2afc357b))
26+
327
## [1.11.0](https://github.com/SAP/ui5-linter/compare/v1.10.0...v1.11.0) (2025-02-28)
428

529

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.11.0",
3+
"version": "1.12.0",
44
"description": "A static code analysis tool for UI5",
55
"author": {
66
"name": "SAP SE",

0 commit comments

Comments
 (0)