question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support angular 12

See original GitHub issue

Describe the bug

Hello 😃 apollo-angular has a peer dependency to @angular/core@“^6.1.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0”. It will be great if it can accept the new angular 12 version

To Reproduce Steps to reproduce the behavior:

Update to angular 12 and try to install apollo-angular (or update it). You will get :

npm ERR! Could not resolve dependency:
npm ERR! peer @angular/core@"^6.1.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0" from apollo-angular@2.4.0
npm ERR! node_modules/apollo-angular
npm ERR!   apollo-angular@"^2.4.0" from the root project

Environment:

├── @angular/cli@12.0.0
├── @angular/core@12.0.0
├── @apollo/client@3.3.19
├── apollo-angular@2.4.0
├── graphql@15.5.0
└── typescript@4.2.4

Additional context

Thanks for your work 😃

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:13
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
kamilkisielacommented, May 24, 2021
2reactions
shlomim-s1commented, May 20, 2021

Is there a time estimate for releasing the new version that will be compatible with Angular 12? ) (for v2.x)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular versioning and releases
Support windowlink ; Active, 6 months, Regularly-scheduled updates and patches are released ; Long-term (LTS), 12 months, Only critical fixes and security patches ......
Read more >
Angular - endoflife.date
Release Released Active Support 15 1 month and 1 week ago. (16 Nov 2022) Ends in 4 months and 3 weeks. (18 M... 14 (...
Read more >
Top 10 New Features & Updates of Angular 12
One of the major updates in the feature of Angular 12 is the support of Typescript 4.2. The stable version was released on...
Read more >
Angular 12: Seven Updates You Must Know - Turing
Angular 12 now has TypeScript 4.2, whereas Angular 11 used TypeScript 4.0. The new version of Angular is supported by Webpack 5.37, ...
Read more >
Make Angular 12 app run on really old browser - Stack Overflow
Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0). */ // import 'web-animations-js'; // Run `npm ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found