Skip to content

Releases: derberg/npm-dependency-manager-for-your-github-org

v6.2.0

04 Nov 15:17
f95b992

Choose a tag to compare

What's Changed

  • feat: add mono repo bumping functionality by @Shurtu-gal in #17

    • Search works completely fine as GitHub is still using legacy API: https://docs.github.com/en/search-github/searching-on-github/searching-code (was initially thinking this might be the problem but turned out to be not that)
    • Added support for package.json searching in monorepos.
    • Adding support for multiple package.json files in one repo and also ignore list
    • Support has been added for yarn and pnpm as well.
    • Dependencies have been updated.
    • Commonjs ---> ES Modules due to execa not supporting CJS anymore.

Full Changelog: v6.1.1...v6.2.0

v6.1.1

08 May 11:03

Choose a tag to compare

Fixing bug with customId feature. The search query did not wrap the customId in quotation marks, and the results with the list of pull requests were not accurate.

v6.1.0

09 Apr 08:05
1eafd3b

Choose a tag to compare

What's Changed

  • feat: add support for pushing updates to single PR if exists by @derberg in #16

Current behaviour of action did not change. It changes only once you start using new custom_id flag.

Full Changelog: v6...v6.1.0

v6

09 Apr 08:29
1eafd3b

Choose a tag to compare

v6.0.0

21 Feb 15:56
3df56be

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5...v6.0.0

v5.0.0

05 Apr 11:46
26a4f13

Choose a tag to compare

What's Changed

  • Upgrade action node engine to node16 by @derberg in #13

Full Changelog: v4...v5.0.0

v5

05 Apr 11:47
26a4f13

Choose a tag to compare

v4.0.2

27 Jun 13:32
89c9448

Choose a tag to compare

What's Changed

  • fix: make sure own repo is ignored during bumping by @derberg in #11

Full Changelog: v4...v4.0.2

v4

27 Jun 13:33
89c9448

Choose a tag to compare

contains v4.0.2

v4.0.1

26 Apr 15:52
43ccf48

Choose a tag to compare

What's Changed

  • fix: GraphQL API call to create PR failing due to mistype by @derberg in #10

Full Changelog: v4...v4.0.1