mirror of https://github.com/nodejs/corepack.git
chore: migrate to ESLint Flat Config (#521)
This commit is contained in:
parent
22c58fc88b
commit
56de2ed53e
|
|
@ -1,4 +0,0 @@
|
|||
.yarn
|
||||
dist
|
||||
shims
|
||||
.pnp.*
|
||||
12
.eslintrc.js
12
.eslintrc.js
|
|
@ -1,12 +0,0 @@
|
|||
module.exports = {
|
||||
extends: [
|
||||
`@yarnpkg`,
|
||||
],
|
||||
rules: {
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
'no-restricted-globals': [`error`, {
|
||||
name: `fetch`,
|
||||
message: `Use fetch from sources/httpUtils.ts`,
|
||||
}],
|
||||
},
|
||||
};
|
||||
|
|
@ -4,6 +4,7 @@
|
|||
"**/.yarn": true,
|
||||
"**/.pnp.*": true
|
||||
},
|
||||
"eslint.experimental.useFlatConfig": true,
|
||||
"eslint.nodePath": ".yarn/sdks",
|
||||
"typescript.enablePromptUseWorkspaceTsdk": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,23 @@
|
|||
import yarnpkg from '@yarnpkg/eslint-config';
|
||||
|
||||
// eslint-disable-next-line arca/no-default-export
|
||||
export default [
|
||||
{
|
||||
ignores: [
|
||||
`.yarn`,
|
||||
`dist`,
|
||||
`shims`,
|
||||
`.pnp.*`,
|
||||
],
|
||||
},
|
||||
...yarnpkg,
|
||||
{
|
||||
rules: {
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
'no-restricted-globals': [`error`, {
|
||||
name: `fetch`,
|
||||
message: `Use fetch from sources/httpUtils.ts`,
|
||||
}],
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
@ -29,9 +29,7 @@
|
|||
"@types/semver": "^7.1.0",
|
||||
"@types/tar": "^6.0.0",
|
||||
"@types/which": "^3.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
||||
"@typescript-eslint/parser": "^6.8.0",
|
||||
"@yarnpkg/eslint-config": "^1.0.0",
|
||||
"@yarnpkg/eslint-config": "^2.0.0",
|
||||
"@yarnpkg/fslib": "^3.0.0-rc.48",
|
||||
"@zkochan/cmd-shim": "^6.0.0",
|
||||
"babel-plugin-dynamic-import-node": "^2.3.3",
|
||||
|
|
@ -39,8 +37,7 @@
|
|||
"clipanion": "^3.0.1",
|
||||
"debug": "^4.1.1",
|
||||
"esbuild": "0.19.5",
|
||||
"eslint": "^8.0.0",
|
||||
"eslint-plugin-arca": "^0.16.0",
|
||||
"eslint": "^8.57.0",
|
||||
"jest": "^29.0.0",
|
||||
"proxy-from-env": "^1.1.0",
|
||||
"semver": "^7.5.2",
|
||||
|
|
|
|||
222
yarn.lock
222
yarn.lock
|
|
@ -692,7 +692,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@eslint-community/regexpp@npm:^4.5.1, @eslint-community/regexpp@npm:^4.6.1":
|
||||
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.6.1":
|
||||
version: 4.10.0
|
||||
resolution: "@eslint-community/regexpp@npm:4.10.0"
|
||||
checksum: 10c0/c5f60ef1f1ea7649fa7af0e80a5a79f64b55a8a8fa5086de4727eb4c86c652aedee407a9c143b8995d2c0b2d75c1222bec9ba5d73dbfc1f314550554f0979ef4
|
||||
|
|
@ -1120,13 +1120,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@rushstack/eslint-patch@npm:^1.3.2":
|
||||
version: 1.10.3
|
||||
resolution: "@rushstack/eslint-patch@npm:1.10.3"
|
||||
checksum: 10c0/ec75d23fba30fc5f3303109181ce81a686f7b5660b6e06d454cd7b74a635bd68d5b28300ddd6e2a53b6cb10a876246e952e12fa058af32b2fa29b73744f00521
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@sinclair/typebox@npm:^0.27.8":
|
||||
version: 0.27.8
|
||||
resolution: "@sinclair/typebox@npm:0.27.8"
|
||||
|
|
@ -1274,13 +1267,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/json-schema@npm:^7.0.12":
|
||||
version: 7.0.15
|
||||
resolution: "@types/json-schema@npm:7.0.15"
|
||||
checksum: 10c0/a996a745e6c5d60292f36731dd41341339d4eeed8180bb09226e5c8d23759067692b1d88e5d91d72ee83dfc00d3aca8e7bd43ea120516c17922cbcb7c3e252db
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/ms@npm:*":
|
||||
version: 0.7.34
|
||||
resolution: "@types/ms@npm:0.7.34"
|
||||
|
|
@ -1306,7 +1292,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/semver@npm:^7.1.0, @types/semver@npm:^7.5.0":
|
||||
"@types/semver@npm:^7.1.0":
|
||||
version: 7.5.8
|
||||
resolution: "@types/semver@npm:7.5.8"
|
||||
checksum: 10c0/8663ff927234d1c5fcc04b33062cb2b9fcfbe0f5f351ed26c4d1e1581657deebd506b41ff7fdf89e787e3d33ce05854bc01686379b89e9c49b564c4cfa988efa
|
||||
|
|
@ -1353,126 +1339,121 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:^6.2.0, @typescript-eslint/eslint-plugin@npm:^6.8.0":
|
||||
version: 6.21.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:6.21.0"
|
||||
"@typescript-eslint/eslint-plugin@npm:^7.8.0":
|
||||
version: 7.16.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:7.16.0"
|
||||
dependencies:
|
||||
"@eslint-community/regexpp": "npm:^4.5.1"
|
||||
"@typescript-eslint/scope-manager": "npm:6.21.0"
|
||||
"@typescript-eslint/type-utils": "npm:6.21.0"
|
||||
"@typescript-eslint/utils": "npm:6.21.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:6.21.0"
|
||||
debug: "npm:^4.3.4"
|
||||
"@eslint-community/regexpp": "npm:^4.10.0"
|
||||
"@typescript-eslint/scope-manager": "npm:7.16.0"
|
||||
"@typescript-eslint/type-utils": "npm:7.16.0"
|
||||
"@typescript-eslint/utils": "npm:7.16.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:7.16.0"
|
||||
graphemer: "npm:^1.4.0"
|
||||
ignore: "npm:^5.2.4"
|
||||
ignore: "npm:^5.3.1"
|
||||
natural-compare: "npm:^1.4.0"
|
||||
semver: "npm:^7.5.4"
|
||||
ts-api-utils: "npm:^1.0.1"
|
||||
ts-api-utils: "npm:^1.3.0"
|
||||
peerDependencies:
|
||||
"@typescript-eslint/parser": ^6.0.0 || ^6.0.0-alpha
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
"@typescript-eslint/parser": ^7.0.0
|
||||
eslint: ^8.56.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/f911a79ee64d642f814a3b6cdb0d324b5f45d9ef955c5033e78903f626b7239b4aa773e464a38c3e667519066169d983538f2bf8e5d00228af587c9d438fb344
|
||||
checksum: 10c0/a6c4c93bd7ec1604079018b95416d8ac28af3345d50620f815ffd36e705c4964d88edc434e710ef8722690497f1eeab1e9a0f48faa6d448405980f5d05c888b7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/parser@npm:^6.2.0, @typescript-eslint/parser@npm:^6.8.0":
|
||||
version: 6.21.0
|
||||
resolution: "@typescript-eslint/parser@npm:6.21.0"
|
||||
"@typescript-eslint/parser@npm:^7.8.0":
|
||||
version: 7.16.0
|
||||
resolution: "@typescript-eslint/parser@npm:7.16.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": "npm:6.21.0"
|
||||
"@typescript-eslint/types": "npm:6.21.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:6.21.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:6.21.0"
|
||||
"@typescript-eslint/scope-manager": "npm:7.16.0"
|
||||
"@typescript-eslint/types": "npm:7.16.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:7.16.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:7.16.0"
|
||||
debug: "npm:^4.3.4"
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
eslint: ^8.56.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/a8f99820679decd0d115c0af61903fb1de3b1b5bec412dc72b67670bf636de77ab07f2a68ee65d6da7976039bbf636907f9d5ca546db3f0b98a31ffbc225bc7d
|
||||
checksum: 10c0/bf809c5a59dddc72fc2f11a5d10c78825fa2ffbec72a711e3f783b022d77266a1b709ad450912ebbff24ca9ac20c6baae1d12477735e00aafce662fdbdfa66ef
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:6.21.0":
|
||||
version: 6.21.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:6.21.0"
|
||||
"@typescript-eslint/scope-manager@npm:7.16.0":
|
||||
version: 7.16.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:7.16.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:6.21.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:6.21.0"
|
||||
checksum: 10c0/eaf868938d811cbbea33e97e44ba7050d2b6892202cea6a9622c486b85ab1cf801979edf78036179a8ba4ac26f1dfdf7fcc83a68c1ff66be0b3a8e9a9989b526
|
||||
"@typescript-eslint/types": "npm:7.16.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:7.16.0"
|
||||
checksum: 10c0/e00f57908a1b30fb93ae0e35c46a798669782428e98f927a4d39ef3b1e7d5ad4a48e4e121bd136ed9732c2d1c09cf0b99e4029b1a1a11aadf6f2b92e1003f41c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:6.21.0":
|
||||
version: 6.21.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:6.21.0"
|
||||
"@typescript-eslint/type-utils@npm:7.16.0":
|
||||
version: 7.16.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:7.16.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/typescript-estree": "npm:6.21.0"
|
||||
"@typescript-eslint/utils": "npm:6.21.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:7.16.0"
|
||||
"@typescript-eslint/utils": "npm:7.16.0"
|
||||
debug: "npm:^4.3.4"
|
||||
ts-api-utils: "npm:^1.0.1"
|
||||
ts-api-utils: "npm:^1.3.0"
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
eslint: ^8.56.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/7409c97d1c4a4386b488962739c4f1b5b04dc60cf51f8cd88e6b12541f84d84c6b8b67e491a147a2c95f9ec486539bf4519fb9d418411aef6537b9c156468117
|
||||
checksum: 10c0/91ef86e173d2d86487d669ddda7a0f754485e82a671a64cfbf7790639dfb4c691f6f002ae19d4d82a90e4cca9cd7563e38100c1dfabab461632b0da1eac2b39b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:6.21.0":
|
||||
version: 6.21.0
|
||||
resolution: "@typescript-eslint/types@npm:6.21.0"
|
||||
checksum: 10c0/020631d3223bbcff8a0da3efbdf058220a8f48a3de221563996ad1dcc30d6c08dadc3f7608cc08830d21c0d565efd2db19b557b9528921c78aabb605eef2d74d
|
||||
"@typescript-eslint/types@npm:7.16.0":
|
||||
version: 7.16.0
|
||||
resolution: "@typescript-eslint/types@npm:7.16.0"
|
||||
checksum: 10c0/5d7080991241232072c50c1e1be35976631f764fe0f4fd43cf1026a2722aab772a14906dfaa322183b040c6ca8ae4494a78f653dd3b22bcdbdfe063a301240b0
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:6.21.0":
|
||||
version: 6.21.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:6.21.0"
|
||||
"@typescript-eslint/typescript-estree@npm:7.16.0":
|
||||
version: 7.16.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:7.16.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:6.21.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:6.21.0"
|
||||
"@typescript-eslint/types": "npm:7.16.0"
|
||||
"@typescript-eslint/visitor-keys": "npm:7.16.0"
|
||||
debug: "npm:^4.3.4"
|
||||
globby: "npm:^11.1.0"
|
||||
is-glob: "npm:^4.0.3"
|
||||
minimatch: "npm:9.0.3"
|
||||
semver: "npm:^7.5.4"
|
||||
ts-api-utils: "npm:^1.0.1"
|
||||
minimatch: "npm:^9.0.4"
|
||||
semver: "npm:^7.6.0"
|
||||
ts-api-utils: "npm:^1.3.0"
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/af1438c60f080045ebb330155a8c9bb90db345d5069cdd5d01b67de502abb7449d6c75500519df829f913a6b3f490ade3e8215279b6bdc63d0fb0ae61034df5f
|
||||
checksum: 10c0/2b4e7cbdb1b43d937d1dde057ab18111e0f2bb16cb2d3f48a60c5611ff81d0b64455b325475bcce6213c54653b6c4d3b475526f7ffcf8f74014ab9b64a3d6d92
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:6.21.0":
|
||||
version: 6.21.0
|
||||
resolution: "@typescript-eslint/utils@npm:6.21.0"
|
||||
"@typescript-eslint/utils@npm:7.16.0":
|
||||
version: 7.16.0
|
||||
resolution: "@typescript-eslint/utils@npm:7.16.0"
|
||||
dependencies:
|
||||
"@eslint-community/eslint-utils": "npm:^4.4.0"
|
||||
"@types/json-schema": "npm:^7.0.12"
|
||||
"@types/semver": "npm:^7.5.0"
|
||||
"@typescript-eslint/scope-manager": "npm:6.21.0"
|
||||
"@typescript-eslint/types": "npm:6.21.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:6.21.0"
|
||||
semver: "npm:^7.5.4"
|
||||
"@typescript-eslint/scope-manager": "npm:7.16.0"
|
||||
"@typescript-eslint/types": "npm:7.16.0"
|
||||
"@typescript-eslint/typescript-estree": "npm:7.16.0"
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
checksum: 10c0/ab2df3833b2582d4e5467a484d08942b4f2f7208f8e09d67de510008eb8001a9b7460f2f9ba11c12086fd3cdcac0c626761c7995c2c6b5657d5fa6b82030a32d
|
||||
eslint: ^8.56.0
|
||||
checksum: 10c0/1b835cbd243a4266a84655bcfcd08a14003e9740efbb032d60ab4403f03838280e7ad759b1f362d88939beaee08d7a1752fa6b049aad8d33793758853469fe76
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:6.21.0":
|
||||
version: 6.21.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:6.21.0"
|
||||
"@typescript-eslint/visitor-keys@npm:7.16.0":
|
||||
version: 7.16.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:7.16.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": "npm:6.21.0"
|
||||
eslint-visitor-keys: "npm:^3.4.1"
|
||||
checksum: 10c0/7395f69739cfa1cb83c1fb2fad30afa2a814756367302fb4facd5893eff66abc807e8d8f63eba94ed3b0fe0c1c996ac9a1680bcbf0f83717acedc3f2bb724fbf
|
||||
"@typescript-eslint/types": "npm:7.16.0"
|
||||
eslint-visitor-keys: "npm:^3.4.3"
|
||||
checksum: 10c0/a3c614cdc2e9c37e007e15e1ee169a9ad040fac189d0abd2b840f78910b499b362493bbf0019c5979785567ae30839a799b4dd219f70a668bac930fd79fdc5d3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -1483,22 +1464,22 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@yarnpkg/eslint-config@npm:^1.0.0":
|
||||
version: 1.0.0
|
||||
resolution: "@yarnpkg/eslint-config@npm:1.0.0"
|
||||
"@yarnpkg/eslint-config@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "@yarnpkg/eslint-config@npm:2.0.0"
|
||||
dependencies:
|
||||
"@rushstack/eslint-patch": "npm:^1.3.2"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^6.2.0"
|
||||
"@typescript-eslint/parser": "npm:^6.2.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^7.8.0"
|
||||
"@typescript-eslint/parser": "npm:^7.8.0"
|
||||
eslint-plugin-arca: "npm:^0.16.0"
|
||||
eslint-plugin-react: "npm:^7.33.0"
|
||||
eslint-plugin-react: "npm:^7.34.1"
|
||||
globals: "npm:^15.1.0"
|
||||
peerDependencies:
|
||||
eslint: "*"
|
||||
typescript: "*"
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 10c0/173af207f92e424d043995e2357647f22fde1d511dd3dc376caaaf8f2e76c511943dbc8149f49bfc43f1de1e1a68a4988f5fa79ff8c798c64dba44c0dd2acce8
|
||||
checksum: 10c0/0eca787ceda47da450168130f6c3482be2814329689143d8be8d9b19a2e34300040b8ed160b8275debdf699db64b759bc41c9173b8fcc369fc582f71008c7674
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -1754,16 +1735,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"array.prototype.tosorted@npm:^1.1.3":
|
||||
version: 1.1.3
|
||||
resolution: "array.prototype.tosorted@npm:1.1.3"
|
||||
"array.prototype.tosorted@npm:^1.1.4":
|
||||
version: 1.1.4
|
||||
resolution: "array.prototype.tosorted@npm:1.1.4"
|
||||
dependencies:
|
||||
call-bind: "npm:^1.0.5"
|
||||
call-bind: "npm:^1.0.7"
|
||||
define-properties: "npm:^1.2.1"
|
||||
es-abstract: "npm:^1.22.3"
|
||||
es-errors: "npm:^1.1.0"
|
||||
es-abstract: "npm:^1.23.3"
|
||||
es-errors: "npm:^1.3.0"
|
||||
es-shim-unscopables: "npm:^1.0.2"
|
||||
checksum: 10c0/a27e1ca51168ecacf6042901f5ef021e43c8fa04b6c6b6f2a30bac3645cd2b519cecbe0bc45db1b85b843f64dc3207f0268f700b4b9fbdec076d12d432cf0865
|
||||
checksum: 10c0/eb3c4c4fc0381b0bf6dba2ea4d48d367c2827a0d4236a5718d97caaccc6b78f11f4cadf090736e86301d295a6aa4967ed45568f92ced51be8cbbacd9ca410943
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -2218,9 +2199,7 @@ __metadata:
|
|||
"@types/semver": "npm:^7.1.0"
|
||||
"@types/tar": "npm:^6.0.0"
|
||||
"@types/which": "npm:^3.0.0"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^6.8.0"
|
||||
"@typescript-eslint/parser": "npm:^6.8.0"
|
||||
"@yarnpkg/eslint-config": "npm:^1.0.0"
|
||||
"@yarnpkg/eslint-config": "npm:^2.0.0"
|
||||
"@yarnpkg/fslib": "npm:^3.0.0-rc.48"
|
||||
"@zkochan/cmd-shim": "npm:^6.0.0"
|
||||
babel-plugin-dynamic-import-node: "npm:^2.3.3"
|
||||
|
|
@ -2228,8 +2207,7 @@ __metadata:
|
|||
clipanion: "npm:^3.0.1"
|
||||
debug: "npm:^4.1.1"
|
||||
esbuild: "npm:0.19.5"
|
||||
eslint: "npm:^8.0.0"
|
||||
eslint-plugin-arca: "npm:^0.16.0"
|
||||
eslint: "npm:^8.57.0"
|
||||
jest: "npm:^29.0.0"
|
||||
proxy-from-env: "npm:^1.1.0"
|
||||
semver: "npm:^7.5.2"
|
||||
|
|
@ -2581,7 +2559,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"es-errors@npm:^1.1.0, es-errors@npm:^1.2.1, es-errors@npm:^1.3.0":
|
||||
"es-errors@npm:^1.2.1, es-errors@npm:^1.3.0":
|
||||
version: 1.3.0
|
||||
resolution: "es-errors@npm:1.3.0"
|
||||
checksum: 10c0/0a61325670072f98d8ae3b914edab3559b6caa980f08054a3b872052640d91da01d38df55df797fcc916389d77fc92b8d5906cf028f4db46d7e3003abecbca85
|
||||
|
|
@ -2762,15 +2740,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint-plugin-react@npm:^7.33.0":
|
||||
version: 7.34.2
|
||||
resolution: "eslint-plugin-react@npm:7.34.2"
|
||||
"eslint-plugin-react@npm:^7.34.1":
|
||||
version: 7.34.3
|
||||
resolution: "eslint-plugin-react@npm:7.34.3"
|
||||
dependencies:
|
||||
array-includes: "npm:^3.1.8"
|
||||
array.prototype.findlast: "npm:^1.2.5"
|
||||
array.prototype.flatmap: "npm:^1.3.2"
|
||||
array.prototype.toreversed: "npm:^1.1.2"
|
||||
array.prototype.tosorted: "npm:^1.1.3"
|
||||
array.prototype.tosorted: "npm:^1.1.4"
|
||||
doctrine: "npm:^2.1.0"
|
||||
es-iterator-helpers: "npm:^1.0.19"
|
||||
estraverse: "npm:^5.3.0"
|
||||
|
|
@ -2786,7 +2764,7 @@ __metadata:
|
|||
string.prototype.matchall: "npm:^4.0.11"
|
||||
peerDependencies:
|
||||
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
|
||||
checksum: 10c0/37dc04424da8626f20a071466e7238d53ed111c53e5e5398d813ac2cf76a2078f00d91f7833fe5b2f0fc98f2688a75b36e78e9ada9f1068705d23c7031094316
|
||||
checksum: 10c0/60717e32c9948e2b4ddc53dac7c4b62c68fc7129c3249079191c941c08ebe7d1f4793d65182922d19427c2a6634e05231a7b74ceee34169afdfd0e43d4a43d26
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
@ -2807,7 +2785,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"eslint@npm:^8.0.0":
|
||||
"eslint@npm:^8.57.0":
|
||||
version: 8.57.0
|
||||
resolution: "eslint@npm:8.57.0"
|
||||
dependencies:
|
||||
|
|
@ -3292,6 +3270,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"globals@npm:^15.1.0":
|
||||
version: 15.8.0
|
||||
resolution: "globals@npm:15.8.0"
|
||||
checksum: 10c0/b96ec86e1244806920a80a1a7c4d64b68c55336887cfa1b52886927e0f9035133e4acd354fcda63b49e53df2089c41a11dd2b02281a6439a58cbc0d63ae083cb
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"globalthis@npm:^1.0.3":
|
||||
version: 1.0.4
|
||||
resolution: "globalthis@npm:1.0.4"
|
||||
|
|
@ -3458,7 +3443,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ignore@npm:^5.2.0, ignore@npm:^5.2.4":
|
||||
"ignore@npm:^5.2.0, ignore@npm:^5.3.1":
|
||||
version: 5.3.1
|
||||
resolution: "ignore@npm:5.3.1"
|
||||
checksum: 10c0/703f7f45ffb2a27fb2c5a8db0c32e7dee66b33a225d28e8db4e1be6474795f606686a6e3bcc50e1aa12f2042db4c9d4a7d60af3250511de74620fbed052ea4cd
|
||||
|
|
@ -4631,15 +4616,6 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"minimatch@npm:9.0.3":
|
||||
version: 9.0.3
|
||||
resolution: "minimatch@npm:9.0.3"
|
||||
dependencies:
|
||||
brace-expansion: "npm:^2.0.1"
|
||||
checksum: 10c0/85f407dcd38ac3e180f425e86553911d101455ca3ad5544d6a7cec16286657e4f8a9aa6695803025c55e31e35a91a2252b5dc8e7d527211278b8b65b4dbd5eac
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"minimatch@npm:^3.0.4, minimatch@npm:^3.0.5, minimatch@npm:^3.1.1, minimatch@npm:^3.1.2":
|
||||
version: 3.1.2
|
||||
resolution: "minimatch@npm:3.1.2"
|
||||
|
|
@ -5493,7 +5469,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"semver@npm:^7.3.5, semver@npm:^7.5.2, semver@npm:^7.5.3, semver@npm:^7.5.4":
|
||||
"semver@npm:^7.3.5, semver@npm:^7.5.2, semver@npm:^7.5.3, semver@npm:^7.5.4, semver@npm:^7.6.0":
|
||||
version: 7.6.2
|
||||
resolution: "semver@npm:7.6.2"
|
||||
bin:
|
||||
|
|
@ -5941,7 +5917,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ts-api-utils@npm:^1.0.1":
|
||||
"ts-api-utils@npm:^1.3.0":
|
||||
version: 1.3.0
|
||||
resolution: "ts-api-utils@npm:1.3.0"
|
||||
peerDependencies:
|
||||
|
|
|
|||
Loading…
Reference in New Issue