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

meta: bump the lint group with 6 updates #5593

Merged
merged 4 commits into from
Aug 6, 2023

Commits on Aug 2, 2023

  1. meta: bump the lint group with 6 updates

    Bumps the lint group with 6 updates:
    
    | Package | Update |
    | --- | --- |
    | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | 5.61.0 to 6.2.1 |
    | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | 5.61.0 to 6.2.1 |
    | [eslint](https://github.com/eslint/eslint) | 8.44.0 to 8.46.0 |
    | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | 13.4.9 to 13.4.12 |
    | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | 8.8.0 to 8.9.0 |
    | [stylelint](https://github.com/stylelint/stylelint) | 15.10.1 to 15.10.2 |
    
    
    Updates `@typescript-eslint/eslint-plugin` from 5.61.0 to 6.2.1
    - [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.2.1/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 5.61.0 to 6.2.1
    - [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.2.1/packages/parser)
    
    Updates `eslint` from 8.44.0 to 8.46.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.44.0...v8.46.0)
    
    Updates `eslint-config-next` from 13.4.9 to 13.4.12
    - [Release notes](https://github.com/vercel/next.js/releases)
    - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
    - [Commits](https://github.com/vercel/next.js/commits/v13.4.12/packages/eslint-config-next)
    
    Updates `eslint-config-prettier` from 8.8.0 to 8.9.0
    - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/eslint-config-prettier@v8.8.0...v8.9.0)
    
    Updates `stylelint` from 15.10.1 to 15.10.2
    - [Release notes](https://github.com/stylelint/stylelint/releases)
    - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
    - [Commits](stylelint/stylelint@15.10.1...15.10.2)
    
    ---
    updated-dependencies:
    - 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
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: lint
    - dependency-name: eslint-config-next
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: lint
    - dependency-name: eslint-config-prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: lint
    - dependency-name: stylelint
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: lint
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f5d42af View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    bb171f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    6cd79d0 View commit details
    Browse the repository at this point in the history
  2. chore: simplify semver calls

    changing because the linting was in a circular error state were removing the eslint ignore statement was tripping lint, but leaving it there was causing its own lint that it was unneeded. the comment (removed) asserts that the data model here is adequate protection
    bmuenzenmeyer committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    77b95b6 View commit details
    Browse the repository at this point in the history