-
Notifications
You must be signed in to change notification settings - Fork 354
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
[CI] Add embroider-safe scenario #1157
Changes from all commits
31ceef5
ec67d0f
3e5a328
d35db61
4a5700c
6eabb53
38f9ad8
f3259bf
1c9720c
d6c63f7
067ee02
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -51,12 +51,15 @@ | |||
"@addepar/sass-lint-config": "^2.0.1", | ||||
"@addepar/style-toolbox": "~0.8.1", | ||||
"@ember/optional-features": "^2.0.0", | ||||
"@ember/string": "^3.0.0", | ||||
"@ember/test-helpers": "^2.8.1", | ||||
"@embroider/test-setup": "^4.0.0", | ||||
"@glimmer/component": "^1.1.2", | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. embroider complains if this isn't present because the dummy app imports from it here:
|
||||
"@tsconfig/ember": "^1.0.1", | ||||
"@types/ember__component": "^4.0.10", | ||||
"babel-eslint": "^10.0.1", | ||||
"broccoli-asset-rev": "^3.0.0", | ||||
"ember-a11y-testing": "^5.0.0", | ||||
"ember-a11y-testing": "^5.2.1", | ||||
"ember-auto-import": "^2.4.2", | ||||
"ember-cli": "~3.28.0", | ||||
"ember-cli-dependency-checker": "^3.2.0", | ||||
|
@@ -100,6 +103,7 @@ | |||
}, | ||||
"homepage": "https://Addepar.github.io/ember-table", | ||||
"resolutions": { | ||||
"@ember/test-waiters": "^3.0.2", | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ember/test-waiters at 3.0.1 is not compatible with embroider. We fix this using a resolution because it's a secondary dependency of ember-a11y-testing, and bumping ember-a11y-testing to the ^5.2.1 range did not pick up the newer ember/test-waiters. |
||||
"prettier": "1.18.2" | ||||
}, | ||||
"typesVersions": { | ||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Semi unrelated. This allows all ember-try scenarios to run to completion.