Skip to content

Commit

Permalink
build: update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot committed Apr 2, 2024
1 parent f97c0f3 commit 17a7707
Show file tree
Hide file tree
Showing 7 changed files with 128 additions and 112 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ yarn_install(

http_archive(
name = "aspect_bazel_lib",
sha256 = "6c25c59581041ede31e117693047f972cc4700c89acf913658dc89d04c338f8d",
strip_prefix = "bazel-lib-2.5.3",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.5.3/bazel-lib-v2.5.3.tar.gz",
sha256 = "ac6392cbe5e1cc7701bbd81caf94016bae6f248780e12af4485d4a7127b4cb2b",
strip_prefix = "bazel-lib-2.6.1",
url = "https://github.com/aspect-build/bazel-lib/releases/download/v2.6.1/bazel-lib-v2.6.1.tar.gz",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@vitejs/plugin-basic-ssl": "1.1.0",
"@web/test-runner": "^0.18.0",
"@yarnpkg/lockfile": "1.1.0",
Expand Down Expand Up @@ -145,7 +145,7 @@
"https-proxy-agent": "7.0.4",
"husky": "9.0.11",
"ini": "4.1.2",
"inquirer": "9.2.16",
"inquirer": "9.2.17",
"jasmine": "^5.0.0",
"jasmine-core": "~5.1.0",
"jasmine-spec-reporter": "~7.0.0",
Expand Down Expand Up @@ -174,15 +174,15 @@
"pacote": "17.0.6",
"parse5-html-rewriting-stream": "7.0.0",
"patch-package": "^7.0.1",
"picomatch": "4.0.1",
"picomatch": "4.0.2",
"piscina": "4.4.0",
"popper.js": "^1.14.1",
"postcss": "8.4.38",
"postcss-loader": "8.1.1",
"prettier": "^3.0.0",
"protractor": "~7.0.0",
"puppeteer": "18.2.1",
"quicktype-core": "23.0.107",
"quicktype-core": "23.0.115",
"resolve-url-loader": "5.0.0",
"rollup": "~4.13.0",
"rollup-plugin-sourcemaps": "^0.6.0",
Expand All @@ -198,18 +198,18 @@
"spdx-satisfies": "^5.0.0",
"symbol-observable": "4.0.0",
"tar": "^6.1.6",
"terser": "5.29.2",
"terser": "5.30.2",
"tree-kill": "1.2.2",
"ts-node": "^10.9.1",
"tslib": "2.6.2",
"typescript": "5.4.3",
"undici": "6.10.1",
"undici": "6.11.0",
"verdaccio": "5.30.2",
"verdaccio-auth-memory": "^10.0.0",
"vite": "5.2.6",
"vite": "5.2.7",
"watchpack": "2.4.1",
"webpack": "5.91.0",
"webpack-dev-middleware": "7.1.1",
"webpack-dev-middleware": "7.2.1",
"webpack-dev-server": "5.0.4",
"webpack-merge": "5.10.0",
"webpack-subresource-integrity": "5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@yarnpkg/lockfile": "1.1.0",
"ansi-colors": "4.1.3",
"ini": "4.1.2",
"inquirer": "9.2.16",
"inquirer": "9.2.17",
"jsonc-parser": "3.2.1",
"npm-package-arg": "11.0.1",
"npm-pick-manifest": "9.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"fast-glob": "3.3.2",
"https-proxy-agent": "7.0.4",
"http-proxy-middleware": "2.0.6",
"inquirer": "9.2.16",
"inquirer": "9.2.17",
"jsonc-parser": "3.2.1",
"karma-source-map-support": "1.4.0",
"less": "4.2.0",
Expand All @@ -47,7 +47,7 @@
"open": "8.4.2",
"ora": "5.4.1",
"parse5-html-rewriting-stream": "7.0.0",
"picomatch": "4.0.1",
"picomatch": "4.0.2",
"piscina": "4.4.0",
"postcss": "8.4.38",
"postcss-loader": "8.1.1",
Expand All @@ -58,14 +58,14 @@
"semver": "7.6.0",
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
"terser": "5.29.2",
"terser": "5.30.2",
"tree-kill": "1.2.2",
"tslib": "2.6.2",
"undici": "6.10.1",
"vite": "5.2.6",
"undici": "6.11.0",
"vite": "5.2.7",
"watchpack": "2.4.1",
"webpack": "5.91.0",
"webpack-dev-middleware": "7.1.1",
"webpack-dev-middleware": "7.2.1",
"webpack-dev-server": "5.0.4",
"webpack-merge": "5.10.0",
"webpack-subresource-integrity": "5.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ajv-formats": "3.0.1",
"ajv": "8.12.0",
"jsonc-parser": "3.2.1",
"picomatch": "4.0.1",
"picomatch": "4.0.2",
"rxjs": "7.8.1",
"source-map": "0.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/schematics_cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular-devkit/schematics": "0.0.0-PLACEHOLDER",
"ansi-colors": "4.1.3",
"inquirer": "9.2.16",
"inquirer": "9.2.17",
"symbol-observable": "4.0.0",
"yargs-parser": "21.1.1"
}
Expand Down

0 comments on commit 17a7707

Please sign in to comment.