Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

update-browserslist-db

browserslist134.8mMIT1.1.2TypeScript support: included

CLI tool to update caniuse-lite to refresh target browsers from Browserslist config

caniuse, browsers, target

readme

Update Browserslist DB

Browserslist logo by Anton Popov

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
Sponsored by Evil Martians

Docs

Read full docs here.

changelog

Change Log

This project adheres to Semantic Versioning.

1.1.2

  • Use less aggressive message on browsers diff error.

1.1.1

  • Fixed types.

1.1.0

  • Added Bun support (by @pornoiya and @kytta).

1.0.16

  • Fixed old Node.js support.

1.0.15

  • Fixed warning on missed browserslist in direct dependencies.

1.0.14

  • Another way to fix yarn and Hadoop CLI conflict (by Al Amin Ahamed).

1.0.13

  • Fixed warning text.

1.0.12

  • Fixed yarn support when system has Hadoop CLI.

1.0.11

  • Fixed npm lockfile 3 support.

1.0.10

  • Fixed pnpm support (by Joris Masson).

1.0.9

  • Fixed EOL detection (by Maxim Mazurok).

1.0.8

  • Fixed indent detection on Windows (by Maxim Mazurok).

1.0.7

  • Fixed indent detection.

1.0.6

  • Fixed indent changes for npm 6 (by Alexander Anchishkin).

1.0.5

  • Fixed npm 6 support.

1.0.4

  • Fixed browsers changes detection.

1.0.3

  • Added Browserslist to peer dependencies.

1.0.2

  • Fixed browsers changes detection.

1.0.1

  • Fix

1.0

  • Initial release.