Skip to content

Conversation

devversion
Copy link
Member

Removes all unused dependencies. Also reduces dependencies
needed for the legacy gulp setup that is only used for testing
these days (e.g. minifying is not needed for tests; and we also
don't have it in Bazel)

Removes all unused dependencies. Also reduces dependencies
needed for the legacy gulp setup that is only used for testing
these days (e.g. minifying is not needed for tests; and we also
don't have it in Bazel)
@devversion devversion requested review from a team and jelbourn as code owners December 17, 2019 13:12
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Dec 17, 2019
Since we remove HTML minification from the gulp legacy output
(note: we don't have HTML minification in Bazel either), paginator
tests that run against IE11 and MS Edge started to fail because
`innerText` returned a different value with whitepsaces in these
browsers. This doesn't seem to be the case visually. We can make
the tests pass consistently by removing leading/trailing whitespace.
@devversion devversion added pr: merge safe target: patch This PR is targeted for the next patch release labels Dec 17, 2019
@devversion
Copy link
Member Author

FYI: I looked for a ticket that described the HTMLElement.innerText difference.. but didn't find anything in the MS EdgeHTML tracker. It seems like this has been like that for a long time in IE11/Edge and it's not clear whether it's expected or not. Eventually will be fixed by the Chromium based Edge browser though.

Copy link
Member

@jelbourn jelbourn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jelbourn jelbourn added pr: lgtm action: merge The PR is ready for merge by the caretaker labels Dec 17, 2019
@mmalerba mmalerba merged commit 1fcade2 into angular:master Dec 17, 2019
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jan 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants