Skip to content

Releases: sharesight/find-github-pull-request

v1.3.0: Bumps several dependencies and resolves vulnerability

07 Nov 21:26
1a20484
Compare
Choose a tag to compare

This release focuses on bumping several dependencies and resolving a vulnerability from @babel/traverse:

  • #231 - Bump tough-cookie from 4.0.0 to 4.1.3
  • #233 - Bump semver from 6.3.0 to 6.3.1
  • #235 - Bump word-wrap from 1.2.3 to 1.2.4
  • #243 - Bump @types/node from 17.0.33 to 20.5.1
  • #244 - Bump @babel/traverse from 7.15.4 to 7.23.2
  • #245 - Update dependencies
  • #246 - Bump @types/node from 20.5.1 to 20.8.10
  • #245 - Bump @actions/core from 1.10.0 to 1.10.1
  • #249 - Bump @vercel/ncc from 0.36.1 to 0.38.1

v1.2.1: Updated dependencies

31 Oct 00:10
0be89b1
Compare
Choose a tag to compare
Bump tough-cookie from 4.0.0 to 4.1.3 (#231)

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.2.0: Bumps runner from Node 12 to Node 16

09 Feb 03:45
976497b
Compare
Choose a tag to compare

This release includes several dependency upgrades and bumping the action runner from node 12 to 16.

#200 - Bump version to v1.2.0

v1.1.2: Get `eventName = 'workflow_run'` to work.

14 Mar 00:11
6c87171
Compare
Choose a tag to compare

What's Changed

  • Fetch the PR for an eventName of 'workflow_run'. by @kylorhall in #101
  • Release v1.1.2 to get eventName = 'workflow_run' to work. by @kylorhall in #102

Full Changelog: v1.1.1...v1.1.2

Release v1.1.1: Fix `fetchByPr` to load from the right repo.

09 Mar 01:58
496c094
Compare
Choose a tag to compare

What's Changed

  • Hotfix: Call the fetchPr… with context.repo! by @kylorhall in #98
  • Ensure we run yarn jest before building. by @kylorhall in #99
  • Release v1.1.1: Fix fetchByPr to load from the right repo. by @kylorhall in #100

Full Changelog: v1.1.0...v1.1.1

v1.1.0: Add new `base-ref` and `base-sha` outputs.

09 Mar 01:29
3a113e6
Compare
Choose a tag to compare

What's Changed: Functionality

What's Changed: Dependencies

Full Changelog: v1.0.1...v1.1.0

v1.0.1: Dependency updates and CI improvements.

20 Dec 19:08
b93ef28
Compare
Choose a tag to compare

Just a large amount of dependency and CI improvements.

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0 – Initial Release

06 Sep 23:14
6715594
Compare
Choose a tag to compare

An initial release, see the README.md

v0.0.4

06 Sep 20:57
de18df2
Compare
Choose a tag to compare

Don't fail with a missing PR without failIfNotFound set.

v0.0.3

06 Sep 12:35
1da6813
Compare
Choose a tag to compare

Overhauls this to work on both on: push and on: pull_request.

See: #5