Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

build(deps): update angular-framework#1990

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/angular-framework
Oct 14, 2020
Merged

build(deps): update angular-framework#1990
renovate[bot] merged 1 commit intomasterfrom
renovate/angular-framework

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2020

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest 6d9a07f -> d7211d9
@angular/common dependencies digest b613ba7 -> 5bb0796
@angular/compiler dependencies digest ffc895d -> fce2321
@angular/compiler-cli devDependencies digest 0a31da0 -> df710e6
@angular/core dependencies digest b0be0b4 -> f13a263
@angular/elements dependencies digest 1fa5674 -> 18311f6
@angular/forms dependencies digest 3e7d8ea -> b63c485
@angular/language-service devDependencies digest 7238b1d -> 97f03c2
@angular/localize dependencies digest 8d1dfef -> 71ab1a7
@angular/platform-browser dependencies digest 94210ce -> 4ae889f
@angular/platform-browser-dynamic dependencies digest 995fafc -> 94b9c71
@angular/platform-server dependencies digest 42e8f96 -> 39b8265
@angular/router dependencies digest 3658146 -> cdc79fa
@angular/service-worker dependencies digest ed35c5e -> 93778a8
@angular/upgrade dependencies digest 2668688 -> fd3788a

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Renovate configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/Tijuana.

🚦 Automerge: Enabled.

♻️ 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, check this box

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

@google-cla google-cla bot added the cla: yes label Oct 12, 2020
@renovate renovate bot force-pushed the renovate/angular-framework branch 11 times, most recently from e71fda3 to 3a9f60f Compare October 14, 2020 12:00
petebacondarwin added a commit to petebacondarwin/angular that referenced this pull request Oct 14, 2020
Previously, inline exports of the form `exports.foo = <implementation>;` were
being interpreted (by the ngtsc `PartialInterpeter`) as `Reference` objects.
This is not what is desired since it prevents the value of the export
from being unpacked, such as when analyzing `NgModule` declarations:

```
exports.directives = [Directive1, Directive2];

@NgImport({declarations: [exports.directives]})
class AppModule {}
```

In this example the interpreter would think that `exports.directives`
was a reference rather than an array that needs to be unpacked.

This bug was picked up by the ngcc-validation repository. See
angular/ngcc-validation#1990 and
https://circleci.com/gh/angular/ngcc-validation/17130
@renovate renovate bot force-pushed the renovate/angular-framework branch from 3a9f60f to 66de74a Compare October 14, 2020 17:06
petebacondarwin added a commit to petebacondarwin/angular that referenced this pull request Oct 14, 2020
Previously, inline exports of the form `exports.foo = <implementation>;` were
being interpreted (by the ngtsc `PartialInterpeter`) as `Reference` objects.
This is not what is desired since it prevents the value of the export
from being unpacked, such as when analyzing `NgModule` declarations:

```
exports.directives = [Directive1, Directive2];

@NgImport({declarations: [exports.directives]})
class AppModule {}
```

In this example the interpreter would think that `exports.directives`
was a reference rather than an array that needs to be unpacked.

This bug was picked up by the ngcc-validation repository. See
angular/ngcc-validation#1990 and
https://circleci.com/gh/angular/ngcc-validation/17130
@renovate renovate bot force-pushed the renovate/angular-framework branch from 66de74a to 6e6c34a Compare October 14, 2020 19:06
atscott pushed a commit to angular/angular that referenced this pull request Oct 14, 2020
…39272)

Previously, inline exports of the form `exports.foo = <implementation>;` were
being interpreted (by the ngtsc `PartialInterpeter`) as `Reference` objects.
This is not what is desired since it prevents the value of the export
from being unpacked, such as when analyzing `NgModule` declarations:

```
exports.directives = [Directive1, Directive2];

@NgImport({declarations: [exports.directives]})
class AppModule {}
```

In this example the interpreter would think that `exports.directives`
was a reference rather than an array that needs to be unpacked.

This bug was picked up by the ngcc-validation repository. See
angular/ngcc-validation#1990 and
https://circleci.com/gh/angular/ngcc-validation/17130

PR Close #39272
@renovate renovate bot force-pushed the renovate/angular-framework branch from 6e6c34a to 8b9b5fb Compare October 14, 2020 21:06
atscott pushed a commit to angular/angular that referenced this pull request Oct 14, 2020
…39267)

Previously, inline exports of the form `exports.foo = <implementation>;` were
being interpreted (by the ngtsc `PartialInterpeter`) as `Reference` objects.
This is not what is desired since it prevents the value of the export
from being unpacked, such as when analyzing `NgModule` declarations:

```
exports.directives = [Directive1, Directive2];

@NgImport({declarations: [exports.directives]})
class AppModule {}
```

In this example the interpreter would think that `exports.directives`
was a reference rather than an array that needs to be unpacked.

This bug was picked up by the ngcc-validation repository. See
angular/ngcc-validation#1990 and
https://circleci.com/gh/angular/ngcc-validation/17130

PR Close #39267
@renovate renovate bot force-pushed the renovate/angular-framework branch from 8b9b5fb to 3317b8b Compare October 14, 2020 22:06
@renovate renovate bot merged commit c9cf8d3 into master Oct 14, 2020
@renovate renovate bot deleted the renovate/angular-framework branch October 14, 2020 22:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant