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: roebi/github-api-get
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.7
Choose a base ref
...
head repository: roebi/github-api-get
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 11 commits
  • 19 files changed
  • 3 contributors

Commits on Sep 25, 2023

  1. Bump @types/node from 20.6.2 to 20.6.5

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.2 to 20.6.5.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    1a99b82 View commit details
    Browse the repository at this point in the history
  2. Bump semantic-release from 22.0.0 to 22.0.5

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.0 to 22.0.5.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v22.0.0...v22.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: semantic-release
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c696fbc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #26 from roebi/dependabot/npm_and_yarn/types/node-…

    …20.6.5
    
    Bump @types/node from 20.6.2 to 20.6.5
    roebi authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    35e4e20 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #27 from roebi/dependabot/npm_and_yarn/semantic-re…

    …lease-22.0.5
    
    Bump semantic-release from 22.0.0 to 22.0.5
    roebi authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ff2be67 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Bump @types/node from 20.6.5 to 20.8.0

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.6.5 to 20.8.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    055e94f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from roebi/dependabot/npm_and_yarn/types/node-…

    …20.8.0
    
    Bump @types/node from 20.6.5 to 20.8.0
    roebi authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    11dc2e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    903929f View commit details
    Browse the repository at this point in the history
  2. version 0.4.0

    roebi committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    b6e9143 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d470f35 View commit details
    Browse the repository at this point in the history
  4. impl and tests of

    new githubApiGetProject()
    and new githubApiGetLogin()
    roebi committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    d6606cd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #30 from roebi/29-implement-github-api

    29 implement GitHub api
    roebi authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    52887d7 View commit details
    Browse the repository at this point in the history
Loading