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.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: v1.1.1
Choose a head ref
  • 6 commits
  • 25 files changed
  • 3 contributors

Commits on Oct 18, 2024

  1. build(deps-dev): Bump esmock from 2.6.7 to 2.6.8

    Bumps [esmock](https://github.com/iambumblehead/esmock) from 2.6.7 to 2.6.8.
    - [Release notes](https://github.com/iambumblehead/esmock/releases)
    - [Changelog](https://github.com/iambumblehead/esmock/blob/main/CHANGELOG.md)
    - [Commits](iambumblehead/esmock@v2.6.7...v2.6.8)
    
    ---
    updated-dependencies:
    - dependency-name: esmock
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and github-actions[bot] committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    d7bc9a9 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): Bump typescript-eslint from 8.9.0 to 8.10.0

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.9.0 to 8.10.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.10.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 18, 2024
    Configuration menu
    Copy the full SHA
    86f4adc View commit details
    Browse the repository at this point in the history
  3. fix(amdTranspiler): Fix exception "Node not found in array"

    When multiple return statements are found in the AMD factory, the
    factory function will not be replaced, so no assignment of the old
    factory block should be done.
    This caused the exception "Node not found in array" as replacements
    were wrongly applied on the new top level SourceFile instead of the
    original and still existing factory function.
    matz3 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    75d2aa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dc209f View commit details
    Browse the repository at this point in the history
  5. fix: Properly check UI5 class inheritance

    The UI5 class inheritance check needs to perform a different check when
    the UI5 base classes are actually within the current project like it is
    the case for the sap.ui.core library.
    In this case the declaration is based on the actual code, not the UI5
    type definitions.
    
    This change adds a very minimal sap.ui.core project where this scenario
    can be reproduced without having to test the whole original library.
    
    This is a follow-up of #349
    matz3 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    79f9123 View commit details
    Browse the repository at this point in the history
  6. release: v1.1.1

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