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-dev): bump to ESLint v9 #3081

Draft
wants to merge 24 commits into
base: master
Choose a base branch
from
Draft

chore(deps-dev): bump to ESLint v9 #3081

wants to merge 24 commits into from

Commits on Nov 18, 2024

  1. chore(deps-dev): bump the lint group with 6 updates

    Bumps the lint group with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.4.0` | `7.6.0` |
    | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.4.0` | `7.6.0` |
    | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.0.0` |
    | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `27.9.0` | `28.2.0` |
    | [eslint-plugin-playwright](https://github.com/playwright-community/eslint-plugin-playwright) | `1.5.4` | `1.6.0` |
    | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `51.0.1` | `52.0.0` |
    
    Updates `@typescript-eslint/eslint-plugin` from 7.4.0 to 7.6.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 7.4.0 to 7.6.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.6.0/packages/parser)
    
    Updates `eslint` from 8.57.0 to 9.0.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.57.0...v9.0.0)
    
    Updates `eslint-plugin-jest` from 27.9.0 to 28.2.0
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v27.9.0...v28.2.0)
    
    Updates `eslint-plugin-playwright` from 1.5.4 to 1.6.0
    - [Release notes](https://github.com/playwright-community/eslint-plugin-playwright/releases)
    - [Changelog](https://github.com/playwright-community/eslint-plugin-playwright/blob/main/CHANGELOG.md)
    - [Commits](playwright-community/eslint-plugin-playwright@v1.5.4...v1.6.0)
    
    Updates `eslint-plugin-unicorn` from 51.0.1 to 52.0.0
    - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
    - [Commits](sindresorhus/eslint-plugin-unicorn@v51.0.1...v52.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: lint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: lint
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: lint
    - dependency-name: eslint-plugin-jest
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: lint
    - dependency-name: eslint-plugin-playwright
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: lint
    - dependency-name: eslint-plugin-unicorn
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: lint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and csouchet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1face07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8f3cf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df53da9 View commit details
    Browse the repository at this point in the history
  4. Migrate the plugin

    csouchet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    dc8e1ca View commit details
    Browse the repository at this point in the history
  5. migrate parserOptions

    csouchet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f3af80d View commit details
    Browse the repository at this point in the history
  6. migrate extends

    csouchet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    49449c1 View commit details
    Browse the repository at this point in the history
  7. migrate overrides

    csouchet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    16bf7df View commit details
    Browse the repository at this point in the history
  8. migrate ignore

    csouchet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    aa3bfc1 View commit details
    Browse the repository at this point in the history
  9. wip: fix conf

    csouchet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    dac0536 View commit details
    Browse the repository at this point in the history
  10. bump dependencies for eslint

    csouchet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    547c6dc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a93d814 View commit details
    Browse the repository at this point in the history
  12. Apply suggestions from code review

    Co-authored-by: Thomas Bouffard <[email protected]>
    csouchet and tbouffard committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4e264ce View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9652991 View commit details
    Browse the repository at this point in the history
  14. update the configuration

    csouchet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f59d247 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8f735f8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6fb56a1 View commit details
    Browse the repository at this point in the history
  17. rename

    csouchet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4e98e30 View commit details
    Browse the repository at this point in the history
  18. fix config usage

    csouchet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d0f27ea View commit details
    Browse the repository at this point in the history
  19. bump

    csouchet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    218a6f5 View commit details
    Browse the repository at this point in the history
  20. fix config

    csouchet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6f3e0f8 View commit details
    Browse the repository at this point in the history
  21. execute eslint only on files of dev, scripts, src and test folders an…

    …d on root files, not build or node_modules.
    csouchet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    efdc593 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ad6a85c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8a49885 View commit details
    Browse the repository at this point in the history
  24. bump

    csouchet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4a843ec View commit details
    Browse the repository at this point in the history