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: robinraju/release-downloader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11
Choose a base ref
...
head repository: robinraju/release-downloader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12
Choose a head ref
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 28, 2024

  1. Update README.md (#745)

    robinraju authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4a451e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. [Release management] - Move the major version tag (such as v1, v2) to…

    … point to the Git ref of the current release. (#750)
    
    Create update-main-version.yml
    robinraju authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    647e955 View commit details
    Browse the repository at this point in the history
  2. Update README.md (#751)

    robinraju authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c59f636 View commit details
    Browse the repository at this point in the history
  3. Bump eslint-plugin-github from 4.10.2 to 5.0.1 (#748)

    Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.10.2 to 5.0.1.
    - [Release notes](https://github.com/github/eslint-plugin-github/releases)
    - [Commits](github/eslint-plugin-github@v4.10.2...v5.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-github
      dependency-type: direct:development
      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>
    Co-authored-by: Robin Raju <robinraju@users.noreply.github.com>
    dependabot[bot] and robinraju authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    55f2a9b View commit details
    Browse the repository at this point in the history
  4. Bump minimatch from 9.0.4 to 9.0.5 in the npm-production group (#747)

    Bumps the npm-production group with 1 update: [minimatch](https://github.com/isaacs/minimatch).
    
    
    Updates `minimatch` from 9.0.4 to 9.0.5
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v9.0.4...v9.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Robin Raju <robinraju@users.noreply.github.com>
    dependabot[bot] and robinraju authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ebfede4 View commit details
    Browse the repository at this point in the history
  5. Bump the npm-development group with 4 updates (#746)

    Bumps the npm-development group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript](https://github.com/Microsoft/TypeScript).
    
    
    Updates `@types/node` from 20.14.8 to 20.14.9
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@typescript-eslint/eslint-plugin` from 7.14.1 to 7.15.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.15.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 7.14.1 to 7.15.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.15.0/packages/parser)
    
    Updates `typescript` from 5.5.2 to 5.5.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.5.2...v5.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Robin Raju <robinraju@users.noreply.github.com>
    dependabot[bot] and robinraju authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0896224 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Bump typed-rest-client from 2.0.1 to 2.0.2 in the npm-production group (

    #756)
    
    Bumps the npm-production group with 1 update: [typed-rest-client](https://github.com/Microsoft/typed-rest-client).
    
    
    Updates `typed-rest-client` from 2.0.1 to 2.0.2
    - [Release notes](https://github.com/Microsoft/typed-rest-client/releases)
    - [Commits](microsoft/typed-rest-client@v2.0.1...v2.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: typed-rest-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    68ea2e9 View commit details
    Browse the repository at this point in the history
  2. Bump the npm-development group with 4 updates (#755)

    Bumps the npm-development group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [ts-jest](https://github.com/kulshekhar/ts-jest).
    
    
    Updates `@types/node` from 20.14.9 to 20.14.10
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@typescript-eslint/eslint-plugin` from 7.15.0 to 7.16.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 7.15.0 to 7.16.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/parser)
    
    Updates `ts-jest` from 29.1.5 to 29.2.0
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.1.5...v29.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Robin Raju <robinraju@users.noreply.github.com>
    dependabot[bot] and robinraju authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b5cac74 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Dependency updates (#775)

    * Update dependencies
    
    * Update dependencies
    robinraju authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    21a0a3a View commit details
    Browse the repository at this point in the history
  2. Update dev dependencies (#777)

    Update dependencies
    robinraju authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    daf26c5 View commit details
    Browse the repository at this point in the history
Loading