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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-03-03 10:19:45 -07:00 committed by GitHub
parent 20b49ff6dd
commit 7b0a4cc1c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 26 additions and 13 deletions

37
package-lock.json generated
View File

@ -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": {

View File

@ -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",