generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: UI5/linter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: UI5/linter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 30 files changed
- 7 contributors
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4c4130b - Browse repository at this point
Copy the full SHA 4c4130bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d313912 - Browse repository at this point
Copy the full SHA d313912View commit details
Commits on Mar 22, 2024
-
fix: Update list of deprecated libs (#42)
- Sort entries - Remove non-existent sap.dragonfly - Fix typo for sap.landvisz - Add missing sap.sac.grid - Add removed internal sap.fe libs Co-authored-by: Max Reichmann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d38e356 - Browse repository at this point
Copy the full SHA d38e356View commit details -
feat(cli)!: In case of errors, exit with code 1
This change alignes UI5 linter with ESLint (see [1]): * No errors, maybe warnings: Use exit code 0 * At least one error: Use exit code 1 * Unexpected error (typically caused by an exception): Use exit code 2 BREAKING CHANGE: Depending on how UI5 linter is being used, this change might change the behavior of that particular scenario. For example a build script might abort further processing, if any linting errors are detected. To ignore exit code 1, for example in a bash script, you may use a construct like this: ```sh ui5lint && RC=$? || RC=$? if [[ "$RC" = 2 ]]; then exit 1 fi ``` JIRA: CPOUI5FOUNDATION-823 [1]: https://eslint.org/docs/latest/use/command-line-interface#exit-codesConfiguration menu - View commit details
-
Copy full SHA for 96331fc - Browse repository at this point
Copy the full SHA 96331fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c2d0a2 - Browse repository at this point
Copy the full SHA 3c2d0a2View commit details
Commits on Mar 25, 2024
-
feat: Analyze sap.ui.core.Lib.init() call (#33)
JIRA: CPOUI5FOUNDATION-793 Adds checks whether `Lib.init()` has been called with `apiVersion: 2` property. --------- Co-authored-by: Matthias Oßwald <[email protected]> Co-authored-by: Merlin Beutlberger <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d5bcdb - Browse repository at this point
Copy the full SHA 6d5bcdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for af0d253 - Browse repository at this point
Copy the full SHA af0d253View commit details -
ci(github-actions): Bump dependabot/fetch-metadata from 1 to 2
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1 to 2. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v1...v2) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7ad7bf - Browse repository at this point
Copy the full SHA f7ad7bfView commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 929a9b8 - Browse repository at this point
Copy the full SHA 929a9b8View commit details -
This is an attempt to trigger Dependabot enablement for this repository
Configuration menu - View commit details
-
Copy full SHA for 57cf281 - Browse repository at this point
Copy the full SHA 57cf281View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7e9a2b - Browse repository at this point
Copy the full SHA b7e9a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cbdf1d - Browse repository at this point
Copy the full SHA 9cbdf1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1309e3 - Browse repository at this point
Copy the full SHA f1309e3View commit details
Loading
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 v0.1.3...v0.2.0