Skip to content

Commit 8a5f319

Browse files
build: update cross-repo angular dependencies (angular#57776)
See associated pull request for more information. Closes angular#56387 as a pr takeover PR Close angular#57776
1 parent fd081e8 commit 8a5f319

File tree

62 files changed

+29689
-29843
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+29689
-29843
lines changed

.github/workflows/pr.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Check code format
4040
run: yarn ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
4141
- name: Check Package Licenses
42-
uses: angular/dev-infra/github-actions/linting/licenses@56966c765e97f463c4795fac85d46543d1e6b342
42+
uses: angular/dev-infra/github-actions/linting/licenses@a6dcd24107d12114198251ee5d20cda814a1986a
4343
with:
4444
allow-dependencies-licenses: 'pkg:npm/google-protobuf@'
4545

@@ -109,7 +109,7 @@ jobs:
109109
- name: Setup Bazel
110110
uses: angular/dev-infra/github-actions/bazel/setup@a6dcd24107d12114198251ee5d20cda814a1986a
111111
- name: Setup Bazel RBE
112-
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
112+
uses: angular/dev-infra/github-actions/bazel/configure-remote@a6dcd24107d12114198251ee5d20cda814a1986a
113113
- name: Install node modules
114114
run: yarn install --frozen-lockfile
115115
- name: Build adev in fast mode to ensure it continues to work
@@ -122,17 +122,17 @@ jobs:
122122
labels: ubuntu-latest-4core
123123
steps:
124124
- name: Initialize environment
125-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
125+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a6dcd24107d12114198251ee5d20cda814a1986a
126126
with:
127127
cache-node-modules: true
128128
node-module-directories: |
129129
./node_modules
130130
./packages/zone.js/node_modules
131131
./packages/zone.js/test/typings/node_modules
132132
- name: Setup Bazel
133-
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
133+
uses: angular/dev-infra/github-actions/bazel/setup@a6dcd24107d12114198251ee5d20cda814a1986a
134134
- name: Setup Bazel RBE
135-
uses: angular/dev-infra/github-actions/bazel/configure-remote@03b8a7dffd1205e061f0bee949024ebefc2a6592
135+
uses: angular/dev-infra/github-actions/bazel/configure-remote@a6dcd24107d12114198251ee5d20cda814a1986a
136136
- name: Install node modules
137137
run: yarn install --frozen-lockfile
138138
- run: |
@@ -169,15 +169,15 @@ jobs:
169169
SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
170170
steps:
171171
- name: Initialize environment
172-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@03b8a7dffd1205e061f0bee949024ebefc2a6592
172+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a6dcd24107d12114198251ee5d20cda814a1986a
173173
with:
174174
cache-node-modules: true
175175
- name: Install node modules
176176
run: yarn install --frozen-lockfile
177177
- name: Setup Bazel
178-
uses: angular/dev-infra/github-actions/bazel/setup@03b8a7dffd1205e061f0bee949024ebefc2a6592
178+
uses: angular/dev-infra/github-actions/bazel/setup@a6dcd24107d12114198251ee5d20cda814a1986a
179179
- name: Setup Saucelabs Variables
180-
uses: angular/dev-infra/github-actions/saucelabs@03b8a7dffd1205e061f0bee949024ebefc2a6592
180+
uses: angular/dev-infra/github-actions/saucelabs@a6dcd24107d12114198251ee5d20cda814a1986a
181181
- name: Starting Saucelabs tunnel service
182182
run: ./tools/saucelabs/sauce-service.sh run &
183183
# Build test fixtures for a test that rely on Bazel-generated fixtures. Note that disabling

adev/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ APPLICATION_DEPS = [
5858
"@npm//@angular/platform-browser",
5959
"@npm//@angular/platform-server",
6060
"@npm//@angular/router",
61+
"@npm//@angular/ssr",
6162
"@npm//gsap",
6263
"@npm//marked",
6364
"@npm//ngx-progressbar",

adev/shared-docs/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
"name": "@angular/docs",
33
"version": "0.0.0-PLACEHOLDER",
44
"peerDependencies": {
5-
"@angular/cdk": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
6-
"@angular/common": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
7-
"@angular/core": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
8-
"@angular/forms": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
9-
"@angular/material": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
10-
"@angular/platform-browser": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
11-
"@angular/router": "^18.0.0-next.6 || ^18.1.0-next || ^18.2.0-next",
5+
"@angular/cdk": "^19.0.0-next",
6+
"@angular/common": "^19.0.0-next",
7+
"@angular/core": "^19.0.0-next",
8+
"@angular/forms": "^19.0.0-next",
9+
"@angular/material": "^19.0.0-next",
10+
"@angular/platform-browser": "^19.0.0-next",
11+
"@angular/router": "^19.0.0-next",
12+
"@angular/ssr": "^19.0.0-next",
1213
"algoliasearch": "^5.0.0",
1314
"rxjs": "^7.8.1"
1415
},

adev/src/content/examples/ssr/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// #docplaster
22

33
import {APP_BASE_HREF} from '@angular/common';
4-
import {CommonEngine} from '@angular/ssr';
4+
import {CommonEngine} from '@angular/ssr/node';
55
import express from 'express';
66
import {fileURLToPath} from 'node:url';
77
import {dirname, join, resolve} from 'node:path';

0 commit comments

Comments
 (0)