Skip to content
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

Fixup CI #907

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Fixup CI #907

wants to merge 5 commits into from

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Feb 3, 2023

  • Update minimum version of @glimmer/component to 1.1.2
  • Update ember-source to 3.28 across the board
  • Re-roll lock file

When running against Ember 4.4 our CI was failing, because
ember-cli-babel incorrectly gets confused about which actual
ember-source is in use.

---

Without this change, the various ember-cli-babel processes were
identifying that ember-source@3.26 was in use and was therefore
transpiling all `@ember/***` module usage to `Ember` global usage. This
is "fine" for Ember 3.26, but under 3.27+ "real" modules exist and
globals rewriting is no longer needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants