Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Nest v9 #123

Open
ma1022 opened this issue Jul 24, 2022 · 13 comments
Open

Support Nest v9 #123

ma1022 opened this issue Jul 24, 2022 · 13 comments

Comments

@ma1022
Copy link

ma1022 commented Jul 24, 2022

Bug reports:

peer @nestjs/common@"^6.0.0 || ^7.0.0 || ^8.0.0" from nestjs-stripe@1.0.0

@lehno
Copy link

lehno commented Aug 5, 2022

I need this as well

@srpulga
Copy link

srpulga commented Aug 9, 2022

I need it too!

@parthpatel-simbiotik
Copy link

I need too!!

@mm-kitchenswaps
Copy link

mm-kitchenswaps commented Aug 19, 2022

sam here :( any ideas @dhaspden ?

@sjnprjl
Copy link

sjnprjl commented Aug 23, 2022

You can use @sjnprjl/nestjs-stripe.
This package supports latest version of nestjs

@whitewaterdesign
Copy link

same here - bump

@illiailli
Copy link

same here!!

@nkusibojoski
Copy link

Any updates on this ? We need this to support Nest 9.

@BhupenPal
Copy link

@dhaspden Hey it's an easy fix, would you please mind doing this!

@copocaneta
Copy link

@dhaspden I submitted a PR #134 updating the stripe package and also the nest package, could you please take a look?

@iamjoeker
Copy link
Contributor

I have forked and done added support for NestJS 9 there. Available as @jemurai/nestjs-stripe

I'm considering continual maintenance/improvement to the package if there is enough community interest. Feel free to open issues, prs, and discussions.

@newerton
Copy link

newerton commented Jul 8, 2023

Let the community update this repository. We are on NestJs 10, this issue was opened almost 1 year ago.

This project is part of nestjs/awesome-nestjs, if there is no more maintenance, let us know.

@chawk
Copy link

chawk commented May 15, 2024

This dude is MIA, just bypass it the package checks in your package.json file.

"overrides": {
    "nestjs-stripe": {
      "@nestjs/common": ">=10.3.8",
      "@nestjs/core": ">=10.3.8"
    }
  }

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

No branches or pull requests