Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Fix dependencies #7

Open
ruscon opened this issue Jul 17, 2023 · 4 comments
Open

Fix dependencies #7

ruscon opened this issue Jul 17, 2023 · 4 comments

Comments

@ruscon
Copy link

ruscon commented Jul 17, 2023

  1. Need to move this to the peerDependencies
  "dependencies": {
    "@nestjs/common": "^8.2.5",
    "@nestjs/core": "^8.2.5",
    "octokit": "^1.7.1",
    "reflect-metadata": "^0.1.13"
  }
  1. Allow @nestjs/* all versions like this
  "peerDependencies": {
    "@nestjs/common": "^8.2.5 || ^9.0.0 || ^10.0.0",
    "@nestjs/core": "^8.2.5 || ^9.0.0 || ^10.0.0",
  }
  1. Need to upgrade all other packages
@ruscon ruscon changed the title Allow nestjs 8 | 9 | 10 Fix dependencies Jul 17, 2023
@codiophile
Copy link

This project looks useful, but it seems abandoned. How did you end up solving this issue? Did you fork it, write your own or are you perhaps using octokit directly?

@ruscon
Copy link
Author

ruscon commented Sep 6, 2024

@codiophile I created my own copy of the module

@Helveg
Copy link
Contributor

Helveg commented Dec 28, 2024

I don't think it is abandoned, @alitnk is the maintainer, are you still on this project? If not I volunteer as maintainer in your absence :)

@alitnk
Copy link
Collaborator

alitnk commented Dec 28, 2024

I'm not. I'll archive the repository. Feel free to fork and maintain!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants