Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/assistant-to-the-branch-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
assistant_to_the_branch_manager:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # tag=v3.2.0
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@f7d207b79899e466f312ae4fea2804f7978278ad
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # tag=v3.2.0
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f7d207b79899e466f312ae4fea2804f7978278ad
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # tag=v3.2.0
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
- uses: angular/dev-infra/github-actions/post-approval-changes@f7d207b79899e466f312ae4fea2804f7978278ad
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ yarn_install(

http_archive(
name = "aspect_bazel_lib",
sha256 = "be236556c7b9c7b91cb370e837fdcec62b6e8893408cd4465ae883c9d7c67024",
strip_prefix = "bazel-lib-1.18.0",
url = "https://github.com/aspect-build/bazel-lib/archive/v1.18.0.tar.gz",
sha256 = "ae56efc54ce3025ea908900e0d061423310b15e4676ae1359105583a2944665c",
strip_prefix = "bazel-lib-1.19.1",
url = "https://github.com/aspect-build/bazel-lib/archive/v1.19.1.tar.gz",
)

load("@aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "register_jq_toolchains")
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
]
},
"resolutions": {
"**/ajv-formats/ajv": "8.11.2",
"**/ajv-formats/ajv": "8.12.0",
"@types/parse5-html-rewriting-stream/@types/parse5-sax-parser": "^5.0.2"
},
"devDependencies": {
Expand All @@ -81,15 +81,15 @@
"@angular/platform-server": "15.1.0-next.3",
"@angular/router": "15.1.0-next.3",
"@angular/service-worker": "15.1.0-next.3",
"@babel/core": "7.20.5",
"@babel/generator": "7.20.5",
"@babel/core": "7.20.12",
"@babel/generator": "7.20.7",
"@babel/helper-annotate-as-pure": "7.18.6",
"@babel/plugin-proposal-async-generator-functions": "7.20.1",
"@babel/plugin-transform-async-to-generator": "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/preset-env": "7.20.2",
"@babel/runtime": "7.20.6",
"@babel/template": "7.18.10",
"@babel/runtime": "7.20.7",
"@babel/template": "7.20.7",
"@bazel/bazelisk": "1.12.1",
"@bazel/buildifier": "5.1.0",
"@bazel/concatjs": "5.7.3",
Expand Down Expand Up @@ -123,14 +123,14 @@
"@types/yargs": "^17.0.8",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"@typescript-eslint/eslint-plugin": "5.48.0",
"@typescript-eslint/parser": "5.48.0",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.11.2",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"ansi-colors": "4.1.3",
"autoprefixer": "10.4.13",
"babel-loader": "9.1.0",
"babel-loader": "9.1.2",
"babel-plugin-istanbul": "6.1.1",
"bootstrap": "^4.0.0",
"browserslist": "4.21.4",
Expand All @@ -141,17 +141,17 @@
"cross-env": "^7.0.3",
"css-loader": "6.7.3",
"debug": "^4.1.1",
"esbuild": "0.16.7",
"esbuild-wasm": "0.16.7",
"eslint": "8.29.0",
"eslint-config-prettier": "8.5.0",
"esbuild": "0.16.14",
"esbuild-wasm": "0.16.14",
"eslint": "8.31.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.26.0",
"express": "4.18.2",
"glob": "8.0.3",
"http-proxy": "^1.18.1",
"https-proxy-agent": "5.0.1",
"husky": "8.0.2",
"husky": "8.0.3",
"ini": "3.0.1",
"inquirer": "8.2.4",
"jasmine": "^4.0.0",
Expand All @@ -172,7 +172,7 @@
"loader-utils": "3.2.1",
"magic-string": "0.27.0",
"mini-css-extract-plugin": "2.7.2",
"minimatch": "5.1.1",
"minimatch": "5.1.2",
"ng-packagr": "15.1.0-next.0",
"node-fetch": "^2.2.0",
"npm": "^8.11.0",
Expand All @@ -193,7 +193,7 @@
"quicktype-core": "6.0.69",
"resolve-url-loader": "5.0.0",
"rxjs": "6.6.7",
"sass": "1.56.2",
"sass": "1.57.1",
"sass-loader": "13.2.0",
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.8.1-linux.tar.gz",
"semver": "7.3.8",
Expand All @@ -210,7 +210,7 @@
"ts-node": "^10.0.0",
"tslib": "2.4.1",
"typescript": "4.9.4",
"verdaccio": "5.18.0",
"verdaccio": "5.19.0",
"verdaccio-auth-memory": "^10.0.0",
"webpack": "5.75.0",
"webpack-dev-middleware": "6.0.1",
Expand Down
20 changes: 10 additions & 10 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@
"@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.5",
"@babel/generator": "7.20.5",
"@babel/core": "7.20.12",
"@babel/generator": "7.20.7",
"@babel/helper-annotate-as-pure": "7.18.6",
"@babel/plugin-proposal-async-generator-functions": "7.20.1",
"@babel/plugin-transform-async-to-generator": "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/preset-env": "7.20.2",
"@babel/runtime": "7.20.6",
"@babel/template": "7.18.10",
"@babel/runtime": "7.20.7",
"@babel/template": "7.20.7",
"@discoveryjs/json-ext": "0.5.7",
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
"ansi-colors": "4.1.3",
"autoprefixer": "10.4.13",
"babel-loader": "9.1.0",
"babel-loader": "9.1.2",
"babel-plugin-istanbul": "6.1.1",
"browserslist": "4.21.4",
"cacache": "17.0.4",
"chokidar": "3.5.3",
"copy-webpack-plugin": "11.0.0",
"critters": "0.0.16",
"css-loader": "6.7.3",
"esbuild-wasm": "0.16.7",
"esbuild-wasm": "0.16.14",
"glob": "8.0.3",
"https-proxy-agent": "5.0.1",
"inquirer": "8.2.4",
Expand All @@ -51,7 +51,7 @@
"postcss-loader": "7.0.2",
"resolve-url-loader": "5.0.0",
"rxjs": "6.6.7",
"sass": "1.56.2",
"sass": "1.57.1",
"sass-loader": "13.2.0",
"semver": "7.3.8",
"source-map-loader": "4.0.1",
Expand All @@ -67,7 +67,7 @@
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.16.7"
"esbuild": "0.16.14"
},
"peerDependencies": {
"@angular/compiler-cli": "^15.0.0-next || ^15.1.0-next",
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 @@ -9,7 +9,7 @@
],
"dependencies": {
"ajv-formats": "2.1.1",
"ajv": "8.11.2",
"ajv": "8.12.0",
"jsonc-parser": "3.2.0",
"rxjs": "6.6.7",
"source-map": "0.7.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"karma": "~6.4.0",
"ng-packagr": "^15.1.0-next.0",
"protractor": "~7.0.0",
"rxjs": "~7.6.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"ts-node": "~10.9.0",
"typescript": "~4.9.3",
Expand Down
Loading