-
Notifications
You must be signed in to change notification settings - Fork 9
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
Release on npm #430
Comments
Realizing that the commits are bots. Lol. Using @glen/jest-raw-loader |
I'm using the fork release from @glensc for years, but it seems archived now. Note that it's still working. In my case I had to update to Jest v30 due to jestjs/jest#15032 (comment) but a lot of Jest plugins are not accepting it as dependency or peer dependency. So to work around this in my "overrides": {
"@glen/jest-raw-loader": {
"jest": "30.0.0-alpha.6"
},
}, |
@sneko: unarchived. send a PR? For me it's unclear what is the problem and what is needed in the package to fix. all I see the package has open dependency,. no upper bound set: and even then, it's peer dependency, you don't have to follow them, yarn and npm only warn if construct not satisfied. |
I see that this repo is active 10 hours ago but the latest npm release is from 7 years ago... is there a release planned? I am working on resucitating this repo and ran into the issue described in #249 , opting to manually create a transformer file in the repo rather than use this till its updated.
The text was updated successfully, but these errors were encountered: