Skip to content

Commit ae7967e

Browse files
Merge pull request #245 from angular/main
Create a new pull request by comparing changes across two branches
2 parents 4eeb998 + 929db81 commit ae7967e

File tree

522 files changed

+10772
-3162
lines changed

Some content is hidden

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

522 files changed

+10772
-3162
lines changed

.bazelrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ test:saucelabs --flaky_test_attempts=1
158158

159159
# --ng_perf will ask the Ivy compiler to produce performance results for each build.
160160
build --flag_alias=ng_perf=//packages/compiler-cli:ng_perf
161-
# --prerender_adev will run adev build/serve in a full mode, performing prerendering
162-
build --flag_alias=prerender_adev=//adev:prerender_adev
161+
# --full_build_adev will run adev build/serve in a full mode, performing prerendering and DCE.
162+
build --flag_alias=full_build_adev=//adev:full_build_adev
163163

164164
####################################################
165165
# User bazel configuration

.github/actions/yarn-install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Installs the dependencies using Yarn'
44
runs:
55
using: 'composite'
66
steps:
7-
- uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
7+
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
88
with:
99
path: |
1010
./node_modules/

.github/workflows/adev-preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install node modules
3030
run: yarn install --frozen-lockfile
3131
- name: Build adev to ensure it continues to work
32-
run: yarn bazel build //adev:build --prerender_adev --config=release
32+
run: yarn bazel build //adev:build --full_build_adev --config=release
3333
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
3434
with:
3535
workflow-artifact-name: 'adev-preview'

.github/workflows/adev-preview-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
if: ${{ github.event.workflow_run.conclusion == 'success' }}
3131
steps:
32-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
32+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3333
with:
3434
token: '${{secrets.GITHUB_TOKEN}}'
3535

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,10 @@ jobs:
8585
run: yarn install --frozen-lockfile
8686
- name: Build adev in fast mode to ensure it continues to work
8787
run: yarn bazel build //adev:build --config=release
88-
- name: Run tests
89-
run: yarn bazel test //adev/...
88+
# TODO: re-enable tests once the next release is shipped
89+
# Tests are broken because of https://github.com/angular/angular/issues/54858
90+
# - name: Run tests
91+
# run: yarn bazel test //adev/...
9092

9193
publish-snapshots:
9294
runs-on:
@@ -179,7 +181,7 @@ jobs:
179181
- name: Install node modules
180182
run: yarn install --frozen-lockfile
181183
- name: Build adev to ensure it continues to work
182-
run: yarn bazel build //adev:build --prerender_adev --config=release
184+
run: yarn bazel build //adev:build --full_build_adev --config=release
183185
- name: Deploy to firebase
184186
uses: ./.github/actions/deploy-docs-site
185187
with:

.github/workflows/pr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,10 @@ jobs:
114114
run: yarn install --frozen-lockfile
115115
- name: Build adev in fast mode to ensure it continues to work
116116
run: yarn bazel build //adev:build --config=release
117-
- name: Run tests
118-
run: yarn bazel test //adev/...
117+
# TODO: re-enable tests once the next release is shipped
118+
# Tests are broken because of https://github.com/angular/angular/issues/54858
119+
# - name: Run tests
120+
# run: yarn bazel test //adev/...
119121

120122
zone-js:
121123
runs-on:

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: 'Checkout code'
28-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
28+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
with:
3030
persist-credentials: false
3131

@@ -47,6 +47,6 @@ jobs:
4747

4848
# Upload the results to GitHub's code scanning dashboard.
4949
- name: 'Upload to code-scanning'
50-
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
50+
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
5151
with:
5252
sarif_file: results.sarif

.pullapprove.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,6 @@ groups:
824824
- eduhmc # Eduardo Huerta-Mercado
825825
- ehlemur # Edward Lesmes
826826
- ellenyuan # Ellen Yuan
827-
- jatraman # Jatin Ramanathan
828827
- jesse-good # Jesse Costello-Good
829828
- mturco # Matt Turco
830829
- neonstalwart # Ben Hockey

CHANGELOG.md

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
<a name="19.0.0-next.11"></a>
2+
# 19.0.0-next.11 (2024-10-23)
3+
### common
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [24c6373820](https://github.com/angular/angular/commit/24c6373820231faf9d012a2e4d7ea945d3e8513b) | feat | add optional rounded transform support in cloudinary image loader ([#55364](https://github.com/angular/angular/pull/55364)) |
7+
| [13c13067bc](https://github.com/angular/angular/commit/13c13067bc3ed50cb80b0a86e62655448adb3051) | feat | disable keyvalue sorting using null compareFn ([#57487](https://github.com/angular/angular/pull/57487)) |
8+
### compiler-cli
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [d0c74f3891](https://github.com/angular/angular/commit/d0c74f3891eed2feae913256ab15ac1e7435c379) | fix | report when NgModule imports or exports itself ([#58231](https://github.com/angular/angular/pull/58231)) |
12+
### core
13+
| Commit | Type | Description |
14+
| -- | -- | -- |
15+
| [69fc5ae922](https://github.com/angular/angular/commit/69fc5ae9229b872a9ad70eb920087af2a378fead) | feat | Add incremental hydration public api ([#58249](https://github.com/angular/angular/pull/58249)) |
16+
| [8ebbae88ca](https://github.com/angular/angular/commit/8ebbae88ca48b8aa78cd85deedbed19d44b8227e) | feat | Add rxjs operator prevent app stability until an event ([#56533](https://github.com/angular/angular/pull/56533)) |
17+
| [19edf2c057](https://github.com/angular/angular/commit/19edf2c057f7587bc16812685d31a556521ad414) | feat | add syntactic sugar for initializers ([#53152](https://github.com/angular/angular/pull/53152)) |
18+
| [ab25a192ba](https://github.com/angular/angular/commit/ab25a192ba664863ad68d224b9b2df78da22769a) | feat | allow running output migration on a subset of paths ([#58299](https://github.com/angular/angular/pull/58299)) |
19+
| [18d8d44b1f](https://github.com/angular/angular/commit/18d8d44b1f3d56a4eda68f2cafded7529e08d0f1) | feat | experimental `resource()` API for async dependencies ([#58255](https://github.com/angular/angular/pull/58255)) |
20+
| [9762b24b5e](https://github.com/angular/angular/commit/9762b24b5e8d7ab3ed2321959492a77b01d8ae57) | feat | experimental impl of `rxResource()` ([#58255](https://github.com/angular/angular/pull/58255)) |
21+
| [ec386e7f12](https://github.com/angular/angular/commit/ec386e7f1216e0047392e75ab686b310b073eb42) | feat | introduce debugName optional arg to framework signal functions ([#57073](https://github.com/angular/angular/pull/57073)) |
22+
| [8311f00faa](https://github.com/angular/angular/commit/8311f00faaf282d1a5b1ddca29247a2fba94a692) | feat | introduce the reactive linkedSignal ([#58189](https://github.com/angular/angular/pull/58189)) |
23+
### forms
24+
| Commit | Type | Description |
25+
| -- | -- | -- |
26+
| [3e7d724037](https://github.com/angular/angular/commit/3e7d724037cca4d256b1442eda20d6c6ad91d279) | feat | add ability to clear a FormRecord ([#50750](https://github.com/angular/angular/pull/50750)) |
27+
| [18b6f3339f](https://github.com/angular/angular/commit/18b6f3339f46b37ee67fce2fa8a900cc73b2f23c) | fix | fix FormRecord type inference ([#50750](https://github.com/angular/angular/pull/50750)) |
28+
### http
29+
| Commit | Type | Description |
30+
| -- | -- | -- |
31+
| [4b9accdf16](https://github.com/angular/angular/commit/4b9accdf166f3990b3706de83ada15937fe786e2) | feat | promote `withRequestsMadeViaParent` to stable. ([#58221](https://github.com/angular/angular/pull/58221)) |
32+
### language-service
33+
| Commit | Type | Description |
34+
| -- | -- | -- |
35+
| [6342befff8](https://github.com/angular/angular/commit/6342befff8ee491f37e8912cccb0099bbbf01042) | feat | support migrating full classes to signal queries ([#58263](https://github.com/angular/angular/pull/58263)) |
36+
### migrations
37+
| Commit | Type | Description |
38+
| -- | -- | -- |
39+
| [dff4de0f75](https://github.com/angular/angular/commit/dff4de0f75741bc629462bb8da833b876c754453) | feat | add a combined migration for all signals APIs ([#58259](https://github.com/angular/angular/pull/58259)) |
40+
| [bb286f65e7](https://github.com/angular/angular/commit/bb286f65e7a38c21ae61807b9a7811908a9030ed) | feat | capture output migration stats ([#58321](https://github.com/angular/angular/pull/58321)) |
41+
| [2bfc64daf1](https://github.com/angular/angular/commit/2bfc64daf1cad9be8099759e8de7a361555ad5d1) | feat | expose output as function migration ([#58299](https://github.com/angular/angular/pull/58299)) |
42+
| [cf70d626cd](https://github.com/angular/angular/commit/cf70d626cdedfd978d058b973420d8f31980555d) | feat | print output migration stats in ng generate ([#58321](https://github.com/angular/angular/pull/58321)) |
43+
| [42607bf0f2](https://github.com/angular/angular/commit/42607bf0f28a2421a0d41809485c09dca26ea599) | fix | add outputs migration to combined shorthand ([#58318](https://github.com/angular/angular/pull/58318)) |
44+
| [00e2001351](https://github.com/angular/angular/commit/00e20013512f75327e5644ad5ac7829fc0e866d4) | fix | migrate more .next output usages ([#58282](https://github.com/angular/angular/pull/58282)) |
45+
### service-worker
46+
| Commit | Type | Description |
47+
| -- | -- | -- |
48+
| [8ddce80a0b](https://github.com/angular/angular/commit/8ddce80a0bab4ebbd0f7db1c85ee27e4f0249db9) | feat | allow specifying maxAge for entire application ([#49601](https://github.com/angular/angular/pull/49601)) |
49+
50+
<!-- CHANGELOG SPLIT MARKER -->
51+
52+
<a name="18.2.9"></a>
53+
# 18.2.9 (2024-10-23)
54+
### compiler-cli
55+
| Commit | Type | Description |
56+
| -- | -- | -- |
57+
| [b0ab653965](https://github.com/angular/angular/commit/b0ab653965cf88fcfde23fc6a6cc78ce3121a30f) | fix | report when NgModule imports or exports itself ([#58231](https://github.com/angular/angular/pull/58231)) |
58+
59+
<!-- CHANGELOG SPLIT MARKER -->
60+
161
<a name="19.0.0-next.10"></a>
262
# 19.0.0-next.10 (2024-10-16)
363
## Breaking Changes
@@ -4373,4 +4433,4 @@ Adrian Kunz, Alan Agius, AleksanderBodurri, Alex Rickabaugh, AlirezaEbrahimkhani
43734433

43744434

43754435

4376-
Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file.
4436+
Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file.

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ cldr_xml_data_repository(
143143
# sass rules
144144
http_archive(
145145
name = "io_bazel_rules_sass",
146-
sha256 = "b00f13a280fc60ef2a1d142b31c629075bac841c980a0c3462190f338e5d584a",
147-
strip_prefix = "rules_sass-6e23fb1351f392f7fe7a07038cd537770fe97742",
146+
sha256 = "450c42cc29976a64172851a7830e97342f231759b7ce79d095bd0db28871867f",
147+
strip_prefix = "rules_sass-c67712337794088aeabea63c7111035d4ffec6d4",
148148
urls = [
149-
"https://github.com/bazelbuild/rules_sass/archive/6e23fb1351f392f7fe7a07038cd537770fe97742.zip",
149+
"https://github.com/bazelbuild/rules_sass/archive/c67712337794088aeabea63c7111035d4ffec6d4.zip",
150150
],
151151
)
152152

0 commit comments

Comments
 (0)