Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Conversation

@sqs
Copy link
Member

@sqs sqs commented Sep 5, 2018

No description provided.

@codecov
Copy link

codecov bot commented Sep 5, 2018

Codecov Report

Merging #52 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   65.14%   65.14%           
=======================================
  Files          15       15           
  Lines         637      637           
  Branches      172      172           
=======================================
  Hits          415      415           
  Misses        222      222

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e4ab20c...3c232f8. Read the comment docs.

@sqs sqs merged commit ddb51ca into master Sep 5, 2018
@sqs sqs deleted the update-rxjs branch September 5, 2018 04:24
@sourcegraph-bot
Copy link

🎉 This PR is included in version 3.8.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

"marked": "^0.4.0",
"mdi-react": "^4.0.0",
"rxjs": "^6.2.1",
"rxjs": "^6.3.2",
Copy link
Contributor

Choose a reason for hiding this comment

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

This release was already included in the previous range, was 6.2.1 actually not compatible with codeintellify anymore? In general it's good to have constraints be wide so consumers don't duplicate packages if not needed, i.e. only update package-lock.json in this repo as a chore (Renovate will do that) unless of course we depend on a new feature from a new version.

Copy link
Member Author

Choose a reason for hiding this comment

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

I was seeing the “source” rxjs type error where one of the types had codeintellify in the path. I think it may have been unnecessary, but upgrading this and some other packages’ rxjs ended up fixing it.

Copy link
Contributor

Choose a reason for hiding this comment

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

Next time you see an error I would be curious to see it, I want to get rid of them once and for all (see #49 and my PRs to rxjs)

Copy link
Contributor

Choose a reason for hiding this comment

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

The root package in general has full power over what versions are pulled in (as long as ranges are compatible) and can update transitive dependencies (unlike MVS). So in theory you should not need to update all of our packages to use only the latest rxjs in the webapp.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants