Releases: sharesight/find-github-pull-request
Releases · sharesight/find-github-pull-request
v1.3.0: Bumps several dependencies and resolves vulnerability
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
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
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.
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.
What's Changed
- Hotfix: Call the
fetchPr…
withcontext.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.
What's Changed: Functionality
- Add
base-ref
andbase-sha
outputs. by @kylorhall in #95 - Distribute #95: Add
base-ref
andbase-sha
outputs. by @kylorhall in #96
What's Changed: Dependencies
- Release v1.1.0 by @kylorhall in #97
- Bump ts-jest from 27.1.2 to 27.1.3 by @dependabot in #72
- Bump jest from 27.4.5 to 27.4.7 by @dependabot in #71
- Bump @types/node from 17.0.1 to 17.0.8 by @dependabot in #70
- Bump @types/jest from 27.0.3 to 27.4.0 by @dependabot in #68
- Bump @types/node from 17.0.8 to 17.0.9 by @dependabot in #73
- Bump @types/node from 17.0.9 to 17.0.10 by @dependabot in #74
- Bump typescript from 4.5.4 to 4.5.5 by @dependabot in #75
- Bump @types/node from 17.0.10 to 17.0.12 by @dependabot in #76
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #77
- Bump @types/node from 17.0.12 to 17.0.13 by @dependabot in #78
- Bump @types/node from 17.0.13 to 17.0.14 by @dependabot in #79
- Bump @types/node from 17.0.14 to 17.0.15 by @dependabot in #81
- Bump @types/node from 17.0.15 to 17.0.16 by @dependabot in #83
- Bump jest from 27.4.7 to 27.5.1 by @dependabot in #82
- Bump @vercel/ncc from 0.33.1 to 0.33.3 by @dependabot in #85
- Bump @types/node from 17.0.16 to 17.0.19 by @dependabot in #87
- Bump actions/checkout from 2 to 3 by @dependabot in #94
- Bump typescript from 4.5.5 to 4.6.2 by @dependabot in #93
- Bump actions/setup-node from 2 to 3 by @dependabot in #92
- Bump @types/node from 17.0.19 to 17.0.21 by @dependabot in #90
- Bump @types/jest from 27.4.0 to 27.4.1 by @dependabot in #88
Full Changelog: v1.0.1...v1.1.0
v1.0.1: Dependency updates and CI improvements.
Just a large amount of dependency and CI improvements.
What's Changed
- Try running against the current sha when testing in a PR. by @kylorhall in #14
- Run
yarn build
in CI. by @kylorhall in #16 - Bump @types/node from 16.7.10 to 16.10.3 by @dependabot in #23
- Bump jest from 27.1.0 to 27.2.5 by @dependabot in #25
- Bump @types/node from 16.10.3 to 16.10.9 by @dependabot in #28
- Bump @types/jest from 27.0.1 to 27.0.2 by @dependabot in #13
- Bump typescript from 4.4.2 to 4.4.4 by @dependabot in #26
- Bump @types/node from 16.10.9 to 16.11.4 by @dependabot in #34
- Allow Dependabot to pass a CI flow with a write permission on the PR Comment flow. by @kylorhall in #37
- Only fail to find the PR for a
pull_request
event, notpush
. by @kylorhall in #38 - Bump @types/node from 16.11.4 to 16.11.6 by @dependabot in #36
- Bump jest from 27.2.5 to 27.3.1 by @dependabot in #32
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #24
- Bump @actions/core from 1.5.0 to 1.6.0 by @dependabot in #21
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #15
- Bump @vercel/ncc from 0.30.0 to 0.31.1 by @dependabot in #10
- Bump ts-jest from 27.0.5 to 27.0.7 by @dependabot in #29
- Bump @types/node from 16.11.6 to 16.11.7 by @dependabot in #39
- Bump @vercel/ncc from 0.31.1 to 0.32.0 by @dependabot in #40
- Bump typescript from 4.4.4 to 4.5.2 by @dependabot in #41
- Bump @types/jest from 27.0.2 to 27.0.3 by @dependabot in #43
- Bump @types/node from 16.11.7 to 16.11.10 by @dependabot in #44
- Bump jest from 27.3.1 to 27.4.0 by @dependabot in #45
- Bump @types/node from 16.11.10 to 16.11.11 by @dependabot in #47
- Bump jest from 27.4.0 to 27.4.2 by @dependabot in #46
- Bump jest from 27.4.2 to 27.4.3 by @dependabot in #48
- Bump ts-jest from 27.0.7 to 27.1.1 by @dependabot in #52
- Bump all dev-dependencies on 2021-12-21 by @kylorhall in #62
- Release v1.0.1 by @kylorhall in #63
New Contributors
- @dependabot made their first contribution in #23
Full Changelog: v1.0.0...v1.0.1
v1.0.0 – Initial Release
An initial release, see the README.md