Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: keithamus/eslint-plugin-escompat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 38d7607
Choose a base ref
...
head repository: keithamus/eslint-plugin-escompat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a2c3992
Choose a head ref
  • 15 commits
  • 84 files changed
  • 4 contributors

Commits on May 22, 2024

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

Commits on Jul 23, 2024

  1. ESLint 9 (#24)

    * feat: support ESLint 9
    
    Also:
    - test: removes duplicate test
    
    * refactor: prefer const
    
    * fix: add plugins to TypeScript configs
    
    * docs: add section on flat config
    brettz9 authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    80c9efe View commit details
    Browse the repository at this point in the history
  2. 3.5.0

    keithamus committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0c4ea0f View commit details
    Browse the repository at this point in the history
  3. No logical assignment operator (#26)

    * feat: support ESLint 9
    
    Also:
    - test: removes duplicate test
    
    * refactor: prefer const
    
    * fix: add plugins to TypeScript configs
    
    * docs: add section on flat config
    
    * feat: es2021 `no-logical-assignment-operator` rule
    
    ---------
    
    Co-authored-by: Keith Cirkel <[email protected]>
    brettz9 and keithamus authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6a01223 View commit details
    Browse the repository at this point in the history
  4. 3.6.0

    keithamus committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ed77535 View commit details
    Browse the repository at this point in the history
  5. add CI

    keithamus committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    8c1d721 View commit details
    Browse the repository at this point in the history
  6. fix: update info (#27)

    brettz9 authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    bf179f6 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump json5 from 2.2.1 to 2.2.3 (#19)

    Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.1...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Keith Cirkel <[email protected]>
    dependabot[bot] and keithamus authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4fc74eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30f7398 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65941ac View commit details
    Browse the repository at this point in the history
  10. Name (#30)

    * feat: ES2023 `no-hashbang-comment`
    
    * feat: add `name` (for tooling)
    
    ---------
    
    Co-authored-by: Keith Cirkel <[email protected]>
    brettz9 and keithamus authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d49d95b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. feat: add no-regexp-v-flag (and bump to ES2024) (#31)

    * feat: add `no-regexp-v-flag` (and bump to ES2024)
    
    Also:
    - fix: ensures no-hashbang-comment rule is in TS 2023
    - docs: remove unneeded backticks in no-regexp-s-flag rule docs
    
    * docs: update docs/no-regexp-v-flag.md
    
    Co-authored-by: Keith Cirkel <[email protected]>
    
    * docs: update docs/no-regexp-v-flag.md
    
    Co-authored-by: Keith Cirkel <[email protected]>
    
    ---------
    
    Co-authored-by: Keith Cirkel <[email protected]>
    brettz9 and keithamus authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    58260bf View commit details
    Browse the repository at this point in the history
  2. feat: add rule no-regexp-duplicate-named-groups (and bump to ES2025) (

    #32)
    
    * feat: add `no-regexp-v-flag` (and bump to ES2024)
    
    Also:
    - fix: ensures no-hashbang-comment rule is in TS 2023
    - docs: remove unneeded backticks in no-regexp-s-flag rule docs
    
    * feat: add rule `no-regexp-duplicate-named-groups` (and bump to ES2025)
    
    Also:
    - docs: add required escapes to `no-regexp-named-group` docs
    
    ---------
    
    Co-authored-by: Keith Cirkel <[email protected]>
    brettz9 and keithamus authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    23b867e View commit details
    Browse the repository at this point in the history
  3. feat: switch default typescript and flat/typescript configs to us…

    …e the 2025 version (#34)
    
    * feat: switch default `typescript` and `flat/typescript` configs to use the 2025 version; fixes #33
    
    ---------
    
    Co-authored-by: Keith Cirkel <[email protected]>
    brettz9 and keithamus authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2aa7169 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

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