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

chore: update Angular dependencies to latest v10 RC #2573

Merged
merged 1 commit into from
Jun 13, 2020

Conversation

brandonroberts
Copy link
Member

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Closes #

What is the new behavior?

Does this PR introduce a breaking change?

[x] Yes
[ ] No

Other information

@ngrxbot
Copy link
Collaborator

ngrxbot commented Jun 11, 2020

Preview docs changes for bb0e712 at https://previews.ngrx.io/pr2573-bb0e712e/

Copy link
Member

@timdeschryver timdeschryver left a comment

Choose a reason for hiding this comment

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

Looking good!
Weird that the runtime checks are failing...

@@ -82,7 +82,7 @@ describe('Runtime checks:', () => {
});
});

describe('USER_RUNTIME_CHECKS Token', () => {
xdescribe('USER_RUNTIME_CHECKS Token', () => {
Copy link
Member

Choose a reason for hiding this comment

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

Any idea why these tests are failing?
Could this be an issue with the jest-angular-preset lib?🤨

Copy link
Member Author

Choose a reason for hiding this comment

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

Not sure if its that package. From what I saw it was because of the way spyOn is being used, but I was going to look into it further

Copy link
Member

Choose a reason for hiding this comment

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

I tried to resolve them by using the jest functions, but I encountered the following next.

TestBed : TypeError: Cannot read property 'assertPresent' of undefined

There were some issues opened in the Angular repo from a couple years ago with the same problem, e.g. angular/angular#11317

BREAKING CHANGE:

BEFORE:

Angular v9 are minimum dependencies

AFTER:

Angular v10 are minimum dependencies
@brandonroberts brandonroberts merged commit ed28449 into master Jun 13, 2020
@brandonroberts brandonroberts deleted the angular-10-deps-rc branch June 13, 2020 17:35
BioPhoton pushed a commit to BioPhoton/platform that referenced this pull request Jun 23, 2020
BREAKING CHANGE:

BEFORE:

Angular v9 are minimum dependencies

AFTER:

Angular v10 are minimum dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants