Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Update ESLint and Prettier (major) #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) ^6.8.0 -> ^8.40.0 age adoption passing confidence
eslint-config-teppeis ^11.0.2 -> ^17.0.1 age adoption passing confidence

Release Notes

eslint/eslint

v8.40.0

Compare Source

Features

  • 5db7808 feat: improve flat config errors for invalid rule options and severities (#​17140) (Josh Goldberg ✨)
  • f5574dc feat: Add findConfigFile() method to FlatESLint (#​17142) (Nicholas C. Zakas)
  • e52b98b feat: add sourceCode property to the rule context (#​17107) (Nitin Kumar)
  • 1468f5b feat: add physicalFilename property to the rule context (#​17111) (Nitin Kumar)
  • 0df4d4f feat: add cwd to rule context (#​17106) (Nitin Kumar)
  • 52018f2 feat: add filename property to the rule context (#​17108) (Nitin Kumar)
  • 559ff4e feat: add new omitLastInOneLineClassBody option to the semi rule (#​17105) (Nitin Kumar)

Bug Fixes

  • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#​17151) (Nicholas C. Zakas)

Documentation

  • e980bf3 docs: Update README (GitHub Actions Bot)
  • e92a6fc docs: Update README (GitHub Actions Bot)
  • af5fe64 docs: Fix custom rule schema docs (#​17115) (Adam Jones)
  • 4a352a9 docs: explain how to include predefined globals (#​17114) (Marcus Wyatt)
  • 5ea15d9 docs: add mastodon link in readme (#​17110) (唯然)

Chores

v8.39.0

Compare Source

Features

  • 3f7af9f feat: Implement SourceCode#markVariableAsUsed() (#​17086) (Nicholas C. Zakas)

Documentation

  • 6987dc5 docs: Fix formatting in Custom Rules docs (#​17097) (Milos Djermanovic)
  • 4ee92e5 docs: Update README (GitHub Actions Bot)
  • d8e9887 docs: Custom Rules cleanup/expansion (#​16906) (Ben Perlmutter)
  • 1fea279 docs: Clarify how to add to tsc agenda (#​17084) (Nicholas C. Zakas)
  • 970ef1c docs: Update triage board location (Nicholas C. Zakas)
  • 6d8bffd docs: Update README (GitHub Actions Bot)

Chores

v8.38.0

Compare Source

Features

  • a1d561d feat: Move getDeclaredVariables and getAncestors to SourceCode (#​17059) (Nicholas C. Zakas)

Bug Fixes

  • 1c1ece2 fix: do not report on RegExp(...args) in require-unicode-regexp (#​17037) (Francesco Trotta)

Documentation

  • 7162d34 docs: Mention new config system is complete (#​17068) (Nicholas C. Zakas)
  • 0fd6bb2 docs: Update README (GitHub Actions Bot)
  • c83531c docs: Update/remove external links, eg. point to eslint-community (#​17061) (Pelle Wessman)
  • a3aa6f5 docs: Clarify no-div-regex rule docs (#​17051) (Francesco Trotta)
  • b0f11cf docs: Update README (GitHub Actions Bot)
  • da8d52a docs: Update the second object instance for the "no-new" rule (#​17020) (Ahmadou Waly NDIAYE)
  • 518130a docs: switch language based on current path (#​16687) (Percy Ma)
  • 24206c4 docs: Update README (GitHub Actions Bot)

Chores

v8.37.0

Compare Source

Features

Bug Fixes

  • 619f3fd fix: correctly handle null default config in RuleTester (#​17023) (Brad Zacher)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#​16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#​17000) (Francesco Trotta)

Documentation

Chores

v8.36.0

Compare Source

Features

Bug Fixes

  • 92c1943 fix: correctly iterate files matched by glob patterns (#​16831) (Nitin Kumar)

Documentation

  • b98fdd4 docs: Update README (GitHub Actions Bot)
  • caf08ce docs: fix estree link in custom formatters docs (#​16967) (Milos Djermanovic)
  • 3398431 docs: Custom Parsers cleanup/expansion (#​16887) (Ben Perlmutter)
  • 19d3531 docs: Update README (GitHub Actions Bot)
  • b09a512 docs: detect and fix broken links (#​16837) (Nitin Kumar)

Chores

v8.35.0

Compare Source

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

Chores

v8.34.0

Compare Source

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

Chores

v8.33.0

Compare Source

Features

  • 2cc7954 feat: add restrictDefaultExports option to no-restricted-exports rule (#​16785) (Nitin Kumar)

Documentation

  • 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)
  • 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)
  • ea10ca5 docs: 'a .eslint' -> 'an .eslint' for consistency (#​16809) (Ben Perlmutter)
  • 3be0748 docs: add example for nodejs lintText api (#​16789) (Siva K)
  • ce4f5ff docs: Replace removed related rules with a valid rule (#​16800) (Ville Saalo)

v8.32.0

Compare Source

Features

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

Bug Fixes

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

Compare Source

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

Chores

v8.30.0

Compare Source

Features

Bug Fixes

  • 1a327aa fix: Ensure flat config unignores work consistently like eslintrc (#​16579) (Nicholas C. Zakas)
  • 9b8bb72 fix: autofix recursive functions in no-var (#​16611) (Milos Djermanovic)

Documentation

Chores

v8.29.0

Compare Source

Features

  • 49a07c5 feat: add allowParensAfterCommentPattern option to no-extra-parens (#​16561) (Nitin Kumar)
  • e6a865d feat: prefer-named-capture-group add suggestions (#​16544) (Josh Goldberg)
  • a91332b feat: In no-invalid-regexp validate flags also for non-literal patterns (#​16583) (trosos)

Documentation

Chores

v8.28.0

Compare Source

Features

  • 63bce44 feat: add ignoreClassFieldInitialValues option to no-magic-numbers (#​16539) (Milos Djermanovic)
  • 8385ecd feat: multiline properties in rule key-spacing with option align (#​16532) (Francesco Trotta)
  • a4e89db feat: no-obj-calls support Intl (#​16543) (Sosuke Suzuki)

Bug Fixes

  • c50ae4f fix: Ensure that dot files are found with globs. (#​16550) (Nicholas C. Zakas)
  • 9432b67 fix: throw error for first unmatched pattern (#​16533) (Milos Djermanovic)
  • e76c382 fix: allow * 1 when followed by / in no-implicit-coercion (#​16522) (Milos Djermanovic)

Documentation

Chores

v8.27.0

Compare Source

Features

  • f14587c feat: new no-new-native-nonconstructor rule (#​16368) (Sosuke Suzuki)
  • 978799b feat: add new rule no-empty-static-block (#​16325) (Sosuke Suzuki)
  • 69216ee feat: no-empty suggest to add comment in empty BlockStatement (#​16470) (Nitin Kumar)
  • 319f0a5 feat: use context.languageOptions.ecmaVersion in core rules (#​16458) (Milos Djermanovic)

Bug Fixes

  • c3ce521 fix: Ensure unmatched glob patterns throw an error (#​16462) (Nicholas C. Zakas)
  • 886a038 fix: handle files with unspecified path in getRulesMetaForResults (#​16437) (Francesco Trotta)

Documentation


Configuration

📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label May 9, 2020
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 08dc694 to 1ae9e1c Compare May 10, 2020 18:15
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 1ae9e1c to 2d33598 Compare May 24, 2020 12:16
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 2d33598 to adeab44 Compare June 7, 2020 12:14
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch 2 times, most recently from 454e04b to 10ac842 Compare June 24, 2020 12:44
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch 2 times, most recently from 6a0ba14 to 87af28f Compare July 4, 2020 20:16
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 87af28f to 5ce8718 Compare July 19, 2020 19:16
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch 2 times, most recently from 40e456f to 3de6d47 Compare August 1, 2020 23:35
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 3de6d47 to 87b6f55 Compare August 15, 2020 22:06
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch 2 times, most recently from c1c2567 to b351b34 Compare September 2, 2020 20:51
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from b351b34 to d3870c8 Compare September 13, 2020 19:16
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch 2 times, most recently from 1f73202 to 1e133b3 Compare September 30, 2020 21:21
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 1e133b3 to d490ebd Compare October 10, 2020 21:45
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch 2 times, most recently from 3073361 to f3720ae Compare October 28, 2020 12:14
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from f3720ae to 5fe1987 Compare November 8, 2020 12:33
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 5fe1987 to 519c341 Compare November 21, 2020 23:48
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 519c341 to 64a917f Compare December 6, 2020 12:18
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 64a917f to 7d9d8ea Compare December 19, 2020 12:53
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 7d9d8ea to 8e7143c Compare January 2, 2021 12:52
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 8e7143c to e5f4ce8 Compare January 16, 2021 12:52
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from e5f4ce8 to c612a22 Compare January 27, 2021 17:32
@renovate renovate bot changed the title Update dependency eslint to v7 Update ESLint and Prettier (major) Jan 27, 2021
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch 2 times, most recently from 3bd958a to bf42cc9 Compare January 31, 2021 18:39
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch 2 times, most recently from d473b91 to 8cee517 Compare April 6, 2022 19:54
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch 2 times, most recently from dbbc0d8 to 60105c0 Compare April 12, 2022 20:59
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch 2 times, most recently from 1e567cd to eb4f005 Compare April 22, 2022 21:47
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from eb4f005 to 2bdcb2f Compare May 6, 2022 23:40
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 2bdcb2f to c0b5a40 Compare May 21, 2022 13:13
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch 2 times, most recently from 58ca39b to 6865dc9 Compare June 3, 2022 23:56
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 6865dc9 to 49cb6e1 Compare June 17, 2022 22:34
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch 3 times, most recently from 3f30f50 to 61070ca Compare July 6, 2022 17:11
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 61070ca to 1b59102 Compare July 16, 2022 22:50
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 1b59102 to b76c6ba Compare August 1, 2022 17:05
@renovate renovate bot changed the title Update ESLint and Prettier (major) Update ESLint and Prettier to v8 (major) Aug 9, 2022
@renovate renovate bot changed the title Update ESLint and Prettier to v8 (major) Update ESLint and Prettier (major) Aug 10, 2022
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from b76c6ba to f588493 Compare August 14, 2022 14:03
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from f588493 to 5312af3 Compare August 27, 2022 12:14
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 5312af3 to d8cf80e Compare September 25, 2022 12:40
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch 3 times, most recently from 7c4b1f1 to a7a26ac Compare March 24, 2023 18:48
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from a7a26ac to ff185e0 Compare March 28, 2023 23:56
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from ff185e0 to 7ed9835 Compare April 8, 2023 13:21
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 7ed9835 to 6d921eb Compare April 21, 2023 21:32
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 6d921eb to 014a7a7 Compare April 29, 2023 12:38
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier branch from 014a7a7 to 7611dd3 Compare May 5, 2023 21:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants