Skip to content

chore(deps-dev): bump eslint and @nuxtjs/eslint-config-typescript in /frontend

Bumps eslint and @nuxtjs/eslint-config-typescript. These dependencies needed to be updated together. Updates eslint from 7.32.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
  • 0e869b3 8.35.0
  • 2aa7b67 Build: changelog update for 8.35.0
  • cdcbe12 chore: upgrade @eslint/js@8.35.0 (#16935)
  • c954c34 chore: package.json update for @eslint/js release
  • 5a517da chore: package.json update for @eslint/js release
  • 9f10926 chore: upgrade @eslint/eslintrc@2.0.0 (#16928)
  • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#16920)
  • c8c0c71 feat: Move all and recommended configs into package. (#16844)
  • f9f195e docs: Plugin docs cleanup & expansion (#16862)
  • df809fd docs: Custom Formatters page cleanup/expansion (#16886)
  • Additional commits viewable in compare view

Updates `@nuxtjs/eslint-config-typescript` from 6.0.1 to 12.0.0
Release notes

Sourced from @nuxtjs/eslint-config-typescript's releases.

@nuxtjs/eslint-config-typescript@7.0.2

Bug Fixes

  • use @typescript-eslint/parser under vue-eslint-parser (bea5b05)
Changelog

Sourced from @nuxtjs/eslint-config-typescript's changelog.

12.0.0 (2022-11-16)

Features

11.0.0 (2022-08-31)

Bug Fixes

  • disable vue/multi-word-component-names for files in subdirectories (#211) (c54d7fd), closes #208

10.0.0 (2022-05-02)

Bug Fixes

  • add missing dependency eslint-plugin-n (022aa5f)

  • add missing peer dependency eslint-plugin-import (resolves #148) (80f0b89)

  • disable vue/multi-word-component-names for app.vue and error.vue (resolves #201) (bbb0e27)

  • disable multiword-rule (#190) (821057e)

  • eslint-config-typescript: use parser config (7617549)

  • eslint-plugin-import ordering errors in windows (39ad2b4)

  • eslint-plugin-import ordering errors in windows (4f6f4a9)

  • remove dependency on eslint-plugin-standard (#185) (ee47f83)

  • turn off typescript 'no-undef' rule per docs (#144) (ddb552b)

  • typescript: import/named errors when using TypeScript (#170) (401d626)

  • use @typescript-eslint/parser under vue-eslint-parser (bea5b05)

  • feat!: remove eslint-plugin-jest dependency (resolves #180) (952edbb), closes #180

Features

  • update eslint config packages (a3bb0bf)
  • warn console and debugger in dev (#56) (425a8fa)

BREAKING CHANGES

... (truncated)

Commits
  • d9d41a1 v12.0.0
  • 8f520af feat: improve Nuxt3 compatibility (#236)
  • 8fce580 v11.0.0
  • 9507b7b chore(deps): update all non-major dependencies to ^5.36.1 (#227)
  • 4ae8310 chore(deps): lock file maintenance (#214)
  • 38bb3f9 chore(deps): update devdependency lerna to v5 (#215)
  • 193aa21 chore(deps): update all non-major dependencies (#226)
  • 34313a6 chore(deps): update dependency eslint-plugin-unicorn to v43 (#220)
  • e54bc72 chore(deps): update dependency eslint-import-resolver-typescript to v3 (#218)
  • 8feddea chore(deps): update all non-major dependencies (#213)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by antfu, a new releaser for @nuxtjs/eslint-config-typescript since your current version.


Merge request reports