Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

chore(deps-dev): bump eslint from 7.22.0 to 8.8.0 in /backend #221

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2022

Bumps eslint from 7.22.0 to 8.8.0.

Release notes

Sourced from eslint's releases.

v8.8.0

Features

  • 5d60812 feat: implement rfc 2021-suppression-support (#15459) (Yiwei Ding)

Documentation

  • 5769cc2 docs: fix relative link (#15544) (Nick Schonning)
  • ccbc35f docs: trimmed rules h1s to just be rule names (#15514) (Josh Goldberg)
  • 851f1f1 docs: fixed typo in comment (#15531) (Jiapei Liang)
  • 7d7af55 docs: address upcoming violation of markdownlint rule MD050/strong-style (#15529) (David Anson)

v8.7.0

Features

  • 19ad061 feat: no-restricted-imports support casing (#15439) (gfyoung)
  • 564ecdb feat: Support arbitrary module namespace names in no-restricted-imports (#15491) (Milos Djermanovic)
  • 968a02a feat: Support arbitrary module namespace names in no-useless-rename (#15493) (Milos Djermanovic)
  • 0d2b9a6 feat: move eslint --init to @​eslint/create-config (#15150) (唯然)
  • 127f524 feat: false negative with property option in id-match (#15474) (Nitin Kumar)
  • 359b2c1 feat: Support arbitrary module namespace names in the camelcase rule (#15490) (Milos Djermanovic)
  • 3549571 feat: Support arbitrary module namespace names in the quotes rule (#15479) (Milos Djermanovic)
  • 5563c45 feat: Support arbitrary module namespace names in keyword-spacing (#15481) (Milos Djermanovic)
  • fd3683f feat: Support arbitrary module namespace names in no-restricted-exports (#15478) (Milos Djermanovic)

Bug Fixes

  • a8db9a5 fix: no-invalid-this false positive in class field initializer (#15495) (Milos Djermanovic)
  • 02d6426 fix: Correctly consume RuleTester statics (#15507) (Brad Zacher)
  • db15802 fix: Add property fatalErrorCount to ignored file results (#15520) (Francesco Trotta)
  • 03ac8cf fix: Prevent false positives with no-constant-condition (#15486) (Jordan Eldredge)

Documentation

  • f50f849 docs: Update CLI docs to prefer local install (#15513) (Nicholas C. Zakas)
  • 0469eb1 docs: Update shell code fences for new website (#15522) (Olga)

Chores

  • 369fb1b chore: Upgrade to eslint-visitor-keys@3.2.0 (#15526) (Brandon Mills)
  • ba6317b ci: remove master branch from CI configs (#15501) (Milos Djermanovic)
  • 79b6340 chore: fixed typo in client-Engine (#15497) (Abhay Gupta)
  • 6278281 chore: switch new syntax issue template to forms (#15480) (Nitin Kumar)

v8.6.0

Features

  • 6802a54 feat: handle logical assignment in no-self-assign (#14152) (Zzzen)
  • 3b38018 feat: allow to define eslint-disable-next-line in multiple lines (#15436) (Nitin Kumar)
  • 9d6fe5a feat: false negative with onlyDeclarations + properties in id-match (#15431) (Nitin Kumar)

Documentation

  • 6c4dee2 docs: Document homedir is a configuration root (#15469) (Bas Bosman)
  • 51c37b1 docs: consistency changes (#15404) (Bas Bosman)
  • 775d181 docs: Mention character classes in no-useless-escape (#15421) (Sebastian Simon)

Chores

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.8.0 - January 28, 2022

  • 5d60812 feat: implement rfc 2021-suppression-support (#15459) (Yiwei Ding)
  • 5769cc2 docs: fix relative link (#15544) (Nick Schonning)
  • ccbc35f docs: trimmed rules h1s to just be rule names (#15514) (Josh Goldberg)
  • 851f1f1 docs: fixed typo in comment (#15531) (Jiapei Liang)
  • 7d7af55 docs: address upcoming violation of markdownlint rule MD050/strong-style (#15529) (David Anson)

v8.7.0 - January 15, 2022

  • 369fb1b chore: Upgrade to eslint-visitor-keys@3.2.0 (#15526) (Brandon Mills)
  • a8db9a5 fix: no-invalid-this false positive in class field initializer (#15495) (Milos Djermanovic)
  • 19ad061 feat: no-restricted-imports support casing (#15439) (gfyoung)
  • f50f849 docs: Update CLI docs to prefer local install (#15513) (Nicholas C. Zakas)
  • 0469eb1 docs: Update shell code fences for new website (#15522) (Olga)
  • 02d6426 fix: Correctly consume RuleTester statics (#15507) (Brad Zacher)
  • db15802 fix: Add property fatalErrorCount to ignored file results (#15520) (Francesco Trotta)
  • 03ac8cf fix: Prevent false positives with no-constant-condition (#15486) (Jordan Eldredge)
  • 564ecdb feat: Support arbitrary module namespace names in no-restricted-imports (#15491) (Milos Djermanovic)
  • 968a02a feat: Support arbitrary module namespace names in no-useless-rename (#15493) (Milos Djermanovic)
  • ba6317b ci: remove master branch from CI configs (#15501) (Milos Djermanovic)
  • 0d2b9a6 feat: move eslint --init to @​eslint/create-config (#15150) (唯然)
  • 79b6340 chore: fixed typo in client-Engine (#15497) (Abhay Gupta)
  • 127f524 feat: false negative with property option in id-match (#15474) (Nitin Kumar)
  • 359b2c1 feat: Support arbitrary module namespace names in the camelcase rule (#15490) (Milos Djermanovic)
  • 3549571 feat: Support arbitrary module namespace names in the quotes rule (#15479) (Milos Djermanovic)
  • 5563c45 feat: Support arbitrary module namespace names in keyword-spacing (#15481) (Milos Djermanovic)
  • fd3683f feat: Support arbitrary module namespace names in no-restricted-exports (#15478) (Milos Djermanovic)
  • 6278281 chore: switch new syntax issue template to forms (#15480) (Nitin Kumar)

v8.6.0 - December 31, 2021

  • 3a384fc chore: Upgrade espree to 9.3.0 (#15473) (Brandon Mills)
  • 1443cc2 chore: Update blogpost.md.ejs (#15468) (Nicholas C. Zakas)
  • 6c4dee2 docs: Document homedir is a configuration root (#15469) (Bas Bosman)
  • 6802a54 feat: handle logical assignment in no-self-assign (#14152) (Zzzen)
  • 3b38018 feat: allow to define eslint-disable-next-line in multiple lines (#15436) (Nitin Kumar)
  • 51c37b1 docs: consistency changes (#15404) (Bas Bosman)
  • 28e907a refactor: remove unused parameter in linter.js (#15451) (Milos Djermanovic)
  • eaa08d3 test: add tests for allowReserved parser option with flat config (#15450) (Milos Djermanovic)
  • 9d6fe5a feat: false negative with onlyDeclarations + properties in id-match (#15431) (Nitin Kumar)
  • 775d181 docs: Mention character classes in no-useless-escape (#15421) (Sebastian Simon)

v8.5.0 - December 17, 2021

  • 7d832d4 fix: improve prefer-template fixer (#15230) (Nitin Kumar)
  • 94e77a6 feat: Suggestions support for prefer-regex-literals (#15077) (Yash Singh)
  • 314c84c docs: add an incorrect code example in for-direction (#15434) (Holger Jeromin)
  • 981fb48 fix: do not report global references in id-match rule (#15420) (Nitin Kumar)
  • 3928175 docs: add destructuring examples for computed-property-spacing (#15423) (Nitin Kumar)

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

Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 8.8.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v7.22.0...v8.8.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 31, 2022
@dependabot dependabot bot requested a review from Mindsaver January 31, 2022 00:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant