Andrey Sitnik
Andrey Sitnik
Am I right that `npm` always use 2 spaces, and you have Tabs because of some other tool? I like to have keep format, but I do not want to...
@alec-c4 it is draft without implementation https://github.com/browserslist/update-db/pull/26/files#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346R174 Try to send your own PR. It should not be hard.
I agree. It is a good idea. You can add it to your PR (Sorry, I will not be able to review your PR today).
I think it will be better to use real dependencies
I need some Bun user to send PR. Here is what you need to do: 1. Add Bun detection here https://github.com/browserslist/update-db/blob/main/index.js#L41-L57 2. Add `caniuse-lite` latest version extraction here https://github.com/browserslist/update-db/blob/main/index.js#L63-L79 3....
Bun support added with 1.1. Thanks to @pornoiya and @kytta. Note 2 limits: 1. You need to have `npm` to get latest `caniuse-lite` version. 2. It will add `caniuse-lite` to...
Node.js is note officially supported by Node.js team for a long time. And we officially do not support it. Do you have any reason why we should support it?
I released 1.0.16 without `node:` but I really disappointment in the community. If you have legacy system and need help from somebody for supporting it, you need to pay for...
You don’t really need this tool for `pnpm` since `pnpm` has a great internal dependencies update tool. Just call in the root: ```sh pnpm update caniuse-lite -r ```
If you know how to improve our lick file detector, please send PR