FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: update ESLint to 7.0.0-rc.0 by himself65 · Pull Request #33062 · nodejs/node · GitHub

/ node Public

tools: update ESLint to 7.0.0-rc.0 - #33062

Closed
himself65 wants to merge 1 commit into
nodejs:masterfrom
himself65:20200425-eslint
Closed

tools: update ESLint to 7.0.0-rc.0#33062
himself65 wants to merge 1 commit into
nodejs:masterfrom
himself65:20200425-eslint

Conversation

Copy link
Copy Markdown
Member

I mostly wanted to update eslint, cause this's my first time.

Using update-eslint.sh, I think I've well done this

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

nodejs-github-bot added the tools Issues and PRs related to the tools directory. label Apr 25, 2020

Copy link
Copy Markdown
Collaborator

himself65 added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Apr 26, 2020

trivikr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

RSLGTM

Copy link
Copy Markdown
Member Author

unfortunately, I cannot use git-node to land PR for now, cause it does not support system proxy 😟

targos commented Apr 27, 2020

Copy link
Copy Markdown
Member

@joyeecheung ^ How do you handle this?

Copy link
Copy Markdown
Member

@targos It is caused by ISP issues, I usually just switch to another ISP (e.g. tethering through my phone because my mobile ISP blocks less), or use VPN on my computer.

For git commands, git takes global proxy settings through ~/.gitconfig but git-node also have usual HTTPS requests to GitHub - these are not blocked the same way, some times connections to GitHub's git servers work while connections to some parts of github.com don't. Some people use tools like https://www.proxifier.com/ to redirect all TCP/UDP traffic in the system through a SOCKS5 server (I have not tried it). I guess we can also try adding proxy support to git-node (I see that there is already a feature request nodejs/node-core-utils#407)

himself65 added a commit that referenced this pull request Apr 28, 2020
PR-URL: #33062
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>

Copy link
Copy Markdown
Member Author

landed in 039c5e4

himself65 closed this Apr 28, 2020
BethGriggs mentioned this pull request Apr 28, 2020
BethGriggs pushed a commit that referenced this pull request Apr 28, 2020
PR-URL: #33062
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
targos pushed a commit that referenced this pull request Apr 30, 2020
PR-URL: #33062
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
targos pushed a commit that referenced this pull request May 13, 2020
PR-URL: #33062
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL