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

Release on npm #430

Open
charlieforward9 opened this issue Jun 13, 2024 · 3 comments
Open

Release on npm #430

charlieforward9 opened this issue Jun 13, 2024 · 3 comments

Comments

@charlieforward9
Copy link

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.

@charlieforward9 charlieforward9 changed the title Update on npm Release on npm Jun 13, 2024
@charlieforward9
Copy link
Author

Realizing that the commits are bots. Lol. Using @glen/jest-raw-loader

@sneko
Copy link

sneko commented Nov 6, 2024

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 package.json I set:

  "overrides": {
    "@glen/jest-raw-loader": {
      "jest": "30.0.0-alpha.6"
    },
  },

@glensc
Copy link

glensc commented Nov 8, 2024

@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.

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

3 participants