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

[context-zone-peer-dep] update zone.js dependency to include zone.js@~0.12.0 #4729

Closed
maldago opened this issue May 23, 2024 · 1 comment · Fixed by #4736
Closed

[context-zone-peer-dep] update zone.js dependency to include zone.js@~0.12.0 #4729

maldago opened this issue May 23, 2024 · 1 comment · Fixed by #4736
Labels
needs:code-contribution This feature/bug is ready to implement type:feature A feature with no sub-issues to address up-for-grabs Good for taking. Extra help will be provided by maintainers

Comments

@maldago
Copy link
Contributor

maldago commented May 23, 2024

@angular/core@15.2.9 supports the following zone.js versions
https://github.com/angular/angular/blob/15.2.9/packages/core/package.json
zone.js@~0.12.0 seems to be missing

  "peerDependencies": {
   ...
    "zone.js": "~0.11.4 || ~0.12.0 || ~0.13.0"
  },
@pichlermarc pichlermarc added up-for-grabs Good for taking. Extra help will be provided by maintainers type:feature A feature with no sub-issues to address needs:code-contribution This feature/bug is ready to implement and removed feature-request labels May 24, 2024
@pichlermarc
Copy link
Member

Yes, we did not add support for it at the time. I'm marking this up-for-grabs. Feel free to open a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:code-contribution This feature/bug is ready to implement type:feature A feature with no sub-issues to address up-for-grabs Good for taking. Extra help will be provided by maintainers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants