-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Merge post 2.0.0-beta.5 branches #775
Merge post 2.0.0-beta.5 branches #775
Conversation
replace `sendAction` with modern callable methods
Remove jQuery usage
Merge branch 'master' into 2-x
yarn upgrade
Update ember-scrollable
Officially drop support for node 4 in package.json
Merge branch 'master' into 2-x
Assert and Test compatibility with LTS 3.4
bump vertical-collection to v1.0.0-beta.13
* bump vertical-collection to v1.0.0-beta.13 * replace merge with assign
# Conflicts: # package.json # yarn.lock
…st-beta5 Merge 3.0.0-beta.0
@maxwondercorn could we also add a GitHub actions setup to run tests please? I would like to make sure tests are passing before merging. |
Yes, I will set that up @rwwagner90 |
BREAKING CHANGE: Dropped support for Ember 3.12
@maxwondercorn looks like we have a lot of lint failures. Can you please disable those rules or address the issues? |
The rules were prematurely removed in one of the merged branches. Will fix or add them back. Also working on Ember 3.20 failing tests |
Tests pass locally but not in when running with GitHub actions
CI fails in GitHub actions
@faker/fakerjs requires Node 14. This reverts commit 81ba515.
@rwwagner90 Tests are passing in CI. 🎉 Still a lot of work to do but this is a good starting point to continue from I need to figure out testing differences between local and GitHub actions. Using |
Merged and marked as breaking just in case. Thanks for doing this! |
Thanks for merge. I will keep working on this. I have repo access now but will still put PR's for review and merge as needed. |
The PR merges branches
origin/fw/update-dummy-app
and3.0.0-beta.0
by @Gorzas and @fran-worley. This is work after v2.0.0-beta.5 not merged into master.I will continue updating the addon after the PR is merged.
edited: Merge only, no release...