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

Go Live #489

Merged
merged 9 commits into from
Jan 5, 2024
Merged

Go Live #489

merged 9 commits into from
Jan 5, 2024

Commits on Dec 11, 2023

  1. Bump @typescript-eslint/parser from 6.13.2 to 6.14.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.13.2 to 6.14.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.14.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    1668b23 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Merge pull request #480 from fishbrain/dependabot/npm_and_yarn/typesc…

    …ript-eslint/parser-6.14.0
    
    Bump @typescript-eslint/parser from 6.13.2 to 6.14.0
    LittleBlue418 authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    37c61cf View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.17.0

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.13.2 to 6.17.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.17.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    26717fb View commit details
    Browse the repository at this point in the history
  2. Bump @typescript-eslint/parser from 6.14.0 to 6.17.0

    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.14.0 to 6.17.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.17.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    67737fa View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Merge pull request #487 from fishbrain/dependabot/npm_and_yarn/typesc…

    …ript-eslint/parser-6.17.0
    
    Bump @typescript-eslint/parser from 6.14.0 to 6.17.0
    OskarZaremba authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f6bc3e8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #486 from fishbrain/dependabot/npm_and_yarn/typesc…

    …ript-eslint/eslint-plugin-6.17.0
    
    Bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.17.0
    maryam-mmi authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    ec679ab View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Disable react-in-jsx-scope rule

    This rule returns an error if a JSX file doesn't have:
    
    ```
    import React from 'react';
    ```
    
    Since React 18 (I think) this hasn't been needed. We can remove the
    rule and stop importing React.
    lhansford committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a35dd20 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Bump base config version

    lhansford committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8c2ecbe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #488 from fishbrain/disable-rule-for-react-in-scope

    Disable react-in-jsx-scope rule
    lhansford authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    5c00743 View commit details
    Browse the repository at this point in the history