UI: upgrade Ember to 5.4 (#26708)

This commit is contained in:
Chelsea Shaw
2024-05-07 11:34:21 -05:00
committed by GitHub
parent ec1f261db9
commit c02787cd8f
47 changed files with 1153 additions and 1929 deletions

View File

@@ -26,6 +26,7 @@
<div class="has-top-margin-m is-flex">
<SearchSelect
class="is-flex-grow-1"
@ariaLabel="Role"
@placeholder="Type to find a role..."
@disallowNewItems={{true}}
@options={{this.roleOptions}}

View File

@@ -14,6 +14,9 @@ module.exports = buildEngine({
lazyLoading: {
enabled: false,
},
babel: {
plugins: [require.resolve('ember-concurrency/async-arrow-task-transform')],
},
isDevelopingAddon() {
return true;
},