ylemkimon
ylemkimon
This is somewhat similar to #359. There may be some PRs that don't need release comments, such as dependency management and chores. It'd be nice to exclude them by labels...
``` FAIL test/e2e/ClientOptions.test.js ● Client console.log › liveReload disabled (ws) ● Client console.log › liveReload & hot are disabled (ws) ● sockjs client port, no path › browser client ›...
The [test](https://github.com/ylemkimon/eslint-plugin-flowtype-babel-eslint/actions/runs/218763178) shows `babel-eslint-plugin` is compatible with the latest of all major version of `babel-eslint`, so `*` is used.
## Motivation ("The Why") Sometimes in a project, there is a need to setup the development environment or enforce some policies on dependencies used in the project. However, npm doesn't...
- Checks the version of Yarn installed globally using [`YARN_IGNORE_PATH=1`](https://yarnpkg.com/configuration/yarnrc#ignorePath). The environment variable `YARN_VERSION` sets the version of Yarn to install globally. - Sets [`YARN_GLOBAL_FOLDER`](https://yarnpkg.com/configuration/yarnrc#globalFolder) environment variable to the cache...
From README.md: > ### Testing locally with cache > > If you'd like to run a debugging build using our caching mechanisms, with verbose shell output, you can replace steps...
* feat: add `semver` query to Node and Electron. Closes #488. * feat: add project version query. Closes #319.
* docs: update `mobileToDesktop` documentation to match its behavior * feat: add normalizers * feat: add `byEngine` and `toDesktop` normalizers Fixes #508, fixes #510.
```sh npx browserslist --mobile-to-desktop ">3%, and_chr 50" ``` **Actual** ``` and_chr 81 and_chr 50 chrome 83 ios_saf 13.4-13.5 ``` **Expected** ``` chrome 50 chrome 81 chrome 83 ios_saf 13.4-13.5 ```...
Due to insufficient compatibility data, most tools ignore browsers unpopular in US, such as UC Browser and QQ Browser. (e.g., https://github.com/babel/babel/pull/8552) But as far as I understand, this is the...