TACC / tup-ui

React client for TACC User Portal
2 stars 0 forks source link

chore: run `npx update-browserslist-db@latest` #478

Closed wesleyboar closed 1 month ago

wesleyboar commented 1 month ago

Overview

Update outdated database that checks for CSS support.

Testing & UI

  1. Checkout main.

  2. Run npm ci.

  3. Run a Jenkins build off `main`. ``` > nx run tup-ui:build:production vite v5.0.11 building for production... Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme transforming... [vite:css] start value has mixed support, consider using flex-start instead 6 | 7 | display: flex; 8 | align-items: start; | ^^^^^^^^^^^^^^^^^^^ 9 | } 10 | .form label { [vite:css] end value has mixed support, consider using flex-end instead 36 | flex-direction: column; 37 | justify-content: right; 38 | align-items: end; | ^^^^^^^^^^^^^^^^^ 39 | } 40 | ```
  4. See warning.

  5. Run a Jenkins build off `main`. ``` > nx run tup-ui:build:production vite v5.0.11 building for production... transforming... [vite:css] start value has mixed support, consider using flex-start instead 6 | 7 | display: flex; 8 | align-items: start; | ^^^^^^^^^^^^^^^^^^^ 9 | } 10 | .form label { [vite:css] end value has mixed support, consider using flex-end instead 36 | flex-direction: column; 37 | justify-content: right; 38 | align-items: end; | ^^^^^^^^^^^^^^^^^ 39 | } 40 | ```
  6. ❌ See no warning.

wesleyboar commented 1 month ago

This solution failed.