Skip to content

Commit

Permalink
build: update dependency zone.js to ~0.15.0 and angular
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Aug 22, 2024
1 parent 4d5af43 commit 5f7edd8
Show file tree
Hide file tree
Showing 12 changed files with 188 additions and 188 deletions.
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 @@ -16,6 +16,6 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false
- uses: angular/dev-infra/github-actions/branch-manager@6adb6c34daea30ef83382ac3f67ba9e25a58c121
- uses: angular/dev-infra/github-actions/branch-manager@8eed650ff101cb2be3949febba829b722e89ff80
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
42 changes: 21 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8eed650ff101cb2be3949febba829b722e89ff80
- name: Install node modules
run: yarn install --immutable
- name: Generate JSON schema types
Expand All @@ -42,11 +42,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/setup@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/configure-remote@8eed650ff101cb2be3949febba829b722e89ff80
- name: Install node modules
run: yarn install --immutable
- name: Build release targets
Expand All @@ -56,11 +56,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/setup@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/configure-remote@8eed650ff101cb2be3949febba829b722e89ff80
- name: Install node modules
run: yarn install --immutable
- name: Run module tests
Expand Down Expand Up @@ -92,13 +92,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8eed650ff101cb2be3949febba829b722e89ff80
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/setup@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/configure-remote@8eed650ff101cb2be3949febba829b722e89ff80
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -113,13 +113,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8eed650ff101cb2be3949febba829b722e89ff80
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/setup@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/configure-remote@8eed650ff101cb2be3949febba829b722e89ff80
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -134,13 +134,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8eed650ff101cb2be3949febba829b722e89ff80
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/setup@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/configure-remote@8eed650ff101cb2be3949febba829b722e89ff80
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -151,13 +151,13 @@ jobs:
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8eed650ff101cb2be3949febba829b722e89ff80
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/setup@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/configure-remote@8eed650ff101cb2be3949febba829b722e89ff80
- name: Run E2E Browser tests
env:
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
Expand All @@ -184,11 +184,11 @@ jobs:
CIRCLE_BRANCH: ${{ github.ref_name }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8eed650ff101cb2be3949febba829b722e89ff80
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/setup@8eed650ff101cb2be3949febba829b722e89ff80
- run: yarn admin snapshots --verbose
env:
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: angular/dev-infra/github-actions/commit-message-based-labels@6adb6c34daea30ef83382ac3f67ba9e25a58c121
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8eed650ff101cb2be3949febba829b722e89ff80
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: angular/dev-infra/github-actions/post-approval-changes@6adb6c34daea30ef83382ac3f67ba9e25a58c121
- uses: angular/dev-infra/github-actions/post-approval-changes@8eed650ff101cb2be3949febba829b722e89ff80
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
if: github.repository == 'angular/angular-cli'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@6adb6c34daea30ef83382ac3f67ba9e25a58c121
- uses: angular/dev-infra/github-actions/feature-request@8eed650ff101cb2be3949febba829b722e89ff80
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
34 changes: 17 additions & 17 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup ESLint Caching
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Run Validation
run: yarn admin validate
- name: Check Package Licenses
uses: angular/dev-infra/github-actions/linting/licenses@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/linting/licenses@8eed650ff101cb2be3949febba829b722e89ff80
- name: Check tooling setup
run: yarn check-tooling-setup
- name: Check commit message
Expand All @@ -70,11 +70,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/setup@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/configure-remote@8eed650ff101cb2be3949febba829b722e89ff80
- name: Install node modules
run: yarn install --immutable
- name: Build release targets
Expand All @@ -90,11 +90,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/setup@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/configure-remote@8eed650ff101cb2be3949febba829b722e89ff80
- name: Install node modules
run: yarn install --immutable
- name: Run module tests
Expand All @@ -113,13 +113,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8eed650ff101cb2be3949febba829b722e89ff80
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/setup@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/configure-remote@8eed650ff101cb2be3949febba829b722e89ff80
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -134,13 +134,13 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8eed650ff101cb2be3949febba829b722e89ff80
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/setup@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/configure-remote@8eed650ff101cb2be3949febba829b722e89ff80
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}

Expand All @@ -157,12 +157,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Initialize environment
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8eed650ff101cb2be3949febba829b722e89ff80
- name: Install node modules
run: yarn install --immutable
- name: Setup Bazel
uses: angular/dev-infra/github-actions/bazel/setup@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/setup@8eed650ff101cb2be3949febba829b722e89ff80
- name: Setup Bazel RBE
uses: angular/dev-infra/github-actions/bazel/configure-remote@6adb6c34daea30ef83382ac3f67ba9e25a58c121
uses: angular/dev-infra/github-actions/bazel/configure-remote@8eed650ff101cb2be3949febba829b722e89ff80
- name: Run CLI E2E tests
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,23 +52,23 @@
},
"devDependencies": {
"@ampproject/remapping": "2.3.0",
"@angular/animations": "19.0.0-next.0",
"@angular/animations": "19.0.0-next.1",
"@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=71bd2e043e076365effdb6076f33b2d8d6bd6d02#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#726cee2208c7692b49979134debbd12473bcca14",
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#77485598a3d602d7be8ac0378fb0dee65f8d85a9",
"@angular/cdk": "18.2.0",
"@angular/common": "19.0.0-next.0",
"@angular/compiler": "19.0.0-next.0",
"@angular/compiler-cli": "19.0.0-next.0",
"@angular/core": "19.0.0-next.0",
"@angular/forms": "19.0.0-next.0",
"@angular/localize": "19.0.0-next.0",
"@angular/common": "19.0.0-next.1",
"@angular/compiler": "19.0.0-next.1",
"@angular/compiler-cli": "19.0.0-next.1",
"@angular/core": "19.0.0-next.1",
"@angular/forms": "19.0.0-next.1",
"@angular/localize": "19.0.0-next.1",
"@angular/material": "18.2.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6599c0d6331b573bfa6c929d7dd63f9c0edfb06f",
"@angular/platform-browser": "19.0.0-next.0",
"@angular/platform-browser-dynamic": "19.0.0-next.0",
"@angular/platform-server": "19.0.0-next.0",
"@angular/router": "19.0.0-next.0",
"@angular/service-worker": "19.0.0-next.0",
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#e2b25a28dafda350129858174e81a43d94428e65",
"@angular/platform-browser": "19.0.0-next.1",
"@angular/platform-browser-dynamic": "19.0.0-next.1",
"@angular/platform-server": "19.0.0-next.1",
"@angular/router": "19.0.0-next.1",
"@angular/service-worker": "19.0.0-next.1",
"@babel/core": "7.25.2",
"@babel/generator": "7.25.4",
"@babel/helper-annotate-as-pure": "7.24.7",
Expand Down
12 changes: 6 additions & 6 deletions packages/angular/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"@angular/router": "^19.0.0-next.0"
},
"devDependencies": {
"@angular/common": "19.0.0-next.0",
"@angular/compiler": "19.0.0-next.0",
"@angular/core": "19.0.0-next.0",
"@angular/platform-browser": "19.0.0-next.0",
"@angular/platform-server": "19.0.0-next.0",
"@angular/router": "19.0.0-next.0",
"@angular/common": "19.0.0-next.1",
"@angular/compiler": "19.0.0-next.1",
"@angular/core": "19.0.0-next.1",
"@angular/platform-browser": "19.0.0-next.1",
"@angular/platform-server": "19.0.0-next.1",
"@angular/router": "19.0.0-next.1",
"zone.js": "^0.15.0"
},
"schematics": "./schematics/collection.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/ngtools/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"devDependencies": {
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
"@angular/compiler": "19.0.0-next.0",
"@angular/compiler-cli": "19.0.0-next.0",
"@angular/compiler": "19.0.0-next.1",
"@angular/compiler-cli": "19.0.0-next.1",
"typescript": "5.5.4",
"webpack": "5.93.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"tslib": "^2.3.0",
"ts-node": "~10.9.0",
"typescript": "~5.5.2",
"zone.js": "~0.14.3"
"zone.js": "~0.15.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"express": "^4.18.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.0-next.0",
Expand Down
Loading

0 comments on commit 5f7edd8

Please sign in to comment.