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.2.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: v0.2.2
Choose a head ref
  • 11 commits
  • 11 files changed
  • 6 contributors

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    b436c7d View commit details
    Browse the repository at this point in the history
  2. deps(eslint): Upgrade @eslint/js and @stylistic/eslint-plugin

    We can't upgrade eslint itself to v9 until typescript-eslint releases a
    compatible version.
    RandomByte committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    41b3a98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfdb428 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c626f4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6e4039 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

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

Commits on Apr 22, 2024

  1. docs(README): Add npm badge

    matz3 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0f9add5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. build(deps-dev): Bump typescript-eslint from 7.7.0 to 7.7.1

    Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.7.0 to 7.7.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/v7.7.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 Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1868de7 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): Bump @commitlint/cli from 19.2.2 to 19.3.0

    Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.2.2 to 19.3.0.
    - [Release notes](https://github.com/conventional-changelog/commitlint/releases)
    - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
    - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.3.0/@commitlint/cli)
    
    ---
    updated-dependencies:
    - dependency-name: "@commitlint/cli"
      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 Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9720b61 View commit details
    Browse the repository at this point in the history
  3. fix: Don't exit synchronously when there still might be async I/O (#90)

    See https://nodejs.org/api/process.html#processexitcode for an
    explanation of process.exit and process.exitCode and
    https://nodejs.org/api/process.html#a-note-on-process-io for an
    explanation when I/O might be sync or async.
    
    Additionally writes a newline after format "json" has been written. This
    prevents strange behavior in at least zsh when output is not terminated
    by a newline.
    codeworrior authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    fd9b7b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. release: v0.2.2

    openui5bot authored and RandomByte committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    5c54d9c View commit details
    Browse the repository at this point in the history
Loading