Merge pull request #5043 from microsoft/dependabot/npm_and_yarn/it/typescript/eslint-6090baa53b

chore(deps-dev): bump the eslint group in /it/typescript with 2 updates
This commit is contained in:
github-actions[bot] 2024-07-31 12:20:06 +03:00 коммит произвёл GitHub
Родитель 5516d86b69 c0d5597129
Коммит a9f1a9739f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 46 добавлений и 46 удалений

88
it/typescript/package-lock.json сгенерированный
Просмотреть файл

@ -24,8 +24,8 @@
"@es-exec/esbuild-plugin-start": "^0.0.5",
"@stylistic/eslint-plugin-ts": "^2.4.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.58",
"@typescript-eslint/parser": "^8.0.0-alpha.58",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.60",
"@typescript-eslint/parser": "^8.0.0-alpha.60",
"esbuild": "^0.23.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
@ -1092,16 +1092,16 @@
}
},
"node_modules/@typescript-eslint/eslint-plugin": {
"version": "8.0.0-alpha.58",
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.58.tgz",
"integrity": "sha512-5G9oIj8jvosj8RTa0VDFXvRmUg1U6FxXJu7ZEfyJYMvFkdMJoY5YnzFvgAvHbYsXOj+YgXZu81fNOTRWQzwk5A==",
"version": "8.0.0-alpha.60",
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.60.tgz",
"integrity": "sha512-v/tFZrKwljflSlkUAVOCdwoIKObnS0JlxNgVDkRoUsJU896g4Uexz5/SWEAfNqJKB7AX6TjfmEHrzvPiJhUYMg==",
"dev": true,
"dependencies": {
"@eslint-community/regexpp": "^4.10.0",
"@typescript-eslint/scope-manager": "8.0.0-alpha.58",
"@typescript-eslint/type-utils": "8.0.0-alpha.58",
"@typescript-eslint/utils": "8.0.0-alpha.58",
"@typescript-eslint/visitor-keys": "8.0.0-alpha.58",
"@typescript-eslint/scope-manager": "8.0.0-alpha.60",
"@typescript-eslint/type-utils": "8.0.0-alpha.60",
"@typescript-eslint/utils": "8.0.0-alpha.60",
"@typescript-eslint/visitor-keys": "8.0.0-alpha.60",
"graphemer": "^1.4.0",
"ignore": "^5.3.1",
"natural-compare": "^1.4.0",
@ -1125,15 +1125,15 @@
}
},
"node_modules/@typescript-eslint/parser": {
"version": "8.0.0-alpha.58",
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.0.0-alpha.58.tgz",
"integrity": "sha512-/RpgxIejBui6WXJgV9ukwzxmvbZt5TlfHUGGLB/BsNLj+NRZEbXVtWT9rKuxVOqsGb1Dn9c5gxvBI/XzyuIsMQ==",
"version": "8.0.0-alpha.60",
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.0.0-alpha.60.tgz",
"integrity": "sha512-DPBVEb8742M9OgzRmtJxLC8FIhMqhYvJFjM+anUhSfqlAoRcpnvGOJU7F+mkLh1In8aIX4P8iarRHZ6r8NF2Ug==",
"dev": true,
"dependencies": {
"@typescript-eslint/scope-manager": "8.0.0-alpha.58",
"@typescript-eslint/types": "8.0.0-alpha.58",
"@typescript-eslint/typescript-estree": "8.0.0-alpha.58",
"@typescript-eslint/visitor-keys": "8.0.0-alpha.58",
"@typescript-eslint/scope-manager": "8.0.0-alpha.60",
"@typescript-eslint/types": "8.0.0-alpha.60",
"@typescript-eslint/typescript-estree": "8.0.0-alpha.60",
"@typescript-eslint/visitor-keys": "8.0.0-alpha.60",
"debug": "^4.3.4"
},
"engines": {
@ -1153,13 +1153,13 @@
}
},
"node_modules/@typescript-eslint/scope-manager": {
"version": "8.0.0-alpha.58",
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.58.tgz",
"integrity": "sha512-bGgJXn8B3Pf3mzEOUQTPxEqhux54MOJSqw4HcgBReuP7dudz/hsN4TH9GqHbMXkFv8N4Ed1iqVRfgGeC8b1mGw==",
"version": "8.0.0-alpha.60",
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.60.tgz",
"integrity": "sha512-r33PjZ7ypfza6hddc/Qg/0GVw4IAd5La+aTnQzOI1wM4f+tIK8umO5Z75+gevxcYfYVl4JLuwITGCQeEagNGNg==",
"dev": true,
"dependencies": {
"@typescript-eslint/types": "8.0.0-alpha.58",
"@typescript-eslint/visitor-keys": "8.0.0-alpha.58"
"@typescript-eslint/types": "8.0.0-alpha.60",
"@typescript-eslint/visitor-keys": "8.0.0-alpha.60"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@ -1170,13 +1170,13 @@
}
},
"node_modules/@typescript-eslint/type-utils": {
"version": "8.0.0-alpha.58",
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.58.tgz",
"integrity": "sha512-spW/I/UAY6HM0lKj+/333Zb9arOvUoi8+H0cVNYHELPhOti9re9NjyyJFhck84PNiwi8WmpkEf3GXe7/h+Cquw==",
"version": "8.0.0-alpha.60",
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.60.tgz",
"integrity": "sha512-Gg4zIEitCGHwMpc1nUIKhxS7735Em5AuBdl23eMupJcpWhOTlLiurvwIBBOX0tyh4nyjpE2BjbDDACEVR0Pl2g==",
"dev": true,
"dependencies": {
"@typescript-eslint/typescript-estree": "8.0.0-alpha.58",
"@typescript-eslint/utils": "8.0.0-alpha.58",
"@typescript-eslint/typescript-estree": "8.0.0-alpha.60",
"@typescript-eslint/utils": "8.0.0-alpha.60",
"debug": "^4.3.4",
"ts-api-utils": "^1.3.0"
},
@ -1194,9 +1194,9 @@
}
},
"node_modules/@typescript-eslint/types": {
"version": "8.0.0-alpha.58",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.58.tgz",
"integrity": "sha512-6+jM4y31a6pwKeV3MVQuVXPZl6d3I1ySMvP5WjZdZ+n57uovMvasZ3ZJstXngoRpa7JtkjVZ7NrMhQ1J8dxKCQ==",
"version": "8.0.0-alpha.60",
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.60.tgz",
"integrity": "sha512-u38oNlelUVr7a8P0H3uyjNT36wLhmHVSVKcuCXYqMrm3AInz1/iY24YSR72M9AXL4lW+GDSUJAT8UfzHz6MzIg==",
"dev": true,
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@ -1207,13 +1207,13 @@
}
},
"node_modules/@typescript-eslint/typescript-estree": {
"version": "8.0.0-alpha.58",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.58.tgz",
"integrity": "sha512-hm4nsoJnQcA7axMopUJrH7CD0MJhAMtE2zQt65uMFCy+U2YDdKPwE0g6qEAUBoKn6UBLQJWthJgUmwDbWrnwZg==",
"version": "8.0.0-alpha.60",
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.60.tgz",
"integrity": "sha512-+vYrFh7YFYv1M0l5fUZoqB4RlERfjC17NeO/enEJojmJuFKjJ/0c0FVUCdEelA9NGGdxxxf4SxJ76/sqceoXpg==",
"dev": true,
"dependencies": {
"@typescript-eslint/types": "8.0.0-alpha.58",
"@typescript-eslint/visitor-keys": "8.0.0-alpha.58",
"@typescript-eslint/types": "8.0.0-alpha.60",
"@typescript-eslint/visitor-keys": "8.0.0-alpha.60",
"debug": "^4.3.4",
"globby": "^11.1.0",
"is-glob": "^4.0.3",
@ -1259,15 +1259,15 @@
}
},
"node_modules/@typescript-eslint/utils": {
"version": "8.0.0-alpha.58",
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.58.tgz",
"integrity": "sha512-lZuGnpK23jr3huebgY4/qqrOKsWJ8dX0Q1Fo4oVYcyAy+sK6p+6nObK4VEPJG098gUmrriiavRiDKIhPDFm4Ig==",
"version": "8.0.0-alpha.60",
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.60.tgz",
"integrity": "sha512-2C2yDiyqx5VTasCcUmUB3AYRia8+oodCfungd8MJtIqTVa4XYB81rNhe1rtOtv8mwFFDjupKhXMC3pUJKWRtYw==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/scope-manager": "8.0.0-alpha.58",
"@typescript-eslint/types": "8.0.0-alpha.58",
"@typescript-eslint/typescript-estree": "8.0.0-alpha.58"
"@typescript-eslint/scope-manager": "8.0.0-alpha.60",
"@typescript-eslint/types": "8.0.0-alpha.60",
"@typescript-eslint/typescript-estree": "8.0.0-alpha.60"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@ -1281,12 +1281,12 @@
}
},
"node_modules/@typescript-eslint/visitor-keys": {
"version": "8.0.0-alpha.58",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.58.tgz",
"integrity": "sha512-V//E9PRY2216kh9fN/ihRvTtjpobAXEtmrsr3utlVUwHa2iklcofq1J12yl3KOjx9QBRfBrtfQnYaeruF7L0Fw==",
"version": "8.0.0-alpha.60",
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.60.tgz",
"integrity": "sha512-2OdSvXlL5aabYl2VUrGzdYi/KTFm+tCkA0KusOpNO8vAqeRbfb/8V0qdr4SHxIaDju9cseoJWothUH8nP+g6Og==",
"dev": true,
"dependencies": {
"@typescript-eslint/types": "8.0.0-alpha.58",
"@typescript-eslint/types": "8.0.0-alpha.60",
"eslint-visitor-keys": "^3.4.3"
},
"engines": {

Просмотреть файл

@ -21,8 +21,8 @@
"@es-exec/esbuild-plugin-start": "^0.0.5",
"@stylistic/eslint-plugin-ts": "^2.4.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.58",
"@typescript-eslint/parser": "^8.0.0-alpha.58",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.60",
"@typescript-eslint/parser": "^8.0.0-alpha.60",
"esbuild": "^0.23.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",