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 the lint group with 10 updates #208

Closed
wants to merge 1 commit into from

Commits on Aug 1, 2024

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

    Bumps the lint group with 10 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.10` | `22.0.2` |
    | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.15.0` | `8.0.0` |
    | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.15.0` | `8.0.0` |
    | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.5.2` | `48.10.2` |
    | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.9.0` | `17.10.1` |
    | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.4.0` | `7.0.0` |
    | [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs) | `1.0.3` | `1.0.4` |
    | [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) | `54.0.0` | `55.0.0` |
    | [prettier](https://github.com/prettier/prettier) | `3.3.2` | `3.3.3` |
    | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` |
    
    
    Updates `@types/node` from 20.14.10 to 22.0.2
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `@typescript-eslint/eslint-plugin` from 7.15.0 to 8.0.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/v8.0.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 7.15.0 to 8.0.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/v8.0.0/packages/parser)
    
    Updates `eslint-plugin-jsdoc` from 48.5.2 to 48.10.2
    - [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@v48.5.2...v48.10.2)
    
    Updates `eslint-plugin-n` from 17.9.0 to 17.10.1
    - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
    - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
    - [Commits](eslint-community/eslint-plugin-n@v17.9.0...v17.10.1)
    
    Updates `eslint-plugin-promise` from 6.4.0 to 7.0.0
    - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
    - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
    - [Commits](eslint-community/eslint-plugin-promise@v6.4.0...v7.0.0)
    
    Updates `eslint-plugin-sonarjs` from 1.0.3 to 1.0.4
    - [Release notes](https://github.com/SonarSource/eslint-plugin-sonarjs/releases)
    - [Commits](SonarSource/eslint-plugin-sonarjs@1.0.3...1.0.4)
    
    Updates `eslint-plugin-unicorn` from 54.0.0 to 55.0.0
    - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
    - [Commits](sindresorhus/eslint-plugin-unicorn@v54.0.0...v55.0.0)
    
    Updates `prettier` from 3.3.2 to 3.3.3
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.3.2...3.3.3)
    
    Updates `typescript` from 5.5.3 to 5.5.4
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: lint
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: lint
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: lint
    - dependency-name: eslint-plugin-jsdoc
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: lint
    - dependency-name: eslint-plugin-n
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: lint
    - dependency-name: eslint-plugin-promise
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: lint
    - dependency-name: eslint-plugin-sonarjs
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: lint
    - dependency-name: eslint-plugin-unicorn
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: lint
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: lint
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: lint
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    ac3d375 View commit details
    Browse the repository at this point in the history