Closed lisbet-alvarez closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
boundary-ui | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 4, 2024 7:52pm |
boundary-ui-desktop | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 4, 2024 7:52pm |
Description
Upgrade
ember-a11y-testing
to v7 in order to remove downstream dependency onbraces@^2.3.2
braces@^2.3.2 -> chokidar@^2.1.8 -> watchpack-chokidar2@^2.0.1 -> watchpack@^1.7.4 -> webpack@^4.43.0 -> ember-auto-import@^1.11.2, ember-auto-import@^1.12.0 -> ember-a11y-testing
Upgrade
@ember/test-helpers
tov3.3.1
since its aember-a11y-testing
peer dependency.To fix build error below, manually forced
@babel/core
to resolve to newest versionTo fix
sinon
build error below upgraded to newest version.To fix babel runtime error below, upgraded
ember-cli-babel
tov8.2.0
Upgrade to
ember-a11y-testing
v7 causes new accessibility tests to run regarding the<summary/>
having text to be accessible. In our tests, the text in theRose::Header
component has the<utilities.dropdown/>
that was not rendering the authenticated user's username. This was due to use usingauthenticateSession
in our tests without providing the username. As a result, this PR also adds the field with a value to the authentication helper.How to Test
yarn start
inui/admin
validate it builds and runs properlyyarn start:desktop
inui/desktop
validate it builds and runs properlyChecklist