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

Ember Upgrade to 4.4 #17086

Merged
merged 20 commits into from
Oct 18, 2022
Merged

Ember Upgrade to 4.4 #17086

merged 20 commits into from
Oct 18, 2022

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    2a1e6b7 View commit details
    Browse the repository at this point in the history
  2. updates yarn.lock

    zofskeez committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    df55e23 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    c034e8e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Inject Store Service When Accessed Implicitly (#17345)

    * adds codemod for injecting store service
    
    * adds custom babylon parser with decorators-legacy plugin for jscodeshift transforms
    
    * updates inject-store-service codemod to only look for .extend object expressions and adds recast options
    
    * runs inject-store-service codemod on js files
    zofskeez committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    4af40c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    0cedaad View commit details
    Browse the repository at this point in the history
  2. Updates/removes dependencies throwing errors in Ember 4.4 (#17396)

    * updates ember-responsive to latest
    
    * updates ember-composable-helpers to latest and uses includes helper since contains was removed
    
    * updates ember-concurrency to latest
    
    * updates ember-cli-clipboard to latest
    
    * temporary workaround for toolbar-link component throwing errors for using params arg with LinkTo
    
    * adds missing store injection to auth configure route
    
    * fixes issue with string-list component throwing error for accessing prop in same computation
    
    * fixes non-iterable query params issue in mfa methods controller
    
    * refactors field-to-attrs to handle belongsTo rather than fragments
    
    * converts mount-config fragment to belongsTo on auth-method model
    
    * removes ember-api-actions and adds tune method to auth-method adapter
    
    * converts cluster replication attributes from fragment to relationship
    
    * updates ember-data, removes ember-data-fragments and updates yarn to latest
    
    * removes fragments from secret-engine model
    
    * removes fragment from test-form-model
    
    * removes commented out code
    zofskeez committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    17378da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c697aee View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Remove LinkTo positional params (#17421)

    * updates ember-cli-page-object to latest version
    
    * update toolbar-link to support link-to args and not positional params
    
    * adds replace arg to toolbar-link component
    zofskeez committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    749bec6 View commit details
    Browse the repository at this point in the history
  2. Clean up js lint errors (#17426)

    * replaces assert.equal to assert.strictEqual
    
    * update eslint no-console to error and disables invididual intended uses of console
    zofskeez committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    9add2cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    499f459 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57048af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c890712 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Upgrade bug and test fixes (#17500)

    * updates inject-service codemod to take arg for service name and runs for flashMessages service
    
    * fixes hbs lint error after merging main
    
    * fixes flash messages
    
    * updates more deps
    
    * bug fixes
    
    * test fixes
    
    * updates ember-cli-content-security-policy and prevents default form submission throwing errors
    
    * more bug and test fixes
    
    * removes commented out code
    
    * fixes issue with code-mirror modifier sending change event on setup causing same computation error
    zofskeez committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    31356d1 View commit details
    Browse the repository at this point in the history
  2. Upgrade Clean Up (#17543)

    * updates deprecation workflow and filter
    
    * cleans up build errors, removes unused ivy-codemirror and sass and updates ember-cli-sass and node-sass to latest
    zofskeez committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    f6b6184 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6d8b67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15ed02b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    e26ddbe View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. addresses review feedback

    zofskeez committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    69688c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. updates control group service handleError method to use router.curren…

    …tURL rather that transition.intent.url
    zofskeez committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    695745c View commit details
    Browse the repository at this point in the history
  2. adds changelog entry

    zofskeez committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    91c5514 View commit details
    Browse the repository at this point in the history