Skip to content

tools: update ESLint to 7.15.0 - #36411

Closed
cjihrig wants to merge 2 commits into
nodejs:masterfrom
cjihrig:eslint
Closed

tools: update ESLint to 7.15.0#36411
cjihrig wants to merge 2 commits into
nodejs:masterfrom
cjihrig:eslint

Conversation

@cjihrig

Copy link
Copy Markdown
Contributor

Update ESLint to 7.15.0 and enable the new no-unsafe-optional-chaining rule.

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

@nodejs-github-botnodejs-github-bot added the tools Issues and PRs related to the tools directory. label Dec 6, 2020
Update ESLint to 7.15.0
This rule is new in ESLint 7.15.0.

@aduh95aduh95 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

RSLGTM

@aduh95aduh95 added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 8, 2020
@github-actionsgithub-actionsBot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 8, 2020
@github-actions

Copy link
Copy Markdown
Contributor
Commit Queue failed
- Loading data for nodejs/node/pull/36411
✔ Done loading data for nodejs/node/pull/36411
----------------------------------- PR info ------------------------------------
Title tools: update ESLint to 7.15.0 (#36411)
Author Colin Ihrig (@cjihrig)
Branch cjihrig:eslint -> nodejs:master
Labels tools
Commits 2
- tools: update ESLint to 7.15.0
- tools: enable no-unsafe-optional-chaining lint rule
Committers 1
- cjihrig PR-URL: https://github.com/nodejs/node/pull/36411
Reviewed-By: Rich Trott Reviewed-By: Michaël Zasso Reviewed-By: Luigi Pinca Reviewed-By: Antoine du Hamel ------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/36411
Reviewed-By: Rich Trott Reviewed-By: Michaël Zasso Reviewed-By: Luigi Pinca Reviewed-By: Antoine du Hamel --------------------------------------------------------------------------------
✔ Last GitHub Actions successful
✖ No Jenkins CI runs detected
ℹ This PR was created on Sun, 06 Dec 2020 15:19:00 GMT
✔ Approvals: 4
✔ - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/36411#pullrequestreview-545715844
✔ - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/36411#pullrequestreview-545716126
✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/36411#pullrequestreview-545745988
✔ - Antoine du Hamel (@aduh95): https://github.com/nodejs/node/pull/36411#pullrequestreview-547380421
--------------------------------------------------------------------------------
✔ Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/408627427

@github-actionsgithub-actionsBot added the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Dec 8, 2020
@aduh95aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. request-ci Add this label to start a Jenkins CI on a PR. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Dec 8, 2020
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 8, 2020
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@github-actionsgithub-actionsBot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 8, 2020
@github-actions

Copy link
Copy Markdown
Contributor
Commit Queue failed
- Loading data for nodejs/node/pull/36411
✔ Done loading data for nodejs/node/pull/36411
----------------------------------- PR info ------------------------------------
Title tools: update ESLint to 7.15.0 (#36411)
Author Colin Ihrig (@cjihrig)
Branch cjihrig:eslint -> nodejs:master
Labels author ready, tools
Commits 2
- tools: update ESLint to 7.15.0
- tools: enable no-unsafe-optional-chaining lint rule
Committers 1
- cjihrig PR-URL: https://github.com/nodejs/node/pull/36411
Reviewed-By: Rich Trott Reviewed-By: Michaël Zasso Reviewed-By: Luigi Pinca Reviewed-By: Antoine du Hamel ------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/36411
Reviewed-By: Rich Trott Reviewed-By: Michaël Zasso Reviewed-By: Luigi Pinca Reviewed-By: Antoine du Hamel --------------------------------------------------------------------------------
✔ Last GitHub Actions successful
ℹ Last Full PR CI on 2020-12-08T17:36:33Z: https://ci.nodejs.org/job/node-test-pull-request/34850/
- Querying data for job/node-test-pull-request/34850/
✔ Build data downloaded
- Querying failures of job/node-test-commit/42841/
✔ Data downloaded
✖ 3 failure(s) on the last Jenkins CI run
ℹ This PR was created on Sun, 06 Dec 2020 15:19:00 GMT
✔ Approvals: 4
✔ - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/36411#pullrequestreview-545715844
✔ - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/36411#pullrequestreview-545716126
✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/36411#pullrequestreview-545745988
✔ - Antoine du Hamel (@aduh95): https://github.com/nodejs/node/pull/36411#pullrequestreview-547380421
--------------------------------------------------------------------------------
✔ Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/408983371

@github-actionsgithub-actionsBot added the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label Dec 8, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@aduh95aduh95 added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Dec 9, 2020
@github-actionsgithub-actionsBot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 9, 2020
@github-actions

Copy link
Copy Markdown
Contributor

Landed in 27a63ee...a26ae70

nodejs-github-bot pushed a commit that referenced this pull request Dec 9, 2020
Update ESLint to 7.15.0
PR-URL: #36411
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
nodejs-github-bot pushed a commit that referenced this pull request Dec 9, 2020
This rule is new in ESLint 7.15.0.
PR-URL: #36411
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
@cjihrig
cjihrig deleted the eslint branch December 9, 2020 16:43
targos pushed a commit that referenced this pull request Dec 21, 2020
Update ESLint to 7.15.0
PR-URL: #36411
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
targos pushed a commit that referenced this pull request Dec 21, 2020
This rule is new in ESLint 7.15.0.
PR-URL: #36411
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
@targostargos mentioned this pull request Dec 22, 2020
targos pushed a commit that referenced this pull request May 16, 2021
Update ESLint to 7.15.0
PR-URL: #36411
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
targos pushed a commit that referenced this pull request May 16, 2021
This rule is new in ESLint 7.15.0.
PR-URL: #36411
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
@targostargos mentioned this pull request Jun 6, 2021
targos pushed a commit that referenced this pull request Jun 11, 2021
Update ESLint to 7.15.0
PR-URL: #36411
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
targos pushed a commit that referenced this pull request Jun 11, 2021
This rule is new in ESLint 7.15.0.
PR-URL: #36411
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@cjihrig@nodejs-github-bot@jasnell@Trott@lpinca@watilde@targos@aduh95