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

Use content-tag, which fixes *all the bugs* #187

Merged

Commits on Oct 14, 2023

  1. Use content-tag, which requires:

    - ember-cli-babel 8.1+
      - required `@babel/core` (declared as peer)
    - ember-cli-htmlbars 6.3.0+
      - allowed us to remove babel plugins from our dependencies
    - content-tag 1.1.1+
    
    and allows for:
    - removal of all hbs-supporting code
      - removal of now-extraneous testing
    - removal of custom processor
    - removal of custom preprocessor plugin management
    
    To get CI passing,
    - ie11 support had to be removed in targets.js (latest ember does not
      support ie11)
    - `@embroider/test-support` and `ember-try` had to be upgraded so they
      pull in supported dependencies today
    NullVoxPopuli committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    76ac82c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    472d90c View commit details
    Browse the repository at this point in the history
  3. reduce changes

    NullVoxPopuli committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    2bbf44d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35c257c View commit details
    Browse the repository at this point in the history
  5. no more jest tests

    NullVoxPopuli committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    1e8e24b View commit details
    Browse the repository at this point in the history
  6. no more jest tests

    NullVoxPopuli committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    75cd47d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3091f9 View commit details
    Browse the repository at this point in the history