hans00 / fastWS

Simple Node.js server based on uWebSockets
Apache License 2.0
27 stars 1 forks source link

chore: bump eslint from 8.28.0 to 8.32.0 #96

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps eslint from 8.28.0 to 8.32.0.

Release notes

Sourced from eslint's releases.

v8.32.0

Features

  • fc20f24 feat: add suggestions for redundant wrapping in prefer-regex-literals (#16658) (YeonJuan)

Bug Fixes

  • b4f8329 fix: ignore directives for no-fallthrough (#16757) (gfyoung)

Documentation

  • 17b65ad docs: IA Update page URL move (#16665) (Ben Perlmutter)
  • 5981296 docs: fix theme switcher button (#16752) (Sam Chen)
  • 6669413 docs: deploy prerelease docs under the /docs/next/ path (#16541) (Nitin Kumar)
  • 78ecfe0 docs: use inline code for rule options name (#16768) (Percy Ma)
  • fc2ea59 docs: Update README (GitHub Actions Bot)
  • 762a872 docs: Update README (GitHub Actions Bot)

Chores

  • 2952d6e chore: sync templates/*.md files with issue templates (#16758) (gfyoung)
  • 3e34418 chore: Add new issues to triage project (#16740) (Nicholas C. Zakas)

v8.31.0

Features

  • 52c7c73 feat: check assignment patterns in no-underscore-dangle (#16693) (Milos Djermanovic)
  • b401cde feat: add options to check destructuring in no-underscore-dangle (#16006) (Morten Kaltoft)
  • 30d0daf feat: group properties with values in parentheses in key-spacing (#16677) (Francesco Trotta)

Bug Fixes

  • 35439f1 fix: correct syntax error in prefer-arrow-callback autofix (#16722) (Francesco Trotta)
  • 87b2470 fix: new instance of FlatESLint should load latest config file version (#16608) (Milos Djermanovic)

Documentation

  • 4339dc4 docs: Update README (GitHub Actions Bot)
  • 4e4049c docs: optimize code block structure (#16669) (Sam Chen)
  • 54a7ade docs: do not escape code blocks of formatters examples (#16719) (Sam Chen)
  • e5ecfef docs: Add function call example for no-undefined (#16712) (Elliot Huffman)
  • a3262f0 docs: Add mastodon link (#16638) (Amaresh S M)
  • a14ccf9 docs: clarify files property (#16709) (Sam Chen)
  • 3b29eb1 docs: fix npm link (#16710) (Abdullah Osama)
  • a638673 docs: fix search bar focus on Esc (#16700) (Shanmughapriyan S)
  • f62b722 docs: country flag missing in windows (#16698) (Shanmughapriyan S)
  • 4d27ec6 docs: display zh-hans in the docs language switcher (#16686) (Percy Ma)
  • 8bda20e docs: remove manually maintained anchors (#16685) (Percy Ma)
  • b68440f docs: User Guide Getting Started expansion (#16596) (Ben Perlmutter)

Chores

  • 65d4e24 chore: Upgrade @​eslint/eslintrc@​1.4.1 (#16729) (Brandon Mills)
  • 8d93081 chore: fix CI failure (#16721) (Sam Chen)
  • 8f17247 chore: Set up automatic updating of README (#16717) (Nicholas C. Zakas)
  • 4cd87cb ci: bump actions/stale from 6 to 7 (#16713) (dependabot[bot])
  • fd20c75 chore: sort package.json scripts in alphabetical order (#16705) (Darius Dzien)
  • 10a5c78 chore: update ignore patterns in eslint.config.js (#16678) (Milos Djermanovic)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.32.0 - January 14, 2023

  • 17b65ad docs: IA Update page URL move (#16665) (Ben Perlmutter)
  • b4f8329 fix: ignore directives for no-fallthrough (#16757) (gfyoung)
  • 5981296 docs: fix theme switcher button (#16752) (Sam Chen)
  • 6669413 docs: deploy prerelease docs under the /docs/next/ path (#16541) (Nitin Kumar)
  • 2952d6e chore: sync templates/*.md files with issue templates (#16758) (gfyoung)
  • 78ecfe0 docs: use inline code for rule options name (#16768) (Percy Ma)
  • 3e34418 chore: Add new issues to triage project (#16740) (Nicholas C. Zakas)
  • fc2ea59 docs: Update README (GitHub Actions Bot)
  • fc20f24 feat: add suggestions for redundant wrapping in prefer-regex-literals (#16658) (YeonJuan)
  • 762a872 docs: Update README (GitHub Actions Bot)

v8.31.0 - December 31, 2022

  • 65d4e24 chore: Upgrade @​eslint/eslintrc@​1.4.1 (#16729) (Brandon Mills)
  • 35439f1 fix: correct syntax error in prefer-arrow-callback autofix (#16722) (Francesco Trotta)
  • 87b2470 fix: new instance of FlatESLint should load latest config file version (#16608) (Milos Djermanovic)
  • 8d93081 chore: fix CI failure (#16721) (Sam Chen)
  • 4339dc4 docs: Update README (GitHub Actions Bot)
  • 8f17247 chore: Set up automatic updating of README (#16717) (Nicholas C. Zakas)
  • 4e4049c docs: optimize code block structure (#16669) (Sam Chen)
  • 54a7ade docs: do not escape code blocks of formatters examples (#16719) (Sam Chen)
  • 52c7c73 feat: check assignment patterns in no-underscore-dangle (#16693) (Milos Djermanovic)
  • e5ecfef docs: Add function call example for no-undefined (#16712) (Elliot Huffman)
  • a3262f0 docs: Add mastodon link (#16638) (Amaresh S M)
  • 4cd87cb ci: bump actions/stale from 6 to 7 (#16713) (dependabot[bot])
  • a14ccf9 docs: clarify files property (#16709) (Sam Chen)
  • 3b29eb1 docs: fix npm link (#16710) (Abdullah Osama)
  • fd20c75 chore: sort package.json scripts in alphabetical order (#16705) (Darius Dzien)
  • a638673 docs: fix search bar focus on Esc (#16700) (Shanmughapriyan S)
  • f62b722 docs: country flag missing in windows (#16698) (Shanmughapriyan S)
  • 4d27ec6 docs: display zh-hans in the docs language switcher (#16686) (Percy Ma)
  • 8bda20e docs: remove manually maintained anchors (#16685) (Percy Ma)
  • b401cde feat: add options to check destructuring in no-underscore-dangle (#16006) (Morten Kaltoft)
  • b68440f docs: User Guide Getting Started expansion (#16596) (Ben Perlmutter)
  • 30d0daf feat: group properties with values in parentheses in key-spacing (#16677) (Francesco Trotta)
  • 10a5c78 chore: update ignore patterns in eslint.config.js (#16678) (Milos Djermanovic)

v8.30.0 - December 16, 2022

  • f2c4737 chore: upgrade @​eslint/eslintrc@​1.4.0 (#16675) (Milos Djermanovic)
  • 1a327aa fix: Ensure flat config unignores work consistently like eslintrc (#16579) (Nicholas C. Zakas)
  • 075ef2c feat: add suggestion for no-return-await (#16637) (Daniel Bartholomae)
  • ba74253 chore: standardize npm script names per #14827 (#16315) (Patrick McElhaney)
  • 6a8cd94 docs: Clarify Discord info in issue template config (#16663) (Nicholas C. Zakas)
  • 0d9af4c ci: fix npm v9 problem with file: (#16664) (Milos Djermanovic)
  • 7190d98 feat: update globals (#16654) (Sébastien Règne)
  • ad44344 docs: CLI documentation standardization (#16563) (Ben Perlmutter)
  • 90c9219 refactor: migrate off deprecated function-style rules in all tests (#16618) (Bryan Mishkin)

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
github-actions[bot] commented 1 year ago

Coverage after merging dependabot/npm_and_yarn/eslint-8.32.0 into master will be

72.05%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
packages/client
   base.js69.14%66.67%63.16%72.04%100, 105, 105, 105–106, 108, 113, 113, 113–114, 116, 121, 121, 121–122, 124, 140–141, 147–148, 15, 167, 167, 167–168, 170, 37–41, 44, 51–54, 60, 68, 72–73, 78–79, 83, 97, 97, 97–98
   index.js60%50%100%66.67%1–2
   node.js58.49%55.56%36.36%66.67%14, 23, 25, 29, 36, 39, 39, 39–40, 42, 48–51, 9
packages/server/js
   connection.js75.39%63.48%96.97%79.19%100–101, 106–107, 110–111, 126, 136–137, 139, 145, 152–153, 158–160, 164, 167, 19–20, 203–204, 210–211, 213–214, 220–221, 223–224, 229–231, 233–234, 238, 248–249, 251–252, 258–260, 262–263, 265, 269–270, 272–273, 279–280, 282–283, 285–286, 42, 52, 56–59, 63, 70–72, 72, 72–73, 77, 79–84, 97–98
   constants.js100%100%100%100%
   errors.js51.72%38.46%50%66.67%13, 20, 20, 20–21, 23, 28, 28, 28, 4, 6, 8
   index.js61.59%57.63%42.86%67.95%100, 117, 120, 122, 134–136, 136, 136–138, 140–143, 148, 148, 148–150, 155, 159, 159, 159–160, 162, 18, 20–24, 29–30, 38, 44–45, 51–52, 57, 60–61, 64, 74, 92, 96–97, 97, 97–98
   logger.js50%40%60%54.55%15–16, 21, 21, 21–22, 27, 27, 27–28, 33
   render.js65.22%33.33%100%66.67%10, 12, 15, 6–7, 9, 9, 9
   request.js59.55%57.14%40%68.75%102, 106, 110, 114, 114, 114, 27–28, 28, 28, 28, 32, 36, 65–66, 77, 81, 85, 89, 89, 89–90, 94, 98
   response.js70.63%66.09%74.29%72.94%101–104, 107, 112–113, 120–121, 127, 130, 134–136, 14, 149–150, 152, 159–160, 164–165, 17, 173–175, 189, 192, 196, 200–201, 210–211, 223–224, 232, 253–254, 267–268, 272, 276, 280, 284, 292–293, 306, 310–312, 320–322, 53–54, 60, 62–64, 64, 64, 64, 64–65, 67, 76, 76–77, 85, 90, 90, 90–91, 93–95, 95, 95, 95, 95, 97, 97, 97–99
   routes.js64.63%57.32%60.61%70.23%101–103, 105, 105, 105–106, 111–112, 112, 112–113, 121, 121, 125–126, 134–136, 154–155, 165, 167, 173, 175, 177, 184, 187, 205, 209, 213, 217, 225, 229, 23, 233, 237, 24, 242–245, 27, 51–52, 54, 54–55, 57, 60–61, 80, 83–84, 84, 84, 84, 84–86, 86, 86–88, 88, 88–89, 91, 94, 94–95, 97, 97–98
   status.js100%100%100%100%
   utils.js63.04%48.48%81.82%68.75%10, 12–14, 14, 14, 14, 14–15, 17, 25–27, 30, 37, 49, 54, 69, 7, 7, 7–8, 80, 83, 9, 9, 9, 90, 90, 90, 94–95
   websocket.js72.22%25%100%81.82%19–20, 20, 20–21
packages/server/js/ws-protocol
   basic.js61.06%41.67%65.22%72.22%101–102, 105–106, 110, 110, 110–111, 117–118, 118, 118–119, 124, 124, 124–125, 25–26, 42, 46, 50, 50, 50, 56, 58, 67, 72, 83, 88, 88, 88–89, 93, 97–98
   echo.js100%100%100%100%
   fast-ws.js62.24%54.35%65%66.23%108, 108, 108–109, 111, 116, 116, 116–117, 119, 124, 124, 124–125, 127, 132, 132, 132–133, 135, 140, 140, 140–141, 143, 147–148, 157, 23–27, 30–31, 43, 52–56, 59, 79–80, 87–88, 96
codecov-commenter commented 1 year ago

Codecov Report

Base: 72.04% // Head: 72.04% // No change to project coverage :thumbsup:

Coverage data is based on head (d3b3f02) compared to base (1fc4214). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #96 +/- ## ======================================= Coverage 72.04% 72.04% ======================================= Files 18 18 Lines 966 966 ======================================= Hits 696 696 Misses 270 270 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hans). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Hans)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dependabot[bot] commented 1 year ago

Superseded by #100.