Skip to content
Permalink

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.0
Choose a base ref
...
head repository: UI5/linter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.1
Choose a head ref
  • 11 commits
  • 30 files changed
  • 4 contributors

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    2b1cc36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7afdd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eb2f0b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    808f3b4 View commit details
    Browse the repository at this point in the history
  2. fix: Remove duplicate messages

    Some findings are reported as usage of deprecated API but also as usage
    of global variables. This change removes the duplicate messages and
    keeps the one about the deprecated API as it provides more information.
    matz3 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    81a6671 View commit details
    Browse the repository at this point in the history
  3. feat: Detect usage of deprecated jQuery.sap API

    So far, only the usage of global API such as `jQuery.sap` was detected.
    However, when using `jQuery` as local variable via a dependency, the
    usage of `jQuery.sap` was not detected, although all APIs within that
    namespace are deprecated.
    matz3 authored and RandomByte committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    e8e2314 View commit details
    Browse the repository at this point in the history
  4. refactor: Remove workaround for deprecation text

    The problem mentioned in the comments has been fixed with 1.120.8 and
    1.121.0, so the workaround is no longer needed.
    matz3 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c8de9c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5afb14c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ac64f6 View commit details
    Browse the repository at this point in the history
  7. fix(xml-transpiler): Log unknown namespaces as verbose instead of war…

    …ning
    
    Ignoring them seems safe, so no warning should be produced. There's
    typically also nothing a developer can do to resolve the warning.
    RandomByte committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6a73c17 View commit details
    Browse the repository at this point in the history
  8. release: v0.1.1

    openui5bot authored and matz3 committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    62450df View commit details
    Browse the repository at this point in the history
Loading