Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update eslint and prettier packages (major) - autoclosed #389

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 7.32.0 -> 8.42.0 age adoption passing confidence
eslint-config-airbnb-base 14.2.1 -> 15.0.0 age adoption passing confidence

Release Notes

eslint/eslint

v8.42.0

Compare Source

Features

  • b8448ff feat: correct no-useless-return behaviour in try statements (#​16996) (Nitin Kumar)

Bug Fixes

  • a589636 fix: Config with ignores and without files should not always apply (#​17181) (Milos Djermanovic)
  • c4fad17 fix: Correct ignore message for "node_modules" subfolders (#​17217) (Francesco Trotta)

Documentation

  • 01d7142 docs: Update README (GitHub Actions Bot)
  • e5182b7 docs: Update README (GitHub Actions Bot)

Chores

v8.41.0

Compare Source

Features

  • 880a431 feat: change default ignore pattern to **/node_modules/ in flat config (#​17184) (Milos Djermanovic)
  • 8bf5505 feat: expose shouldUseFlatConfig (#​17169) (Connor Prussin)

Bug Fixes

  • 4f5440d fix: incorrect warning message for ignored dotfiles (#​17196) (Milos Djermanovic)
  • 94da96c fix: unify LintMessage type (#​17076) (Brandon Mills)
  • 0c415cd fix: validate ignorePatterns constructor option in FlatESLint class (#​17139) (Milos Djermanovic)
  • 9682d66 fix: switch grapheme-splitter to graphemer (#​17160) (fisker Cheung)

Documentation

  • 7709b14 docs: Update README (GitHub Actions Bot)
  • 7f183e0 docs: Update triage process description (#​17157) (Nicholas C. Zakas)
  • b68346b docs: fix license to reflect relicensing of jshint (#​17165) (Stefan Bischof)

Chores

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

  • 34c05a7 docs: Language Options page intro and tweaks (#​16511) (Ben Perlmutter)
  • 3e66387 docs: add intro and edit ignoring files page (#​16510) (Ben Perlmutter)
  • 436f712 docs: fix Header UI inconsistency (#​16464) (Tanuj Kanti)
  • f743816 docs: switch to wrench emoji for auto-fixable rules (#​16545) (Bryan Mishkin)
  • bc0547e docs: improve styles for versions and languages page (#​16553) (Nitin Kumar)
  • [6070f58

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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 force-pushed the renovate/major-eslint-and-prettier-packages branch from ad80d1f to 925ff59 Compare March 1, 2022 05:17
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 925ff59 to e79803d Compare March 12, 2022 01:43
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch 2 times, most recently from de3184f to 063ce0c Compare April 1, 2022 14:22
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 063ce0c to 55da98a Compare April 8, 2022 22:21
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 55da98a to 019400d Compare April 22, 2022 21:55
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 019400d to 05bf6e9 Compare May 6, 2022 23:48
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 05bf6e9 to fc91c8e Compare May 20, 2022 23:06
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from fc91c8e to d1ac2a9 Compare June 4, 2022 00:14
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from d1ac2a9 to e4858ba Compare June 17, 2022 23:29
@renovate renovate bot changed the title chore(deps): update eslint and prettier packages (major) chore(deps): update ESlint and Prettier packages (major) Jun 27, 2022
@renovate renovate bot changed the title chore(deps): update ESlint and Prettier packages (major) chore(deps): update eslint and prettier packages (major) Jun 28, 2022
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from e4858ba to 5aa61e3 Compare July 2, 2022 03:33
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 5aa61e3 to 4a758ab Compare July 16, 2022 20:56
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 4a758ab to f3700e1 Compare August 1, 2022 08:01
@renovate renovate bot changed the title chore(deps): update eslint and prettier packages (major) chore(deps): update eslint and prettier packages to v8 (major) Aug 9, 2022
@renovate renovate bot changed the title chore(deps): update eslint and prettier packages to v8 (major) chore(deps): update eslint and prettier packages (major) Aug 10, 2022
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from f3700e1 to 1713a75 Compare August 14, 2022 03:39
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 1713a75 to d2ba04c Compare August 27, 2022 01:57
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from d2ba04c to 8297016 Compare September 12, 2022 10:44
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 8297016 to 42392e8 Compare September 24, 2022 01:31
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 42392e8 to 9859687 Compare October 7, 2022 23:05
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch 2 times, most recently from fb382a1 to d7f8d7f Compare October 22, 2022 00:31
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from d7f8d7f to ad6df67 Compare November 6, 2022 09:01
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from ad6df67 to e56c8e3 Compare November 18, 2022 22:16
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from e56c8e3 to a2f7e83 Compare December 2, 2022 22:36
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from a2f7e83 to e9992fc Compare December 17, 2022 00:51
@renovate renovate bot changed the title chore(deps): update eslint and prettier packages (major) Update ESlint and Prettier packages (major) Dec 17, 2022
@renovate renovate bot changed the title Update ESlint and Prettier packages (major) chore(deps): update eslint and prettier packages (major) Dec 17, 2022
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from e9992fc to a66dafb Compare December 31, 2022 06:57
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from a66dafb to 855a2e0 Compare January 15, 2023 06:23
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch 2 times, most recently from 11ee02e to b83d0d7 Compare February 1, 2023 09:31
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from b83d0d7 to 199a871 Compare February 10, 2023 23:26
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 199a871 to 711c917 Compare February 26, 2023 10:27
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 711c917 to 95993fd Compare March 11, 2023 01:06
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 95993fd to 1a791b8 Compare March 29, 2023 03:26
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 1a791b8 to 1273821 Compare April 8, 2023 03:59
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 1273821 to adeecb9 Compare April 22, 2023 00:44
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch 2 times, most recently from 72c31a1 to 9b8e81c Compare May 6, 2023 00:06
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 9b8e81c to 789ef39 Compare May 19, 2023 21:36
@renovate renovate bot force-pushed the renovate/major-eslint-and-prettier-packages branch from 789ef39 to 01977d5 Compare June 3, 2023 00:42
@renovate renovate bot changed the title chore(deps): update eslint and prettier packages (major) chore(deps): update eslint and prettier packages (major) - autoclosed Jun 5, 2023
@renovate renovate bot closed this Jun 5, 2023
@renovate renovate bot deleted the renovate/major-eslint-and-prettier-packages branch June 5, 2023 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants