test: add missing diff types (#15528)

This commit is contained in:
Michael Kriese 2022-05-10 12:13:09 +02:00 committed by GitHub
parent 8832c8820f
commit 30120f952a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import * as Diff from 'diff'; // = require('diff');
import * as Diff from 'diff';
import { loadFixture } from '../../../../../../../test/util';
import { replaceConstraintVersion } from './replace';

View file

@ -230,6 +230,7 @@
"@types/changelog-filename-regex": "2.0.0",
"@types/clean-git-ref": "2.0.0",
"@types/conventional-commits-detector": "1.0.0",
"@types/diff": "5.0.2",
"@types/eslint": "8.4.1",
"@types/fs-extra": "9.0.13",
"@types/git-url-parse": "9.0.1",

View file

@ -2041,7 +2041,6 @@
"@renovate/eslint-plugin@https://github.com/renovatebot/eslint-plugin#v0.0.4":
version "0.0.4"
uid "0c444386e79d6145901212507521b8a0a48af000"
resolved "https://github.com/renovatebot/eslint-plugin#0c444386e79d6145901212507521b8a0a48af000"
"@renovatebot/pep440@2.1.1":
@ -2392,6 +2391,11 @@
resolved "https://registry.yarnpkg.com/@types/conventional-commits-detector/-/conventional-commits-detector-1.0.0.tgz#27e143c481d6fa6146863d77e6b91de877d4f09e"
integrity sha512-ZB+G1yG5pQoWaaHg0D4H9c29q61Y0O/kyOtEx0IKL3Gca3EGEcN3jh5OHnoQp00/pFoqJR63htsviivOkTXuCw==
"@types/diff@5.0.2":
version "5.0.2"
resolved "https://registry.yarnpkg.com/@types/diff/-/diff-5.0.2.tgz#dd565e0086ccf8bc6522c6ebafd8a3125c91c12b"
integrity sha512-uw8eYMIReOwstQ0QKF0sICefSy8cNO/v7gOTiIy9SbwuHyEecJUm7qlgueOO5S1udZ5I/irVydHVwMchgzbKTg==
"@types/emscripten@^1.38.0":
version "1.39.6"
resolved "https://registry.yarnpkg.com/@types/emscripten/-/emscripten-1.39.6.tgz#698b90fe60d44acf93c31064218fbea93fbfd85a"