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: thollander/actions-comment-pull-request
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: thollander/actions-comment-pull-request
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
  • 7 commits
  • 10 files changed
  • 3 contributors

Commits on Feb 17, 2024

  1. chore(deps-dev): bump typescript from 5.2.2 to 5.3.3 (#326)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.2.2...v5.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      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 Feb 17, 2024
    Configuration menu
    Copy the full SHA
    bc14ce3 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. chore(deps-dev): bump prettier from 3.0.3 to 3.2.5 (#350)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.2.5.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.0.3...3.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      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 Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e5dae98 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump @tsconfig/node20 from 20.1.2 to 20.1.4 (#367)

    Bumps [@tsconfig/node20](https://github.com/tsconfig/bases/tree/HEAD/bases) from 20.1.2 to 20.1.4.
    - [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)
    
    ---
    updated-dependencies:
    - dependency-name: "@tsconfig/node20"
      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 Oct 9, 2024
    Configuration menu
    Copy the full SHA
    77f7e42 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump typescript from 5.3.3 to 5.6.3 (#390)

    Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.3.3 to 5.6.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.3.3...v5.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      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 Oct 9, 2024
    Configuration menu
    Copy the full SHA
    52f13cb View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump @types/node from 20.8.7 to 22.7.5 (#389)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.7 to 22.7.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-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ce644a4 View commit details
    Browse the repository at this point in the history
  5. feat: manage delete modes in a better way

    BREAKING CHANGE: delete now deletes a comment immediately.
    To delete the comment at the end of the job, use `delete-on-completion`
    
    Co-authored-by: mlahargou <michaellahargou@gmail.com>
    thollander and mlahargou committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    107ab45 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. docs: add migration guide

    thollander committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    65f9e5c View commit details
    Browse the repository at this point in the history
Loading