Skip to content

Commit ee19af2

Browse files
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

File tree

yarn.lock

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8009,14 +8009,7 @@ __metadata:
80098009
languageName: node
80108010
linkType: hard
80118011

8012-
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30000981, caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001663":
8013-
version: 1.0.30001669
8014-
resolution: "caniuse-lite@npm:1.0.30001669"
8015-
checksum: 10/cd0b481bb997703cb7651e55666b4aa4e7b4ecf9784796e2393179a15e55c71a6abc6ff865c922bbd3bbfa4a4bf0530d8da13989b97ff8c7850c8a5bd4e00491
8016-
languageName: node
8017-
linkType: hard
8018-
8019-
"caniuse-lite@npm:^1.0.30001759":
8012+
"caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30000981, caniuse-lite@npm:^1.0.30001109, caniuse-lite@npm:^1.0.30001125, caniuse-lite@npm:^1.0.30001663, caniuse-lite@npm:^1.0.30001759":
80208013
version: 1.0.30001769
80218014
resolution: "caniuse-lite@npm:1.0.30001769"
80228015
checksum: 10/4b7d087832d4330a8b1fa02cd9455bdb068ea67f1735f2aa6324d5b64b24f5079cf6349b13d209f268ffa59644b9f4f784266b780bafd877ceb83c9797ca80ba

0 commit comments

Comments
 (0)