CLI tool to update caniuse-lite to refresh target browsers from Browserslist config
840
stars
189
commits
JavaScript
primary language
Sep 10, 2026
updated
CLI tool to update caniuse-lite with browsers DB
from Browserslist config.
Some queries like last 2 versions or >1% depend on actual data
from caniuse-lite.
npx update-browserslist-db@latest
Or if using pnpm:
pnpm dlx update-browserslist-db latest
Or if using bun:
bunx update-browserslist-db@latest
Or if using yarn 2+:
yarn dlx update-browserslist-db@latest
Update Browserslist DB is built by Evil Martians, an American design and engineering consultancy for developer tools, AI, and cybersecurity startups.
npx update-browserslist-db@latest updates caniuse-lite version
in your npm, yarn, or pnpm lock file.
This update will bring data about new browsers to polyfill tools like Autoprefixer or Babel and reduce already unnecessary polyfills.
You need to do it regularly for three reasons:
last 2 versions or >1%. For example, if you created your project
2 years ago and did not update your dependencies, last 1 version
will return 2-year-old browsers.caniuse-lite deduplication: to synchronize versions in different tools.To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.
JavaScript
98.4%
TypeScript
1.6%
CLI tool to update caniuse-lite to refresh target browsers from Browserslist config
840
stars
189
commits
JavaScript
primary language
Sep 10, 2026
updated
CLI tool to update caniuse-lite with browsers DB
from Browserslist config.
Some queries like last 2 versions or >1% depend on actual data
from caniuse-lite.
npx update-browserslist-db@latest
Or if using pnpm:
pnpm dlx update-browserslist-db latest
Or if using bun:
bunx update-browserslist-db@latest
Or if using yarn 2+:
yarn dlx update-browserslist-db@latest
Update Browserslist DB is built by Evil Martians, an American design and engineering consultancy for developer tools, AI, and cybersecurity startups.
npx update-browserslist-db@latest updates caniuse-lite version
in your npm, yarn, or pnpm lock file.
This update will bring data about new browsers to polyfill tools like Autoprefixer or Babel and reduce already unnecessary polyfills.
You need to do it regularly for three reasons:
last 2 versions or >1%. For example, if you created your project
2 years ago and did not update your dependencies, last 1 version
will return 2-year-old browsers.caniuse-lite deduplication: to synchronize versions in different tools.To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.
JavaScript
98.4%
TypeScript
1.6%