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/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748 # tag=v3.0.1
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@303acfd7f5ae3118193047f604d821f3604a0512
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ http_archive(

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "2b2004784358655f334925e7eadc7ba80f701144363df949b3293e1ae7a2fb7b",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.4.0/rules_nodejs-5.4.0.tar.gz"],
sha256 = "280cefd3649b9648fdc444e9d6ed17c949152ff28d7e23638390ae8b93941d60",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/5.4.1/rules_nodejs-5.4.1.tar.gz"],
)

load("@build_bazel_rules_nodejs//:repositories.bzl", "build_bazel_rules_nodejs_dependencies")
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"validate": "node ./bin/devkit-admin validate",
"postinstall": "yarn webdriver-update && yarn husky install",
"//webdriver-update-README": "ChromeDriver version must match Puppeteer Chromium version, see https://github.com/GoogleChrome/puppeteer/releases http://chromedriver.chromium.org/downloads",
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 99.0.4844.17",
"webdriver-update": "webdriver-manager update --standalone false --gecko false --versions.chrome 101.0.4951.41",
"public-api:check": "node goldens/public-api/manage.js test",
"public-api:update": "node goldens/public-api/manage.js accept",
"ts-circular-deps:check": "ng-dev ts-circular-deps check --config ./packages/circular-deps-test.conf.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"**/ajv-formats/ajv": "8.11.0"
},
"devDependencies": {
"@ampproject/remapping": "2.1.2",
"@ampproject/remapping": "2.2.0",
"@angular/animations": "14.0.0-next.14",
"@angular/cdk": "14.0.0-next.11",
"@angular/common": "14.0.0-next.14",
Expand All @@ -89,8 +89,8 @@
"@babel/template": "7.16.7",
"@bazel/bazelisk": "1.11.0",
"@bazel/buildifier": "5.1.0",
"@bazel/concatjs": "5.4.0",
"@bazel/jasmine": "5.4.0",
"@bazel/concatjs": "5.4.1",
"@bazel/jasmine": "5.4.1",
"@discoveryjs/json-ext": "0.5.7",
"@types/babel__core": "7.1.19",
"@types/babel__template": "7.4.1",
Expand Down Expand Up @@ -120,36 +120,36 @@
"@types/yargs": "^17.0.8",
"@types/yargs-parser": "^21.0.0",
"@types/yarnpkg__lockfile": "^1.1.5",
"@typescript-eslint/eslint-plugin": "5.20.0",
"@typescript-eslint/parser": "5.20.0",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"@yarnpkg/lockfile": "1.1.0",
"ajv": "8.11.0",
"ajv-formats": "2.1.1",
"ansi-colors": "4.1.1",
"babel-loader": "8.2.4",
"babel-loader": "8.2.5",
"babel-plugin-istanbul": "6.1.1",
"bootstrap": "^4.0.0",
"browserslist": "^4.9.1",
"cacache": "16.0.4",
"cacache": "16.0.7",
"chokidar": "^3.5.2",
"copy-webpack-plugin": "10.2.4",
"critters": "0.0.16",
"css-loader": "6.7.1",
"debug": "^4.1.1",
"esbuild": "0.14.36",
"esbuild-wasm": "0.14.36",
"eslint": "8.13.0",
"esbuild": "0.14.38",
"esbuild-wasm": "0.14.38",
"eslint": "8.14.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.26.0",
"express": "4.17.3",
"express": "4.18.0",
"font-awesome": "^4.7.0",
"glob": "8.0.1",
"http-proxy": "^1.18.1",
"https-proxy-agent": "5.0.1",
"husky": "7.0.4",
"ini": "3.0.0",
"inquirer": "8.2.2",
"inquirer": "8.2.4",
"jasmine": "^4.0.0",
"jasmine-core": "~4.1.0",
"jasmine-spec-reporter": "~7.0.0",
Expand Down Expand Up @@ -183,15 +183,15 @@
"postcss": "8.4.12",
"postcss-import": "14.1.0",
"postcss-loader": "6.2.1",
"postcss-preset-env": "7.4.3",
"postcss-preset-env": "7.4.4",
"prettier": "^2.0.0",
"protractor": "~7.0.0",
"puppeteer": "13.5.2",
"puppeteer": "13.7.0",
"quicktype-core": "6.0.69",
"regenerator-runtime": "0.13.9",
"resolve-url-loader": "5.0.0",
"rxjs": "6.6.7",
"sass": "1.50.1",
"sass": "1.51.0",
"sass-loader": "12.6.0",
"sauce-connect-proxy": "https://saucelabs.com/downloads/sc-4.6.4-linux.tar.gz",
"semver": "7.3.7",
Expand All @@ -204,13 +204,13 @@
"stylus-loader": "6.2.0",
"symbol-observable": "4.0.0",
"tar": "^6.1.6",
"terser": "5.12.1",
"terser": "5.13.0",
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"ts-node": "^10.0.0",
"tslib": "2.3.1",
"tslib": "2.4.0",
"typescript": "4.6.3",
"verdaccio": "5.9.0",
"verdaccio": "5.10.0",
"verdaccio-auth-memory": "^10.0.0",
"webpack": "5.72.0",
"webpack-dev-middleware": "5.3.1",
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 @@ -30,7 +30,7 @@
"ansi-colors": "4.1.1",
"debug": "4.3.4",
"ini": "3.0.0",
"inquirer": "8.2.2",
"inquirer": "8.2.4",
"jsonc-parser": "3.0.0",
"npm-package-arg": "9.0.2",
"npm-pick-manifest": "7.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 @@ -6,7 +6,7 @@
"typings": "src/index.d.ts",
"builders": "builders.json",
"dependencies": {
"@ampproject/remapping": "2.1.2",
"@ampproject/remapping": "2.2.0",
"@angular-devkit/architect": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/build-webpack": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
Expand All @@ -22,17 +22,17 @@
"@discoveryjs/json-ext": "0.5.7",
"@ngtools/webpack": "0.0.0-PLACEHOLDER",
"ansi-colors": "4.1.1",
"babel-loader": "8.2.4",
"babel-loader": "8.2.5",
"babel-plugin-istanbul": "6.1.1",
"browserslist": "^4.9.1",
"cacache": "16.0.4",
"cacache": "16.0.7",
"copy-webpack-plugin": "10.2.4",
"critters": "0.0.16",
"css-loader": "6.7.1",
"esbuild-wasm": "0.14.36",
"esbuild-wasm": "0.14.38",
"glob": "8.0.1",
"https-proxy-agent": "5.0.1",
"inquirer": "8.2.2",
"inquirer": "8.2.4",
"jsonc-parser": "3.0.0",
"karma-source-map-support": "1.4.0",
"less": "4.1.2",
Expand All @@ -48,29 +48,29 @@
"postcss": "8.4.12",
"postcss-import": "14.1.0",
"postcss-loader": "6.2.1",
"postcss-preset-env": "7.4.3",
"postcss-preset-env": "7.4.4",
"regenerator-runtime": "0.13.9",
"resolve-url-loader": "5.0.0",
"rxjs": "6.6.7",
"sass": "1.50.1",
"sass": "1.51.0",
"sass-loader": "12.6.0",
"semver": "7.3.7",
"source-map-loader": "3.0.1",
"source-map-support": "0.5.21",
"stylus": "0.57.0",
"stylus-loader": "6.2.0",
"terser": "5.12.1",
"terser": "5.13.0",
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"tslib": "2.3.1",
"tslib": "2.4.0",
"webpack": "5.72.0",
"webpack-dev-middleware": "5.3.1",
"webpack-dev-server": "4.8.1",
"webpack-merge": "5.8.0",
"webpack-subresource-integrity": "5.1.0"
},
"optionalDependencies": {
"esbuild": "0.14.36"
"esbuild": "0.14.38"
},
"peerDependencies": {
"@angular/compiler-cli": "^14.0.0 || ^14.0.0-next",
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.1",
"inquirer": "8.2.2",
"inquirer": "8.2.4",
"symbol-observable": "4.0.0",
"yargs-parser": "21.0.1"
}
Expand Down
Loading