Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Update angular monorepo #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/animations 4.0.0-rc.3 -> 4.4.7 age adoption passing confidence
@angular/common 4.0.0-rc.3 -> 4.4.7 age adoption passing confidence
@angular/compiler 4.0.0-rc.3 -> 4.4.7 age adoption passing confidence
@angular/compiler-cli 4.0.0-rc.3 -> 4.4.7 age adoption passing confidence
@angular/core 4.0.0-rc.3 -> 4.4.7 age adoption passing confidence
@angular/forms 4.0.0-rc.3 -> 4.4.7 age adoption passing confidence
@angular/http 4.0.0-rc.3 -> 4.0.0-rc.6 age adoption passing confidence
@angular/platform-browser 4.0.0-rc.3 -> 4.4.7 age adoption passing confidence
@angular/platform-browser-dynamic 4.0.0-rc.3 -> 4.4.7 age adoption passing confidence
@angular/router 4.0.0-rc.3 -> 4.4.7 age adoption passing confidence
zone.js (changelog) 0.7.7 -> 0.11.5 age adoption passing confidence

Release Notes

angular/angular (@​angular/animations)

v4.4.7

Compare Source

v4.4.6

Compare Source

v4.4.5

Compare Source

v4.4.4

Compare Source

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.6

Compare Source

v4.2.5

Compare Source

v4.2.4

Compare Source

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

compiler-cli
Commit Type Description
724e88e042 fix preserve forwardRef for component scopes (#​46139)
core
Commit Type Description
35653ce337 fix add more details to the MISSING_INJECTION_CONTEXT error (#​46166)
0bc77f4cab fix better error message when unknown property is present (#​46147)
ba9f30c9a6 fix include component name into unknown element/property error message (#​46160)
560188bf12 fix update unknown property error to account for standalone components in AOT (#​46159)

Special Thanks

Alex Rickabaugh, Andrew Kushnir, Billy Lando, George Kalpakas, Ian Gregory, Matt Shaffer, Paul Gschwendtner, Pawel Kozlowski, Rune Andersen Hartvig, dario-piotrowicz and mgechev

v4.0.0-rc.6

Compare Source

v4.0.0-rc.5

Compare Source

v4.0.0-rc.4

Compare Source

angular/angular (@​angular/common)

v4.4.7

Compare Source

v4.4.6

Compare Source

v4.4.5

Compare Source

v4.4.4

Compare Source

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.6

Compare Source

v4.2.5

Compare Source

v4.2.4

Compare Source

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

compiler-cli
Commit Type Description
a524a50361 fix handle standalone components with cycles (#​46029)
35f20afcac fix use existing imports for standalone dependencies (#​46029)
core
Commit Type Description
3f7ecec59b fix set correct context for inject() for component ctors (#​45991)
forms
Commit Type Description
018550ed50 fix Value and RawValue should be part of the public API. (#​45978)
language-service
Commit Type Description
3ae133c69e fix Fix detection of Angular for v14+ projects (#​45998)
9cd8e50848 fix Prevent TSServer from removing templates from project (#​45965)

Special Thanks

4javier, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Bob Watson, Dylan Hunn, Evan Lee, George Kalpakas, Joey Perrott, Kristiyan Kostadinov, Pavan Kumar Jadda, Roy Dorombozi, Virginia Dooley, celinetunc, ivanwonder and mariu

v4.0.0-rc.6

Compare Source

v4.0.0-rc.5

Compare Source

v4.0.0-rc.4

Compare Source

angular/angular (@​angular/compiler)

v4.4.7

Compare Source

v4.4.6

Compare Source

v4.4.5

Compare Source

v4.4.4

Compare Source

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.6

Compare Source

v4.2.5

Compare Source

v4.2.4

Compare Source

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

Deprecations

forms
  • The initialValueIsDefault option has been deprecated and replaced with the otherwise-identical nonNullable option, for the sake of naming consistency.
  • It is now deprecated to provide both AbstractControlOptions and an async validators argument to a FormControl. Previously, the async validators would just be silently dropped, resulting in a probably buggy forms. Now, the constructor call is deprecated, and Angular will print a warning in devmode.
bazel
Commit Type Description
21a04ef5be perf use allowedInputs to avoid fs.stat (#​46069)
compiler-cli
Commit Type Description
f2e5234e07 fix update unknown tag error for aot standalone components (#​45919)
core
Commit Type Description
701405fa71 fix handle AOT-compiled standalone components in TestBed correctly (#​46052)
ddce357d1d fix improve TestBed declarations standalone error message (#​45999)
3172b4cc99 fix produce proper error message for unknown props on <ng-template>s (#​46068)
4f1a813596 fix restore NgModule state correctly after TestBed overrides (#​46049)
df339d8abf fix update unknown tag error for jit standalone components (#​45920)
forms
Commit Type Description
39be06037d fix Add a nonNullable option to FormControl for consistency.
2e96cede3e fix Warn on FormControls that are constructed with both options and asyncValidators.

Special Thanks

A. J. Javier, Alex Rickabaugh, Andrew Kushnir, Aristeidis Bampakos, David Schmidt, Doug Parker, Dylan Hunn, George Kalpakas, J Rob Gant, Jan Kuehle, Jerome Kruse, Joey Perrott, JoostK, Kristiyan Kostadinov, Nathan Nontell, Paul Gschwendtner, Pawel Kozlowski, Roopesh Chinnakampalli, Thomas Mair, Tom Raithel, dario-piotrowicz and mgechev

v4.0.0-rc.6

Compare Source

v4.0.0-rc.5

Compare Source

v4.0.0-rc.4

Compare Source

angular/angular (@​angular/compiler-cli)

v4.4.7

Compare Source

v4.4.6

Compare Source

v4.4.5

Compare Source

v4.4.4

Compare Source

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.6

Compare Source

v4.2.5

Compare Source

v4.2.4

Compare Source

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

Deprecations

forms
  • The initialValueIsDefault option has been deprecated and replaced with the otherwise-identical nonNullable option, for the sake of naming consistency.
  • It is now deprecated to provide both AbstractControlOptions and an async validators argument to a FormControl. Previously, the async validators would just be silently dropped, resulting in a probably buggy forms. Now, the constructor call is deprecated, and Angular will print a warning in devmode.
bazel
Commit Type Description
21a04ef5be perf use allowedInputs to avoid fs.stat (#​46069)
compiler-cli
Commit Type Description
f2e5234e07 fix update unknown tag error for aot standalone components (#​45919)
core
Commit Type Description
701405fa71 fix handle AOT-compiled standalone components in TestBed correctly (#​46052)
ddce357d1d fix improve TestBed declarations standalone error message (#​45999)
3172b4cc99 fix produce proper error message for unknown props on <ng-template>s (#​46068)
4f1a813596 fix restore NgModule state correctly after TestBed overrides (#​46049)
df339d8abf fix update unknown tag error for jit standalone components (#​45920)
forms
Commit Type Description
39be06037d fix Add a nonNullable option to FormControl for consistency.
2e96cede3e fix Warn on FormControls that are constructed with both options and asyncValidators.

Special Thanks

A. J. Javier, Alex Rickabaugh, Andrew Kushnir, Aristeidis Bampakos, David Schmidt, Doug Parker, Dylan Hunn, George Kalpakas, J Rob Gant, Jan Kuehle, Jerome Kruse, Joey Perrott, JoostK, Kristiyan Kostadinov, Nathan Nontell, Paul Gschwendtner, Pawel Kozlowski, Roopesh Chinnakampalli, Thomas Mair, Tom Raithel, dario-piotrowicz and mgechev

v4.0.0-rc.6

Compare Source

v4.0.0-rc.5

Compare Source

v4.0.0-rc.4

Compare Source

angular/angular (@​angular/core)

v4.4.7

Compare Source

v4.4.6

Compare Source

v4.4.5

Compare Source

v4.4.4

Compare Source

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.6

Compare Source

v4.2.5

Compare Source

v4.2.4

Compare Source

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

Deprecations

forms
  • The initialValueIsDefault option has been deprecated and replaced with the otherwise-identical nonNullable option, for the sake of naming consistency.
  • It is now deprecated to provide both AbstractControlOptions and an async validators argument to a FormControl. Previously, the async validators would just be silently dropped, resulting in a probably buggy forms. Now, the constructor call is deprecated, and Angular will print a warning in devmode.
bazel
Commit Type Description
21a04ef5be perf use allowedInputs to avoid fs.stat (#​46069)
compiler-cli
Commit Type Description
f2e5234e07 fix update unknown tag error for aot standalone components (#​45919)
core
Commit Type Description
701405fa71 fix handle AOT-compiled standalone components in TestBed correctly (#​46052)
ddce357d1d fix improve TestBed declarations standalone error message (#​45999)
3172b4cc99 fix produce proper error message for unknown props on <ng-template>s (#​46068)
4f1a813596 fix restore NgModule state correctly after TestBed overrides (#​46049)
df339d8abf fix update unknown tag error for jit standalone components (#​45920)
forms
Commit Type Description
39be06037d fix Add a nonNullable option to FormControl for consistency.
2e96cede3e fix Warn on FormControls that are constructed with both options and asyncValidators.

Special Thanks

A. J. Javier, Alex Rickabaugh, Andrew Kushnir, Aristeidis Bampakos, David Schmidt, Doug Parker, Dylan Hunn, George Kalpakas, J Rob Gant, Jan Kuehle, Jerome Kruse, Joey Perrott, JoostK, Kristiyan Kostadinov, Nathan Nontell, Paul Gschwendtner, Pawel Kozlowski, Roopesh Chinnakampalli, Thomas Mair, Tom Raithel, dario-piotrowicz and mgechev

v4.0.0-rc.6

Compare Source

v4.0.0-rc.5

Compare Source

v4.0.0-rc.4

Compare Source

angular/angular (@​angular/forms)

v4.4.7

Compare Source

v4.4.6

Compare Source

v4.4.5

Compare Source

v4.4.4

Compare Source

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.6

Compare Source

v4.2.5

Compare Source

v4.2.4

Compare Source

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

Deprecations

forms
  • The initialValueIsDefault option has been deprecated and replaced with the otherwise-identical nonNullable option, for the sake of naming consistency.
  • It is now deprecated to provide both AbstractControlOptions and an async validators argument to a FormControl. Previously, the async validators would just be silently dropped, resulting in a probably buggy forms. Now, the constructor call is deprecated, and Angular will print a warning in devmode.
bazel
Commit Type Description
21a04ef5be perf use allowedInputs to avoid fs.stat (#​46069)
compiler-cli
Commit Type Description
f2e5234e07 fix update unknown tag error for aot standalone components (#​45919)
core
Commit Type Description
701405fa71 fix handle AOT-compiled standalone components in TestBed correctly (#​46052)
ddce357d1d fix improve TestBed declarations standalone error message (#​45999)
3172b4cc99 fix produce proper error message for unknown props on <ng-template>s (#​46068)
4f1a813596 fix restore NgModule state correctly after TestBed overrides (#​46049)
df339d8abf fix update unknown tag error for jit standalone components (#​45920)
forms
Commit Type Description
39be06037d fix Add a nonNullable option to FormControl for consistency.
2e96cede3e fix Warn on FormControls that are constructed with both options and asyncValidators.

Special Thanks

A. J. Javier, Alex Rickabaugh, Andrew Kushnir, Aristeidis Bampakos, David Schmidt, Doug Parker, Dylan Hunn, George Kalpakas, J Rob Gant, Jan Kuehle, Jerome Kruse, Joey Perrott, JoostK, Kristiyan Kostadinov, Nathan Nontell, Paul Gschwendtner, Pawel Kozlowski, Roopesh Chinnakampalli, Thomas Mair, Tom Raithel, dario-piotrowicz and mgechev

v4.0.0-rc.6

Compare Source

v4.0.0-rc.5

Compare Source

v4.0.0-rc.4

Compare Source

angular/angular (@​angular/http)

v4.0.0-rc.6

Compare Source

v4.0.0-rc.5

Compare Source

v4.0.0-rc.4

Compare Source

angular/angular (@​angular/platform-browser)

v4.4.7

Compare Source

v4.4.6

Compare Source

v4.4.5

Compare Source

v4.4.4

Compare Source

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.6

[Compare Source](https://togi


Configuration

📅 Schedule: "before 3am on Monday" in timezone America/New_York.

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/angular-monorepo branch from d670d28 to cf62b43 Compare July 26, 2019 20:28
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from cf62b43 to d04ce11 Compare August 2, 2019 21:49
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from d04ce11 to 7bd6adf Compare August 14, 2019 03:51
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 7bd6adf to 8cc4355 Compare September 5, 2019 21:08
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 8cc4355 to 73ab064 Compare February 8, 2020 01:08
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 73ab064 to 1337908 Compare March 17, 2020 16:17
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 1337908 to 979b590 Compare July 31, 2020 20:12
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from c0ab029 to 8774ea8 Compare August 19, 2020 19:20
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 8774ea8 to 6542726 Compare October 16, 2020 20:15
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 6542726 to cbb2977 Compare November 4, 2020 00:42
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from cbb2977 to 34934d1 Compare February 9, 2021 08:54
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 34934d1 to 814416c Compare March 16, 2021 13:39
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 814416c to c91851e Compare April 21, 2021 15:21
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from c91851e to f2b4d30 Compare June 8, 2021 13:15
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from cb8a79e to 4410a46 Compare July 7, 2021 17:56
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from 162f72a to 8572248 Compare August 4, 2021 20:52
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 8572248 to dee6a9a Compare August 16, 2021 20:13
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from dee6a9a to 016f1c9 Compare August 27, 2021 16:57
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 016f1c9 to 4095d4a Compare September 18, 2021 00:08
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 4095d4a to e584dbe Compare September 28, 2021 13:21
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from e584dbe to 475d832 Compare October 25, 2021 22:29
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 475d832 to f3ae040 Compare November 15, 2021 20:22
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from f3ae040 to 4e48104 Compare November 23, 2021 15:03
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 4e48104 to 48c1fb1 Compare December 6, 2021 13:49
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 48c1fb1 to 34f25f1 Compare December 21, 2021 17:21
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 34f25f1 to 5352be1 Compare January 10, 2022 22:24
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 2 times, most recently from b45100d to 43a47ec Compare January 19, 2022 18:13
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 43a47ec to 867c5d7 Compare March 4, 2022 01:50
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 867c5d7 to 65550b0 Compare March 15, 2022 00:33
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 65550b0 to 4789180 Compare March 29, 2022 00:50
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 4789180 to 932a164 Compare April 11, 2022 19:38
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 932a164 to fd6c0e6 Compare April 25, 2022 21:03
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from fd6c0e6 to 105f095 Compare May 9, 2022 18:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant