Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actualizar Angular de 10.0.2 a 10.1.3 #291

Draft
wants to merge 630 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
630 commits
Select commit Hold shift + click to select a range
e991fee
build(docs-infra): update @angular/cli to 10.1.3 (#39017)
gkalpak Sep 27, 2020
387fd89
build(docs-infra): update @angular/* to 10.1.3 (#39017)
gkalpak Sep 27, 2020
bf010b9
build(docs-infra): update @angular/material to 10.2.2 (#39017)
gkalpak Sep 27, 2020
e2997ed
build(docs-infra): update TypeScript and other deps to align with lat…
gkalpak Sep 27, 2020
3ba97ab
ci: note Paul and Pawel as OOO in pullapprove (#39028)
josephperrott Sep 28, 2020
1b70dc9
docs: edit template-statements doc (#38742)
kapunahelewong Sep 3, 2020
93c3d8f
fix(platform-webworker): remove platform-webworker and platform-webwo…
josephperrott Sep 14, 2020
a6971ba
release: cut the zone.js-0.11.2 release (#38911)
JiaLiPassion Sep 20, 2020
b16a69c
docs: fix two broken commands (#38960)
dkreider Sep 28, 2020
ded9aeb
refactor(language-service): Move two-way binding logic to visitBoundE…
kyliau Sep 25, 2020
efe0e03
docs(docs-infra): apply the one-sentence-per-line rule to Markdown fi…
gkalpak Sep 27, 2020
37ed4bd
docs(docs-infra): update instructions for updating docs examples depe…
gkalpak Sep 27, 2020
f6052a9
build(docs-infra): simplify update workflow for CLI-based docs exampl…
gkalpak Sep 27, 2020
c8958d7
build(docs-infra): simplify updating dependencies in docs examples bo…
gkalpak Sep 27, 2020
8f11b51
refactor(compiler-cli): API for getting components from a template fi…
alxhub Sep 25, 2020
8f66540
test(language-service): Update AppComponent test project to include m…
atscott Sep 28, 2020
2aeaedc
docs(docs-infra): replace a comma with a period at the end of a sente…
dalejodc Sep 29, 2020
393ce55
ci: do not require g3 checks for the changes in `ngtsc/sourcemaps` fo…
AndrewKushnir Sep 29, 2020
8b7acc4
refactor(compiler): Binding parser sets binding span as source span i…
Sep 29, 2020
827245f
docs(core): fix typo (#39041)
dangrussell Sep 29, 2020
e8084ff
build(docs-infra): upgrade cli command docs sources to 568d34cdb (#39…
gkalpak Sep 29, 2020
1e3f810
fix(bazel): clean up outstanding failure message for usages of --defi…
josephperrott Sep 29, 2020
ddc9e8e
refactor(compiler): refactor template symbol builder (#39047)
atscott Sep 28, 2020
31e42f0
refactor(language-service): create getTypeDefinitionAtPosition stubs …
atscott Sep 29, 2020
c8d7576
refactor(dev-infra): use common git client for git environment reset …
josephperrott Sep 29, 2020
1a0e7cc
docs: release notes for the v10.1.4 release
alxhub Sep 30, 2020
6ae1f19
release: cut the v11.0.0-next.4 release
alxhub Sep 30, 2020
d1f5654
docs: fix typo in Pipes guide (aynchronous --> asynchronous) (#38996)
aamanunin Sep 25, 2020
8e37103
build(docs-infra): upgrade cli command docs sources to e526da605 (#39…
gkalpak Sep 30, 2020
eec9f4a
test(language-service): add test for multiple bound attributes in mic…
kyliau Sep 30, 2020
9d04b95
refactor(compiler-cli): setup compilation mode to enable generating l…
JoostK Sep 9, 2020
5903e8a
test(compiler-cli): run compliance tests for two compilation modes … …
petebacondarwin Sep 22, 2020
23e2188
docs(localize): add public api markers for CLI integration (#39006)
petebacondarwin Sep 26, 2020
ac3aa04
refactor(compiler-cli): avoid free-standing `FileSystem` functions (#…
petebacondarwin Sep 26, 2020
79620f5
refactor(localize): avoid free-standing `FileSystem` functions (#39006)
petebacondarwin Sep 26, 2020
bd5e425
docs: update CLI strict mode documentation (#39054)
alan-agius4 Sep 30, 2020
5b15e5e
ci: remove errant comma from angular robot config (#39066)
josephperrott Sep 30, 2020
ea19683
fix(router): update getRouteGuards to check if the context outlet is …
zbirkenbuel Sep 29, 2020
fb12c61
ci: change required labels for issue triage (#38932)
jelbourn Sep 21, 2020
21213e1
fix(dev-infra): run git fetch in quiet mode (#39068)
josephperrott Sep 30, 2020
8c16330
test(compiler-cli): make typescript_ast_factory_spec tests resilient …
petebacondarwin Sep 22, 2020
1f5d7dc
refactor(compiler-cli): function declarations must have names (#38866)
petebacondarwin Sep 23, 2020
7dd0db6
refactor(compiler-cli): implement `BabelAstFactory` and `AstHost`s (#…
petebacondarwin Sep 16, 2020
555ae74
refactor(docs-infra): more closely align `tslint.json` with CLI (#39018)
gkalpak Sep 29, 2020
be98a45
build(docs-infra): enable the `no-redundant-jsdoc` tslint rule to ali…
gkalpak Sep 29, 2020
2cc3ac0
build(docs-infra): remove the `no-string-literal` tslint rule to alig…
gkalpak Sep 29, 2020
a7e1eb5
build(docs-infra): update the `object-literal-key-quotes` tslint rule…
gkalpak Sep 29, 2020
26574a7
build(docs-infra): remove the `only-arrow-functions` tslint rule to a…
gkalpak Sep 29, 2020
ac54019
refactor(docs-infra): leave TODO comments for aligning tslint with CL…
gkalpak Sep 29, 2020
8894706
fix(core): use single quotes for relative link resolution migration t…
dgp1130 Sep 30, 2020
d66d82a
Revert "fix(core): use single quotes for relative link resolution mig…
josephperrott Oct 1, 2020
6205ed0
build(docs-infra): upgrade cli command docs sources to 65fb6788d (#39…
gkalpak Oct 1, 2020
4bce213
feat(dev-infra): add a command to verify NgBot YAML config syntax (#3…
AndrewKushnir Sep 30, 2020
f7213cb
fix(dev-infra): correct matching logic for g3 comparison (#39084)
josephperrott Oct 1, 2020
f2341e2
ci: update g3 synced file list (#39084)
josephperrott Oct 1, 2020
db56cf1
build: upgrade angular build, integration/bazel and @angular/bazel pa…
gregmagolan Jun 25, 2020
c214cad
Revert "build: upgrade angular build, integration/bazel and @angular/…
josephperrott Oct 2, 2020
d3bd00b
docs: remove IE9-10 from `.browserslistrc` in docs (#39083)
alan-agius4 Oct 1, 2020
4fe673d
fix(docs-infra): better distinguish wrapped headings from other entri…
gkalpak Oct 1, 2020
904adb7
feat(language-service): add quick info for inline templates in ivy (#…
atscott Sep 28, 2020
3bbbf39
feat(compiler): Recover on malformed keyed reads and keyed writes (#3…
ayazhafiz Sep 25, 2020
5dbf357
feat(compiler-cli): support getting resource dependencies for a sourc…
clydin Jul 14, 2020
89c5255
refactor(compiler): iteratively parse interpolations (#38977)
ayazhafiz Sep 24, 2020
4beaddc
docs(upgrade): expand upon change detection implications for downgrad…
agale123 Oct 2, 2020
f4f1bcc
fix(forms): include null in .parent of abstract control (#32671)
lazarljubenovic Sep 13, 2019
f315022
feat(dev-infra): show CI status of all active release trains (#39067)
josephperrott Sep 30, 2020
26afcdd
docs: Made a minor change in the documentation (#38917)
bobin-knol Sep 21, 2020
75e90fa
docs(common): update docs for HttpClient methods (#38878)
iconben Sep 17, 2020
a48c8ed
ci: update to latest version of sauce-connect (#39073)
josephperrott Sep 30, 2020
82d54fe
feat(zone.js): add jest fakeTimers support (#39016)
JiaLiPassion Sep 22, 2020
bc69182
docs: Migrate section, view encapsulation, from Component Styles topi…
Sep 24, 2020
57f8dd2
test(compiler): add tests for parsing of malformed property reads (#3…
ayazhafiz Sep 25, 2020
e10b3e2
refactor(compiler): Add ngModule to directive symbol (#39099)
atscott Oct 2, 2020
faa81dc
refactor(language-service): Extract common methods from VE and Ivy to…
atscott Oct 1, 2020
d8c0534
fix(router): properly assign ExtraOptions to Router in RouterTestingM…
zelliott Oct 2, 2020
ee03408
ci: use larger resource classes for bazel builds (#39124)
josephperrott Oct 5, 2020
3c474ec
fix(common): add boolean to valid json for testing (#37893)
ajitsinghkaler Jul 2, 2020
21dfb33
build: update bazelversion (#39123)
josephperrott Oct 5, 2020
6e0a8eb
docs: add info about working with fixup commits (#39110)
gkalpak Oct 4, 2020
07a66fc
docs: remove explicit boolean type in examples as TS infers it automa…
joshi-nihal Oct 1, 2020
246de9a
fix(forms): improve types of directive constructor arguments (#38944)
AndrewKushnir Sep 23, 2020
70e13dc
fix(language-service): [Ivy] hybrid visitor should not locate let key…
kyliau Sep 30, 2020
05672ab
refactor(compiler-cli): `attachComments()` now expects a defined `lea…
petebacondarwin Oct 1, 2020
3975dd9
feat(language-service): Add getDefinitionAndBoundSpan (go to definiti…
atscott Sep 30, 2020
72755ea
refactor(compiler): add getEntitiesInTemplateScope to template binder…
alxhub Sep 29, 2020
f2fca6d
refactor(compiler-cli): add a global autocompletion API (#39048)
alxhub Sep 29, 2020
aeec223
feat(forms): add migration for AbstractControl.parent accesses (#39009)
crisbeto Sep 26, 2020
5fa012e
docs: change heading to a sub-heading (#39131)
sonukapoor Oct 6, 2020
f28b451
refactor(common): remove `i` (ignore case) regex flag where it is not…
kizashi1122 Oct 1, 2020
2932706
build(docs-infra): render optional decorator options with a ? (#39167)
petebacondarwin Oct 7, 2020
74a9e12
docs: release notes for the v10.1.5 release
josephperrott Oct 7, 2020
d4a51ae
release: cut the v11.0.0-next.5 release
josephperrott Oct 7, 2020
4ede190
refactor(compiler-cli): wrap RHS of property write in parens (#39143)
atscott Oct 6, 2020
de66818
test(compiler-cli): temporarily disable integrationtest (#39168)
josephperrott Oct 7, 2020
01ec0f0
feat(docs-infra): add short url for strict mode guide (#39129)
alan-agius4 Oct 6, 2020
4604fe9
feat(language-service): Add module name to directive quick info (#39121)
atscott Oct 2, 2020
63624a2
feat(language-service): [Ivy] getSemanticDiagnostics for external tem…
kyliau Sep 30, 2020
dace4aa
docs: fix for HttpRequest expansion panel (#39166)
ChellappanRajan Oct 7, 2020
049b453
fix(core): migrate relative link resolution with single quotes (#39102)
dgp1130 Oct 2, 2020
42a164f
build: upgrade angular build, integration/bazel and @angular/bazel pa…
gregmagolan Jun 25, 2020
4b06ef7
refactor(compiler): associate accurate source spans with ICU expressi…
JoostK Sep 30, 2020
f84b378
test(language-service): test ICU expressions in hybrid visitor (#39072)
JoostK Oct 1, 2020
0a16e60
fix(compiler-cli): type checking of expressions within ICUs (#39072)
JoostK Sep 30, 2020
0e733f3
feat(core): add automated migration to replace ViewEncapsulation.Nati…
crisbeto Sep 17, 2020
4a1c12c
feat(core): remove ViewEncapsulation.Native (#38882)
crisbeto Oct 8, 2020
ca4ef61
build: bump Chromium to next stable version: 84.0.4147 (#39179)
bjarkler Oct 8, 2020
7f689a2
fix(compiler): incorrectly encapsulating @import containing colons an…
crisbeto Sep 5, 2020
b2342d4
feat(dev-infra): Add github links to caretaker checks (#39185)
atscott Oct 8, 2020
9f3388e
build(docs-infra): upgrade cli command docs sources to 7208ef964 (#39…
gkalpak Oct 8, 2020
bf717b1
fix(elements): detect matchesSelector prototype without IIFE (#37799)
CaerusKaru Oct 8, 2020
a84976f
feat(language-service): Add getTypeDefinitionAtPosition (go to type d…
atscott Oct 2, 2020
4cc5982
docs: add linkable section about updating commit messages in `CONTRIB…
gkalpak Oct 10, 2020
62945ef
build(docs-infra): upgrade cli command docs sources to d807b8240 (#39…
gkalpak Oct 10, 2020
e930b0c
build(docs-infra): support passing args to `ng serve` via `serve-and-…
gkalpak Oct 9, 2020
118f37b
test(zone.js): do not run tests on IE 9 and IE 10 (#39189)
AndrewKushnir Oct 8, 2020
cee393d
test(compiler-cli): improve error message if a unit test is bad (#38959)
petebacondarwin Sep 27, 2020
f35e915
refactor(compiler-cli): remove unnecessary constraint on `isDeclarati…
petebacondarwin Sep 27, 2020
a5a7845
refactor(ngcc): remove unused imports (#38959)
petebacondarwin Sep 27, 2020
87274e3
refactor(ngcc): rename `ExportStatement` to `ExportsStatement` (#38959)
petebacondarwin Sep 27, 2020
ed81588
refactor(compiler-cli): move map creation to avoid unnecessary work (…
petebacondarwin Sep 29, 2020
acfce0b
test(ngcc): fix incorrect test setup (#38959)
petebacondarwin Sep 29, 2020
11485d9
fix(ngcc): map `exports` to the current module in UMD files (#38959)
petebacondarwin Sep 23, 2020
5038e57
fix(ngcc): handle aliases in UMD export declarations (#38959)
petebacondarwin Sep 23, 2020
1d6e674
refactor(ngcc): simplify and rename `getClassDeclarationFromInnerDecl…
petebacondarwin Sep 27, 2020
65997c0
refactor(ngcc): simplify and break up ES2015 functions with helpers (…
petebacondarwin Sep 27, 2020
6650d71
test(compiler-cli): make the `getDeclaration()` utility more resilien…
petebacondarwin Sep 27, 2020
2c0282f
test(ngcc): use `isNamedFunctionDeclaration()` in UMD tests (#38959)
petebacondarwin Sep 27, 2020
0accd1e
refactor(compiler-cli): implement `DeclarationNode` node type (#38959)
petebacondarwin Sep 29, 2020
47eab61
test(ngcc): use `isNamedDeclaration()` helper to simplify tests (#38959)
petebacondarwin Sep 29, 2020
f4fee86
fix(ngcc): support inline export declarations in UMD files (#38959)
petebacondarwin Sep 29, 2020
2736a43
fix(compiler-cli): support namespaced query types in directives (#38959)
petebacondarwin Sep 30, 2020
952710b
refactor(compiler-cli): ensure `isNamed....()` helpers check name is …
petebacondarwin Oct 3, 2020
5471789
refactor(animations): do not assign to innerHTML (#37397)
taymonbeal Jun 2, 2020
6947cea
refactor(dev-infra): several code style and typo fixes (#39135)
gkalpak Oct 10, 2020
c76dda6
fix(dev-infra): correctly check for commit that closes PR (#39135)
gkalpak Oct 10, 2020
c9b36f9
fix(dev-infra): fix error message in `invokeSetNpmDistCommand()` func…
gkalpak Oct 12, 2020
96dd78e
fix(dev-infra): detect all commit message keywords that can close a P…
gkalpak Oct 12, 2020
72f4497
docs: move Inputs and Outputs topic to Components section (#38984)
Sep 24, 2020
b0b4953
fix(router): Allow undefined inputs on routerLink (#39151)
PowerKiKi Oct 7, 2020
437e563
refactor(language-service): Allow "go to definition" for directives i…
atscott Oct 9, 2020
5ce71e0
feat(core): add automated migration to replace async with waitForAsyn…
crisbeto Oct 12, 2020
c4266fb
feat(core): depend on type definitions for Trusted Types (#39207)
bjarkler Oct 6, 2020
0875fd2
feat(core): create internal Trusted Types module (#39207)
bjarkler Oct 6, 2020
520911e
docs: fix typo in the Reactive Forms guide #5 (#39245)
d0rian7 Oct 13, 2020
b642f0b
docs(zone.js): update changelog to add jest useFakeTimers feature (#3…
JiaLiPassion Oct 5, 2020
7d49299
fix(core): use Trusted Types policy in inert DOM builder (#39208)
bjarkler Oct 7, 2020
584f37c
updated sajee's profile (#39019)
sajeetharan Sep 28, 2020
78a33ee
test(core): remove code specific to IE 9 and IE 10 (#39090)
AndrewKushnir Oct 2, 2020
61e6ca9
test(platform-browser): remove IE9 and IE10 checks from tests (#39090)
AndrewKushnir Oct 2, 2020
db37c17
refactor(core): remove NG_PROV_DEF_FALLBACK needed for IE10 only (#39…
AndrewKushnir Oct 2, 2020
cbef410
refactor(elements): remove code to support IE9/10 (#39090)
AndrewKushnir Oct 2, 2020
0001dbd
refactor(core): remove IE-sepcific logic from setClassMetadata functi…
AndrewKushnir Oct 2, 2020
a051d97
test(core): remove IE10 reference from `browserslist` files (#39090)
AndrewKushnir Oct 2, 2020
8fd25d9
docs: remove IE10 references from comments in the code (#39090)
AndrewKushnir Oct 2, 2020
ffc3332
fix(zone.js): jest getRealSystemTime should return native time (#39127)
JiaLiPassion Oct 6, 2020
c53f19a
refactor(zone.js): rename several internal apis in fake async zone sp…
JiaLiPassion Oct 6, 2020
929e0df
refactor(dev-infra): Adjust caretaker queries (#39257)
atscott Oct 13, 2020
5913e5c
feat(core): add Trusted Types workaround for Function constructor (#3…
bjarkler Oct 9, 2020
f6d5cdf
fix(core): use Trusted Types policy in named_array_type (#39209)
bjarkler Oct 7, 2020
898be92
perf(ngcc): do not rescan program source files when referenced from m…
JoostK Oct 13, 2020
c635011
docs: add Discord as an official communication channel (#39149)
alex-okrushko Oct 7, 2020
783a5bd
fix(router): remove preserveQueryParams symbol (#38762)
josephperrott Sep 9, 2020
93ee05d
fix(router): create schematic for preserveQueryParams (#38762)
josephperrott Oct 12, 2020
b0a8b69
docs: update removed section in deprecations to reference v11 (#38762)
josephperrott Oct 14, 2020
c4becca
feat(router): add new initialNavigation options to replace legacy (#3…
CaerusKaru Jun 7, 2020
0ec7043
feat(core): add initialNavigation schematic (#36926)
CaerusKaru Oct 13, 2019
5cfe81f
docs: release notes for the v10.1.6 release
atscott Oct 14, 2020
a5d8d03
release: cut the v11.0.0-next.6 release
atscott Oct 14, 2020
cdf642b
docs: update marketing home loved-by-millions svg (#39105)
KingDarBoja Oct 3, 2020
90e9574
ci: run windows CI jobs on PRs (#39139)
josephperrott Oct 6, 2020
0e5a945
ci: setup windows from scratch (#39139)
josephperrott Oct 7, 2020
dd66aa2
test(core): add micro benchmarks for i18n scenarios (#39142)
AndrewKushnir Oct 6, 2020
a83693d
refactor(core): use relative import paths in micro benchmarks (#39142)
AndrewKushnir Oct 7, 2020
8f1317f
fix(language-service): [Ivy] create compiler only when program change…
kyliau Oct 9, 2020
aee2d3f
docs: fix broken link (#39256)
shaharkazaz Oct 13, 2020
eb9eebb
refactor(elements): simplify code after IE<11 support removal (#39265)
gkalpak Oct 14, 2020
ac0016c
refactor(compiler-cli): visit inline declarations with implementation…
petebacondarwin Oct 14, 2020
822b838
fix(ngcc): ensure that "inline exports" can be interpreted correctly …
petebacondarwin Oct 14, 2020
497af77
build(zone.js): zone.js should output esm format for fesm2015 bundles…
JiaLiPassion Oct 9, 2020
9bfb508
build: replace @types/trusted-types dep with minimal type defs (#39211)
bjarkler Oct 13, 2020
6e18d2d
fix(compiler): promote constants in templates to Trusted Types (#39211)
bjarkler Oct 9, 2020
56ab6d5
docs: Update output directory name in Deployment guide (#39247)
macvag Oct 13, 2020
85be258
ci: add jessicajaniuk to require-minimum-review reviewers (#39268)
josephperrott Oct 14, 2020
93437bb
ci: update master branch version to be 11.1.0-next.0 (#39292)
AndrewKushnir Oct 15, 2020
60f761b
docs: deprecate displaying data in views topic (#38885)
Sep 17, 2020
06d0d8e
docs: Move pipes documentation from Components to Templates (#38983)
Sep 24, 2020
ef608bf
docs: update readme (#32084)
sjtrimble Aug 9, 2019
34dbba4
refactor(dev-infra): remove branches created for g3 comparison (#39137)
josephperrott Oct 6, 2020
178a043
docs(core): fix typo in the "Template statements" guide (#39244)
CharaLagou Oct 13, 2020
7669827
docs: fix typo at console.log (#39252)
nicholasp Oct 13, 2020
f9f3c54
build(docs-infra): upgrade cli command docs sources to 06ad10668 (#39…
gkalpak Oct 15, 2020
5bda62c
refactor(language-service): Return directive defs when input name is …
atscott Oct 12, 2020
96f59f6
docs: Very minor spelling mistake (#39299)
strongishdeveloper Oct 15, 2020
a3812c6
refactor(core): renames checkNoChangesMode to be clearer (#39277)
thePunderWoman Oct 14, 2020
4610093
fix(core): guard reading of global `ngDevMode` for undefined. (#36055)
mcalmus Mar 13, 2020
6570292
feat(core): create a Trusted Types policy for JIT compiler (#39210)
bjarkler Oct 9, 2020
765fa33
fix(compiler): use Trusted Types policy in JIT compiler (#39210)
bjarkler Oct 7, 2020
e8d47c2
feat(core): allow returning Trusted Types from SanitizerFn (#39218)
bjarkler Oct 10, 2020
9ec2bad
refactor(core): make HTML sanitizer return TrustedHTML (#39218)
bjarkler Oct 10, 2020
49197d1
feat(core): create a Trusted Types policy for bypass conversions (#39…
bjarkler Oct 13, 2020
81aa119
fix(core): convert legacy-sanitized values to Trusted Types (#39218)
bjarkler Oct 10, 2020
34b74ce
build(docs-infra): add a tool to create new examples (#39283)
petebacondarwin Oct 15, 2020
492e236
docs: Typos fixes in built-in directives guide (#38520)
bampakoa Aug 19, 2020
4dc8d83
docs: edit attribute-binding doc and move colSpan note to property bi…
kapunahelewong Sep 14, 2020
a38293d
release: cut the zone.js-0.11.2 release to fix several new issues (#3…
JiaLiPassion Oct 15, 2020
087596b
refactor(language-service): Move some util functions to common (#39202)
atscott Oct 9, 2020
563fb6c
feat(language-service): Implement go to definition for style and temp…
atscott Oct 9, 2020
0c01c4a
test(language-service): wrap setup() in beforeAll to speed up fit() t…
kyliau Oct 16, 2020
1b21350
test(language-service): Make project service a singleton (#39308)
kyliau Oct 16, 2020
b5ec5a7
ci: separate the windows CI tests into build and test (#39289)
josephperrott Oct 15, 2020
79d67dc
refactor(docs-infra): fix `strictTemplates` failures in `accessibilit…
vlasischar Oct 13, 2020
8585a66
docs: add Ferdinand Malcher to GDE resources (#34694)
fmalcher Jan 9, 2020
ad372f2
docs: add Johannes Hoppe to GDE resources (#34694)
JohannesHoppe Jan 9, 2020
d379396
test(zone.js): test zone.js package with tgz (#38649)
JiaLiPassion Aug 31, 2020
a93b7fd
build(docs-infra): upgrade cli command docs sources to 04ae7cbf5 (#39…
gkalpak Oct 17, 2020
0268b72
Revert "test(language-service): Make project service a singleton (#39…
kyliau Oct 17, 2020
b304bd0
docs: change definition of NgModules in Angular concepts guide (#36179)
bampakoa Mar 20, 2020
7e742ae
refactor(compiler-cli): linker - add Babel plugin, FileLinker and ini…
petebacondarwin Oct 3, 2020
767fdcc
feat(dev-infra): prompt caretaker to confirm the merge branches on me…
josephperrott Oct 15, 2020
41c2228
docs: clarify grammatical error (#39279)
Oct 15, 2020
f5a3e44
refactor(compiler): remove support for TypeScript 3.9 (#39313)
AndrewKushnir Oct 17, 2020
7040f17
docs: add Jessica Janiuk to contributors.json (#39253)
thePunderWoman Oct 13, 2020
25e1432
build(docs-infra): upgrade cli command docs sources to e53ced024 (#39…
gkalpak Oct 20, 2020
200b770
build: revert back to downloading cldr-data directly rather than via …
josephperrott Oct 20, 2020
a67895c
docs: Add Component Overview topic to angular.io (#39186)
Oct 6, 2020
963832b
build: update to cldr v37 (#39343)
josephperrott Oct 20, 2020
a7964f4
fix(common): update locales using new CLDR data (#39343)
josephperrott Oct 20, 2020
9fb7bde
fix(router): incorrect signature for createUrlTree (#39347)
crisbeto Oct 20, 2020
cfac8e0
build: upgrade karma to version 4.4.0 (#39180)
bjarkler Oct 8, 2020
3e6f24e
docs: edit property binding doc (#38799)
kapunahelewong Sep 10, 2020
da21c72
docs: add strictInputAccessModifiers to strict mode guide (#39353)
alan-agius4 Oct 21, 2020
ef2d07f
docs: remove `style` commit type from CONTRIBUTING.md (#39357)
bernard-arnaud Oct 21, 2020
d33eaa6
build(docs-infra): upgrade cli command docs sources to 9d53eac1b (#39…
gkalpak Oct 21, 2020
7768aeb
fix(platform-server): Resolve absolute URL from baseUrl (#39334)
Oct 19, 2020
3525b2f
docs: release notes for the v10.2.0 release
AndrewKushnir Oct 21, 2020
7625a1b
docs: release notes for the v11.0.0-rc.0 release
AndrewKushnir Oct 21, 2020
eb4c05d
build: update bazelversion (#39351)
josephperrott Oct 20, 2020
61d56be
refactor(core): Change `TemplateFixture` to named parameters (#39233)
mhevery Sep 29, 2020
6790848
refactor(core): move `i18n_spec.ts` into `i18n` subfolder (#39233)
mhevery Oct 5, 2020
ca11ef2
fix(core): Store ICU state in `LView` rather than in `TView` (#39233)
mhevery Sep 25, 2020
2e237ab
refactor(core): Change `TName.tagName` to a more generic `value` name…
mhevery Oct 12, 2020
d50df92
refactor(core): Remove hack where we `TIcu` was stored in `tagName` (…
mhevery Oct 13, 2020
70f1e2e
refactor(core): Create `TNodeType.Text` to display full template in `…
mhevery Oct 13, 2020
1b9193b
refactor(core): Rename `debugMatch` to `matchDebug` for consistency (…
mhevery Oct 13, 2020
e1f80d7
refactor(core): rename `COMMENT_MARKER` to `ICU_MARKER` (#39233)
mhevery Oct 13, 2020
bc5005e
refactor(core): cleanup i18n/icu data structures (#39233)
mhevery Oct 13, 2020
5430368
refactor(core): Consistent use of `HEADER_OFFSET` (in `ɵɵ*` instruct…
mhevery Oct 14, 2020
2c31533
refactor(core): Use `~x` instead of `-x` which can result in `-0` (#3…
mhevery Oct 14, 2020
08f3d62
refactor(core): clean up circular dependencies (#39233)
mhevery Oct 17, 2020
2a7c979
upstream: Merge remote-tracking branch 'upstream/master' into merge-1…
Splaktar Oct 22, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ test --test_output=errors
# Trick bazel into treating BUILD files under integration/bazel as being regular files
# This lets us glob() up all the files inside this integration test to make them inputs to tests
# (Note, we cannot use common --deleted_packages because the bazel version command doesn't support it)
build --deleted_packages=integration/bazel,integration/bazel/src,integration/bazel/src/hello-world,integration/bazel/test,integration/bazel/test/e2e
query --deleted_packages=integration/bazel,integration/bazel/src,integration/bazel/src/hello-world,integration/bazel/test,integration/bazel/test/e2e
build --deleted_packages=integration/bazel,integration/bazel/src,integration/bazel/src/hello-world,integration/bazel/test,integration/bazel/tools,integration/bazel/test/e2e
query --deleted_packages=integration/bazel,integration/bazel/src,integration/bazel/src/hello-world,integration/bazel/test,integration/bazel/tools,integration/bazel/test/e2e

################################
# Temporary Settings for Ivy #
Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
3.2.0
3.6.0
# [NB: this comment has to be after the first line, see https://github.com/bazelbuild/bazelisk/issues/117]
# When updating the Bazel version you also need to update the RBE toolchains version in package.bzl
4 changes: 2 additions & 2 deletions .circleci/bazel.linux.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ build --repository_cache=/home/circleci/bazel_repository_cache
# Bazel doesn't calculate the memory ceiling correctly when running under Docker.
# Limit Bazel to consuming resources that fit in CircleCI "xlarge" class
# https://circleci.com/docs/2.0/configuration-reference/#resource_class
build --local_cpu_resources=8
build --local_ram_resources=14336
build --local_cpu_resources=20
build --local_ram_resources=32768

# All build executed remotely should be done using our RBE configuration.
build:remote --google_default_credentials
Expand Down
8 changes: 2 additions & 6 deletions .circleci/bazel.windows.rc
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@
# https://docs.bazel.build/versions/master/guide.html#bazelrc-syntax-and-semantics
try-import %workspace%/.circleci/bazel.common.rc

# Save downloaded repositories in a location that can be cached by CircleCI. This helps us
# speeding up the analysis time significantly with Bazel managed node dependencies on the CI.
build --repository_cache=C:/Users/circleci/bazel_repository_cache

# Manually set the local resources used in windows CI runs
build --local_ram_resources=13500
build --local_cpu_resources=4
build --local_ram_resources=120000
build --local_cpu_resources=32

# All windows jobs run on master and should use http caching
build --remote_http_cache=https://storage.googleapis.com/angular-team-cache
Expand Down
15 changes: 1 addition & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ var_3: &cache_key v7-angular-node-12-{{ checksum ".bazelversion" }}-{{ checksum
# folder will contain all previously used versions and ultimately cause the cache restoring to
# be slower due to its growing size.
var_4: &cache_key_fallback v7-angular-node-12-{{ checksum ".bazelversion" }}
var_3_win: &cache_key_win v7-angular-win-node-12-{{ checksum ".bazelversion" }}-{{ checksum "yarn.lock" }}-{{ checksum "WORKSPACE" }}-{{ checksum "packages/bazel/package.bzl" }}-{{ checksum "aio/yarn.lock" }}
var_4_win: &cache_key_win_fallback v7-angular-win-node-12-{{ checksum ".bazelversion" }}

# Workspace initially persisted by the `setup` job, and then enhanced by `build-npm-packages` and
# `build-ivy-npm-packages`.
Expand Down Expand Up @@ -157,23 +155,12 @@ commands:
setup_win:
description: Setup windows node environment
steps:
# Use the Linux workspace directly, as it already has checkout, rebased and node modules.
- custom_attach_workspace
- checkout
# Install Bazel pre-requisites that aren't in the preconfigured CircleCI Windows VM.
- run: ./.circleci/windows-env.ps1
- run: node --version
- run: yarn --version
- restore_cache:
keys:
- *cache_key_win
- *cache_key_win_fallback
# Reinstall to get windows binaries.
- run: yarn install --frozen-lockfile --non-interactive
# Install @bazel/bazelisk globally and use that for the first run.
# Workaround for https://github.com/bazelbuild/rules_nodejs/issues/894
# NB: the issue was for @bazel/bazel but the same problem applies to @bazel/bazelisk
- run: yarn global add @bazel/bazelisk@$env:BAZELISK_VERSION
- run: bazelisk info

notify_webhook_on_fail:
description: Notify a webhook about failure
Expand Down
7 changes: 4 additions & 3 deletions .circleci/windows-env.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# https://docs.bazel.build/versions/master/install-windows.html
# https://docs.bazel.build/versions/master/windows.html
# Install MSYS2 and packages
choco install msys2 --version 20180531.0.0 --no-progress --package-parameters "/NoUpdate"
C:\tools\msys64\usr\bin\bash.exe -l -c "pacman --needed --noconfirm -S zip unzip patch diffutils git"
choco install msys2 --version 20200903.0.0 --no-progress --package-parameters "/NoUpdate"
C:\tools\msys64\usr\bin\bash.exe -l -c "pacman --needed --noconfirm -S zip unzip patch diffutils"

# Add PATH modifications to the Powershell profile. This is the win equivalent of .bash_profile.
# https://docs.microsoft.com/en-us/previous-versions//bb613488(v=vs.85)
Expand Down Expand Up @@ -41,7 +41,8 @@ copy .circleci\bazel.windows.rc ${Env:USERPROFILE}\.bazelrc
####################################################################################################
# Install specific version of node.
####################################################################################################
choco install nodejs --version 12.14.1 --no-progress
nvm install 12.14.1
nvm use 12.14.1

# These Bazel prereqs aren't needed because the CircleCI image already includes them.
# choco install yarn --version 1.16.0 --no-progress
Expand Down
55 changes: 30 additions & 25 deletions .github/angular-robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ merge:
- "modules/benchmarks/**"
- "modules/system.d.ts"
- "packages/**"
- "dev-infra/benchmark/driver-utilities/**"
# list of patterns to ignore for the files changed by the PR
exclude:
- "packages/*"
Expand All @@ -47,14 +48,19 @@ merge:
- "packages/bazel/src/ng_package/**"
- "packages/bazel/src/protractor/**"
- "packages/bazel/src/schematics/**"
- "packages/compiler-cli/src/ngcc/**"
- "packages/compiler-cli/linker/**"
- "packages/compiler-cli/ngcc/**"
- "packages/compiler-cli/src/ngtsc/sourcemaps/**"
- "packages/docs/**"
- "packages/elements/schematics/**"
- "packages/examples/**"
- "packages/language-service/**"
- "packages/localize/**"
- "packages/private/**"
- "packages/service-worker/**"
- "packages/common/locales/**"
- "packages/http/**"
- "**/.gitignore"
- "**/.gitkeep"
- "**/yarn.lock"
Expand All @@ -68,20 +74,20 @@ merge:
- "packages/**/integrationtest/**"
- "packages/**/test/**"
- "packages/zone.js/*"
- "packages/zone.js/dist/**"
- "packages/zone.js/doc/**"
- "packages/zone.js/example/**"
- "packages/zone.js/scripts/**"

# comment that will be added to a PR when there is a conflict, leave empty or set to false to disable
mergeConflictComment: "Hi @{{PRAuthor}}! This PR has merge conflicts due to recent upstream merges.
\nPlease help to unblock it by resolving these conflicts. Thanks!"
mergeConflictComment: "Hi @{{PRAuthor}}! This PR has merge conflicts due to recent upstream merges.\nPlease help to unblock it by resolving these conflicts. Thanks!"

# label to monitor
mergeLabel: "PR action: merge"
mergeLabel: "action: merge"

# adding any of these labels will also add the merge label
mergeLinkedLabels:
- "PR action: merge-assistance"
- "action: merge-assistance"

# list of checks that will determine if the merge label can be added
checks:
Expand All @@ -94,17 +100,17 @@ merge:

# whether the PR shouldn't have a conflict with the base branch
noConflict: true
# list of labels that a PR needs to have, checked with a regexp (e.g. "PR target:" will work for the label "PR target: master")
# list of labels that a PR needs to have, checked with a regexp (e.g. "target:" will work for the label "target: master")
requiredLabels:
- "PR target: *"
- "target: *"
- "cla: yes"

# list of labels that a PR shouldn't have, checked after the required labels with a regexp
forbiddenLabels:
- "PR target: TBD"
- "PR action: cleanup"
- "PR action: review"
- "PR state: blocked"
- "target: TBD"
- "action: cleanup"
- "action: review"
- "state: blocked"
- "cla: no"

# list of PR statuses that need to be successful
Expand All @@ -121,12 +127,7 @@ merge:
# the comment that will be added when the merge label is added despite failing checks, leave empty or set to false to disable
# {{MERGE_LABEL}} will be replaced by the value of the mergeLabel option
# {{PLACEHOLDER}} will be replaced by the list of failing checks
mergeRemovedComment: "I see that you just added the `{{MERGE_LABEL}}` label, but the following checks are still failing:
\n{{PLACEHOLDER}}
\n
\n**If you want your PR to be merged, it has to pass all the CI checks.**
\n
\nIf you can't get the PR to a green state due to flakes or broken master, please try rebasing to master and/or restarting the CI job. If that fails and you believe that the issue is not due to your change, please contact the caretaker and ask for help."
mergeRemovedComment: "I see that you just added the `{{MERGE_LABEL}}` label, but the following checks are still failing:\n{{PLACEHOLDER}}\n\n**If you want your PR to be merged, it has to pass all the CI checks.**\n\nIf you can't get the PR to a green state due to flakes or broken master, please try rebasing to master and/or restarting the CI job. If that fails and you believe that the issue is not due to your change, please contact the caretaker and ask for help."

# options for the triage plugin
triage:
Expand All @@ -141,24 +142,28 @@ triage:
# arrays of labels that determine if an issue has been fully triaged
l2TriageLabels:
-
- "type: bug/fix"
- "severity*"
- "freq*"
- "P0"
- "comp: *"
-
- "type: feature"
- "P1"
- "comp: *"
-
- "type: refactor"
- "P2"
- "comp: *"
-
- "type: RFC / Discussion / question"
- "P3"
- "comp: *"
-
- "type: confusing"
- "P4"
- "comp: *"
-
- "type: use-case"
- "P5"
- "comp: *"
-
- "feature"
- "comp: *"
-
- "discussion"
- "comp: *"

# options for the triage PR plugin
Expand Down Expand Up @@ -186,4 +191,4 @@ rerunCircleCI:
# set to true to disable
disabled: false
# the label which when added triggers a rerun of the default CircleCI workflow
triggerRerunLabel: "PR action: rerun CI at HEAD"
triggerRerunLabel: "action: rerun CI at HEAD"
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
if: github.repository == 'angular/angular'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@66462f6
- uses: angular/dev-infra/github-actions/lock-closed@414834b2b24dd2df37c6ed00808387ee6fd91b66
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,14 @@ yarn-error.log
# User specific bazel settings
.bazelrc.user

# User specific ng-dev settings
.ng-dev.user*

.notes.md
baseline.json

# Ignore .history for the xyz.local-history VSCode extension
.history

# CLDR data
tools/gulp-tasks/cldr/cldr-data/
6 changes: 3 additions & 3 deletions .gitmessage
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ Fixes #<issue number>
# │ │
# │ └─⫸ Commit Scope: animations|bazel|benchpress|common|compiler|compiler-cli|core|
# │ elements|forms|http|language-service|localize|platform-browser|
# │ platform-browser-dynamic|platform-server|platform-webworker|
# │ platform-webworker-dynamic|router|service-worker|upgrade|zone.js|
# │ packaging|changelog|dev-infra|docs-infra|migrations|ngcc|ve
# │ platform-browser-dynamic|platform-server|router|service-worker|
# │ upgrade|zone.js|packaging|changelog|dev-infra|docs-infra|migrations|
# │ ngcc|ve
# │ https://github.com/angular/angular/blob/master/CONTRIBUTING.md#scope
# │
# └─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|style|test
Expand Down
19 changes: 19 additions & 0 deletions .ng-dev/caretaker.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import {CaretakerConfig} from '../dev-infra/caretaker/config';

/** The configuration for `ng-dev caretaker` commands. */
export const caretaker: CaretakerConfig = {
githubQueries: [
{
name: 'Merge Queue',
query: `is:pr is:open status:success label:"action: merge"`,
},
{
name: 'Merge Assistance Queue',
query: `is:pr is:open label:"action: merge-assistance"`,
},
{
name: 'Initial Triage Queue',
query: `is:open no:milestone`,
}
]
};
13 changes: 0 additions & 13 deletions .ng-dev/commit-message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,6 @@ export const commitMessage: CommitMessageConfig = {
maxLineLength: 120,
minBodyLength: 20,
minBodyLengthTypeExcludes: ['docs', 'upstream'],
types: [
'build',
'ci',
'docs',
'feat',
'fix',
'perf',
'refactor',
'release',
'style',
'test',
'upstream',
],
scopes: [
'animations',
'bazel',
Expand Down
4 changes: 4 additions & 0 deletions .ng-dev/config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
import {caretaker} from './caretaker';
import {commitMessage} from './commit-message';
import {format} from './format';
import {github} from './github';
import {merge} from './merge';
import {release} from './release';

module.exports = {
commitMessage,
format,
github,
merge,
caretaker,
release,
};
32 changes: 11 additions & 21 deletions .ng-dev/merge.ts
Original file line number Diff line number Diff line change
@@ -1,38 +1,28 @@
import {MergeConfig} from '../dev-infra/pr/merge/config';
import {DevInfraMergeConfig} from '../dev-infra/pr/merge/config';
import {getDefaultTargetLabelConfiguration} from '../dev-infra/pr/merge/defaults';
import {github} from './github';
import {release} from './release';

/**
* Configuration for the merge tool in `ng-dev`. This sets up the labels which
* are respected by the merge script (e.g. the target labels).
*/
export const merge = (): MergeConfig => {
// TODO: resume dynamically determining patch branch
const patch = '10.0.x';
export const merge: DevInfraMergeConfig['merge'] = async api => {
return {
githubApiMerge: false,
claSignedLabel: 'cla: yes',
mergeReadyLabel: /^PR action: merge(-assistance)?/,
caretakerNoteLabel: 'PR action: merge-assistance',
mergeReadyLabel: /^action: merge(-assistance)?/,
caretakerNoteLabel: 'action: merge-assistance',
commitMessageFixupLabel: 'commit message fixup',
labels: [
{
pattern: 'PR target: master-only',
branches: ['master'],
},
{
pattern: 'PR target: patch-only',
branches: [patch],
},
{
pattern: 'PR target: master & patch',
branches: ['master', patch],
},
],
// We can pick any of the NPM packages as we are in a monorepo where all packages are
// published together with the same version and branching.
labels: await getDefaultTargetLabelConfiguration(api, github, release),
requiredBaseCommits: {
// PRs that target either `master` or the patch branch, need to be rebased
// on top of the latest commit message validation fix.
// These SHAs are the commits that update the required license text in the header.
'master': '5aeb9a4124922d8ac08eb73b8f322905a32b0b3a',
[patch]: '27b95ba64a5d99757f4042073fd1860e20e3ed24'
'10.0.x': '27b95ba64a5d99757f4042073fd1860e20e3ed24',
},
};
};
Loading