-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: UI5/linter
base: v1.0.2
head repository: UI5/linter
compare: v1.1.0
- 7 commits
- 32 files changed
- 5 contributors
Commits on Oct 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f90216 - Browse repository at this point
Copy the full SHA 7f90216View commit details
Commits on Oct 14, 2024
-
ci(github-actions): Bump coverallsapp/github-action from 2.3.0 to 2.3.1
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e300b9e - Browse repository at this point
Copy the full SHA e300b9eView commit details
Commits on Oct 15, 2024
-
build(deps-dev): Bump typescript-eslint from 8.8.1 to 8.9.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.8.1 to 8.9.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.9.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b46a4af - Browse repository at this point
Copy the full SHA b46a4afView commit details
Commits on Oct 16, 2024
-
feat: Improve code detection for UI5 classes (JavaScript) (#358)
This change improves the detection of JavaScript code related to UI5 classes written in the scanned project by converting all UI5 classes to ES classes. Previously, the linter only converted some of the UI5 classes which left some code uncovered as the linter did not recognize the proper types. This is also a preparation to enable further checks on sub-classes of UI5 framework base classes such as controls and elements.
Configuration menu - View commit details
-
Copy full SHA for 77b796e - Browse repository at this point
Copy the full SHA 77b796eView commit details -
feat: Detect deprecations in ManagedObject metadata (#349)
JIRA: CPOUI5FOUNDATION-858 Depends on: #358
Configuration menu - View commit details
-
Copy full SHA for 9cc1202 - Browse repository at this point
Copy the full SHA 9cc1202View commit details
Commits on Oct 17, 2024
-
fix: False positive for deprecated JS view/fragment type
The *.view.js / *.fragment.js file naming is just a convention but does not imply the usage of deprecated view/fragment API. As JS/TS files are checked already and usages of sap.ui.jsview / sap.ui.jsfragment are reported, there is no need to implement a separate check.
Configuration menu - View commit details
-
Copy full SHA for 63a12e2 - Browse repository at this point
Copy the full SHA 63a12e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb92d43 - Browse repository at this point
Copy the full SHA bb92d43View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.2...v1.1.0