Skip to content

Version Compatability test should allow @angular other packages #10540

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

Closed
StephenFluin opened this issue Apr 30, 2018 · 1 comment
Closed

Version Compatability test should allow @angular other packages #10540

StephenFluin opened this issue Apr 30, 2018 · 1 comment
Labels
P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Milestone

Comments

@StephenFluin
Copy link
Contributor

Repro steps

In the angular update guide: https://github.com/StephenFluin/angular-update-guide

update to @angular/cli@next

then run ng update @angular/core --next

Observed behavior

Package "codelyzer" has an incompatible peer dependency to "@angular/compiler" (requires ">=4.0.0-rc.0 <5.0.0||>=2.3.1 <3.0.0||>=4.0.0-beta <6.0.0", would install "6.0.0-rc.6").
                  Package "codelyzer" has an incompatible peer dependency to "@angular/common" (requires ">=4.0.0-rc.0 <5.0.0||>=2.3.1 <3.0.0||>=4.0.0-beta <6.0.0", would install "6.0.0-rc.6").
                  Package "codelyzer" has an incompatible peer dependency to "@angular/platform-browser" (requires ">=4.0.0-rc.0 <5.0.0||>=2.3.1 <3.0.0||>=4.0.0-beta <6.0.0", would install "6.0.0-rc.6").
                  Package "codelyzer" has an incompatible peer dependency to "@angular/platform-browser-dynamic" (requires ">=4.0.0-rc.0 <5.0.0||>=2.3.1 <3.0.0||>=4.0.0-beta <6.0.0", would install "6.0.0-rc.6").
                  Package "@angular/compiler-cli" has an incompatible peer dependency to "typescript" (requires ">=2.7.2 <2.8", would install "2.6.2")
                  Package "codelyzer" has an incompatible peer dependency to "@angular/core" (requires ">=4.0.0-rc.0 <5.0.0||>=2.3.1 <3.0.0||>=4.0.0-beta <6.0.0", would install "6.0.0-rc.6").
    Updating package.json with dependency zone.js @ "0.8.26" (was "0.8.20")...
    Updating package.json with dependency @angular/compiler @ "6.0.0-rc.6" (was "5.2.9")...
    Updating package.json with dependency @angular/common @ "6.0.0-rc.6" (was "5.2.9")...
    Updating package.json with dependency @angular/platform-server @ "6.0.0-rc.6" (was "5.2.9")...
    Updating package.json with dependency @angular/animations @ "6.0.0-rc.6" (was "5.2.9")...
    Updating package.json with dependency rxjs @ "6.0.0" (was "5.5.7")...
    Updating package.json with dependency @angular/forms @ "6.0.0-rc.6" (was "5.2.9")...
    Updating package.json with dependency @angular/platform-browser @ "6.0.0-rc.6" (was "5.2.9")...
    Updating package.json with dependency @angular/platform-browser-dynamic @ "6.0.0-rc.6" (was "5.2.9")...
    Updating package.json with dependency @angular/compiler-cli @ "6.0.0-rc.6" (was "5.2.9")...
    Updating package.json with dependency @angular/router @ "6.0.0-rc.6" (was "5.2.9")...
    Updating package.json with dependency @angular/service-worker @ "6.0.0-rc.6" (was "5.2.9")...
    Updating package.json with dependency @angular/core @ "6.0.0-rc.6" (was "5.2.9")...
UPDATE package.json (1632 bytes)

Desired behavior

It should not require force.

@StephenFluin StephenFluin added the P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent label Apr 30, 2018
@StephenFluin StephenFluin added this to the v6.0.0 milestone Apr 30, 2018
hansl added a commit to hansl/devkit that referenced this issue Apr 30, 2018
When there are complex ranges, ltr(x) is not equal to !gtr(x).

Fix angular/angular-cli#10540
hansl added a commit to hansl/devkit that referenced this issue Apr 30, 2018
When there are complex ranges, ltr(x) is not equal to !gtr(x).

Fix angular/angular-cli#10540
hansl added a commit to angular/devkit that referenced this issue Apr 30, 2018
When there are complex ranges, ltr(x) is not equal to !gtr(x).

Fix angular/angular-cli#10540
hansl added a commit that referenced this issue Jun 6, 2018
When there are complex ranges, ltr(x) is not equal to !gtr(x).

Fix #10540
@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 Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Projects
None yet
Development

No branches or pull requests

2 participants