moq.ts icon indicating copy to clipboard operation
moq.ts copied to clipboard

Moq for Typescript

Results 49 moq.ts issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | semantic-release | [`17.4.7` -> `19.0.3`](https://renovatebot.com/diffs/npm/semantic-release/17.4.7/19.0.3) | ### GitHub Vulnerability Alerts #### [CVE-2022-31051](https://togithub.com/semantic-release/semantic-release/security/advisories/GHSA-x2pg-mjhr-2m5x) ### Impact _What...

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.7 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@semantic-release/changelog](https://togithub.com/semantic-release/changelog) | [`5.0.1` -> `6.0.1`](https://renovatebot.com/diffs/npm/@semantic-release%2fchangelog/5.0.1/6.0.1) | [![age](https://badges.renovateapi.com/packages/npm/@semantic-release%2fchangelog/6.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ng-auto-moq](https://togithub.com/dvabuzyarov/ng-auto-moq) | [`4.0.4` -> `5.2.0`](https://renovatebot.com/diffs/npm/ng-auto-moq/4.0.4/5.2.0) | [![age](https://badges.renovateapi.com/packages/npm/ng-auto-moq/5.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | npm | [`7.24.2` -> `8.11.0`](https://renovatebot.com/diffs/npm/npm/7.24.2/8.11.0) | ### GitHub Vulnerability Alerts #### [CVE-2022-29244](https://togithub.com/npm/cli/security/advisories/GHSA-hj9c-8jmm-8c52) ### Impact `npm...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | |---|---| | marked | [`3.0.8` -> `4.0.10`](https://renovatebot.com/diffs/npm/marked/3.0.8/4.0.10) | ### GitHub Vulnerability Alerts #### [CVE-2022-21681](https://togithub.com/markedjs/marked/security/advisories/GHSA-5v2h-r2cx-5xgj) ### Impact _What...

Tell the interaction setup to return one of the specified values (sequentially) each time the setup is invoked.

feature

A mock object is composed of services. One of them is Tracker, so instead of providing access to only this service it would be better to provide a generic way...

feature