Skip to content

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented Jan 3, 2022

  • Adds @angular/platform-browser to the material package.json since we have dependencies on it in a lot of modules.
  • Adds several missing dependencies (animations, cdk, common, forms and platform-browser) to the package.json in material-experimental.

Fixes #24146.

* Adds `@angular/platform-browser` to the `material` package.json since we have dependencies on it in a lot of modules.
* Adds several missing dependencies (`animations`, `cdk`, `common`, `forms` and `platform-browser`) to the package.json in `material-experimental`.

Fixes angular#24146.
@crisbeto crisbeto added P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent merge safe target: patch This PR is targeted for the next patch release labels Jan 3, 2022
@crisbeto crisbeto requested a review from devversion January 3, 2022 08:28
@crisbeto crisbeto requested a review from jelbourn as a code owner January 3, 2022 08:28
"@angular/core": "0.0.0-NG",
"@angular/common": "0.0.0-NG",
"@angular/forms": "0.0.0-NG",
"@angular/platform-browser": "0.0.0-NG",
Copy link
Member Author

Choose a reason for hiding this comment

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

Technically these are already listed as peerDependencies on @angular/material which was already listed, but it might be better to list them explicitly.

@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Jan 4, 2022
@wagnermaciel wagnermaciel merged commit 6e62a03 into angular:master Jan 6, 2022
wagnermaciel pushed a commit that referenced this pull request Jan 6, 2022
* Adds `@angular/platform-browser` to the `material` package.json since we have dependencies on it in a lot of modules.
* Adds several missing dependencies (`animations`, `cdk`, `common`, `forms` and `platform-browser`) to the package.json in `material-experimental`.

Fixes #24146.

(cherry picked from commit 6e62a03)
@pauldraper
Copy link

Thanks!

@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 Feb 7, 2022
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 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.

Unlisted dependency on @angular/platform-browser
4 participants