{{ message }}
build: update dev-infra packages and account for build-tooling split from ng-dev - #46976
Closed
devversion wants to merge 1 commit into
Closed
devversion wants to merge 1 commit into
devversion wants to merge 1 commit into
Conversation
devversion
marked this pull request as ready for review
July 27, 2022 09:09
josephperrott
approved these changes
Aug 1, 2022
josephperrott
left a comment
Member
There was a problem hiding this comment.
LGTM
Reviewed-for: global-approvers
pkozlowski-opensource
removed request for
JiaLiPassion and
pkozlowski-opensource
August 1, 2022 17:51
Member
…from `ng-dev` The dev-infra build tooling is now decoupled from `ng-dev`. This will make it easier to update `ng-dev` without necessarily needing to upgrade the whole build system, Bazel etc. This is useful when e.g. new release tool features have been added and should also be ported to active LTS branches.
devversion
force-pushed
the
split-ng-dev
branch
from
August 2, 2022 08:14
8e3b7cc to
b2a6d1d
Compare
1 task
Contributor
|
This PR was merged into the repository by commit b757b13. |
AndrewKushnir
pushed a commit
that referenced
this pull request
Aug 2, 2022
…from `ng-dev` (#46976) The dev-infra build tooling is now decoupled from `ng-dev`. This will make it easier to update `ng-dev` without necessarily needing to upgrade the whole build system, Bazel etc. This is useful when e.g. new release tool features have been added and should also be ported to active LTS branches. PR Close #46976
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The dev-infra build tooling is now decoupled from
ng-dev. This willmake it easier to update
ng-devwithout necessarily needing to upgradethe whole build system, Bazel etc. This is useful when e.g. new release
tool features have been added and should also be ported to active LTS
branches.