Skip to content

Conversation

@devversion
Copy link
Member

See individual commits.

@google-cla google-cla bot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Jul 23, 2021
@devversion devversion force-pushed the build/various-cleanups branch from 13a6a7b to b2a8048 Compare July 23, 2021 16:50
@devversion devversion added merge safe target: patch This PR is targeted for the next patch release labels Jul 23, 2021
@devversion devversion marked this pull request as ready for review July 23, 2021 17:37
@devversion devversion requested review from a team, andrewseguin and mmalerba as code owners July 23, 2021 17:37
@devversion devversion added the merge: preserve commits When the PR is merged, a rebase and merge should be performed label Jul 23, 2021
Copy link
Member

@crisbeto crisbeto left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@mmalerba mmalerba left a comment

Choose a reason for hiding this comment

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

LGTM

@mmalerba mmalerba added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release and removed target: patch This PR is targeted for the next patch release labels Jul 23, 2021
@mmalerba mmalerba force-pushed the build/various-cleanups branch from b2a8048 to 70bd7e2 Compare July 27, 2021 07:01
Removes an unused Bazel macro that has been used in the
past for processing Sass files.
Replaces our custom ES5 JS module extraction rule with a
configurable one that has recently been added to the dev-infra
package.
Updates MDC to the latest canary version which contains:
material-components/material-components-web@9808de0.

This change allows us to remove the RequireJS configuration
files. While removing these files, we also simplify our
Bazel Karma test suite setup so that no MDC UMD bundles
need to be specified manually. This was cumbersome and especially
time-consuming because the old setup also required developers
to manually determine which transitive MDC UMD bundles are needed.

The new setup always includes all MDC UMD files in Karma web
test suites. Ideally this would not be needed at all, but due
to a limitation in `rules_nodejs`, the MDC UMD files cannot
be resolved automatically from the `deps`. We could archive this
using a custom Bazel rule (confirmed in some experiments that it is
possible), but this rule will become quite complex and seem like a
bandaid. Eventually the Bazel NodeJS rules should be able to determine
named AMD files out-of-the box when installing the node modules.
Removes the `expand_template` Bazel rule with a similar rule
that is provided by the shared dev-infra package.
@mmalerba mmalerba force-pushed the build/various-cleanups branch from 70bd7e2 to 7e16ea5 Compare July 27, 2021 07:09
@mmalerba mmalerba merged commit 56a30d0 into angular:master Jul 27, 2021
@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 Aug 27, 2021
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 merge: preserve commits When the PR is merged, a rebase and merge should be performed target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants