hashicorp / boundary-ui

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

chore: 🤖 remove request unused dependency resolution #2467

Closed lisbet-alvarez closed 2 months ago

lisbet-alvarez commented 2 months ago

✅ Closes: https://hashicorp.atlassian.net/browse/ICU-14214

Description

Used yarn why request and that dependency wasn't being used anywhere. Remove request resolution and as a result dependency on tough-cookie also was removed.

How to Test

  1. go to vercel deployments and make sure everything is running as it should.
  2. run yarn locally and validate no new warnings appear.
  3. boundary-ui-releases run passed using this branch

Checklist

vercel[bot] commented 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 Aug 29, 2024 1:19am
boundary-ui-desktop ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 29, 2024 1:19am
lisbet-alvarez commented 2 months ago

Great catch, I wonder what we originally were patching it for 🤔

i think it was something storybook related