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 authored and angular-robot[bot] committed Feb 21, 2023
1 parent beb12c5 commit 54cc8d4
Show file tree
Hide file tree
Showing 5 changed files with 347 additions and 84 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Expand Up @@ -89,9 +89,9 @@ yarn_install(

http_archive(
name = "aspect_bazel_lib",
sha256 = "d2a71e1e39961535db2f9164c7a588cff1a86938564634532062ed3a3cf307b3",
strip_prefix = "bazel-lib-1.25.0",
url = "https://github.com/aspect-build/bazel-lib/archive/v1.25.0.tar.gz",
sha256 = "dce068f085e9eabfec6d795caaabdbbe4a73550810f3cae3035aff7162e42b3c",
strip_prefix = "bazel-lib-1.26.2",
url = "https://github.com/aspect-build/bazel-lib/archive/v1.26.2.tar.gz",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")
Expand Down
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -80,15 +80,15 @@
"@angular/platform-server": "15.2.0-rc.0",
"@angular/router": "15.2.0-rc.0",
"@angular/service-worker": "15.2.0-rc.0",
"@babel/core": "7.20.12",
"@babel/generator": "7.20.14",
"@babel/core": "7.21.0",
"@babel/generator": "7.21.1",
"@babel/helper-annotate-as-pure": "7.18.6",
"@babel/helper-split-export-declaration": "7.18.6",
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
"@babel/plugin-transform-async-to-generator": "7.20.7",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/plugin-transform-runtime": "7.21.0",
"@babel/preset-env": "7.20.2",
"@babel/runtime": "7.20.13",
"@babel/runtime": "7.21.0",
"@babel/template": "7.20.7",
"@bazel/bazelisk": "1.12.1",
"@bazel/buildifier": "6.0.1",
Expand Down Expand Up @@ -123,8 +123,8 @@
"@types/yargs": "^17.0.20",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
Expand All @@ -142,8 +142,8 @@
"cross-env": "^7.0.3",
"css-loader": "6.7.3",
"debug": "^4.1.1",
"esbuild": "0.17.8",
"esbuild-wasm": "0.17.8",
"esbuild": "0.17.10",
"esbuild-wasm": "0.17.10",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-header": "3.1.1",
Expand Down Expand Up @@ -178,7 +178,7 @@
"node-fetch": "^2.2.0",
"npm": "^8.11.0",
"npm-package-arg": "10.1.0",
"open": "8.4.1",
"open": "8.4.2",
"ora": "5.4.1",
"pacote": "15.1.0",
"parse5-html-rewriting-stream": "7.0.0",
Expand All @@ -191,10 +191,10 @@
"prettier": "^2.0.0",
"protractor": "~7.0.0",
"puppeteer": "18.2.1",
"quicktype-core": "23.0.1",
"quicktype-core": "23.0.5",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.0",
"sass": "1.58.2",
"sass": "1.58.3",
"sass-loader": "13.2.0",
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.8.1-linux.tar.gz",
"semver": "7.3.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/cli/package.json
Expand Up @@ -33,7 +33,7 @@
"jsonc-parser": "3.2.0",
"npm-package-arg": "10.1.0",
"npm-pick-manifest": "8.0.1",
"open": "8.4.1",
"open": "8.4.2",
"ora": "5.4.1",
"pacote": "15.1.0",
"resolve": "1.22.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/angular_devkit/build_angular/package.json
Expand Up @@ -10,15 +10,15 @@
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@babel/core": "7.20.12",
"@babel/generator": "7.20.14",
"@babel/core": "7.21.0",
"@babel/generator": "7.21.1",
"@babel/helper-annotate-as-pure": "7.18.6",
"@babel/helper-split-export-declaration": "7.18.6",
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
"@babel/plugin-transform-async-to-generator": "7.20.7",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/plugin-transform-runtime": "7.21.0",
"@babel/preset-env": "7.20.2",
"@babel/runtime": "7.20.13",
"@babel/runtime": "7.21.0",
"@babel/template": "7.20.7",
"@discoveryjs/json-ext": "0.5.7",
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
Expand All @@ -32,7 +32,7 @@
"copy-webpack-plugin": "11.0.0",
"critters": "0.0.16",
"css-loader": "6.7.3",
"esbuild-wasm": "0.17.8",
"esbuild-wasm": "0.17.10",
"glob": "8.1.0",
"https-proxy-agent": "5.0.1",
"inquirer": "8.2.4",
Expand All @@ -44,15 +44,15 @@
"loader-utils": "3.2.1",
"magic-string": "0.29.0",
"mini-css-extract-plugin": "2.7.2",
"open": "8.4.1",
"open": "8.4.2",
"ora": "5.4.1",
"parse5-html-rewriting-stream": "7.0.0",
"piscina": "3.2.0",
"postcss": "8.4.21",
"postcss-loader": "7.0.2",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.0",
"sass": "1.58.2",
"sass": "1.58.3",
"sass-loader": "13.2.0",
"semver": "7.3.8",
"source-map-loader": "4.0.1",
Expand All @@ -68,7 +68,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.17.8"
"esbuild": "0.17.10"
},
"peerDependencies": {
"@angular/compiler-cli": "^15.0.0 || ^15.2.0-next",
Expand Down

0 comments on commit 54cc8d4

Please sign in to comment.