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): bump ESLint deps, switch from ts-node -> swc #6339

Merged
merged 12 commits into from
Aug 29, 2023

Commits on Aug 28, 2023

  1. chore(deps): bump the eslint group with 11 updates

    Bumps the eslint group with 11 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [eslint](https://github.com/eslint/eslint) | `8.43.0` | `8.48.0` |
    | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `8.7.0` | `9.0.0` |
    | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `4.2.1` | `5.0.0` |
    | [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `5.59.8` | `6.5.0` |
    | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `5.59.8` | `6.5.0` |
    | [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) | `5.59.8` | `6.5.0` |
    | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `5.59.8` | `6.5.0` |
    | [eslint-plugin-deprecation](https://github.com/gund/eslint-plugin-deprecation) | `1.4.1` | `1.5.0` |
    | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.26.0` | `2.28.1` |
    | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `46.2.4` | `46.5.0` |
    | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.32.2` | `7.33.2` |
    
    
    Updates `eslint` from 8.43.0 to 8.48.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.43.0...v8.48.0)
    
    Updates `eslint-config-prettier` from 8.7.0 to 9.0.0
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v8.7.0...v9.0.0)
    
    Updates `eslint-plugin-prettier` from 4.2.1 to 5.0.0
    - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
    - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
    - [Commits](prettier/eslint-plugin-prettier@v4.2.1...v5.0.0)
    
    Updates `@typescript-eslint/utils` from 5.59.8 to 6.5.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.0/packages/utils)
    
    Updates `@typescript-eslint/eslint-plugin` from 5.59.8 to 6.5.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/v6.5.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/eslint-plugin-tslint` from 5.59.8 to 6.5.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin-tslint/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.5.0/packages/eslint-plugin-tslint)
    
    Updates `@typescript-eslint/parser` from 5.59.8 to 6.5.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/v6.5.0/packages/parser)
    
    Updates `eslint-plugin-deprecation` from 1.4.1 to 1.5.0
    - [Release notes](https://github.com/gund/eslint-plugin-deprecation/releases)
    - [Changelog](https://github.com/gund/eslint-plugin-deprecation/blob/master/CHANGELOG.md)
    - [Commits](gund/eslint-plugin-deprecation@v1.4.1...v1.5.0)
    
    Updates `eslint-plugin-import` from 2.26.0 to 2.28.1
    - [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
    - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
    - [Commits](import-js/eslint-plugin-import@v2.26.0...v2.28.1)
    
    Updates `eslint-plugin-jsdoc` from 46.2.4 to 46.5.0
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
    - [Commits](gajus/eslint-plugin-jsdoc@v46.2.4...v46.5.0)
    
    Updates `eslint-plugin-react` from 7.32.2 to 7.33.2
    - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
    - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
    - [Commits](jsx-eslint/eslint-plugin-react@v7.32.2...v7.33.2)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: eslint
    - dependency-name: eslint-config-prettier
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: eslint
    - dependency-name: eslint-plugin-prettier
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: eslint
    - dependency-name: "@typescript-eslint/utils"
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: eslint
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: eslint
    - dependency-name: "@typescript-eslint/eslint-plugin-tslint"
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: eslint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: eslint
    - dependency-name: eslint-plugin-deprecation
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: eslint
    - dependency-name: eslint-plugin-import
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: eslint
    - dependency-name: eslint-plugin-jsdoc
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: eslint
    - dependency-name: eslint-plugin-react
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: eslint
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    eef269b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    89b3260 View commit details
    Browse the repository at this point in the history
  2. Dedupe lockfile

    adidahiya committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    eccad85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    904c1d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4585fde View commit details
    Browse the repository at this point in the history
  5. prettier

    adidahiya committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9492eb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8642308 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ca36cd View commit details
    Browse the repository at this point in the history
  8. dedupe lockfile

    adidahiya committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4edf09a View commit details
    Browse the repository at this point in the history
  9. prettier

    adidahiya committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1930c51 View commit details
    Browse the repository at this point in the history
  10. [eslint-plugin] fix lint

    adidahiya committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    940ff7b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8c29e31 View commit details
    Browse the repository at this point in the history