main icon indicating copy to clipboard operation
main copied to clipboard

Node.js mock server running live, interactive mocks in place of real APIs

Results 85 main issues
Sort by recently updated
recently updated
newest added

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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) |...

dependencies
renovate

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-jest/26.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
renovate

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...

documentation
enhancement

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...

enhancement
refactor

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.

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement