Rouven Weßling
Rouven Weßling
Also adds Node.js 14 to the test matrix Main reason is that jsdom now pulls in both acorn 7 and 8. Getting a new release of acorn-globals will allow for...
Reduces bundle sizes and helps tools like rollup inline the code. This is based on the assumption that `exenv` is, in practice, always used as a CommonJS module. This should...
Lodash is more widely used these days so it deduplicates more easily.
This is a minor update only containing stylistic changes: https://github.com/vercel/ms/releases/tag/2.1.3 It's nice to have so it doesn't show up as an outdated dependency & so it deduplicates with other libraries...
#### :rocket: Why this change? Update minor version of `chai`, `cross-spawn` and `js-yaml` to allow deduplication with other dependencies. #### :memo: Related issues and Pull Requests Fixes #1916 Fixes #1861...
Unfortunately #75 wasn't enough to get everything back to how it worked in 3.x 😢 With this change the tests for apiaryio/fury-adapter-swagger#158 finally pass. I don't know this library well...
Hi there, `parallel-lint` is awesome! It's just a tiny bit painful to integrate it into my CI flow. I'd be happy to help you set up a small `gh-pages` site...
I noticed that the parser itself is actually completely free of dependencies, they're only used in the CLI. What do you think of splitting the CLI into its own repository...
This PR adds a CommonJS version of this module for the benefit of Node use-cases including `dredd`. TBH I'm not sure why this package is build as an UMD module....