millstone icon indicating copy to clipboard operation
millstone copied to clipboard

middleware for map styles and datasources

Results 29 millstone issues
Sort by recently updated
recently updated
newest added

Bumps [flat](https://github.com/hughsk/flat) from 4.1.0 to 5.0.2. Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh lockfile, format with standard. e52185d Test against node 14 in CI. 0189cb1 Avoid arrow function syntax....

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.6.0 to 1.12.1. Commits c627e38 Mention CVE-2021-23358 in code, test and documentation (#2915) c9e803e Add diff and docs to the 1.12.1 change log entry 0c20985 Restore comments...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Hi, "request" has been [deprecated](https://github.com/request/request/issues/3142). You should replace it by got or axios

It works except a test. Error is: ``` 28 passing (4s) 1 failing 1) correctly caches remote files: Uncaught Error: ENOENT: no such file or directory, open '/millstone/test/cache-url.mss' (node:3820402) UnhandledPromiseRejectionWarning:...

Hi, it looks like this quick-and-dirty patch is enough to switch to mkdirp ≥ 1 : ```patch --- a/lib/millstone.js +++ b/lib/millstone.js @@ -214,8 +214,14 @@ } } var dir_path =...