Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.
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: alexghr/got-fetch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: alexghr/got-fetch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.1
Choose a head ref
  • 7 commits
  • 6 files changed
  • 3 contributors

Commits on Dec 27, 2021

  1. build(dev): bump @typescript-eslint/parser from 5.7.0 to 5.8.0 (#69)

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.7.0 to 5.8.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/v5.8.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    beea01f View commit details
    Browse the repository at this point in the history
  2. build(dev): bump @typescript-eslint/eslint-plugin from 5.7.0 to 5.8.0 (

    …#68)
    
    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.7.0 to 5.8.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/v5.8.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    cc9327b View commit details
    Browse the repository at this point in the history
  3. build(dev): bump @types/node from 17.0.0 to 17.0.5 (#67)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.0 to 17.0.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] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    6f10517 View commit details
    Browse the repository at this point in the history
  4. build(dev): bump concurrently from 6.4.0 to 6.5.1 (#65)

    Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.4.0 to 6.5.1.
    - [Release notes](https://github.com/open-cli-tools/concurrently/releases)
    - [Commits](open-cli-tools/concurrently@v6.4.0...v6.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: concurrently
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    30fb1a4 View commit details
    Browse the repository at this point in the history
  5. build(dev): bump eslint from 8.4.1 to 8.5.0 (#63)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.4.1 to 8.5.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.4.1...v8.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    bebed32 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. fix: update documentation (#71)

    * docs: update README with information about ESM
    
    * ci: add maintenance branches
    
    * ci: add @semantic-release/github
    
    * chore: rename main.yml -> release.yml
    
    fix #70
    alexghr authored Dec 28, 2021
    Configuration menu
    Copy the full SHA
    50a4fff View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.0.1 [skip ci]

    ## [5.0.1](v5.0.0...v5.0.1) (2021-12-28)
    
    ### Bug Fixes
    
    * update documentation ([#71](#71)) ([50a4fff](50a4fff)), closes [#70](#70)
    semantic-release-bot committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    79cc9de View commit details
    Browse the repository at this point in the history
Loading