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: plbstl/first-contribution
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1
Choose a base ref
...
head repository: plbstl/first-contribution
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 14 commits
  • 10 files changed
  • 3 contributors

Commits on Jul 15, 2024

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

Commits on Jul 22, 2024

  1. Bump the npm-development group with 3 updates

    Bumps the npm-development group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) and [ts-jest](https://github.com/kulshekhar/ts-jest).
    
    
    Updates `@types/node` from 20.14.10 to 20.14.11
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1
    - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
    - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1)
    
    Updates `ts-jest` from 29.2.2 to 29.2.3
    - [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.2.2...v29.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    - dependency-name: eslint-plugin-prettier
      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-patch
      dependency-group: npm-development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    95d7999 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from plbstl/dependabot/npm_and_yarn/npm-develop…

    …ment-26c8385049
    
    Bump the npm-development group with 3 updates
    plbstl authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8fc32a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. update acceptable messageInputs

    Also update getMsgInput JSDocs
    plbstl authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6a353b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23577ef View commit details
    Browse the repository at this point in the history
  3. build dist

    plbstl committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    65afc55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dab790 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c67ca20 View commit details
    Browse the repository at this point in the history
  6. update readme docs

    plbstl authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ebb859d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34c9a74 View commit details
    Browse the repository at this point in the history
  8. change isFirstTimeContributor implementation

    Before now, a user could be a first contributor when they open a new issue regardless of if they had previously opened a pull request, and vice versa
    plbstl committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d7217e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    31ac9c1 View commit details
    Browse the repository at this point in the history
  10. update deps (devDependencies)

    plbstl committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6c9f983 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    609b5ae View commit details
    Browse the repository at this point in the history
Loading