hashicorp / boundary-ui

Monorepo for Boundary UIs and addons.
http://boundary-ui.vercel.app
Other
87 stars 28 forks source link

chore: 🤖 upgrade ember-qunit to v8.1.0 #2462

Closed cameronperera closed 1 month ago

cameronperera commented 1 month ago

Description

Upgrade ember-qunit in prep for a dependabot alert fix. I also upgraded addons/api ember-cli to v4.12.2. I could have just removed the ember-cli@4.12.1 entry from the yarn.lock but I figured it was good for all ember-cli package.json versions to match.

Release process run ✅

How to Test

Pull down the branch and run locally to verify all tests are working.

Checklist

vercel[bot] commented 1 month 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 Aug 26, 2024 7:04pm
boundary-ui-desktop ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 26, 2024 7:04pm
calcaide commented 1 month ago

Good call on making ALL the ember-cli version the same across the project!

calcaide commented 1 month ago

Just a small observation: the run on the pipeline, did you notice that windows took 0 seconds to download yarn dependencies? All the other OS build procedures, regardless if they run before the windows, such as mac, or after the windows, such as Linux, they took an avg of 2 minutes to install deps but windows none... isn't that suspicious?