Skip to content

fix(ng-add): do not overwrite version range specified in ng add #18365

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

Merged

Conversation

devversion
Copy link
Member

The CLI inserts requested dependencies into the package.json before
ng add schematics run. This means that we usually do not need to insert
the dependency into package.json files.

Alternatively, it could happen that the ng add schematics run outside of
the CLI ng add command, or the requested dependency is dev only. In those
cases we insert a version based on the current version placeholder.

@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Feb 1, 2020
@devversion devversion added P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent pr: merge safe target: patch This PR is targeted for the next patch release labels Feb 1, 2020
@devversion devversion force-pushed the fix/ng-add-respect-ng-add-version-range branch from bbb22f0 to cc4b354 Compare February 1, 2020 22:30
@devversion devversion marked this pull request as ready for review February 1, 2020 22:30
@devversion devversion requested a review from jelbourn as a code owner February 1, 2020 22:30
The CLI inserts requested dependencies into the `package.json` before
`ng add` schematics run. This means that we usually do not need to insert
the dependency into `package.json` files.

Alternatively, it could happen that the `ng add` schematics run outside of
the CLI `ng add` command, or the requested dependency is dev only. In those
cases we insert a version based on the current version placeholder.
@devversion devversion changed the title fix(ng-add): do not overwrite version range specified in ng add. fix(ng-add): do not overwrite version range specified in ng add Feb 1, 2020
@devversion devversion force-pushed the fix/ng-add-respect-ng-add-version-range branch from cc4b354 to 0fa4b01 Compare February 1, 2020 22:31
Copy link
Contributor

@Splaktar Splaktar left a comment

Choose a reason for hiding this comment

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

LGTM after a couple of typo fixes.

Copy link
Member

@jelbourn jelbourn left a comment

Choose a reason for hiding this comment

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

LGTM

@jelbourn jelbourn added action: merge The PR is ready for merge by the caretaker pr: lgtm labels Feb 4, 2020
@mmalerba mmalerba merged commit b219cbc into angular:master Feb 4, 2020
mmalerba pushed a commit that referenced this pull request Feb 5, 2020
…8365)

* fix(ng-add): do not overwrite version range specified in `ng add`

The CLI inserts requested dependencies into the `package.json` before
`ng add` schematics run. This means that we usually do not need to insert
the dependency into `package.json` files.

Alternatively, it could happen that the `ng add` schematics run outside of
the CLI `ng add` command, or the requested dependency is dev only. In those
cases we insert a version based on the current version placeholder.

* fixup! fix(ng-add): do not overwrite version range specified in `ng add`

Address feedback
yifange pushed a commit to yifange/components that referenced this pull request Feb 6, 2020
…gular#18365)

* fix(ng-add): do not overwrite version range specified in `ng add`

The CLI inserts requested dependencies into the `package.json` before
`ng add` schematics run. This means that we usually do not need to insert
the dependency into `package.json` files.

Alternatively, it could happen that the `ng add` schematics run outside of
the CLI `ng add` command, or the requested dependency is dev only. In those
cases we insert a version based on the current version placeholder.

* fixup! fix(ng-add): do not overwrite version range specified in `ng add`

Address feedback
@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 Mar 6, 2020
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 P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants