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

Bump @angular/compiler-cli from 7.2.7 to 7.2.11 #6305

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 26, 2019

Bumps @angular/compiler-cli from 7.2.7 to 7.2.11.

Changelog

Sourced from @angular/compiler-cli's changelog.

7.2.11 (2019-03-26)

This release contains various API docs improvements.

8.0.0-beta.9 (2019-03-20)

Bug Fixes

Features

  • add support for TypeScript 3.3 (and drop older versions) (#29004) (75748d6)

BREAKING CHANGES

  • core: Certain elements (like <tr> or <col>) require parent elements to be of a certain type by the HTML specification
    (ex. <tr> can only be inside <tbody> / <thead>). Before this change Angular template parser was auto-correcting
    "invalid" HTML using the following rules:
  • <tr> would be wrapped in <tbody> if not inside <tbody>, <tfoot> or <thead>;
  • <col> would be wrapped in <colgroup> if not inside <colgroup>.

This meachanism of automatic wrapping / auto-correcting was problematic for several reasons:

  • it is non-obvious and arbitrary (ex. there are more HTML elements that has rules for parent type);
  • it is incorrect for cases where <tr> / <col> are at the root of a component's content, ex.:
<projecting-tr-inside-tbody>
  <tr>...</tr>
</projecting-tr-inside-tbody>

In the above example the <projecting-tr-inside-tbody> component could be "surprised" to see additional
<tbody> elements inserted by Angular HTML parser.

... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@codecov
Copy link

codecov bot commented Mar 28, 2019

Codecov Report

❗ No coverage uploaded for pull request base (next@c628022). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next    #6305   +/-   ##
=======================================
  Coverage        ?   38.27%           
=======================================
  Files           ?      648           
  Lines           ?     9844           
  Branches        ?      387           
=======================================
  Hits            ?     3768           
  Misses          ?     6016           
  Partials        ?       60

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c628022...b471557. Read the comment docs.

@codecov
Copy link

codecov bot commented Mar 28, 2019

Codecov Report

❗ No coverage uploaded for pull request base (next@49bab1b). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next    #6305   +/-   ##
=======================================
  Coverage        ?   38.28%           
=======================================
  Files           ?      648           
  Lines           ?     9845           
  Branches        ?      387           
=======================================
  Hits            ?     3769           
  Misses          ?     6016           
  Partials        ?       60

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 49bab1b...baac68d. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Bumps [@angular/compiler-cli](https://github.com/angular/angular) from 7.2.7 to 7.2.11.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](angular/angular@7.2.7...7.2.11)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/@angular/compiler-cli-7.2.11 branch from b471557 to baac68d Compare April 2, 2019 16:29
@vercel
Copy link

vercel bot commented Apr 2, 2019

This pull request is automatically deployed with Now.
To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://monorepo-git-dependabot-npmandyarn.storybook.now.sh

@dependabot-preview
Copy link
Contributor Author

Superseded by #6423.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/@angular/compiler-cli-7.2.11 branch April 4, 2019 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants