mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-23 13:32:03 +01:00
Add prettierignore
This commit is contained in:
parent
9a6afa777f
commit
d1b4569bd7
4 changed files with 768 additions and 1538 deletions
1
.prettierignore
Normal file
1
.prettierignore
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pnpm-lock.yaml
|
2047
dist/index.js
generated
vendored
2047
dist/index.js
generated
vendored
File diff suppressed because it is too large
Load diff
|
@ -28,7 +28,7 @@
|
||||||
"@actions/exec": "^1.1.1",
|
"@actions/exec": "^1.1.1",
|
||||||
"@actions/github": "^5.1.1",
|
"@actions/github": "^5.1.1",
|
||||||
"@actions/tool-cache": "^2.0.1",
|
"@actions/tool-cache": "^2.0.1",
|
||||||
"detsys-ts": "github:DeterminateSystems/detsys-ts",
|
"detsys-ts": "github:DeterminateSystems/detsys-ts#uuid-cleanup",
|
||||||
"fetch-retry": "^5.0.6",
|
"fetch-retry": "^5.0.6",
|
||||||
"got": "^14.2.1",
|
"got": "^14.2.1",
|
||||||
"string-argv": "^0.3.2",
|
"string-argv": "^0.3.2",
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
"@types/node": "^20.12.7",
|
"@types/node": "^20.12.7",
|
||||||
"@types/tail": "^2.2.3",
|
"@types/tail": "^2.2.3",
|
||||||
"@types/uuid": "^9.0.8",
|
"@types/uuid": "^9.0.8",
|
||||||
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
||||||
"@vercel/ncc": "^0.38.1",
|
"@vercel/ncc": "^0.38.1",
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.0",
|
||||||
"eslint-import-resolver-typescript": "^3.6.1",
|
"eslint-import-resolver-typescript": "^3.6.1",
|
||||||
|
|
254
pnpm-lock.yaml
254
pnpm-lock.yaml
|
@ -18,8 +18,8 @@ dependencies:
|
||||||
specifier: ^2.0.1
|
specifier: ^2.0.1
|
||||||
version: 2.0.1
|
version: 2.0.1
|
||||||
detsys-ts:
|
detsys-ts:
|
||||||
specifier: github:DeterminateSystems/detsys-ts
|
specifier: github:DeterminateSystems/detsys-ts#uuid-cleanup
|
||||||
version: github.com/DeterminateSystems/detsys-ts/1b12595783709c71515245d26437934a9f336598
|
version: github.com/DeterminateSystems/detsys-ts/6108a5ce5aacf32f809fa92c919cad046a6f2ae2
|
||||||
fetch-retry:
|
fetch-retry:
|
||||||
specifier: ^5.0.6
|
specifier: ^5.0.6
|
||||||
version: 5.0.6
|
version: 5.0.6
|
||||||
|
@ -47,8 +47,8 @@ devDependencies:
|
||||||
specifier: ^9.0.8
|
specifier: ^9.0.8
|
||||||
version: 9.0.8
|
version: 9.0.8
|
||||||
"@typescript-eslint/eslint-plugin":
|
"@typescript-eslint/eslint-plugin":
|
||||||
specifier: ^7.6.0
|
specifier: ^7.7.0
|
||||||
version: 7.6.0(@typescript-eslint/parser@7.7.0)(eslint@8.57.0)(typescript@5.4.5)
|
version: 7.7.0(@typescript-eslint/parser@7.7.0)(eslint@8.57.0)(typescript@5.4.5)
|
||||||
"@vercel/ncc":
|
"@vercel/ncc":
|
||||||
specifier: ^0.38.1
|
specifier: ^0.38.1
|
||||||
version: 0.38.1
|
version: 0.38.1
|
||||||
|
@ -1406,42 +1406,10 @@ packages:
|
||||||
}
|
}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/eslint-plugin@7.6.0(@typescript-eslint/parser@7.6.0)(eslint@8.57.0)(typescript@5.4.5):
|
/@typescript-eslint/eslint-plugin@7.7.0(@typescript-eslint/parser@7.7.0)(eslint@8.57.0)(typescript@5.4.5):
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-gKmTNwZnblUdnTIJu3e9kmeRRzV2j1a/LUO27KNNAnIC5zjy1aSvXSRp4rVNlmAoHlQ7HzX42NbKpcSr4jF80A==,
|
integrity: sha512-GJWR0YnfrKnsRoluVO3PRb9r5aMZriiMMM/RHj5nnTrBy1/wIgk76XCtCKcnXGjpZQJQRFtGV9/0JJ6n30uwpQ==,
|
||||||
}
|
|
||||||
engines: { node: ^18.18.0 || >=20.0.0 }
|
|
||||||
peerDependencies:
|
|
||||||
"@typescript-eslint/parser": ^7.0.0
|
|
||||||
eslint: ^8.56.0
|
|
||||||
typescript: "*"
|
|
||||||
peerDependenciesMeta:
|
|
||||||
typescript:
|
|
||||||
optional: true
|
|
||||||
dependencies:
|
|
||||||
"@eslint-community/regexpp": 4.10.0
|
|
||||||
"@typescript-eslint/parser": 7.6.0(eslint@8.57.0)(typescript@5.4.5)
|
|
||||||
"@typescript-eslint/scope-manager": 7.6.0
|
|
||||||
"@typescript-eslint/type-utils": 7.6.0(eslint@8.57.0)(typescript@5.4.5)
|
|
||||||
"@typescript-eslint/utils": 7.6.0(eslint@8.57.0)(typescript@5.4.5)
|
|
||||||
"@typescript-eslint/visitor-keys": 7.6.0
|
|
||||||
debug: 4.3.4
|
|
||||||
eslint: 8.57.0
|
|
||||||
graphemer: 1.4.0
|
|
||||||
ignore: 5.3.1
|
|
||||||
natural-compare: 1.4.0
|
|
||||||
semver: 7.6.0
|
|
||||||
ts-api-utils: 1.3.0(typescript@5.4.5)
|
|
||||||
typescript: 5.4.5
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@typescript-eslint/eslint-plugin@7.6.0(@typescript-eslint/parser@7.7.0)(eslint@8.57.0)(typescript@5.4.5):
|
|
||||||
resolution:
|
|
||||||
{
|
|
||||||
integrity: sha512-gKmTNwZnblUdnTIJu3e9kmeRRzV2j1a/LUO27KNNAnIC5zjy1aSvXSRp4rVNlmAoHlQ7HzX42NbKpcSr4jF80A==,
|
|
||||||
}
|
}
|
||||||
engines: { node: ^18.18.0 || >=20.0.0 }
|
engines: { node: ^18.18.0 || >=20.0.0 }
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -1454,10 +1422,10 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
"@eslint-community/regexpp": 4.10.0
|
"@eslint-community/regexpp": 4.10.0
|
||||||
"@typescript-eslint/parser": 7.7.0(eslint@8.57.0)(typescript@5.4.5)
|
"@typescript-eslint/parser": 7.7.0(eslint@8.57.0)(typescript@5.4.5)
|
||||||
"@typescript-eslint/scope-manager": 7.6.0
|
"@typescript-eslint/scope-manager": 7.7.0
|
||||||
"@typescript-eslint/type-utils": 7.6.0(eslint@8.57.0)(typescript@5.4.5)
|
"@typescript-eslint/type-utils": 7.7.0(eslint@8.57.0)(typescript@5.4.5)
|
||||||
"@typescript-eslint/utils": 7.6.0(eslint@8.57.0)(typescript@5.4.5)
|
"@typescript-eslint/utils": 7.7.0(eslint@8.57.0)(typescript@5.4.5)
|
||||||
"@typescript-eslint/visitor-keys": 7.6.0
|
"@typescript-eslint/visitor-keys": 7.7.0
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
eslint: 8.57.0
|
eslint: 8.57.0
|
||||||
graphemer: 1.4.0
|
graphemer: 1.4.0
|
||||||
|
@ -1470,30 +1438,6 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/parser@7.6.0(eslint@8.57.0)(typescript@5.4.5):
|
|
||||||
resolution:
|
|
||||||
{
|
|
||||||
integrity: sha512-usPMPHcwX3ZoPWnBnhhorc14NJw9J4HpSXQX4urF2TPKG0au0XhJoZyX62fmvdHONUkmyUe74Hzm1//XA+BoYg==,
|
|
||||||
}
|
|
||||||
engines: { node: ^18.18.0 || >=20.0.0 }
|
|
||||||
peerDependencies:
|
|
||||||
eslint: ^8.56.0
|
|
||||||
typescript: "*"
|
|
||||||
peerDependenciesMeta:
|
|
||||||
typescript:
|
|
||||||
optional: true
|
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/scope-manager": 7.6.0
|
|
||||||
"@typescript-eslint/types": 7.6.0
|
|
||||||
"@typescript-eslint/typescript-estree": 7.6.0(typescript@5.4.5)
|
|
||||||
"@typescript-eslint/visitor-keys": 7.6.0
|
|
||||||
debug: 4.3.4
|
|
||||||
eslint: 8.57.0
|
|
||||||
typescript: 5.4.5
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.4.5):
|
/@typescript-eslint/parser@7.7.0(eslint@8.57.0)(typescript@5.4.5):
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
|
@ -1518,17 +1462,6 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/scope-manager@7.6.0:
|
|
||||||
resolution:
|
|
||||||
{
|
|
||||||
integrity: sha512-ngttyfExA5PsHSx0rdFgnADMYQi+Zkeiv4/ZxGYUWd0nLs63Ha0ksmp8VMxAIC0wtCFxMos7Lt3PszJssG/E6w==,
|
|
||||||
}
|
|
||||||
engines: { node: ^18.18.0 || >=20.0.0 }
|
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/types": 7.6.0
|
|
||||||
"@typescript-eslint/visitor-keys": 7.6.0
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@typescript-eslint/scope-manager@7.7.0:
|
/@typescript-eslint/scope-manager@7.7.0:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
|
@ -1540,10 +1473,10 @@ packages:
|
||||||
"@typescript-eslint/visitor-keys": 7.7.0
|
"@typescript-eslint/visitor-keys": 7.7.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/type-utils@7.6.0(eslint@8.57.0)(typescript@5.4.5):
|
/@typescript-eslint/type-utils@7.7.0(eslint@8.57.0)(typescript@5.4.5):
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-NxAfqAPNLG6LTmy7uZgpK8KcuiS2NZD/HlThPXQRGwz6u7MDBWRVliEEl1Gj6U7++kVJTpehkhZzCJLMK66Scw==,
|
integrity: sha512-bOp3ejoRYrhAlnT/bozNQi3nio9tIgv3U5C0mVDdZC7cpcQEDZXvq8inrHYghLVwuNABRqrMW5tzAv88Vy77Sg==,
|
||||||
}
|
}
|
||||||
engines: { node: ^18.18.0 || >=20.0.0 }
|
engines: { node: ^18.18.0 || >=20.0.0 }
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -1553,8 +1486,8 @@ packages:
|
||||||
typescript:
|
typescript:
|
||||||
optional: true
|
optional: true
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/typescript-estree": 7.6.0(typescript@5.4.5)
|
"@typescript-eslint/typescript-estree": 7.7.0(typescript@5.4.5)
|
||||||
"@typescript-eslint/utils": 7.6.0(eslint@8.57.0)(typescript@5.4.5)
|
"@typescript-eslint/utils": 7.7.0(eslint@8.57.0)(typescript@5.4.5)
|
||||||
debug: 4.3.4
|
debug: 4.3.4
|
||||||
eslint: 8.57.0
|
eslint: 8.57.0
|
||||||
ts-api-utils: 1.3.0(typescript@5.4.5)
|
ts-api-utils: 1.3.0(typescript@5.4.5)
|
||||||
|
@ -1563,14 +1496,6 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/types@7.6.0:
|
|
||||||
resolution:
|
|
||||||
{
|
|
||||||
integrity: sha512-h02rYQn8J+MureCvHVVzhl69/GAfQGPQZmOMjG1KfCl7o3HtMSlPaPUAPu6lLctXI5ySRGIYk94clD/AUMCUgQ==,
|
|
||||||
}
|
|
||||||
engines: { node: ^18.18.0 || >=20.0.0 }
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@typescript-eslint/types@7.7.0:
|
/@typescript-eslint/types@7.7.0:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
|
@ -1579,31 +1504,6 @@ packages:
|
||||||
engines: { node: ^18.18.0 || >=20.0.0 }
|
engines: { node: ^18.18.0 || >=20.0.0 }
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/typescript-estree@7.6.0(typescript@5.4.5):
|
|
||||||
resolution:
|
|
||||||
{
|
|
||||||
integrity: sha512-+7Y/GP9VuYibecrCQWSKgl3GvUM5cILRttpWtnAu8GNL9j11e4tbuGZmZjJ8ejnKYyBRb2ddGQ3rEFCq3QjMJw==,
|
|
||||||
}
|
|
||||||
engines: { node: ^18.18.0 || >=20.0.0 }
|
|
||||||
peerDependencies:
|
|
||||||
typescript: "*"
|
|
||||||
peerDependenciesMeta:
|
|
||||||
typescript:
|
|
||||||
optional: true
|
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/types": 7.6.0
|
|
||||||
"@typescript-eslint/visitor-keys": 7.6.0
|
|
||||||
debug: 4.3.4
|
|
||||||
globby: 11.1.0
|
|
||||||
is-glob: 4.0.3
|
|
||||||
minimatch: 9.0.4
|
|
||||||
semver: 7.6.0
|
|
||||||
ts-api-utils: 1.3.0(typescript@5.4.5)
|
|
||||||
typescript: 5.4.5
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@typescript-eslint/typescript-estree@7.7.0(typescript@5.4.5):
|
/@typescript-eslint/typescript-estree@7.7.0(typescript@5.4.5):
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
|
@ -1629,10 +1529,10 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/utils@7.6.0(eslint@8.57.0)(typescript@5.4.5):
|
/@typescript-eslint/utils@7.7.0(eslint@8.57.0)(typescript@5.4.5):
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-x54gaSsRRI+Nwz59TXpCsr6harB98qjXYzsRxGqvA5Ue3kQH+FxS7FYU81g/omn22ML2pZJkisy6Q+ElK8pBCA==,
|
integrity: sha512-LKGAXMPQs8U/zMRFXDZOzmMKgFv3COlxUQ+2NMPhbqgVm6R1w+nU1i4836Pmxu9jZAuIeyySNrN/6Rc657ggig==,
|
||||||
}
|
}
|
||||||
engines: { node: ^18.18.0 || >=20.0.0 }
|
engines: { node: ^18.18.0 || >=20.0.0 }
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -1641,9 +1541,9 @@ packages:
|
||||||
"@eslint-community/eslint-utils": 4.4.0(eslint@8.57.0)
|
"@eslint-community/eslint-utils": 4.4.0(eslint@8.57.0)
|
||||||
"@types/json-schema": 7.0.15
|
"@types/json-schema": 7.0.15
|
||||||
"@types/semver": 7.5.8
|
"@types/semver": 7.5.8
|
||||||
"@typescript-eslint/scope-manager": 7.6.0
|
"@typescript-eslint/scope-manager": 7.7.0
|
||||||
"@typescript-eslint/types": 7.6.0
|
"@typescript-eslint/types": 7.7.0
|
||||||
"@typescript-eslint/typescript-estree": 7.6.0(typescript@5.4.5)
|
"@typescript-eslint/typescript-estree": 7.7.0(typescript@5.4.5)
|
||||||
eslint: 8.57.0
|
eslint: 8.57.0
|
||||||
semver: 7.6.0
|
semver: 7.6.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -1651,17 +1551,6 @@ packages:
|
||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@typescript-eslint/visitor-keys@7.6.0:
|
|
||||||
resolution:
|
|
||||||
{
|
|
||||||
integrity: sha512-4eLB7t+LlNUmXzfOu1VAIAdkjbu5xNSerURS9X/S5TUKWFRpXRQZbmtPqgKmYx8bj3J0irtQXSiWAOY82v+cgw==,
|
|
||||||
}
|
|
||||||
engines: { node: ^18.18.0 || >=20.0.0 }
|
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/types": 7.6.0
|
|
||||||
eslint-visitor-keys: 3.4.3
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@typescript-eslint/visitor-keys@7.7.0:
|
/@typescript-eslint/visitor-keys@7.7.0:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
|
@ -1998,8 +1887,8 @@ packages:
|
||||||
engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 }
|
engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 }
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dependencies:
|
dependencies:
|
||||||
caniuse-lite: 1.0.30001609
|
caniuse-lite: 1.0.30001611
|
||||||
electron-to-chromium: 1.4.735
|
electron-to-chromium: 1.4.745
|
||||||
node-releases: 2.0.14
|
node-releases: 2.0.14
|
||||||
update-browserslist-db: 1.0.13(browserslist@4.23.0)
|
update-browserslist-db: 1.0.13(browserslist@4.23.0)
|
||||||
dev: true
|
dev: true
|
||||||
|
@ -2071,10 +1960,10 @@ packages:
|
||||||
engines: { node: ">=6" }
|
engines: { node: ">=6" }
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/caniuse-lite@1.0.30001609:
|
/caniuse-lite@1.0.30001611:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-JFPQs34lHKx1B5t1EpQpWH4c+29zIyn/haGsbpfq3suuV9v56enjFt23zqijxGTMwy1p/4H2tjnQMY+p1WoAyA==,
|
integrity: sha512-19NuN1/3PjA3QI8Eki55N8my4LzfkMCRLgCVfrl/slbSAchQfV0+GwjPrK3rq37As4UCLlM/DHajbKkAqbv92Q==,
|
||||||
}
|
}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -2369,10 +2258,10 @@ packages:
|
||||||
}
|
}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/electron-to-chromium@1.4.735:
|
/electron-to-chromium@1.4.745:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-pkYpvwg8VyOTQAeBqZ7jsmpCjko1Qc6We1ZtZCjRyYbT5v4AIUKDy5cQTRotQlSSZmMr8jqpEt6JtOj5k7lR7A==,
|
integrity: sha512-tRbzkaRI5gbUn5DEvF0dV4TQbMZ5CLkWeTAXmpC9IrYT+GE+x76i9p+o3RJ5l9XmdQlI1pPhVtE9uNcJJ0G0EA==,
|
||||||
}
|
}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -2649,39 +2538,6 @@ packages:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/eslint-module-utils@2.8.1(@typescript-eslint/parser@7.6.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0):
|
|
||||||
resolution:
|
|
||||||
{
|
|
||||||
integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==,
|
|
||||||
}
|
|
||||||
engines: { node: ">=4" }
|
|
||||||
peerDependencies:
|
|
||||||
"@typescript-eslint/parser": "*"
|
|
||||||
eslint: "*"
|
|
||||||
eslint-import-resolver-node: "*"
|
|
||||||
eslint-import-resolver-typescript: "*"
|
|
||||||
eslint-import-resolver-webpack: "*"
|
|
||||||
peerDependenciesMeta:
|
|
||||||
"@typescript-eslint/parser":
|
|
||||||
optional: true
|
|
||||||
eslint:
|
|
||||||
optional: true
|
|
||||||
eslint-import-resolver-node:
|
|
||||||
optional: true
|
|
||||||
eslint-import-resolver-typescript:
|
|
||||||
optional: true
|
|
||||||
eslint-import-resolver-webpack:
|
|
||||||
optional: true
|
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/parser": 7.6.0(eslint@8.57.0)(typescript@5.4.5)
|
|
||||||
debug: 3.2.7
|
|
||||||
eslint: 8.57.0
|
|
||||||
eslint-import-resolver-node: 0.3.9
|
|
||||||
eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@7.7.0)(eslint-plugin-import@2.29.1)(eslint@8.57.0)
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- supports-color
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/eslint-module-utils@2.8.1(@typescript-eslint/parser@7.7.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0):
|
/eslint-module-utils@2.8.1(@typescript-eslint/parser@7.7.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0):
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
|
@ -2766,8 +2622,8 @@ packages:
|
||||||
eslint: ^8.0.1
|
eslint: ^8.0.1
|
||||||
dependencies:
|
dependencies:
|
||||||
"@github/browserslist-config": 1.0.0
|
"@github/browserslist-config": 1.0.0
|
||||||
"@typescript-eslint/eslint-plugin": 7.6.0(@typescript-eslint/parser@7.6.0)(eslint@8.57.0)(typescript@5.4.5)
|
"@typescript-eslint/eslint-plugin": 7.7.0(@typescript-eslint/parser@7.7.0)(eslint@8.57.0)(typescript@5.4.5)
|
||||||
"@typescript-eslint/parser": 7.6.0(eslint@8.57.0)(typescript@5.4.5)
|
"@typescript-eslint/parser": 7.7.0(eslint@8.57.0)(typescript@5.4.5)
|
||||||
aria-query: 5.3.0
|
aria-query: 5.3.0
|
||||||
eslint: 8.57.0
|
eslint: 8.57.0
|
||||||
eslint-config-prettier: 9.1.0(eslint@8.57.0)
|
eslint-config-prettier: 9.1.0(eslint@8.57.0)
|
||||||
|
@ -2775,7 +2631,7 @@ packages:
|
||||||
eslint-plugin-eslint-comments: 3.2.0(eslint@8.57.0)
|
eslint-plugin-eslint-comments: 3.2.0(eslint@8.57.0)
|
||||||
eslint-plugin-filenames: 1.3.2(eslint@8.57.0)
|
eslint-plugin-filenames: 1.3.2(eslint@8.57.0)
|
||||||
eslint-plugin-i18n-text: 1.0.1(eslint@8.57.0)
|
eslint-plugin-i18n-text: 1.0.1(eslint@8.57.0)
|
||||||
eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.6.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)
|
eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.7.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)
|
||||||
eslint-plugin-jsx-a11y: 6.8.0(eslint@8.57.0)
|
eslint-plugin-jsx-a11y: 6.8.0(eslint@8.57.0)
|
||||||
eslint-plugin-no-only-tests: 3.1.0
|
eslint-plugin-no-only-tests: 3.1.0
|
||||||
eslint-plugin-prettier: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5)
|
eslint-plugin-prettier: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5)
|
||||||
|
@ -2802,44 +2658,6 @@ packages:
|
||||||
eslint: 8.57.0
|
eslint: 8.57.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.6.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0):
|
|
||||||
resolution:
|
|
||||||
{
|
|
||||||
integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==,
|
|
||||||
}
|
|
||||||
engines: { node: ">=4" }
|
|
||||||
peerDependencies:
|
|
||||||
"@typescript-eslint/parser": "*"
|
|
||||||
eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8
|
|
||||||
peerDependenciesMeta:
|
|
||||||
"@typescript-eslint/parser":
|
|
||||||
optional: true
|
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/parser": 7.6.0(eslint@8.57.0)(typescript@5.4.5)
|
|
||||||
array-includes: 3.1.8
|
|
||||||
array.prototype.findlastindex: 1.2.5
|
|
||||||
array.prototype.flat: 1.3.2
|
|
||||||
array.prototype.flatmap: 1.3.2
|
|
||||||
debug: 3.2.7
|
|
||||||
doctrine: 2.1.0
|
|
||||||
eslint: 8.57.0
|
|
||||||
eslint-import-resolver-node: 0.3.9
|
|
||||||
eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.6.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0)
|
|
||||||
hasown: 2.0.2
|
|
||||||
is-core-module: 2.13.1
|
|
||||||
is-glob: 4.0.3
|
|
||||||
minimatch: 3.1.2
|
|
||||||
object.fromentries: 2.0.8
|
|
||||||
object.groupby: 1.0.3
|
|
||||||
object.values: 1.2.0
|
|
||||||
semver: 6.3.1
|
|
||||||
tsconfig-paths: 3.15.0
|
|
||||||
transitivePeerDependencies:
|
|
||||||
- eslint-import-resolver-typescript
|
|
||||||
- eslint-import-resolver-webpack
|
|
||||||
- supports-color
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.7.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0):
|
/eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.7.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.57.0):
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
|
@ -5492,14 +5310,6 @@ packages:
|
||||||
hasBin: true
|
hasBin: true
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/uuid@9.0.1:
|
|
||||||
resolution:
|
|
||||||
{
|
|
||||||
integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==,
|
|
||||||
}
|
|
||||||
hasBin: true
|
|
||||||
dev: false
|
|
||||||
|
|
||||||
/webidl-conversions@3.0.1:
|
/webidl-conversions@3.0.1:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
|
@ -5680,10 +5490,10 @@ packages:
|
||||||
engines: { node: ">=10" }
|
engines: { node: ">=10" }
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
github.com/DeterminateSystems/detsys-ts/1b12595783709c71515245d26437934a9f336598:
|
github.com/DeterminateSystems/detsys-ts/6108a5ce5aacf32f809fa92c919cad046a6f2ae2:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/1b12595783709c71515245d26437934a9f336598,
|
tarball: https://codeload.github.com/DeterminateSystems/detsys-ts/tar.gz/6108a5ce5aacf32f809fa92c919cad046a6f2ae2,
|
||||||
}
|
}
|
||||||
name: detsys-ts
|
name: detsys-ts
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
|
@ -5691,11 +5501,7 @@ packages:
|
||||||
"@actions/cache": 3.2.4
|
"@actions/cache": 3.2.4
|
||||||
"@actions/core": 1.10.1
|
"@actions/core": 1.10.1
|
||||||
"@actions/exec": 1.1.1
|
"@actions/exec": 1.1.1
|
||||||
"@actions/github": 5.1.1
|
|
||||||
fetch-retry: 5.0.6
|
|
||||||
got: 14.2.1
|
got: 14.2.1
|
||||||
string-argv: 0.3.2
|
|
||||||
uuid: 9.0.1
|
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- encoding
|
- encoding
|
||||||
dev: false
|
dev: false
|
||||||
|
|
Loading…
Reference in a new issue