From 32837aeef8698a1c27fe7b5d91ae0b2790482822 Mon Sep 17 00:00:00 2001 From: OpenUI5 Bot Date: Fri, 24 Jan 2025 10:39:53 +0100 Subject: [PATCH] release: v1.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7588679c0..3800c0691 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c43b7808b..aa79dbc6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.8.0](https://github.com/SAP/ui5-linter/compare/v1.7.0...v1.8.0) (2025-01-24) + + +### Features + +* **binding:** Detect global formatter notation in bindings ([0845caf](https://github.com/SAP/ui5-linter/commit/0845cafbbfc2daebfdf6d821cb0703c34e9c01c3)) +* **binding:** Detect more globals in property- and aggregation bindings ([406f6f5](https://github.com/SAP/ui5-linter/commit/406f6f5872c279257a4584d04e68d22385f052fb)) + + +### Bug Fixes + +* **binding:** Resolve 'Bad name' error on tab ([1466abb](https://github.com/SAP/ui5-linter/commit/1466abbbf36b555f75cea3ef77ee38207a72fee0)) +* Improve overall code detection ([#489](https://github.com/SAP/ui5-linter/issues/489)) ([af6dbd4](https://github.com/SAP/ui5-linter/commit/af6dbd4b4ce519725caef703c4c79a85f072b0d1)) +* Prevent false-positive "prefer-test-starter" in testsuite ([2e733d2](https://github.com/SAP/ui5-linter/commit/2e733d225d7ddb39ac562069bf08f57cb3c3c835)) +* **XML:** Do not fail on empty core:require attribute ([4efb2d7](https://github.com/SAP/ui5-linter/commit/4efb2d77cbe72ece78093d766f9bf83791828779)) +* **xmlTemplate:** Fix column position off-by-one ([07169f6](https://github.com/SAP/ui5-linter/commit/07169f62ac6953957dd7a07ce4e57f4f6c348c7f)) + ## [1.7.0](https://github.com/SAP/ui5-linter/compare/v1.6.1...v1.7.0) (2025-01-15) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 062618a27..63d0c0414 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@ui5/linter", - "version": "1.7.0", + "version": "1.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ui5/linter", - "version": "1.7.0", + "version": "1.8.0", "license": "Apache-2.0", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", diff --git a/package.json b/package.json index 900bfe9ab..2fbab953b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/linter", - "version": "1.7.0", + "version": "1.8.0", "description": "A static code analysis tool for UI5", "author": { "name": "SAP SE",