Commit ee19af2
Update caniuse-lite to clear Browserslist outdated warning
Warning fixed:
- "Browserslist: caniuse-lite is outdated" shown during yarn build.
Approach:
- Refresh caniuse-lite/baseline browser mapping data in the lockfile using update-browserslist-db.
Why this approach:
- This directly resolves the warning with the officially recommended update path.
- Keeps target browser data current for autoprefixing/transpilation decisions.
Alternatives considered:
- Ignore the warning: rejected because stale browser data can skew build targets.
- Pin an older browserslist stack: rejected because it delays routine ecosystem updates.
Co-authored-by: Chris Zetter <zetter-rpf@users.noreply.github.com>1 parent 888935d commit ee19af2
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8009 | 8009 | | |
8010 | 8010 | | |
8011 | 8011 | | |
8012 | | - | |
8013 | | - | |
8014 | | - | |
8015 | | - | |
8016 | | - | |
8017 | | - | |
8018 | | - | |
8019 | | - | |
| 8012 | + | |
8020 | 8013 | | |
8021 | 8014 | | |
8022 | 8015 | | |
| |||
0 commit comments