build: update all non-major dependencies

This commit is contained in:
Angular Robot 2025-03-04 13:08:46 +00:00 committed by Alan Agius
parent 6f0e90e215
commit a22dd5a5b9
5 changed files with 142 additions and 82 deletions

View File

@ -3,7 +3,7 @@
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1406867100
modules/testing/builder/package.json=973445093
package.json=-803075453
package.json=-558045917
packages/angular/build/package.json=1118430625
packages/angular/cli/package.json=-1917515334
packages/angular/pwa/package.json=1108903917
@ -17,7 +17,7 @@ packages/angular_devkit/schematics/package.json=-1133510866
packages/angular_devkit/schematics_cli/package.json=-2026655035
packages/ngtools/webpack/package.json=1644932095
packages/schematics/angular/package.json=251715148
pnpm-lock.yaml=403030712
pnpm-lock.yaml=252117316
pnpm-workspace.yaml=-1264044456
tests/package.json=700948366
yarn.lock=-855361975
yarn.lock=-992195967

View File

@ -128,9 +128,9 @@ yarn_install(
http_archive(
name = "aspect_bazel_lib",
sha256 = "57a777c5d4d0b79ad675995ee20fc1d6d2514a1ef3000d98f5c70cf0c09458a3",
strip_prefix = "bazel-lib-2.13.0",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.13.0/bazel-lib-v2.13.0.tar.gz",
sha256 = "40ba9d0f62deac87195723f0f891a9803a7b720d7b89206981ca5570ef9df15b",
strip_prefix = "bazel-lib-2.14.0",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.14.0/bazel-lib-v2.14.0.tar.gz",
)
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")

View File

@ -108,8 +108,8 @@
"@types/yargs": "^17.0.20",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "8.25.0",
"@typescript-eslint/parser": "8.25.0",
"@typescript-eslint/eslint-plugin": "8.26.0",
"@typescript-eslint/parser": "8.26.0",
"@vitejs/plugin-basic-ssl": "2.0.0",
"@web/test-runner": "^0.20.0",
"@yarnpkg/lockfile": "1.1.0",

92
pnpm-lock.yaml generated
View File

@ -215,11 +215,11 @@ importers:
specifier: ^1.1.5
version: 1.1.9
'@typescript-eslint/eslint-plugin':
specifier: 8.25.0
version: 8.25.0(@typescript-eslint/parser@8.25.0)(eslint@9.21.0)(typescript@5.8.2)
specifier: 8.26.0
version: 8.26.0(@typescript-eslint/parser@8.26.0)(eslint@9.21.0)(typescript@5.8.2)
'@typescript-eslint/parser':
specifier: 8.25.0
version: 8.25.0(eslint@9.21.0)(typescript@5.8.2)
specifier: 8.26.0
version: 8.26.0(eslint@9.21.0)(typescript@5.8.2)
'@vitejs/plugin-basic-ssl':
specifier: 2.0.0
version: 2.0.0(vite@6.2.0)
@ -285,7 +285,7 @@ importers:
version: 3.1.1(eslint@9.21.0)
eslint-plugin-import:
specifier: 2.31.0
version: 2.31.0(@typescript-eslint/parser@8.25.0)(eslint@9.21.0)
version: 2.31.0(@typescript-eslint/parser@8.26.0)(eslint@9.21.0)
express:
specifier: 4.21.2
version: 4.21.2
@ -4202,7 +4202,7 @@ packages:
peerDependencies:
eslint: '>=9.0.0'
dependencies:
'@typescript-eslint/utils': 8.25.0(eslint@9.21.0)(typescript@5.8.2)
'@typescript-eslint/utils': 8.26.0(eslint@9.21.0)(typescript@5.8.2)
eslint: 9.21.0
eslint-visitor-keys: 4.2.0
espree: 10.3.0
@ -4815,8 +4815,8 @@ packages:
dev: true
optional: true
/@typescript-eslint/eslint-plugin@8.25.0(@typescript-eslint/parser@8.25.0)(eslint@9.21.0)(typescript@5.8.2):
resolution: {integrity: sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==}
/@typescript-eslint/eslint-plugin@8.26.0(@typescript-eslint/parser@8.26.0)(eslint@9.21.0)(typescript@5.8.2):
resolution: {integrity: sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
@ -4824,11 +4824,11 @@ packages:
typescript: 5.8.2
dependencies:
'@eslint-community/regexpp': 4.12.1
'@typescript-eslint/parser': 8.25.0(eslint@9.21.0)(typescript@5.8.2)
'@typescript-eslint/scope-manager': 8.25.0
'@typescript-eslint/type-utils': 8.25.0(eslint@9.21.0)(typescript@5.8.2)
'@typescript-eslint/utils': 8.25.0(eslint@9.21.0)(typescript@5.8.2)
'@typescript-eslint/visitor-keys': 8.25.0
'@typescript-eslint/parser': 8.26.0(eslint@9.21.0)(typescript@5.8.2)
'@typescript-eslint/scope-manager': 8.26.0
'@typescript-eslint/type-utils': 8.26.0(eslint@9.21.0)(typescript@5.8.2)
'@typescript-eslint/utils': 8.26.0(eslint@9.21.0)(typescript@5.8.2)
'@typescript-eslint/visitor-keys': 8.26.0
eslint: 9.21.0
graphemer: 1.4.0
ignore: 5.3.2
@ -4839,17 +4839,17 @@ packages:
- supports-color
dev: true
/@typescript-eslint/parser@8.25.0(eslint@9.21.0)(typescript@5.8.2):
resolution: {integrity: sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==}
/@typescript-eslint/parser@8.26.0(eslint@9.21.0)(typescript@5.8.2):
resolution: {integrity: sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: 5.8.2
dependencies:
'@typescript-eslint/scope-manager': 8.25.0
'@typescript-eslint/types': 8.25.0
'@typescript-eslint/typescript-estree': 8.25.0(typescript@5.8.2)
'@typescript-eslint/visitor-keys': 8.25.0
'@typescript-eslint/scope-manager': 8.26.0
'@typescript-eslint/types': 8.26.0
'@typescript-eslint/typescript-estree': 8.26.0(typescript@5.8.2)
'@typescript-eslint/visitor-keys': 8.26.0
debug: 4.4.0(supports-color@10.0.0)
eslint: 9.21.0
typescript: 5.8.2
@ -4857,23 +4857,23 @@ packages:
- supports-color
dev: true
/@typescript-eslint/scope-manager@8.25.0:
resolution: {integrity: sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==}
/@typescript-eslint/scope-manager@8.26.0:
resolution: {integrity: sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
dependencies:
'@typescript-eslint/types': 8.25.0
'@typescript-eslint/visitor-keys': 8.25.0
'@typescript-eslint/types': 8.26.0
'@typescript-eslint/visitor-keys': 8.26.0
dev: true
/@typescript-eslint/type-utils@8.25.0(eslint@9.21.0)(typescript@5.8.2):
resolution: {integrity: sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g==}
/@typescript-eslint/type-utils@8.26.0(eslint@9.21.0)(typescript@5.8.2):
resolution: {integrity: sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: 5.8.2
dependencies:
'@typescript-eslint/typescript-estree': 8.25.0(typescript@5.8.2)
'@typescript-eslint/utils': 8.25.0(eslint@9.21.0)(typescript@5.8.2)
'@typescript-eslint/typescript-estree': 8.26.0(typescript@5.8.2)
'@typescript-eslint/utils': 8.26.0(eslint@9.21.0)(typescript@5.8.2)
debug: 4.4.0(supports-color@10.0.0)
eslint: 9.21.0
ts-api-utils: 2.0.1(typescript@5.8.2)
@ -4882,19 +4882,19 @@ packages:
- supports-color
dev: true
/@typescript-eslint/types@8.25.0:
resolution: {integrity: sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==}
/@typescript-eslint/types@8.26.0:
resolution: {integrity: sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
dev: true
/@typescript-eslint/typescript-estree@8.25.0(typescript@5.8.2):
resolution: {integrity: sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==}
/@typescript-eslint/typescript-estree@8.26.0(typescript@5.8.2):
resolution: {integrity: sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: 5.8.2
dependencies:
'@typescript-eslint/types': 8.25.0
'@typescript-eslint/visitor-keys': 8.25.0
'@typescript-eslint/types': 8.26.0
'@typescript-eslint/visitor-keys': 8.26.0
debug: 4.4.0(supports-color@10.0.0)
fast-glob: 3.3.3
is-glob: 4.0.3
@ -4906,28 +4906,28 @@ packages:
- supports-color
dev: true
/@typescript-eslint/utils@8.25.0(eslint@9.21.0)(typescript@5.8.2):
resolution: {integrity: sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==}
/@typescript-eslint/utils@8.26.0(eslint@9.21.0)(typescript@5.8.2):
resolution: {integrity: sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: 5.8.2
dependencies:
'@eslint-community/eslint-utils': 4.4.1(eslint@9.21.0)
'@typescript-eslint/scope-manager': 8.25.0
'@typescript-eslint/types': 8.25.0
'@typescript-eslint/typescript-estree': 8.25.0(typescript@5.8.2)
'@typescript-eslint/scope-manager': 8.26.0
'@typescript-eslint/types': 8.26.0
'@typescript-eslint/typescript-estree': 8.26.0(typescript@5.8.2)
eslint: 9.21.0
typescript: 5.8.2
transitivePeerDependencies:
- supports-color
dev: true
/@typescript-eslint/visitor-keys@8.25.0:
resolution: {integrity: sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==}
/@typescript-eslint/visitor-keys@8.26.0:
resolution: {integrity: sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
dependencies:
'@typescript-eslint/types': 8.25.0
'@typescript-eslint/types': 8.26.0
eslint-visitor-keys: 4.2.0
dev: true
@ -7565,7 +7565,7 @@ packages:
- supports-color
dev: true
/eslint-module-utils@2.12.0(@typescript-eslint/parser@8.25.0)(eslint-import-resolver-node@0.3.9)(eslint@9.21.0):
/eslint-module-utils@2.12.0(@typescript-eslint/parser@8.26.0)(eslint-import-resolver-node@0.3.9)(eslint@9.21.0):
resolution: {integrity: sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==}
engines: {node: '>=4'}
peerDependencies:
@ -7586,7 +7586,7 @@ packages:
eslint-import-resolver-webpack:
optional: true
dependencies:
'@typescript-eslint/parser': 8.25.0(eslint@9.21.0)(typescript@5.8.2)
'@typescript-eslint/parser': 8.26.0(eslint@9.21.0)(typescript@5.8.2)
debug: 3.2.7
eslint: 9.21.0
eslint-import-resolver-node: 0.3.9
@ -7602,7 +7602,7 @@ packages:
eslint: 9.21.0
dev: true
/eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.25.0)(eslint@9.21.0):
/eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.26.0)(eslint@9.21.0):
resolution: {integrity: sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==}
engines: {node: '>=4'}
peerDependencies:
@ -7613,7 +7613,7 @@ packages:
optional: true
dependencies:
'@rtsao/scc': 1.1.0
'@typescript-eslint/parser': 8.25.0(eslint@9.21.0)(typescript@5.8.2)
'@typescript-eslint/parser': 8.26.0(eslint@9.21.0)(typescript@5.8.2)
array-includes: 3.1.8
array.prototype.findlastindex: 1.2.5
array.prototype.flat: 1.3.3
@ -7622,7 +7622,7 @@ packages:
doctrine: 2.1.0
eslint: 9.21.0
eslint-import-resolver-node: 0.3.9
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.25.0)(eslint-import-resolver-node@0.3.9)(eslint@9.21.0)
eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.26.0)(eslint-import-resolver-node@0.3.9)(eslint@9.21.0)
hasown: 2.0.2
is-core-module: 2.16.1
is-glob: 4.0.3

116
yarn.lock
View File

@ -363,8 +363,8 @@ __metadata:
"@types/yargs": "npm:^17.0.20"
"@types/yargs-parser": "npm:^21.0.0"
"@types/yarnpkg__lockfile": "npm:^1.1.5"
"@typescript-eslint/eslint-plugin": "npm:8.25.0"
"@typescript-eslint/parser": "npm:8.25.0"
"@typescript-eslint/eslint-plugin": "npm:8.26.0"
"@typescript-eslint/parser": "npm:8.26.0"
"@vitejs/plugin-basic-ssl": "npm:2.0.0"
"@web/test-runner": "npm:^0.20.0"
"@yarnpkg/lockfile": "npm:1.1.0"
@ -5575,15 +5575,15 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/eslint-plugin@npm:8.25.0":
version: 8.25.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.25.0"
"@typescript-eslint/eslint-plugin@npm:8.26.0":
version: 8.26.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.26.0"
dependencies:
"@eslint-community/regexpp": "npm:^4.10.0"
"@typescript-eslint/scope-manager": "npm:8.25.0"
"@typescript-eslint/type-utils": "npm:8.25.0"
"@typescript-eslint/utils": "npm:8.25.0"
"@typescript-eslint/visitor-keys": "npm:8.25.0"
"@typescript-eslint/scope-manager": "npm:8.26.0"
"@typescript-eslint/type-utils": "npm:8.26.0"
"@typescript-eslint/utils": "npm:8.26.0"
"@typescript-eslint/visitor-keys": "npm:8.26.0"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.3.1"
natural-compare: "npm:^1.4.0"
@ -5591,24 +5591,24 @@ __metadata:
peerDependencies:
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/11d63850f5f03b29cd31166f8da111788dc74e46877c2e16a5c488d6c4aa4b6c68c0857b9a396ad920aa7f0f3e7166f4faecbb194c19cd2bb9d3f687c5d2b292
typescript: ">=4.8.4 <5.9.0"
checksum: 10c0/b270467672c5cb7fb9085ae063364252af2910a424899f2a9f54cfbe84aba6ce80dbbf5027f1f33f17cc587da9883de212a4b3dc969f22ded30076889b499dd8
languageName: node
linkType: hard
"@typescript-eslint/parser@npm:8.25.0":
version: 8.25.0
resolution: "@typescript-eslint/parser@npm:8.25.0"
"@typescript-eslint/parser@npm:8.26.0":
version: 8.26.0
resolution: "@typescript-eslint/parser@npm:8.26.0"
dependencies:
"@typescript-eslint/scope-manager": "npm:8.25.0"
"@typescript-eslint/types": "npm:8.25.0"
"@typescript-eslint/typescript-estree": "npm:8.25.0"
"@typescript-eslint/visitor-keys": "npm:8.25.0"
"@typescript-eslint/scope-manager": "npm:8.26.0"
"@typescript-eslint/types": "npm:8.26.0"
"@typescript-eslint/typescript-estree": "npm:8.26.0"
"@typescript-eslint/visitor-keys": "npm:8.26.0"
debug: "npm:^4.3.4"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/9a54539ba297791f23093ff42a885cc57d36b26205d7a390e114d1f01cc584ce91ac6ead01819daa46b48f873cac6c829fcf399a436610bdbfa98e5cd78148a2
typescript: ">=4.8.4 <5.9.0"
checksum: 10c0/b937a80aeca4e508a67cbf2e42dfd268316336de265aaf836d04e49008a6ff4d754e73ad30075c183d98756677d1f54061c34e618c97d5fb61a04903c65d4851
languageName: node
linkType: hard
@ -5622,18 +5622,28 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/type-utils@npm:8.25.0":
version: 8.25.0
resolution: "@typescript-eslint/type-utils@npm:8.25.0"
"@typescript-eslint/scope-manager@npm:8.26.0":
version: 8.26.0
resolution: "@typescript-eslint/scope-manager@npm:8.26.0"
dependencies:
"@typescript-eslint/typescript-estree": "npm:8.25.0"
"@typescript-eslint/utils": "npm:8.25.0"
"@typescript-eslint/types": "npm:8.26.0"
"@typescript-eslint/visitor-keys": "npm:8.26.0"
checksum: 10c0/f93b12daf6a4df3050ca3fc6db1f534b5c521861509ee09a45a8a17d97f2fbb20c2d34975f07291481d69998aac9f2975f8facad0d47f533db56ec8f70f533a0
languageName: node
linkType: hard
"@typescript-eslint/type-utils@npm:8.26.0":
version: 8.26.0
resolution: "@typescript-eslint/type-utils@npm:8.26.0"
dependencies:
"@typescript-eslint/typescript-estree": "npm:8.26.0"
"@typescript-eslint/utils": "npm:8.26.0"
debug: "npm:^4.3.4"
ts-api-utils: "npm:^2.0.1"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.8.0"
checksum: 10c0/b7477a2d239cfd337f7d28641666763cf680a43a8d377a09dc42415f715670d35fbb4e772e103dfe8cd620c377e66bce740106bb3983ee65a739c28fab7325d1
typescript: ">=4.8.4 <5.9.0"
checksum: 10c0/840b7551dcea7304632564612a2460f869c5330c50661cf21ac5992359aba7539f1466ac7dbde6f2d0bd56f6f769c9f3fed8564045c82d4914a88745da846870
languageName: node
linkType: hard
@ -5644,6 +5654,13 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/types@npm:8.26.0":
version: 8.26.0
resolution: "@typescript-eslint/types@npm:8.26.0"
checksum: 10c0/b16c0f67d12092c204a5935b430854b3a41c80934b386a5a4526acc9c8a829d8ee4f78732e71587e605de7845fa9a801b59fff015471dab7bf33676ee68c0100
languageName: node
linkType: hard
"@typescript-eslint/typescript-estree@npm:8.25.0":
version: 8.25.0
resolution: "@typescript-eslint/typescript-estree@npm:8.25.0"
@ -5662,7 +5679,40 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/utils@npm:8.25.0, @typescript-eslint/utils@npm:^8.23.0":
"@typescript-eslint/typescript-estree@npm:8.26.0":
version: 8.26.0
resolution: "@typescript-eslint/typescript-estree@npm:8.26.0"
dependencies:
"@typescript-eslint/types": "npm:8.26.0"
"@typescript-eslint/visitor-keys": "npm:8.26.0"
debug: "npm:^4.3.4"
fast-glob: "npm:^3.3.2"
is-glob: "npm:^4.0.3"
minimatch: "npm:^9.0.4"
semver: "npm:^7.6.0"
ts-api-utils: "npm:^2.0.1"
peerDependencies:
typescript: ">=4.8.4 <5.9.0"
checksum: 10c0/898bf7ec8ee1f3454d0e38a0bb3d7bd3cbd39f530857c9b1851650ec1647bcb6997622e86d24332d81848afd9b65ce4c080437ab1c3c023b23915a745dd0b363
languageName: node
linkType: hard
"@typescript-eslint/utils@npm:8.26.0":
version: 8.26.0
resolution: "@typescript-eslint/utils@npm:8.26.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
"@typescript-eslint/scope-manager": "npm:8.26.0"
"@typescript-eslint/types": "npm:8.26.0"
"@typescript-eslint/typescript-estree": "npm:8.26.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
typescript: ">=4.8.4 <5.9.0"
checksum: 10c0/594838a865d385ad5206c8b948678d4cb4010d0c9b826913968ce9e8af4d1c58b1f044de49f91d8dc36cda2ddb121ee7d2c5b53822a05f3e55002b10a42b3bfb
languageName: node
linkType: hard
"@typescript-eslint/utils@npm:^8.23.0":
version: 8.25.0
resolution: "@typescript-eslint/utils@npm:8.25.0"
dependencies:
@ -5687,6 +5737,16 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/visitor-keys@npm:8.26.0":
version: 8.26.0
resolution: "@typescript-eslint/visitor-keys@npm:8.26.0"
dependencies:
"@typescript-eslint/types": "npm:8.26.0"
eslint-visitor-keys: "npm:^4.2.0"
checksum: 10c0/6428c1ba199d962060d43f06ba8a98b874ba6fe875a23b10e8f01550838d8be8ee689ae4da3e8b045d4c7bb01e38385e6a8ae17a9d566cf7cd21f7090b573f61
languageName: node
linkType: hard
"@verdaccio/auth@npm:8.0.0-next-8.7":
version: 8.0.0-next-8.7
resolution: "@verdaccio/auth@npm:8.0.0-next-8.7"