CLI tool that updates caniuse-lite using browser data from Browserslist configuration. It is useful for keeping queries like “last 2 versions” or “>1%” current and helping polyfill tools like Autoprefixer or Babel use up to date browser information.
Project status
- The source appears actively maintained, with version updates published in December 2025 (1.2.1 to 1.2.3) and an upstream push as recently as 2026-05-20.
- The apparent update cadence is bursty rather than steady, with 1.2.2 and 1.2.1 following within a day (2025-12-03 to 2025-12-04), then a next tagged update 1.2.3 on 2025-12-16, and no further tagged updates shown after that (though there was a later upstream push).
AI summary generated Today
Recent updates
1.2.3
5 months agoRelease 1.2.3 claims to fix bun support. The code change updates how the tool fetches caniuse-lite metadata when running under Bun, switching the invoked CLI command. The release also bumps several development-only dependencies.
1.2.2
6 months agoRelease 1.2.2 updates how the tool runs pnpm to refresh caniuse-lite data. The main change is adjusting the pnpm update command to include a depth setting.
1.2.1
6 months agoRelease 1.2.1 addresses a pnpm-specific failure (`ERR_PNPM_NO_PACKAGE_IN_DEPENDENCIES`) when the Browserslist setup is older. The code change modifies how the pnpm update command is constructed before running it.