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

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    993f948 View commit details
    Browse the repository at this point in the history
  2. Update ember-source to 3.28 across the board

    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 [email protected] 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.
    rwjblue committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    72bbce4 View commit details
    Browse the repository at this point in the history
  3. Re-roll lock file

    rwjblue committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    7305665 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. fix prettier errors

    nlfurniss committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ee411a1 View commit details
    Browse the repository at this point in the history
  2. fix more prettier errors

    nlfurniss committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b9834fd View commit details
    Browse the repository at this point in the history