-
Notifications
You must be signed in to change notification settings - Fork 160
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
ember-cli-fastboot installs 2.x #829
Comments
Somewhat related, is there any idea when the 3.x series will be released? Its been in beta for a long time? Edit: Or an issue tracking whats remaining to be done on the 3.x series prior to release so the community can contribute with some things? |
Further, the following error is raised using the v2 release:
|
bors
referenced
this issue
in rust-lang/crates.io
Jan 12, 2022
Update dependency ember-svg-jar to v2.3.4 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-svg-jar](https://svgjar.web.app/) ([source](https://togithub.com/ivanvotti/ember-svg-jar)) | [`2.3.3` -> `2.3.4`](https://renovatebot.com/diffs/npm/ember-svg-jar/2.3.3/2.3.4) | [![age](https://badges.renovateapi.com/packages/npm/ember-svg-jar/2.3.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-svg-jar/2.3.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-svg-jar/2.3.4/compatibility-slim/2.3.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-svg-jar/2.3.4/confidence-slim/2.3.3)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ivanvotti/ember-svg-jar</summary> ### [`v2.3.4`](https://togithub.com/ivanvotti/ember-svg-jar/blob/HEAD/CHANGELOG.md#v234) [Compare Source](https://togithub.com/ivanvotti/ember-svg-jar/compare/2.3.3...2.3.4) Note that this release likely does not work with Ember v4+. The released version of ember-cli-fastboot has an unaddressed problems with modern Ember (see [https://github.com/ember-fastboot/ember-cli-fastboot/issues/829](https://togithub.com/ember-fastboot/ember-cli-fastboot/issues/829)). If you find this *not* to be the case for you, please open an issue with this project so that I can remove this notice. My assurance that these versions don't work is entirely based upon the ember-try-scenario matrix failing for these versions. - [\[FIX\]](https://togithub.com/ivanvotti/ember-svg-jar/pull/206) Resolve Ember.assign deprecation </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
Think this can be closed, there's a 4.x release now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems there's been no 3.x release of ember-cli-fastboot, and the 2.x range installs 2.x fastboot. This causes issues when trying to test with ember-cli-fastboot-testing, which was updated to use 3.x fastboot. embermap/ember-cli-fastboot-testing#471
The text was updated successfully, but these errors were encountered: