You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/09/16 03:10:05 UTC

[GitHub] [incubator-pinot] lgo opened a new pull request #6023: add `@types/react-router` dep

lgo opened a new pull request #6023:
URL: https://github.com/apache/incubator-pinot/pull/6023


   ## Description
   Before, `@types/react-router` was unlisted. Because `@types/react-router-dom`
   only has `@types/react-router: "*"` defined, it is possible the wrong version is
   pulled. When this happens and a different major version is used, `npm run-script
   build` would fail during maven builds over type errors.
   
   After this, the correct version is now explicitly indicated to ensure the right
   type version. For good measure, I hoisted the other `@types` dependencies to the
   non-dev dependencies.
   
   I'm not entirely sure what specific situations this happens in, but for my build
   environment I was getting a different major version and maven builds were
   failing. I suspect this is likely because of using an internal registry.
   
   
   
   
   ## Upgrade Notes
   N/A
   
   ## Release Notes
   N/A
   
   ## Documentation
   N/A


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] fx19880617 merged pull request #6023: add `@types/react-router` dep

Posted by GitBox <gi...@apache.org>.
fx19880617 merged pull request #6023:
URL: https://github.com/apache/incubator-pinot/pull/6023


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org