Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Issue upgrade npm #153

Merged
merged 70 commits into from
Nov 4, 2018
Merged

Issue upgrade npm #153

merged 70 commits into from
Nov 4, 2018

Conversation

mtrutledge
Copy link
Contributor

The goal of this was to upgrade all the npm packages. There were several issues during this revolving around the use of the findDOMNode function. This is a "last resort" function and the linter will not allow you to build when the component uses it. I have updated those offending components by using the updated React.createRef().

I also changed the package references for local packages. For example, if the TransitionModal component used the Tooltip component TransitionModal was pulling the component from MyGet instead of referencing it locally. I changed those references to use File:../ refs. This should also fix a build issue where you would have to build more than once just to get a local component update.

Before building a npm install or yarn install should be performed and then the prepublishOnly script tasks should be run.

This is quite a large pull request. This project structure needs some work but I will create another issue and do another pull request so we can publish a single package to npm / myget and then just use the components we would like.

Matt Rutledge added 30 commits August 17, 2018 09:22
…et Spellchecker identifier to false to prevent excessive warnings that are invalid.
…m a earlier commit mistake. All components should be under a sub-folder.
@dnfclas
Copy link

dnfclas commented Oct 2, 2018

CLA assistant check
All CLA requirements met.

@ohine ohine added this to the 9.3 milestone Oct 2, 2018
Copy link
Contributor

@donker donker left a comment

Choose a reason for hiding this comment

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

IMO we should move ahead and merge this. If there are any issues we'll resolve them down the line. This PR is simply too large to start pruning individual items.

Copy link
Contributor

@ohine ohine left a comment

Choose a reason for hiding this comment

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

I agree with @donker on this one. Currently we can't even build this project in VSTS due to the duplication of dependent packages. Merging this so we can then start to restructure things and clean up the build process. We don't want to introduce any conflicts with the two efforts stepping on each other.

@ohine ohine merged commit 80e6ffa into dnnsoftware:master Nov 4, 2018
@ohine ohine modified the milestone: 9.3.0 Jan 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants