main
main copied to clipboard
Node.js mock server running live, interactive mocks in place of real APIs
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Rate-Limited These updates are currently rate-limited. Click on a checkbox below to force...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-commonjs](https://togithub.com/rollup/plugins/tree/master/packages/commonjs/#readme) ([source](https://togithub.com/rollup/plugins)) | [`21.1.0` -> `22.0.2`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-commonjs/21.1.0/22.0.2) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-jest](https://togithub.com/jest-community/eslint-plugin-jest) | [`26.7.0` -> `26.9.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jest/26.7.0/26.9.0) | [](https://docs.renovatebot.com/merge-confidence/)...
The system data model should be documented and published in the website, probably as an intro to the API docs. The APIs should be reviewed in order to check if...
It is desirable to separate the CLI to another package, which should have a mechanism allowing to add custom commands from plugins, for example. The current main package should depend...
It is desirable to add the capability of mocking WebSockets and control the messages sent, as well as assert the messages received. A deep analysis is required.
Currently, it is possible to assign a custom id to routes and variants created from an OpenAPI document using "x-..." properties. But modifying the OpenAPI may not be an option...
Currently, if any file in the `openapi` folder does not export a valid OpenAPI definition, it would result in an error. The error is controlled by the files loader, but...
It is desirable to add options to the core and to the openapi plugin, so the files glob used to load files could be changed. So, the user could consider...
It is desirable to add a command (maybe a plugin) to validate the server responses using a OpenApi document, which would be a kind of "contract tests". Further investigation is...