Workiva / webdev_proxy

A simple HTTP proxy for the webdev serve command (a tool authored by the dart team) that adds support for rewriting certain requests, namely rewriting 404s to instead serve the root index (/index.html). This allows developers to work on browser applications (like our own) that use HTML5 routing while still being able to refresh and/or navigate directly to deep links.
Other
11 stars 6 forks source link

Unblock Analyzer 1 #26

Closed sourcegraph-wk closed 1 year ago

sourcegraph-wk commented 1 year ago

Summary

Frontend Frameworks is updating dependencies! More details at https://wiki.atl.workiva.net/display/CP/Dependency+Upgrades

Changes

  # dev dependencies, raise min
  pubspec_codemod raise-min w_common_tools 2.0.0 --recursive
  pubspec_codemod raise-min dart_dev_workiva 2.0.0 --recursive
  pubspec_codemod raise-min mockito 5.0.0 --recursive
  pubspec_codemod raise-min glob 2.0.0 --recursive
  pubspec_codemod raise-min puppeteer 2.0.0 --recursive
  pubspec_codemod raise-min puppeteer_platform 1.3.0 --recursive

  # dependencies, raise min
  pubspec_codemod raise-min http 0.13.0 --recursive
  pubspec_codemod raise-min dio 4.0.0 --recursive

  # dependencies, raise max
  pubspec_codemod raise-max intl 0.18.0 --recursive
  pubspec_codemod raise-max archive 4.0.0 --recursive
  pubspec_codemod raise-max yaml 4.0.0 --recursive
  pubspec_codemod raise-max markdown 6.0.0 --recursive
  pubspec_codemod raise-max xml 6.0.0 --recursive
  pubspec_codemod remove tuneup

Process

Someone from FEF will prepare this PR, fix any issues and move it out of draft state when it's ready.

markdown 5 and xml 5 have been tested in w_table and w_filing but teams should do manual testing of processes that require xml or markdown. (Once the PR is ready) For all the other updates, a resolving pub get to analyzer 1+ and passing CI should be good.

For more info, reach out to #support-frontend-architecture on Slack.

_Created by Sourcegraph batch change Workiva/unblock_analyzer1._

aviary-wf commented 1 year ago

Security Insights

No security relevant content was detected by automated scans.

Action Items

robbecker-wf commented 1 year ago

QA+1 CI Passes and tested serving some example apps @Workiva/release-management-p