Skip to content

Releases: 8BitJonny/gh-get-current-pr

v3.0.0

31 Jan 09:37
08e737c
Compare
Choose a tag to compare
  • Update to using Node20 (#295)
  • docs(readme): correct step id (#261)

🤖 Dependency Updates

21 changes
  • build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#289)
  • build(deps-dev): bump eslint from 8.34.0 to 8.45.0 (#288)
  • build(deps-dev): bump eslint-plugin-jest from 27.2.1 to 27.2.3 (#286)
  • build(deps-dev): bump @types/node from 18.16.0 to 20.4.4 (#290)
  • build(deps-dev): bump @babel/traverse from 7.17.3 to 7.23.9 (#296)
  • build(deps): bump tough-cookie from 4.0.0 to 4.1.3 (#282)
  • build(deps-dev): bump prettier from 2.8.1 to 2.8.8 (#251)
  • build(deps-dev): bump @vercel/ncc from 0.36.0 to 0.36.1 (#228)
  • build(deps-dev): bump @types/node from 18.13.0 to 18.16.0 (#252)
  • build(deps-dev): bump eslint-plugin-github from 4.6.0 to 4.7.0 (#244)
  • build(deps-dev): bump typescript from 4.9.3 to 4.9.5 (#222)
  • build(deps-dev): bump @types/node from 18.11.13 to 18.13.0 (#225)
  • build(deps): bump json5 from 1.0.1 to 1.0.2 (#215)
  • build(deps-dev): bump eslint-plugin-jest from 27.1.6 to 27.2.1 (#217)
  • build(deps-dev): bump eslint from 8.29.0 to 8.34.0 (#226)
  • build(deps-dev): bump @typescript-eslint/parser from 5.46.1 to 5.52.0 (#227)
  • build(deps-dev): bump @typescript-eslint/parser from 5.45.1 to 5.46.1 (#200)
  • build(deps-dev): bump eslint-plugin-github from 4.4.1 to 4.6.0 (#201)
  • build(deps-dev): bump @vercel/ncc from 0.34.0 to 0.36.0 (#199)
  • build(deps-dev): bump prettier from 2.8.0 to 2.8.1 (#202)
  • build(deps-dev): bump @types/node from 18.11.11 to 18.11.13 (#203)

Full Changelog: 2.2.0...v3.0.0

Contributors: @8BitJonny, @dargmuesli, @dependabot and @dependabot[bot]

v2.2.0 add pr_found output

08 Dec 22:36
2215326
Compare
Choose a tag to compare

🚀 New

  • Add pr_found output (#198)

🤖 Dependency Updates

14 changes
  • build(deps-dev): bump @types/node from 18.11.9 to 18.11.11 (#197)
  • build(deps-dev): bump eslint from 8.28.0 to 8.29.0 (#192)
  • build(deps-dev): bump eslint-plugin-jest from 27.1.5 to 27.1.6 (#190)
  • build(deps-dev): bump prettier from 2.7.1 to 2.8.0 (#189)
  • build(deps-dev): bump @typescript-eslint/parser from 5.44.0 to 5.45.1 (#194)
  • build(deps-dev): bump eslint-plugin-jest from 27.1.4 to 27.1.5 (#182)
  • build(deps-dev): bump @typescript-eslint/parser from 5.42.1 to 5.44.0 (#184)
  • build(deps-dev): bump typescript from 4.8.4 to 4.9.3 (#185)
  • build(deps-dev): bump eslint from 8.27.0 to 8.28.0 (#186)
  • build(deps-dev): bump eslint-plugin-github from 4.4.0 to 4.4.1 (#181)
  • build(deps-dev): bump @typescript-eslint/parser from 5.41.0 to 5.42.1 (#178)
  • build(deps-dev): bump eslint-plugin-jest from 27.1.1 to 27.1.4 (#177)
  • build(deps-dev): bump @types/node from 18.11.0 to 18.11.9 (#180)
  • build(deps-dev): bump eslint from 8.26.0 to 8.27.0 (#179)

Full Changelog: 2.1.3...v2.2.0

Contributors: @8BitJonny, @dependabot and @dependabot[bot]

v2.1.3 Fix set-output deprecation notice & Dependency Updates

27 Oct 10:21
2501fb7
Compare
Choose a tag to compare

#157 fixes the deprecation notices from github The set-output command is deprecated reported in #172

🐛 Fixes

  • build(deps): bump @actions/core from 1.9.1 to 1.10.0 (#157)

🤖 Dependency Updates

13 changes
  • build(deps-dev): bump eslint-plugin-github from 4.3.7 to 4.4.0 (#167)
  • build(deps): bump @actions/github from 5.1.0 to 5.1.1 (#156)
  • build(deps-dev): bump eslint from 8.25.0 to 8.26.0 (#170)
  • build(deps-dev): bump @typescript-eslint/parser from 5.40.0 to 5.41.0 (#171)
  • build(deps): bump @actions/core from 1.9.1 to 1.10.0 (#157)
  • build(deps-dev): bump @types/node from 18.8.3 to 18.11.0 (#169)
  • build(deps-dev): bump @typescript-eslint/parser from 5.39.0 to 5.40.0 (#163)
  • build(deps-dev): bump eslint-plugin-jest from 27.0.4 to 27.1.1 (#164)
  • build(deps-dev): bump @types/node from 18.8.0 to 18.8.3 (#161)
  • build(deps-dev): bump eslint from 8.24.0 to 8.25.0 (#162)
  • build(deps-dev): bump @typescript-eslint/parser from 5.38.1 to 5.39.0 (#158)
  • build(deps-dev): bump typescript from 4.8.3 to 4.8.4 (#159)
  • build(deps-dev): bump @types/node from 18.7.23 to 18.8.0 (#160)

Full Changelog: 2.1.2...v2.1.3

Contributors: @8BitJonny, @dependabot and @dependabot[bot]

v2.1.2 Dependency Updates

26 Sep 22:19
5ee2631
Compare
Choose a tag to compare

📚 Documentation

  • Add releaseDrafter workflow (#150)

🤖 Dependency Updates

21 changes
  • build(deps): bump @actions/github from 5.0.3 to 5.1.0 (#152)
  • build(deps-dev): bump eslint from 8.23.1 to 8.24.0 (#151)
  • build(deps-dev): bump @types/node from 18.7.18 to 18.7.23 (#155)
  • build(deps-dev): bump @typescript-eslint/parser from 5.38.0 to 5.38.1 (#154)
  • build(deps-dev): bump @typescript-eslint/parser from 5.37.0 to 5.38.0 (#148)
  • build(deps-dev): bump @types/node from 18.7.17 to 18.7.18 (#149)
  • build(deps-dev): bump eslint-plugin-jest from 27.0.1 to 27.0.4 (#143)
  • build(deps-dev): bump @types/node from 18.7.15 to 18.7.17 (#147)
  • build(deps-dev): bump @typescript-eslint/parser from 5.36.2 to 5.37.0 (#142)
  • build(deps-dev): bump typescript from 4.8.2 to 4.8.3 (#145)
  • build(deps-dev): bump eslint from 8.23.0 to 8.23.1 (#146)
  • build(deps-dev): bump @typescript-eslint/parser from 5.36.1 to 5.36.2 (#140)
  • build(deps-dev): bump @types/node from 18.7.13 to 18.7.15 (#141)
  • build(deps-dev): bump eslint-plugin-jest from 26.8.7 to 27.0.1 (#134)
  • build(deps-dev): bump @typescript-eslint/parser from 5.34.0 to 5.36.1 (#139)
  • build(deps-dev): bump eslint from 8.22.0 to 8.23.0 (#136)
  • build(deps-dev): bump @types/node from 18.7.9 to 18.7.13 (#137)
  • build(deps-dev): bump typescript from 4.7.4 to 4.8.2 (#138)
  • build(deps-dev): bump @typescript-eslint/parser from 5.33.1 to 5.34.0 (#130)
  • build(deps-dev): bump @types/node from 18.7.6 to 18.7.9 (#131)
  • build(deps-dev): bump eslint-plugin-jest from 26.8.3 to 26.8.7 (#132)

Full Changelog: 2.1.1...v2.1.2

Contributors: @8BitJonny, @dependabot and @dependabot[bot]

Dependency Updates & Code Maintenance

17 Aug 10:48
086087c
Compare
Choose a tag to compare

What's Changed

Code Maintenance

Dependency Updates

  • build(deps-dev): bump eslint from 8.16.0 to 8.18.0 by @dependabot in #93
  • build(deps-dev): bump prettier from 2.7.0 to 2.7.1 by @dependabot in #90
  • build(deps-dev): bump @typescript-eslint/parser from 5.28.0 to 5.29.0 by @dependabot in #92
  • build(deps-dev): bump @types/node from 17.0.42 to 18.0.0 by @dependabot in #94
  • build(deps-dev): bump typescript from 4.7.3 to 4.7.4 by @dependabot in #89
  • build(deps-dev): bump eslint from 8.18.0 to 8.19.0 by @dependabot in #96
  • build(deps-dev): bump @types/node from 18.0.0 to 18.0.1 by @dependabot in #97
  • build(deps-dev): bump @typescript-eslint/parser from 5.29.0 to 5.30.5 by @dependabot in #98
  • build(deps-dev): bump eslint from 8.19.0 to 8.20.0 by @dependabot in #104
  • build(deps-dev): bump @types/node from 18.0.1 to 18.0.6 by @dependabot in #103
  • build(deps-dev): bump eslint-plugin-jest from 26.5.3 to 26.6.0 by @dependabot in #102
  • build(deps-dev): bump @typescript-eslint/parser from 5.30.5 to 5.30.7 by @dependabot in #101
  • build(deps-dev): bump @types/node from 18.0.6 to 18.6.1 by @dependabot in #108
  • build(deps-dev): bump eslint-plugin-github from 4.3.6 to 4.3.7 by @dependabot in #106
  • build(deps-dev): bump @typescript-eslint/parser from 5.30.7 to 5.31.0 by @dependabot in #107
  • build(deps-dev): bump eslint from 8.20.0 to 8.21.0 by @dependabot in #109
  • build(deps-dev): bump @typescript-eslint/parser from 5.31.0 to 5.33.0 by @dependabot in #113
  • build(deps-dev): bump eslint-plugin-jest from 26.6.0 to 26.8.1 by @dependabot in #116
  • build(deps-dev): bump @types/node from 18.6.1 to 18.6.5 by @dependabot in #114
  • build(deps-dev): bump eslint from 8.21.0 to 8.22.0 by @dependabot in #120
  • build(deps-dev): bump eslint-plugin-jest from 26.8.1 to 26.8.3 by @dependabot in #122
  • build(deps-dev): bump @typescript-eslint/parser from 5.33.0 to 5.33.1 by @dependabot in #119
  • build(deps-dev): bump @types/node from 18.6.5 to 18.7.6 by @dependabot in #123
  • build(deps): bump @actions/core from 1.8.2 to 1.9.1 by @dependabot in #121

Full Changelog: 2.1.0...2.1.1

v2.1.0 Developer Experience improvements

18 Jun 22:05
Compare
Choose a tag to compare

Overview

  • github-token is now optional and the default value is set to github.token #83
  • Upgraded ReadMe Dev Experience #83
  • Plenty of dependency updates (see below)

What's Changed in detail

  • build(deps-dev): bump prettier from 2.5.1 to 2.6.1 by @dependabot in #44
  • build(deps-dev): bump eslint-plugin-github from 4.3.5 to 4.3.6 by @dependabot in #42
  • build(deps-dev): bump eslint from 8.11.0 to 8.12.0 by @dependabot in #41
  • build(deps-dev): bump typescript from 4.6.2 to 4.6.3 by @dependabot in #43
  • build(deps-dev): bump @typescript-eslint/parser from 5.16.0 to 5.18.0 by @dependabot in #46
  • build(deps-dev): bump prettier from 2.6.1 to 2.6.2 by @dependabot in #48
  • build(deps): bump @actions/github from 5.0.0 to 5.0.1 by @dependabot in #47
  • build(deps-dev): bump @vercel/ncc from 0.31.1 to 0.33.3 by @dependabot in #45
  • build(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in #52
  • build(deps-dev): bump eslint from 8.12.0 to 8.13.0 by @dependabot in #49
  • build(deps-dev): bump eslint-plugin-jest from 26.1.3 to 26.1.4 by @dependabot in #51
  • build(deps-dev): bump @typescript-eslint/parser from 5.18.0 to 5.19.0 by @dependabot in #50
  • build(deps-dev): bump @types/node from 17.0.23 to 17.0.25 by @dependabot in #54
  • build(deps-dev): bump @typescript-eslint/parser from 5.19.0 to 5.20.0 by @dependabot in #53
  • build(deps-dev): bump eslint from 8.13.0 to 8.14.0 by @dependabot in #56
  • build(deps-dev): bump eslint-plugin-jest from 26.1.4 to 26.1.5 by @dependabot in #58
  • build(deps-dev): bump @types/node from 17.0.25 to 17.0.27 by @dependabot in #57
  • build(deps-dev): bump @typescript-eslint/parser from 5.20.0 to 5.21.0 by @dependabot in #59
  • build(deps-dev): bump @types/node from 17.0.27 to 17.0.31 by @dependabot in #61
  • build(deps-dev): bump @typescript-eslint/parser from 5.21.0 to 5.22.0 by @dependabot in #62
  • build(deps-dev): bump typescript from 4.6.3 to 4.6.4 by @dependabot in #63
  • build(deps-dev): bump eslint from 8.14.0 to 8.15.0 by @dependabot in #65
  • build(deps-dev): bump @typescript-eslint/parser from 5.22.0 to 5.23.0 by @dependabot in #66
  • build(deps-dev): bump eslint-plugin-jest from 26.1.5 to 26.2.2 by @dependabot in #69
  • build(deps-dev): bump @types/node from 17.0.31 to 17.0.33 by @dependabot in #68
  • build(deps-dev): bump @typescript-eslint/parser from 5.23.0 to 5.25.0 by @dependabot in #71
  • build(deps-dev): bump @types/node from 17.0.31 to 17.0.34 by @dependabot in #72
  • build(deps-dev): bump eslint from 8.15.0 to 8.16.0 by @dependabot in #74
  • build(deps-dev): bump @types/node from 17.0.34 to 17.0.35 by @dependabot in #73
  • build(deps-dev): bump typescript from 4.6.4 to 4.7.2 by @dependabot in #76
  • build(deps-dev): bump @typescript-eslint/parser from 5.25.0 to 5.26.0 by @dependabot in #75
  • build(deps-dev): bump @types/node from 17.0.35 to 17.0.36 by @dependabot in #78
  • build(deps-dev): bump eslint-plugin-jest from 26.2.2 to 26.4.5 by @dependabot in #80
  • build(deps-dev): bump @typescript-eslint/parser from 5.26.0 to 5.27.0 by @dependabot in #77
  • build(deps-dev): bump typescript from 4.7.2 to 4.7.3 by @dependabot in #81
  • build(deps-dev): bump @types/node from 17.0.36 to 17.0.42 by @dependabot in #84
  • build(deps-dev): bump eslint-plugin-jest from 26.4.5 to 26.5.3 by @dependabot in #85
  • build(deps-dev): bump prettier from 2.6.2 to 2.7.0 by @dependabot in #87
  • build(deps-dev): bump @typescript-eslint/parser from 5.27.0 to 5.28.0 by @dependabot in #86
  • Developer Experience improvements by @TWiStErRob in #83
  • Dep/upgrades by @8BitJonny in #88
  • build(deps): bump @actions/core from 1.6.0 to 1.8.2 by @dependabot in #70
  • build(deps-dev): bump @vercel/ncc from 0.33.3 to 0.34.0 by @dependabot in #79

New Contributors

Full Changelog: 2.0.0...2.1.0

Typescript rewrite, Tests, FilterOutDraft, Security Updates

27 Mar 21:59
9960828
Compare
Choose a tag to compare

v2.0.0

This is finally the repo upgrade that I wanted. It includes a Typescript rewrite, E2E and Unit tests, Linting and much more.
It'll make future fixes and features more easy and faster to build. Enjoy and leave your feedback

What's Changed

Full Changelog: 1.4.0...2.0.0

v1.4.0 Return PR Labels & DependaBot Fix

03 Mar 23:30
Compare
Choose a tag to compare

Changes

  • #28 Adds PR labels as output, thx @rYuuk for the contribution
  • #29 bump node-fetch to fix dependabot-alert

v1.3.0 Prefer PR with Commit as HEAD

28 Nov 20:21
0a46d94
Compare
Choose a tag to compare

Version 1.3.0 adds a small functionality useful when the requested commit is present in multiple PRs.
In that case, we now try to find the PR which has the requested commit as its current HEAD and return this PR info.
If no PR has the commit as its HEAD, we just return the first PR from the Github API result.

#25 Thanks for @PetrHeinz for the contribution

Add PR Body to output

28 Sep 14:37
a29e7e9
Compare
Choose a tag to compare