update-db icon indicating copy to clipboard operation
update-db copied to clipboard

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

Results 11 update-db issues
Sort by recently updated
recently updated
newest added

When running the below command on node version 14.16.0 we get the following error: Command: `npx browserslist@latest --update-db` Error: ``` Cannot find module 'node:fs' Require stack: /root/.npm/_npx/178/lib/node_modules/browserslist/node_modules/update-browserslist-db/index.js /root/.npm/_npx/178/lib/node_modules/browserslist/cli.js ``` @ai...

In a Turborepo : I got the notification when I ran pnpm run dev --filter ProjectName ```sh Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it...

Executing `bunx update-browserslist-db@latest` results in the following error: ```bash update-browserslist-db: No lockfile found. Run "npm install", "yarn install" or "pnpm install" ``` Bun uses a binary lockfile called `bun.lockb` and...

Closes https://github.com/browserslist/update-db/issues/25

The `update-db` tests use repos with quite a few dependencies (autoprefixer, postcss-*...). The tests could run more quickly if some less dependency-heavy repos were used -- e.g. [caniuse-on-user-agent](https://www.npmjs.com/package/caniuse-on-user-agent), [caniuse-support](https://www.npmjs.com/package/caniuse-support), [caniuse-api](https://www.npmjs.com/package/caniuse-api),...

Hi, thank you for writing such a useful library. I got one little thing to suggest so I dropped by here. I have upgraded with the following versions by running...

I'm attempting to resolve the warning that `caniuse-lite` is out of date in a monorepo managed with [rush](https://rushjs.io/). I'm using the command `pnpm dlx update-browserslist-db@latest` since I'm using pnpm. Individual...

Hi @ai I'm not sure its important, but it seems that `bun update caniuse-lite` adds package to `dependencies` if it wasn't there. For example `pnpm up caniuse-lite` or `yarn up...

```Shell Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme postcss-px-media-pc: postcss.plugin was deprecated. Migration guide: https://evilmartians.com/chronicles/postcss-8-plugin-migration postcss-px-to-viewport: postcss.plugin was deprecated. Migration guide: https://evilmartians.com/chronicles/postcss-8-plugin-migration...

I've tried to run `yarn dlx update-browserslist-db@latest` but I get the following error: ```log ➤ YN0000: · Yarn 4.5.3 ➤ YN0000: ┌ Resolution step ➤ YN0085: │ + update-browserslist-db@npm:1.1.1, escalade@npm:3.2.0,...