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

Adopt new previous_tag input from softprops/action-gh-release#372 . #2

Closed
wants to merge 12 commits into from

Commits on Nov 21, 2022

  1. Update all dependencies + dependabot.yml configuration + node16 (soft…

    …props#275)
    
    * Create dependabot.yml
    
    * Bump actions/checkout from 2 to 3
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update to node16
    
    * Bump @types/node from 12.12.24 to 18.11.9
    
    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.24 to 18.11.9.
    - [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>
    
    * Bump glob and @types/glob
    
    Bumps [glob](https://github.com/isaacs/node-glob) and [@types/glob](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/glob). These dependencies needed to be updated together.
    
    Updates `glob` from 7.1.6 to 8.0.3
    - [Release notes](https://github.com/isaacs/node-glob/releases)
    - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
    - [Commits](isaacs/node-glob@v7.1.6...v8.0.3)
    
    Updates `@types/glob` from 7.1.1 to 8.0.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/glob)
    
    ---
    updated-dependencies:
    - dependency-name: glob
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: "@types/glob"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @actions/github from 5.0.0 to 5.1.1
    
    Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.0.0 to 5.1.1.
    - [Release notes](https://github.com/actions/toolkit/releases)
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/github"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump ts-jest from 24.2.0 to 24.3.0
    
    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 24.2.0 to 24.3.0.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v24.2.0...v24.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump prettier from 1.19.1 to 2.7.1
    
    Bumps [prettier](https://github.com/prettier/prettier) from 1.19.1 to 2.7.1.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@1.19.1...2.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @octokit/plugin-retry from 3.0.9 to 4.0.3
    
    Bumps [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) from 3.0.9 to 4.0.3.
    - [Release notes](https://github.com/octokit/plugin-retry.js/releases)
    - [Commits](octokit/plugin-retry.js@v3.0.9...v4.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/plugin-retry"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Resolve conflicts
    
    * Resolve conflicts
    
    * Resolve conflicts
    
    * Bump mime and @types/mime
    
    Bumps [mime](https://github.com/broofa/mime) and [@types/mime](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mime). These dependencies needed to be updated together.
    
    Updates `mime` from 2.4.4 to 3.0.0
    - [Release notes](https://github.com/broofa/mime/releases)
    - [Changelog](https://github.com/broofa/mime/blob/main/CHANGELOG.md)
    - [Commits](broofa/mime@v2.4.4...v3.0.0)
    
    Updates `@types/mime` from 2.0.1 to 3.0.1
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mime)
    
    ---
    updated-dependencies:
    - dependency-name: mime
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: "@types/mime"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @octokit/plugin-throttling from 3.7.0 to 4.3.2
    
    Bumps [@octokit/plugin-throttling](https://github.com/octokit/plugin-throttling.js) from 3.7.0 to 4.3.2.
    - [Release notes](https://github.com/octokit/plugin-throttling.js/releases)
    - [Commits](octokit/plugin-throttling.js@v3.7.0...v4.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/plugin-throttling"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump @zeit/ncc from 0.21.1 to 0.22.3
    
    Bumps [@zeit/ncc](https://github.com/zeit/ncc) from 0.21.1 to 0.22.3.
    - [Release notes](https://github.com/zeit/ncc/releases)
    - [Commits](vercel/ncc@0.21.1...0.22.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@zeit/ncc"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update dependabot.yml
    
    * Update dependabot.yml
    
    * Regenerate package-lock.json and dist folder
    
    * Update
    
    * Bump typescript from 3.9.10 to 4.8.4
    
    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.10 to 4.8.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v3.9.10...v4.8.4)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Resolve conflicts
    
    * Bump jest-circus from 24.9.0 to 29.2.2
    
    Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 24.9.0 to 29.2.2.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v29.2.2/packages/jest-circus)
    
    ---
    updated-dependencies:
    - dependency-name: jest-circus
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Resolve conflicts
    
    * Resolve conflicts
    
    * Resolve conflicts
    
    * Resolve conflicts
    
    * Bump @types/jest from 24.9.1 to 29.2.2
    
    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.9.1 to 29.2.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update main.yml
    
    * Bump jest-circus from 29.3.0 to 29.3.1
    
    Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 29.3.0 to 29.3.1.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest-circus)
    
    ---
    updated-dependencies:
    - dependency-name: jest-circus
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump jest from 29.3.0 to 29.3.1
    
    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.3.0 to 29.3.1.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    koplo199 and dependabot[bot] committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0bd7e8b View commit details
    Browse the repository at this point in the history
  2. add nvmrc

    softprops committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    c4dd327 View commit details
    Browse the repository at this point in the history
  3. update changelog

    softprops committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    de2c0eb View commit details
    Browse the repository at this point in the history
  4. Bump @types/jest from 29.2.2 to 29.2.3 (softprops#278)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.2.2 to 29.2.3.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    970e29c View commit details
    Browse the repository at this point in the history
  5. Bump typescript from 4.8.4 to 4.9.3 (softprops#279)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.8.4...v4.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b4025e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Bump prettier from 2.7.1 to 2.8.0 (softprops#283)

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

Commits on Dec 9, 2022

  1. Update of the actions/checkout to v3 (softprops#287)

    Hi,
    Thanks for such a helpful tool. I want to suggest updating the version of `actions/checkout@v2` to `actions/checkout@v3` since GitHub is moving away from node12 to node16 (https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/).
    
    Cheers!
    artfisica committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    d4e8205 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Add note about windows paths (softprops#340)

    * Add note about windows paths
    
    softprops#280
    
    Document change in glob 8.0
    
    * Fix incorrectly escaped markdown backslashes
    fredemmott committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    c9b46fe View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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

Commits on Feb 5, 2024

  1. Update node version (softprops#406)

    Update to node20
    timheuer committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    4634c16 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Feb 26, 2024

  1. Merge branch 'feat/add-generateReleaseNotes' of github.com:pocesar/ac…

    …tion-gh-release into feat/add-generateReleaseNotes
    
    Adopt the addition of `previous_tag` input from softprops#372 .
    nat-goodspeed committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6b56d04 View commit details
    Browse the repository at this point in the history