From 7b0a4cc1c7c22d1f6338a0a434ed96ece17cdd1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:19:45 -0700 Subject: [PATCH] chore(deps-dev): Bump @markedjs/eslint-config from 1.0.10 to 1.0.11 (#3634) Bumps @markedjs/eslint-config from 1.0.10 to 1.0.11. --- updated-dependencies: - dependency-name: "@markedjs/eslint-config" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 37 +++++++++++++++++++++++++------------ package.json | 2 +- 2 files changed, 26 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16a6def1..e2329be6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@arethetypeswrong/cli": "^0.17.4", - "@markedjs/eslint-config": "^1.0.10", + "@markedjs/eslint-config": "^1.0.11", "@markedjs/testutils": "14.1.1-0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", @@ -497,16 +497,16 @@ } }, "node_modules/@markedjs/eslint-config": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/@markedjs/eslint-config/-/eslint-config-1.0.10.tgz", - "integrity": "sha512-vV5cAwmvdZOjDObhw396uGE8jX4cP0x3d2HX1xzN+cIQGkjr4HkvmYMOrprvLcSwxGylr7X68KGaGnKRovw0VQ==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@markedjs/eslint-config/-/eslint-config-1.0.11.tgz", + "integrity": "sha512-deDjk3HWRzcsORx/Fyr27L6tGXzabPGY39jZuO2S3samuTbaQXSW25fRCRL6W9yqWXeRVBi6gK8tWGVCQkGeQw==", "dev": true, "license": "MIT", "dependencies": { - "@stylistic/eslint-plugin": "^3.0.0", + "@stylistic/eslint-plugin": "^4.0.1", "eslint-plugin-n": "^17.15.1", - "globals": "^15.14.0", - "typescript-eslint": "^8.22.0" + "globals": "^16.0.0", + "typescript-eslint": "^8.25.0" }, "peerDependencies": { "eslint": ">=9" @@ -652,6 +652,19 @@ "balanced-match": "^1.0.0" } }, + "node_modules/@markedjs/eslint-config/node_modules/globals": { + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.0.0.tgz", + "integrity": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@markedjs/eslint-config/node_modules/minimatch": { "version": "9.0.5", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", @@ -1761,13 +1774,13 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-3.0.1.tgz", - "integrity": "sha512-rQ3tcT5N2cynofJfbjUsnL4seoewTaOVBLyUEwtNldo7iNMPo3h/GUQk+Cl3iHEWwRxjq2wuH6q0FufQrbVL1A==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.2.0.tgz", + "integrity": "sha512-8hXezgz7jexGHdo5WN6JBEIPHCSFyyU4vgbxevu4YLVS5vl+sxqAAGyXSzfNDyR6xMNSH5H1x67nsXcYMOHtZA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.13.0", + "@typescript-eslint/utils": "^8.23.0", "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0", "estraverse": "^5.3.0", @@ -1777,7 +1790,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=8.40.0" + "eslint": ">=9.0.0" } }, "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { diff --git a/package.json b/package.json index 06243b14..c4f14095 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ ], "devDependencies": { "@arethetypeswrong/cli": "^0.17.4", - "@markedjs/eslint-config": "^1.0.10", + "@markedjs/eslint-config": "^1.0.11", "@markedjs/testutils": "14.1.1-0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2",