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: fastify/github-action-merge-dependabot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.0
Choose a base ref
...
head repository: fastify/github-action-merge-dependabot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.1
Choose a head ref
  • 9 commits
  • 9 files changed
  • 4 contributors

Commits on Nov 30, 2021

  1. chore(deps): bump actions/setup-node from 2.4.1 to 2.5.0 (#115)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v2.4.1...v2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      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 Nov 30, 2021
    Configuration menu
    Copy the full SHA
    b1144c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. chore(deps-dev): bump @vercel/ncc from 0.32.0 to 0.33.0 (#116)

    Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.32.0 to 0.33.0.
    - [Release notes](https://github.com/vercel/ncc/releases)
    - [Commits](vercel/ncc@0.32.0...0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@vercel/ncc"
      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 3, 2021
    Configuration menu
    Copy the full SHA
    ed58d2f View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. chore(deps-dev): bump eslint from 8.3.0 to 8.4.0 (#117)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.3.0 to 8.4.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.3.0...v8.4.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 6, 2021
    Configuration menu
    Copy the full SHA
    1a8eb29 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump prettier from 2.5.0 to 2.5.1 (#118)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.5.0 to 2.5.1.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.5.0...2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      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 6, 2021
    Configuration menu
    Copy the full SHA
    e39935a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. chore(deps-dev): bump eslint from 8.4.0 to 8.4.1 (#120)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.4.0 to 8.4.1.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.4.0...v8.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      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 7, 2021
    Configuration menu
    Copy the full SHA
    25e5be1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd3500c View commit details
    Browse the repository at this point in the history
  3. fix: default value for target on action.yml (#121)

    The default value for `target` was still `major` but it has been changed
    to `any` here #99.
    nuragic authored Dec 7, 2021
    Configuration menu
    Copy the full SHA
    c8f3391 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    8695e84 View commit details
    Browse the repository at this point in the history
  2. chore: bump new 2.7.1 version

    Eomm committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    dcc0af4 View commit details
    Browse the repository at this point in the history
Loading