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
build: update several dependencies #41434
Closed
Closed
Conversation
This file contains 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
022889a
to
4f60e01
Compare
c02c551
to
9c49b9b
Compare
This is a temporary workaround until the CLI version containing a fix for the regression caused by deacc74 is available on NPM. Without this change CLI builds will fail with; ``` angularCompiler.getNextProgram is not a function ```
689bfb9
to
029799a
Compare
In Angular CLI 12, application can only be compiled using Ivy, therefore we shouldn't run these tests when Bazel runs with View Engine context.
zarend
added a commit
that referenced
this issue
Apr 12, 2021
With this change we add several packages to ignored `ignoreDeps` as these packages cannot be updated safely as they cause a large number of errors. In addition, we add a group for `remark` packages. PR Close #41434
zarend
added a commit
that referenced
this issue
Apr 12, 2021
This update includes fixes that prevented us from updating other dependencies. PR Close #41434
zarend
added a commit
that referenced
this issue
Apr 12, 2021
The recent update to MagicString, results in a different basic set of mappings in the renderer. This change updates our tests to match. PR Close #41434
zarend
added a commit
that referenced
this issue
Apr 12, 2021
With this change we update Angular CLI packages that are used in the repo for testing to `12.0.0-next.7` PR Close #41434
zarend
added a commit
that referenced
this issue
Apr 12, 2021
In version 12 of the Angular CLI the `experimentalRollupPass` has been removed. PR Close #41434
zarend
added a commit
that referenced
this issue
Apr 12, 2021
In Angular CLI 12, application can only be compiled using Ivy, therefore we shouldn't run these tests when Bazel runs with View Engine context. PR Close #41434
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

test: remove
cli-hello-world-lazy-rolluptestsIn version 12 of the Angular CLI the
experimentalRollupPasshas been removed.build: update Angular CLI packages to 12.0.0-next.7
With this change we update Angular CLI packages that are used in the repo for testing to
12.0.0-next.7test(ngcc): provide correct source-mappings for renderer tests
The recent update to MagicString, results in a different basic set of mappings in the renderer. This change updates our tests to match.
build(docs-infra): update dgeni-packages dependency
This update includes fixes that prevented us from updating
other dependencies.
ci: improve renovate configuration
With this change we add several packages to ignored
ignoreDepsas these packages cannot be updated safely as they cause a large number of errors.In addition, we add a group for
remarkpackages.build: update several dependencies
With this change we update several dependencies to avoid Renovate from create a lot of PRs during onboarding. We also remove yarn workspaces as after further analysis these are not needed.
Certain dependencies such as
@octokit/rest,remarkand@babel/*have not been updated as they require a decent amount of work to update, and it's best to leave them for a seperate PR.