build: update all non-major dependencies

This commit is contained in:
Angular Robot 2024-08-20 05:12:32 +00:00 committed by Alan Agius
parent eedeee2f4f
commit 4d19d7c1ea
4 changed files with 105 additions and 86 deletions

View File

@ -131,9 +131,9 @@ yarn_install(
http_archive(
name = "aspect_bazel_lib",
sha256 = "cea19e6d8322fb212f155acb58d1590f632e53abde7f1be5f0a086a93cf4c9f4",
strip_prefix = "bazel-lib-2.8.0",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.8.0/bazel-lib-v2.8.0.tar.gz",
sha256 = "688354ee6beeba7194243d73eb0992b9a12e8edeeeec5b6544f4b531a3112237",
strip_prefix = "bazel-lib-2.8.1",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.8.1/bazel-lib-v2.8.1.tar.gz",
)
load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")

View File

@ -112,8 +112,8 @@
"@types/yargs": "^17.0.20",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"@typescript-eslint/eslint-plugin": "8.2.0",
"@typescript-eslint/parser": "8.2.0",
"@vitejs/plugin-basic-ssl": "1.1.0",
"@web/test-runner": "^0.18.0",
"@yarnpkg/lockfile": "1.1.0",
@ -162,7 +162,7 @@
"loader-utils": "3.3.1",
"lodash": "^4.17.21",
"magic-string": "0.30.11",
"mini-css-extract-plugin": "2.9.0",
"mini-css-extract-plugin": "2.9.1",
"mrmime": "2.0.0",
"ng-packagr": "19.0.0-next.0",
"npm": "^10.8.1",
@ -185,7 +185,7 @@
"rollup-plugin-sourcemaps": "^0.6.0",
"rxjs": "7.8.1",
"sass": "1.77.8",
"sass-loader": "16.0.0",
"sass-loader": "16.0.1",
"semver": "7.6.3",
"shelljs": "^0.8.5",
"source-map": "0.7.4",
@ -198,13 +198,13 @@
"ts-node": "^10.9.1",
"tslib": "2.6.3",
"typescript": "5.5.4",
"undici": "6.19.7",
"undici": "6.19.8",
"verdaccio": "5.32.1",
"verdaccio-auth-memory": "^10.0.0",
"vite": "5.4.1",
"watchpack": "2.4.2",
"webpack": "5.93.0",
"webpack-dev-middleware": "7.3.0",
"webpack-dev-middleware": "7.4.0",
"webpack-dev-server": "5.0.4",
"webpack-merge": "6.0.1",
"webpack-subresource-integrity": "5.1.0",

View File

@ -42,7 +42,7 @@
"license-webpack-plugin": "4.0.2",
"loader-utils": "3.3.1",
"magic-string": "0.30.11",
"mini-css-extract-plugin": "2.9.0",
"mini-css-extract-plugin": "2.9.1",
"mrmime": "2.0.0",
"open": "10.1.0",
"ora": "5.4.1",
@ -54,7 +54,7 @@
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.1",
"sass": "1.77.8",
"sass-loader": "16.0.0",
"sass-loader": "16.0.1",
"semver": "7.6.3",
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
@ -64,7 +64,7 @@
"vite": "5.4.1",
"watchpack": "2.4.2",
"webpack": "5.93.0",
"webpack-dev-middleware": "7.3.0",
"webpack-dev-middleware": "7.4.0",
"webpack-dev-server": "5.0.4",
"webpack-merge": "6.0.1",
"webpack-subresource-integrity": "5.1.0"
@ -73,7 +73,7 @@
"esbuild": "0.23.1"
},
"devDependencies": {
"undici": "6.19.7"
"undici": "6.19.8"
},
"peerDependencies": {
"@angular/compiler-cli": "^19.0.0-next.0",

165
yarn.lock
View File

@ -96,7 +96,7 @@ __metadata:
license-webpack-plugin: "npm:4.0.2"
loader-utils: "npm:3.3.1"
magic-string: "npm:0.30.11"
mini-css-extract-plugin: "npm:2.9.0"
mini-css-extract-plugin: "npm:2.9.1"
mrmime: "npm:2.0.0"
open: "npm:10.1.0"
ora: "npm:5.4.1"
@ -108,18 +108,18 @@ __metadata:
resolve-url-loader: "npm:5.0.0"
rxjs: "npm:7.8.1"
sass: "npm:1.77.8"
sass-loader: "npm:16.0.0"
sass-loader: "npm:16.0.1"
semver: "npm:7.6.3"
source-map-loader: "npm:5.0.0"
source-map-support: "npm:0.5.21"
terser: "npm:5.31.6"
tree-kill: "npm:1.2.2"
tslib: "npm:2.6.3"
undici: "npm:6.19.7"
undici: "npm:6.19.8"
vite: "npm:5.4.1"
watchpack: "npm:2.4.2"
webpack: "npm:5.93.0"
webpack-dev-middleware: "npm:7.3.0"
webpack-dev-middleware: "npm:7.4.0"
webpack-dev-server: "npm:5.0.4"
webpack-merge: "npm:6.0.1"
webpack-subresource-integrity: "npm:5.1.0"
@ -685,8 +685,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.1.0"
"@typescript-eslint/parser": "npm:8.1.0"
"@typescript-eslint/eslint-plugin": "npm:8.2.0"
"@typescript-eslint/parser": "npm:8.2.0"
"@vitejs/plugin-basic-ssl": "npm:1.1.0"
"@web/test-runner": "npm:^0.18.0"
"@yarnpkg/lockfile": "npm:1.1.0"
@ -735,7 +735,7 @@ __metadata:
loader-utils: "npm:3.3.1"
lodash: "npm:^4.17.21"
magic-string: "npm:0.30.11"
mini-css-extract-plugin: "npm:2.9.0"
mini-css-extract-plugin: "npm:2.9.1"
mrmime: "npm:2.0.0"
ng-packagr: "npm:19.0.0-next.0"
npm: "npm:^10.8.1"
@ -758,7 +758,7 @@ __metadata:
rollup-plugin-sourcemaps: "npm:^0.6.0"
rxjs: "npm:7.8.1"
sass: "npm:1.77.8"
sass-loader: "npm:16.0.0"
sass-loader: "npm:16.0.1"
semver: "npm:7.6.3"
shelljs: "npm:^0.8.5"
source-map: "npm:0.7.4"
@ -771,13 +771,13 @@ __metadata:
ts-node: "npm:^10.9.1"
tslib: "npm:2.6.3"
typescript: "npm:5.5.4"
undici: "npm:6.19.7"
undici: "npm:6.19.8"
verdaccio: "npm:5.32.1"
verdaccio-auth-memory: "npm:^10.0.0"
vite: "npm:5.4.1"
watchpack: "npm:2.4.2"
webpack: "npm:5.93.0"
webpack-dev-middleware: "npm:7.3.0"
webpack-dev-middleware: "npm:7.4.0"
webpack-dev-server: "npm:5.0.4"
webpack-merge: "npm:6.0.1"
webpack-subresource-integrity: "npm:5.1.0"
@ -5396,15 +5396,15 @@ __metadata:
languageName: node
linkType: hard
"@typescript-eslint/eslint-plugin@npm:8.1.0":
version: 8.1.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.1.0"
"@typescript-eslint/eslint-plugin@npm:8.2.0":
version: 8.2.0
resolution: "@typescript-eslint/eslint-plugin@npm:8.2.0"
dependencies:
"@eslint-community/regexpp": "npm:^4.10.0"
"@typescript-eslint/scope-manager": "npm:8.1.0"
"@typescript-eslint/type-utils": "npm:8.1.0"
"@typescript-eslint/utils": "npm:8.1.0"
"@typescript-eslint/visitor-keys": "npm:8.1.0"
"@typescript-eslint/scope-manager": "npm:8.2.0"
"@typescript-eslint/type-utils": "npm:8.2.0"
"@typescript-eslint/utils": "npm:8.2.0"
"@typescript-eslint/visitor-keys": "npm:8.2.0"
graphemer: "npm:^1.4.0"
ignore: "npm:^5.3.1"
natural-compare: "npm:^1.4.0"
@ -5415,66 +5415,66 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/7bbeae588f859b59c34d6a76cac06ef0fa605921b40c5d3b65b94829984280ea84c4dd3f5cb9ce2eb326f5563e9abb4c90ebff05c47f83f4def296c2ea1fa86c
checksum: 10c0/17243ee1b34d78723fe3e1a308c64490eee49bd83301e3abe8a6f05bce05434d70f56caf75756b8cffa051154dc89cdf485114ede6781fc087f0aaca37a026ec
languageName: node
linkType: hard
"@typescript-eslint/parser@npm:8.1.0":
version: 8.1.0
resolution: "@typescript-eslint/parser@npm:8.1.0"
"@typescript-eslint/parser@npm:8.2.0":
version: 8.2.0
resolution: "@typescript-eslint/parser@npm:8.2.0"
dependencies:
"@typescript-eslint/scope-manager": "npm:8.1.0"
"@typescript-eslint/types": "npm:8.1.0"
"@typescript-eslint/typescript-estree": "npm:8.1.0"
"@typescript-eslint/visitor-keys": "npm:8.1.0"
"@typescript-eslint/scope-manager": "npm:8.2.0"
"@typescript-eslint/types": "npm:8.2.0"
"@typescript-eslint/typescript-estree": "npm:8.2.0"
"@typescript-eslint/visitor-keys": "npm:8.2.0"
debug: "npm:^4.3.4"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/b94b2d3ab5ca505484d100701fad6a04a5dc8d595029bac1b9f5b8a4a91d80fd605b0f65d230b36a97ab7e5d55eeb0c28af2ab63929a3e4ab8fdefd2a548c36b
checksum: 10c0/bb4ebc0a40b5e68c5287de17af3acf3045e2ef7886ebee8d1c4a6fd07bd6d55e9fc12bc7b89d07d15a2a4182cbf6380b50ad148d4a37e93d2e54930aa386a3bf
languageName: node
linkType: hard
"@typescript-eslint/scope-manager@npm:8.1.0":
version: 8.1.0
resolution: "@typescript-eslint/scope-manager@npm:8.1.0"
"@typescript-eslint/scope-manager@npm:8.2.0":
version: 8.2.0
resolution: "@typescript-eslint/scope-manager@npm:8.2.0"
dependencies:
"@typescript-eslint/types": "npm:8.1.0"
"@typescript-eslint/visitor-keys": "npm:8.1.0"
checksum: 10c0/2bcf8cd176a1819bddcae16c572e7da8fba821b995a91cd53d64d8d6b85a17f5a895522f281ba57e34929574bddd4d6684ee3e545ec4e8096be4c3198e253a9a
"@typescript-eslint/types": "npm:8.2.0"
"@typescript-eslint/visitor-keys": "npm:8.2.0"
checksum: 10c0/8026e11d9cfbb674c62eb38929d08d42c4a373f3463c2591ed6603c496d3d00321f553edce47f1d7504b55fcbe9664ea2bdcaa3131c8c834bde1b1f07497af5d
languageName: node
linkType: hard
"@typescript-eslint/type-utils@npm:8.1.0":
version: 8.1.0
resolution: "@typescript-eslint/type-utils@npm:8.1.0"
"@typescript-eslint/type-utils@npm:8.2.0":
version: 8.2.0
resolution: "@typescript-eslint/type-utils@npm:8.2.0"
dependencies:
"@typescript-eslint/typescript-estree": "npm:8.1.0"
"@typescript-eslint/utils": "npm:8.1.0"
"@typescript-eslint/typescript-estree": "npm:8.2.0"
"@typescript-eslint/utils": "npm:8.2.0"
debug: "npm:^4.3.4"
ts-api-utils: "npm:^1.3.0"
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/62753941c4136e8d2daa72fe0410dea48e5317a6f12ece6382ca85e29912bd1b3f739b61d1060fc0a1f8c488dfc905beab4c8b8497951a21c3138a659c7271ec
checksum: 10c0/5ff387d39fec3ba47af167ca3e48a200f87e4b97b010170245f495cd3d2e30fd0a5b2a9b27aae2ae929c99f92acabcd07315944dc6f9de963bad1c61ba9ea53c
languageName: node
linkType: hard
"@typescript-eslint/types@npm:8.1.0":
version: 8.1.0
resolution: "@typescript-eslint/types@npm:8.1.0"
checksum: 10c0/ceade44455f45974e68956016c4d1c6626580732f7f9675e14ffa63db80b551752b0df596b20473dae9f0dc6ed966e17417dc2cf36e1a82b6ab0edc97c5eaa50
"@typescript-eslint/types@npm:8.2.0":
version: 8.2.0
resolution: "@typescript-eslint/types@npm:8.2.0"
checksum: 10c0/2ffba0d0183dfdd2f859fb414013d17d009f5e886664823f973aaa1145243fceb52cfe26aa7c50208af7833b3703b7788337f1aab136c9a4eb36d905493847d1
languageName: node
linkType: hard
"@typescript-eslint/typescript-estree@npm:8.1.0":
version: 8.1.0
resolution: "@typescript-eslint/typescript-estree@npm:8.1.0"
"@typescript-eslint/typescript-estree@npm:8.2.0":
version: 8.2.0
resolution: "@typescript-eslint/typescript-estree@npm:8.2.0"
dependencies:
"@typescript-eslint/types": "npm:8.1.0"
"@typescript-eslint/visitor-keys": "npm:8.1.0"
"@typescript-eslint/types": "npm:8.2.0"
"@typescript-eslint/visitor-keys": "npm:8.2.0"
debug: "npm:^4.3.4"
globby: "npm:^11.1.0"
is-glob: "npm:^4.0.3"
@ -5484,31 +5484,31 @@ __metadata:
peerDependenciesMeta:
typescript:
optional: true
checksum: 10c0/a7bc8275df1c79c4cb14ef086c56674316dd4907efec53eddca35d0b5220428b69c82178ce2d95138da2e398269c8bd0764cae8020a36417e411e35c3c47bc4b
checksum: 10c0/f49aabc78e396908307394812fdebc4015ca407983efc361be106d3e2d58971dec4a1a725362fcfbd637f3d8150baa0735eb5929fd170172b7f2a65e06eeb3d2
languageName: node
linkType: hard
"@typescript-eslint/utils@npm:8.1.0":
version: 8.1.0
resolution: "@typescript-eslint/utils@npm:8.1.0"
"@typescript-eslint/utils@npm:8.2.0":
version: 8.2.0
resolution: "@typescript-eslint/utils@npm:8.2.0"
dependencies:
"@eslint-community/eslint-utils": "npm:^4.4.0"
"@typescript-eslint/scope-manager": "npm:8.1.0"
"@typescript-eslint/types": "npm:8.1.0"
"@typescript-eslint/typescript-estree": "npm:8.1.0"
"@typescript-eslint/scope-manager": "npm:8.2.0"
"@typescript-eslint/types": "npm:8.2.0"
"@typescript-eslint/typescript-estree": "npm:8.2.0"
peerDependencies:
eslint: ^8.57.0 || ^9.0.0
checksum: 10c0/c95503a6bdcd98b1ff04d1adbf46377b2036b1c510d90a4a056401f996f775f06c3108c95fb81cd6babc9c97b73b91b8e848f0337bc508de8a49c993582f0e75
checksum: 10c0/0f3d5cf804c2863ea9432ef76bfdb1cadbb244cbf8a64ac77c0e559c012a1e98382c4535354e54696c564c0abd9c10dffc78d38972c97035e963798d360d1830
languageName: node
linkType: hard
"@typescript-eslint/visitor-keys@npm:8.1.0":
version: 8.1.0
resolution: "@typescript-eslint/visitor-keys@npm:8.1.0"
"@typescript-eslint/visitor-keys@npm:8.2.0":
version: 8.2.0
resolution: "@typescript-eslint/visitor-keys@npm:8.2.0"
dependencies:
"@typescript-eslint/types": "npm:8.1.0"
"@typescript-eslint/types": "npm:8.2.0"
eslint-visitor-keys: "npm:^3.4.3"
checksum: 10c0/b7544dbb0eec1ddbfcd95c04b51b9a739c2e768c16d1c88508f976a2b0d1bc02fefb7491930e06e48073a5c07c6f488cd8403bba3a8b918888b93a88d5ac3869
checksum: 10c0/788633bd2905c88ea2cf20d9e317a2bc992a70fcf725cb54bbe55a17c42138a6fe877c89fbda41a733e0e8ad6dce893163bada60509a1b856321f4329a316973
languageName: node
linkType: hard
@ -12854,15 +12854,15 @@ __metadata:
languageName: node
linkType: hard
"mini-css-extract-plugin@npm:2.9.0":
version: 2.9.0
resolution: "mini-css-extract-plugin@npm:2.9.0"
"mini-css-extract-plugin@npm:2.9.1":
version: 2.9.1
resolution: "mini-css-extract-plugin@npm:2.9.1"
dependencies:
schema-utils: "npm:^4.0.0"
tapable: "npm:^2.2.1"
peerDependencies:
webpack: ^5.0.0
checksum: 10c0/46e20747ea250420db8a82801b9779299ce3cd5ec4d6dd75e00904c39cc80f0f01decaa534b8cb9658d7d3b656b919cb2cc84b1ba7e2394d2d6548578a5c2901
checksum: 10c0/19361902ef028b9875aafa3931d99643c2d95824ba343a501c83ff61d069a430fcfc523ca796765798b564570da2199f5a28cd51b9528ddbcfdc9271c61400d0
languageName: node
linkType: hard
@ -15576,9 +15576,9 @@ __metadata:
languageName: node
linkType: hard
"sass-loader@npm:16.0.0":
version: 16.0.0
resolution: "sass-loader@npm:16.0.0"
"sass-loader@npm:16.0.1":
version: 16.0.1
resolution: "sass-loader@npm:16.0.1"
dependencies:
neo-async: "npm:^2.6.2"
peerDependencies:
@ -15598,7 +15598,7 @@ __metadata:
optional: true
webpack:
optional: true
checksum: 10c0/0d2c2ee89a380ae19f1d024008c241afb747c254cf8e2163b281533c803a1cb3933236f0cfbb59a296fce864e4274e32a80c30dadd5b98618a362f0be8bac20f
checksum: 10c0/ac841ea8881354e4bf286c2c5f331b60c2edf73c6e4abbc85b954024ec16dfda01accf59ea6fcb4b29ec7dd5a81a9950fc9138dcb262b9130865367201b7699a
languageName: node
linkType: hard
@ -17301,10 +17301,10 @@ __metadata:
languageName: node
linkType: hard
"undici@npm:6.19.7":
version: 6.19.7
resolution: "undici@npm:6.19.7"
checksum: 10c0/801d1e66d5bccdd3fcc9ecf1c95b83a593e4867b89e21ed725e35bd4d572b3d3ce1d7feab2a4f2046f65923de70bfafb69ac148c633d1ab30a948d6fec24475a
"undici@npm:6.19.8":
version: 6.19.8
resolution: "undici@npm:6.19.8"
checksum: 10c0/07fd8520bce7e34ea29c07ef0de27b734183042cdb4e2f1262cd1fb9b755a6b04ff2471040395dfb1770fb7786069a97c5178bcf706b80a34075994f46feb37c
languageName: node
linkType: hard
@ -17865,7 +17865,26 @@ __metadata:
languageName: node
linkType: hard
"webpack-dev-middleware@npm:7.3.0, webpack-dev-middleware@npm:^7.1.0":
"webpack-dev-middleware@npm:7.4.0":
version: 7.4.0
resolution: "webpack-dev-middleware@npm:7.4.0"
dependencies:
colorette: "npm:^2.0.10"
memfs: "npm:^4.6.0"
mime-types: "npm:^2.1.31"
on-finished: "npm:^2.4.1"
range-parser: "npm:^1.2.1"
schema-utils: "npm:^4.0.0"
peerDependencies:
webpack: ^5.0.0
peerDependenciesMeta:
webpack:
optional: true
checksum: 10c0/c8cc17e713d219b1a88750c498acfd738b3fa6170964ff62c549f25a23f0c7d4ab0872ccd6b7619583d230650d635267adb03ae1e7ce9cca33082e82324479b3
languageName: node
linkType: hard
"webpack-dev-middleware@npm:^7.1.0":
version: 7.3.0
resolution: "webpack-dev-middleware@npm:7.3.0"
dependencies: