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.1
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.0.2
Choose a head ref
  • 9 commits
  • 17 files changed
  • 8 contributors

Commits on Oct 6, 2024

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

Commits on Oct 7, 2024

  1. docs(README): Describe UI5 linter internals (#343)

    Co-authored-by: Günter Klatt <[email protected]>
    RandomByte and KlattG authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    fe642c6 View commit details
    Browse the repository at this point in the history
  2. fix(html): Detect all missing bootstrap parameters

    All missing parameters should be reported at once.
    matz3 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    6d51ec5 View commit details
    Browse the repository at this point in the history
  3. fix(html): Improve detection of deprecated themes

    The detection now includes all theme variants and all deprecated or
    already removed themes, based on the list of deprecated themes in the
    UI5 SDK.
    matz3 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1ca4210 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. build(deps-dev): Bump typescript-eslint from 8.8.0 to 8.8.1

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.8.0 to 8.8.1.
    - [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.8.1/packages/typescript-eslint)
    
    ---
    updated-dependencies:
    - dependency-name: typescript-eslint
      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 8, 2024
    Configuration menu
    Copy the full SHA
    7edeb4f View commit details
    Browse the repository at this point in the history
  2. docs: Provide documentation for configuration "files" (#348)

    JIRA: CPOUI5FOUNDATION-881
    
    ---------
    
    Co-authored-by: Florian Vogt <[email protected]>
    d3xter666 and flovogt authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    daa4551 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. deps: Bump typescript from 5.6.2 to 5.6.3

    Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3.
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.6.2...v5.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      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 9, 2024
    Configuration menu
    Copy the full SHA
    506b107 View commit details
    Browse the repository at this point in the history
  2. fix: Remove checks for deprecated property names in manifest.json rou…

    …ting (#356)
    
    Switching to the new format is more complex and requires guide to
    migrate.
    Currently, there isn't any documentation and thus the check might cause
    confusion. Therefore, removing it for now.
    maxreichmann authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    631e78a View commit details
    Browse the repository at this point in the history
  3. release: v1.0.2

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