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.35.0 #110

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps eslint from 8.28.0 to 8.35.0.

Release notes

Sourced from eslint's releases.

v8.35.0

Features

  • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#16920) (SUZUKI Sosuke)
  • c8c0c71 feat: Move all and recommended configs into package. (#16844) (Nicholas C. Zakas)
  • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#16826) (Daiki Nishikawa)

Bug Fixes

Documentation

  • f9f195e docs: Plugin docs cleanup & expansion (#16862) (Ben Perlmutter)
  • df809fd docs: Custom Formatters page cleanup/expansion (#16886) (Ben Perlmutter)
  • 0700d1b docs: Add PostCSS/Autoprefixer/CSSNano (#16502) (Nick Schonning)
  • 7b9e9bf docs: support unicode anchors (#16782) (Percy Ma)
  • 5fbc0bf docs: Update README (GitHub Actions Bot)
  • 67865a0 docs: Remove mention of mailing list (#16869) (Amaresh S M)
  • 43af24a docs: Add explanation of when to use 'warn' severity (#16882) (Nicholas C. Zakas)
  • ed2999b docs: Shareable configs page edits and expansion (#16824) (Ben Perlmutter)
  • 2780635 docs: fix typos (#16884) (Lioness100)
  • 5bdaae2 docs: Ways to Extend ESLint page (#16861) (Ben Perlmutter)

Chores

  • cdcbe12 chore: upgrade @​eslint/js@​8.35.0 (#16935) (Brandon Mills)
  • c954c34 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 5a517da chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 9f10926 chore: upgrade @​eslint/eslintrc@​2.0.0 (#16928) (Milos Djermanovic)
  • da728fa ci: use LTS node version in workflows (#16907) (Nitin Kumar)
  • c57b4f3 perf: upgrade to esquery@1.4.2 (#16901) (Milos Djermanovic)
  • 9122f07 chore: Update stale bot settings (#16870) (Nicholas C. Zakas)

v8.34.0

Features

  • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#16845) (SUZUKI Sosuke)

Bug Fixes

  • 923f61d fix: false positive with assignment in no-extra-parens (#16872) (Francesco Trotta)

Documentation

  • f0a9883 docs: split rules documentation (#16797) (Ben Perlmutter)
  • 67aa37b docs: fix typo in command-line-interface.md (#16871) (Kevin Rouchut)
  • 337f7ed docs: fix width of language input (#16849) (Tanuj Kanti)
  • 71349a1 docs: Configure a Parser page (#16803) (Ben Perlmutter)
  • de7e925 docs: remove extra line numbers in example (#16848) (jonz94)
  • ad38d77 docs: Update README (GitHub Actions Bot)

Chores

  • 9dbe06d chore: add type property to array-element-newline schema (#16877) (MHO)
  • a061527 chore: Remove unused functions (#16868) (Nicholas C. Zakas)

v8.33.0

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.35.0 - February 26, 2023

  • cdcbe12 chore: upgrade @​eslint/js@​8.35.0 (#16935) (Brandon Mills)
  • c954c34 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 5a517da chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 9f10926 chore: upgrade @​eslint/eslintrc@​2.0.0 (#16928) (Milos Djermanovic)
  • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#16920) (SUZUKI Sosuke)
  • c8c0c71 feat: Move all and recommended configs into package. (#16844) (Nicholas C. Zakas)
  • f9f195e docs: Plugin docs cleanup & expansion (#16862) (Ben Perlmutter)
  • df809fd docs: Custom Formatters page cleanup/expansion (#16886) (Ben Perlmutter)
  • 0700d1b docs: Add PostCSS/Autoprefixer/CSSNano (#16502) (Nick Schonning)
  • da728fa ci: use LTS node version in workflows (#16907) (Nitin Kumar)
  • 7b9e9bf docs: support unicode anchors (#16782) (Percy Ma)
  • 5fbc0bf docs: Update README (GitHub Actions Bot)
  • c57b4f3 perf: upgrade to esquery@1.4.2 (#16901) (Milos Djermanovic)
  • 9698bc5 fix: pin esquery v1.4.0 (fixes #16896) (#16897) (唯然)
  • 67865a0 docs: Remove mention of mailing list (#16869) (Amaresh S M)
  • 43af24a docs: Add explanation of when to use 'warn' severity (#16882) (Nicholas C. Zakas)
  • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#16826) (Daiki Nishikawa)
  • ed2999b docs: Shareable configs page edits and expansion (#16824) (Ben Perlmutter)
  • 2780635 docs: fix typos (#16884) (Lioness100)
  • 5bdaae2 docs: Ways to Extend ESLint page (#16861) (Ben Perlmutter)
  • 9122f07 chore: Update stale bot settings (#16870) (Nicholas C. Zakas)

v8.34.0 - February 10, 2023

  • f0a9883 docs: split rules documentation (#16797) (Ben Perlmutter)
  • 923f61d fix: false positive with assignment in no-extra-parens (#16872) (Francesco Trotta)
  • 9dbe06d chore: add type property to array-element-newline schema (#16877) (MHO)
  • a061527 chore: Remove unused functions (#16868) (Nicholas C. Zakas)
  • 67aa37b docs: fix typo in command-line-interface.md (#16871) (Kevin Rouchut)
  • 337f7ed docs: fix width of language input (#16849) (Tanuj Kanti)
  • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#16845) (SUZUKI Sosuke)
  • 71349a1 docs: Configure a Parser page (#16803) (Ben Perlmutter)
  • de7e925 docs: remove extra line numbers in example (#16848) (jonz94)
  • ad38d77 docs: Update README (GitHub Actions Bot)

v8.33.0 - January 28, 2023

  • 17f4be2 docs: Fix examples in no-multiple-empty-lines rule (#16835) (jonz94)
  • 9c7cfe3 docs: 'Source Code' content in 'Set up Development Environment' page (#16780) (Ben Perlmutter)
  • ede5c64 docs: Custom processors page (#16802) (Ben Perlmutter)
  • 2620614 docs: Code of Conduct page (#16781) (Ben Perlmutter)
  • 50a8efd docs: report a sec vulnerability page (#16808) (Ben Perlmutter)
  • 2cc7954 feat: add restrictDefaultExports option to no-restricted-exports rule (#16785) (Nitin Kumar)
  • ed60afd docs: Update page titles, section landing pages, and side TOC (#16760) (Ben Perlmutter)
  • 333c712 docs: add background to code-path-diagrams for dark-mode (#16822) (Tanuj Kanti)
  • f5f7b9b docs: Update README (GitHub Actions Bot)
  • 2aa4f5f docs: no-constant-condition: Add multi-comparison example (#16776) (Sebastian Simon)
  • 40287db docs: Remove Google Group icon (#16779) (Nicholas C. Zakas)

... (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.35.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