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.

Upgrade rxjs dependency to version 7

See original GitHub issue

I’m submitting a … (check one with “x”)

[ ] bug report => search github for a similar issue or PR before submitting
[X ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter

Current behavior

Including ngx-datatable dependency requires downgrade of rxjs to v6 or usage of --legacy-peer-deps flag.

Expected behavior

rxjs v7 can be used with default npm install command.

Reproduction of the problem

Create project with rxjs v7 dependency, add ngx-datatable v20 dependency, run npm install.

What is the motivation / use case for changing the behavior?

Stay up to date without workarounds.

Please tell us about your environment:

Not important here, I think.

  • Table version: v20

  • Angular version: v13

  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] all

  • Language: [all | TypeScript X.X | ES6/7 | ES5] all

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:22
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
christophercrcommented, Sep 5, 2022

I’ve submitted this PR #2108, hopefully that will unblock us to move forward with Angular 13 + Ivy.

0reactions
maxcl10commented, Aug 30, 2022

+1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Right way to upgrade RxJS to latest version? - Stack Overflow
The easiest way to force upgrade any package would be to do append an @latest to the required package. In our use case...
Read more >
rxjs - npm
Reactive Extensions for modern JavaScript. Latest version: 7.8.0, last published: 10 days ago. Start using rxjs in your project by running ...
Read more >
Guide to update your Angular application v7.0 -> v9.0 for ...
Guide to update your Angular application v7.0 -> v9.0 for advanced applications ... Once you and all of your dependencies have updated to...
Read more >
RxJS 6.x to 7.x Detailed Change List
Returning Subscription was an old behavior from the early days of version 5. If you add a function to a subscription (i.e. subscription.add(fn)...
Read more >
Upgrade to Angular 7 — Within 10 Minutes - Jeroen Ouwehand
Everything you need to upgrade · Angular dependencies · Angular dev dependencies · Dependencies; Core-js and Zone.js · Dev dependencies; Types, codelyzer, karma ......
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