Skip to content

Commit 491d013

Browse files
committed
chore(deps): update @html-validate/eslint monorepo to v9.2.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b39603 commit 491d013

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@
7575
"devDependencies": {
7676
"@babel/code-frame": "7.29.0",
7777
"@html-validate/commitlint-config": "4.0.1",
78-
"@html-validate/eslint-config": "9.1.2",
79-
"@html-validate/eslint-config-jest": "9.1.1",
80-
"@html-validate/eslint-config-typescript": "9.1.3",
81-
"@html-validate/eslint-config-typescript-typeinfo": "9.1.3",
78+
"@html-validate/eslint-config": "9.2.0",
79+
"@html-validate/eslint-config-jest": "9.2.0",
80+
"@html-validate/eslint-config-typescript": "9.2.0",
81+
"@html-validate/eslint-config-typescript-typeinfo": "9.2.0",
8282
"@html-validate/jest-config": "3.18.0",
8383
"@html-validate/prettier-config": "4.0.1",
8484
"@html-validate/release-scripts": "7.2.3",

tests/integration.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jest.mock("find-up", () => ({
66
import { promises as fs } from "node:fs";
77
import * as path from "node:path";
88
import { parse } from "@humanwhocodes/momoa";
9-
import { expect, it } from "@jest/globals";
9+
import { expect, it, jest } from "@jest/globals";
1010
import { globSync } from "glob";
1111
import spawn from "nano-spawn";
1212
import { type PackageJson } from "../src/types";

0 commit comments

Comments
 (0)