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: v1.0.2
Choose a base ref
...
head repository: UI5/linter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 7 commits
  • 32 files changed
  • 5 contributors

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    7f90216 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. 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]>
    dependabot[bot] authored and github-actions[bot] committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e300b9e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. 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]>
    dependabot[bot] authored and github-actions[bot] committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b46a4af View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. 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.
    matz3 authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    77b796e View commit details
    Browse the repository at this point in the history
  2. feat: Detect deprecations in ManagedObject metadata (#349)

    JIRA: CPOUI5FOUNDATION-858
    
    Depends on: #358
    d3xter666 authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9cc1202 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. 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.
    matz3 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    63a12e2 View commit details
    Browse the repository at this point in the history
  2. release: v1.1.0

    openui5bot authored and matz3 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bb92d43 View commit details
    Browse the repository at this point in the history
Loading