Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev -> main #735

Merged
merged 25 commits into from Apr 15, 2022
Merged

dev -> main #735

merged 25 commits into from Apr 15, 2022

Commits on Mar 15, 2022

  1. Copy the full SHA
    23e9b5f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Merge pull request #706 from mikepenz/feature/add_debug_logs

    Expand debug logs by PRs in specific categories
    mikepenz committed Mar 16, 2022
    Copy the full SHA
    9f18310 View commit details
    Browse the repository at this point in the history
  2. - upgrade action to use node16 as engine

    - dependency upgrades
    ```
        "webpack": "^5.70.0"
        "@types/jest": "^27.4.1",
        "@typescript-eslint/parser": "^5.15.0",
        "@types/node": "^17.0.21",
        "@vercel/ncc": "^0.33.3",
        "eslint": "^8.11.0",
        "eslint-plugin-jest": "^26.1.1",
        "prettier": "2.6.0",
        "typescript": "^4.6.2"
    ```
    mikepenz committed Mar 16, 2022
    Copy the full SHA
    d557b22 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #708 from mikepenz/feature/upgrade_node16

    Upgrade action to use node16 | Dependency upgrades
    mikepenz committed Mar 16, 2022
    Copy the full SHA
    2986558 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. build(deps-dev): bump eslint-plugin-jest from 26.1.1 to 26.1.3

    Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 26.1.1 to 26.1.3.
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v26.1.1...v26.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 24, 2022
    Copy the full SHA
    57cf2af View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. build(deps): bump minimist from 1.2.5 to 1.2.6

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 28, 2022
    Copy the full SHA
    4492681 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Merge pull request #718 from mikepenz/dependabot/npm_and_yarn/minimis…

    …t-1.2.6
    
    build(deps): bump minimist from 1.2.5 to 1.2.6
    mikepenz committed Mar 30, 2022
    Copy the full SHA
    df6d2ce View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Merge pull request #716 from mikepenz/dependabot/npm_and_yarn/eslint-…

    …plugin-jest-26.1.3
    
    build(deps-dev): bump eslint-plugin-jest from 26.1.1 to 26.1.3
    mikepenz committed Mar 31, 2022
    Copy the full SHA
    305e4dd View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump eslint-plugin-github from 4.3.5 to 4.3.6

    Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.3.5 to 4.3.6.
    - [Release notes](https://github.com/github/eslint-plugin-github/releases)
    - [Commits](github/eslint-plugin-github@v4.3.5...v4.3.6)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-github
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 31, 2022
    Copy the full SHA
    b9c467b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #712 from mikepenz/dependabot/npm_and_yarn/eslint-…

    …plugin-github-4.3.6
    
    build(deps-dev): bump eslint-plugin-github from 4.3.5 to 4.3.6
    mikepenz committed Mar 31, 2022
    Copy the full SHA
    2114e8b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. - upgrade dependencies

    ```
        "@actions/exec": "^1.1.1",
        "@actions/github": "^5.0.1",
        "moment": "^2.29.2",
        "semver": "^7.3.6",
        "webpack": "^5.72.0"
        "@typescript-eslint/parser": "^5.18.0",
        "@types/node": "^17.0.23",
        "eslint": "^8.12.0",
        "eslint-plugin-jest": "^26.1.4",
        "prettier": "2.6.2",
        "ts-jest": "^27.1.4",
        "typescript": "^4.6.3"
    ```
    mikepenz committed Apr 8, 2022
    Copy the full SHA
    1965fbb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #727 from mikepenz/feature/upgrade_dependencies_20…

    …220408
    
    Upgrade npm dependencies 2022.04.08
    mikepenz committed Apr 8, 2022
    Copy the full SHA
    7a59e9f View commit details
    Browse the repository at this point in the history
  3. - introduce new flag to include open PRs into the changelog

      - only fetch open with this flag
    - expand pull request spec with
      - status, created at timestamp
    - expand definition for placeholder patterns in the changelog
    mikepenz committed Apr 8, 2022
    Copy the full SHA
    85af6a8 View commit details
    Browse the repository at this point in the history
  4. - expand log messages

    - introduce test case to verify the inclusion of the open PR as part of the standard PR set
    mikepenz committed Apr 8, 2022
    Copy the full SHA
    6211ea4 View commit details
    Browse the repository at this point in the history
  5. - expand custom assignment and add testcase to verify ability to cons…

    …truct custom categories involving states of PRs
    mikepenz committed Apr 8, 2022
    Copy the full SHA
    f60b8b4 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    bddcf0d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    485266b View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    df9a355 View commit details
    Browse the repository at this point in the history
  9. - introduce new flag allowing to fetch reviewers who approved PRs

      - add new testcase which verifies approvers being included
      - adjust config for some test cases to verify reviewers not being pulled if disabled
    mikepenz committed Apr 8, 2022
    Copy the full SHA
    1e867df View commit details
    Browse the repository at this point in the history
  10. - expand README with new configuration options

    - expand action.yml with new input param
    mikepenz committed Apr 8, 2022
    Copy the full SHA
    d0b0f4a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Merge pull request #726 from mikepenz/feature/725

    Introduce new API to include open PRs within the generated changelog
    mikepenz committed Apr 15, 2022
    Copy the full SHA
    4d2ba0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #728 from mikepenz/feature/720

    Introduce new API offering the ability to fetch reviewers who approved PRs
    mikepenz committed Apr 15, 2022
    Copy the full SHA
    fe2fbf9 View commit details
    Browse the repository at this point in the history
  3. - format the main.ts class

    mikepenz committed Apr 15, 2022
    Copy the full SHA
    a86b1b7 View commit details
    Browse the repository at this point in the history
  4. - dependency upgrades

    ```
        "semver": "^7.3.7",
        "@typescript-eslint/parser": "^5.19.0",
        "@types/node": "^17.0.24",
        "@vercel/ncc": "^0.33.4",
        "eslint": "^8.13.0",
    ```
    mikepenz committed Apr 15, 2022
    Copy the full SHA
    3554469 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #734 from mikepenz/feature/dependency_upgrades_202…

    …20415
    
    Dependency upgrades
    mikepenz committed Apr 15, 2022
    Copy the full SHA
    a375494 View commit details
    Browse the repository at this point in the history