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: gjtorikian/isBinaryFile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.2
Choose a base ref
...
head repository: gjtorikian/isBinaryFile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.4
Choose a head ref
  • 8 commits
  • 7 files changed
  • 4 contributors

Commits on Mar 25, 2024

  1. Bump dependabot/fetch-metadata from 1 to 2 (#74)

    Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1 to 2.
    - [Release notes](https://github.com/dependabot/fetch-metadata/releases)
    - [Commits](dependabot/fetch-metadata@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: dependabot/fetch-metadata
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a26416d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Bump braces, jest and ts-jest (#76)

    Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependencies [braces](https://github.com/micromatch/braces), [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [ts-jest](https://github.com/kulshekhar/ts-jest). These dependencies need to be updated together.
    
    
    Updates `braces` from 3.0.2 to 3.0.3
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    Updates `jest` from 26.6.3 to 29.7.0
    - [Release notes](https://github.com/jestjs/jest/releases)
    - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)
    
    Updates `ts-jest` from 26.5.6 to 29.1.4
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v26.5.6...v29.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    - dependency-name: jest
      dependency-type: direct:development
    - dependency-name: ts-jest
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    081e467 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

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

Commits on Oct 13, 2024

  1. Merge pull request #78 from antonk52/main

    Update typescript target
    gjtorikian authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    c81f078 View commit details
    Browse the repository at this point in the history
  2. Release 5.0.3

    gjtorikian committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    45bd029 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    e2bb5ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #79 from zimagen/main

    Fix binary detection for text files containing emoji
    gjtorikian authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    856dfd9 View commit details
    Browse the repository at this point in the history
  3. Release 5.0.4

    gjtorikian committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    51b8c3a View commit details
    Browse the repository at this point in the history
Loading