You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/27 15:49:32 UTC

[GitHub] [arrow] trxcllnt opened a new pull request #10175: ARROW-12570: [JS] Fix issues that blocked the v4.0.0 release

trxcllnt opened a new pull request #10175:
URL: https://github.com/apache/arrow/pull/10175


   A few issues had to be fixed manually for the v4.0.0 release:
   
   * ts-jest throwing a type error running the tests on the TS source
   * lerna.json really does need those version numbers
   * npm has introduced rate limits since v3.0.0
   * support npm 2FA one-time-passwords for publish
   
   Closes https://issues.apache.org/jira/browse/ARROW-12570


-- 
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



[GitHub] [arrow] github-actions[bot] commented on pull request #10175: ARROW-12570: [JS] Fix issues that blocked the v4.0.0 release

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #10175:
URL: https://github.com/apache/arrow/pull/10175#issuecomment-827753601


   https://issues.apache.org/jira/browse/ARROW-12570


-- 
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



[GitHub] [arrow] kou closed pull request #10175: ARROW-12570: [JS] Fix issues that blocked the v4.0.0 release

Posted by GitBox <gi...@apache.org>.
kou closed pull request #10175:
URL: https://github.com/apache/arrow/pull/10175


   


-- 
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



[GitHub] [arrow] domoritz commented on a change in pull request #10175: ARROW-12570: [JS] Fix issues that blocked the v4.0.0 release

Posted by GitBox <gi...@apache.org>.
domoritz commented on a change in pull request #10175:
URL: https://github.com/apache/arrow/pull/10175#discussion_r621665418



##########
File path: js/lerna.json
##########
@@ -1,4 +1,6 @@
 {
+  "lerna": "3.22.1",
+  "version": "4.0.0",

Review comment:
       Ups, my bad.




-- 
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