-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update ember dependencies #4253
Conversation
packages/ember/tsconfig.json
Outdated
@@ -1,7 +1,7 @@ | |||
{ | |||
"extends": "../../tsconfig.json", | |||
"compilerOptions": { | |||
"target": "es2017", | |||
"target": "es2020", |
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.
Why did we bump this?
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.
It was bumped in the ember-cli-typescript blueprint from 3.x to 4.x. I can also leave it as it was?
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.
I would prefer not to bump the target if we don't need to.
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.
sure thing, I reverted it!
b7c0c39
to
7a6c173
Compare
Will this make |
I have not tried it yet, but it should work just fine I believe, if ember-auto-import v1 is the blocker :) I'll try to give it a spin in an ember 4 app! |
Very excited for this change 😁 |
@mydea, mind rebasing the branch? We can ship this with the next release! |
Same for us - currently blocked upgrading to ember4.0 |
7a6c173
to
6bf2ef0
Compare
I rebased and pushed, tests are running! |
Merged! Next release will be late this week or early next week, so stay tuned for that! |
* Allow ember-auto-import 1.x or 2.x * Update ember-cli-typescript from 3.1.4 to 4.2.1 * Update ember-cli-htmlbars from 5.7.1 to 6.0.1
This PR updates dependencies for @sentry/ember to their latest version:
ember-cli-htmlbars
from 5.7.1 to 6.0.1ember-cli-typescript
from 3.1.4 to 4.2.1ember-auto-import
allow both 1.x and 2.xwebpack
as a dev dependency, as that is needed by auto-import v2