-
Notifications
You must be signed in to change notification settings - Fork 33
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
Latest version (v7.0.0) doesn't work on Ember 3.5 #66
Comments
@samselikoff Probably a good idea. Was waiting for this PR but perhaps we should throw up a new one - #63 |
Cool :) The error I'm getting is
(The link-to part is irrelevant). I was surprised that the module import broke in 3.5 because no deprecations were thrown in 2.18 and I just asked in Discord, and was told |
@samselikoff Is this a PR you can approve? #67 |
I don't have write access |
@buritica 👋 Would it be possible to get npm rights so publish |
I also believe this is the root cause, because I'm seeing the same error on 2 other addons ember-cli/ember-cli#8135 |
hi everyone. I just published 7.1.0, please feel free to ping me anytime you do version bump so I can publish. given the latest npm fun, and since this package remains published by me, I will hold the publishing rights for myself until @joshsmith and I can chat about the right way of transferring these rights. sidenote, I just restored a change in the .gitignore file that would've lead me to accidentally commit my stripe private key, if we wan't to change the recommended way that people load ENV vars (we use, or used to recommend direnv, and it's the reason why .envrc.example is still in the root) then let's do that. I do apologize for sending the commit directly to master and not sending it as a PR, but considered it critical for security of other people who may fork it. thank you! |
Darn. I could have just asked Josh over ramen lunch an hour ago 😋. No worries though. As long as we can get a release, probably nothing to do! |
Coming back to an upgrade and I'm hitting an issue in my test suite, not sure if it's related to this. I believe the Maybe we need to have the |
Anybody looking at this issue, it is still open until we can publish Also any updates on the test issue? Not sure I see any tests to verify this in the addon though. |
Looks like there's been some work done recently – should we cut a release?
The text was updated successfully, but these errors were encountered: