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

feat!: detect duplicate test cases #17955

Merged
merged 16 commits into from
Jan 20, 2024
Merged

Commits on Jan 4, 2024

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

Commits on Jan 12, 2024

  1. Merge branch 'main' into duplicate-test-cases

    * main:
      chore: Split Docs CI from core CI (eslint#17897)
      fix: Ensure config keys are printed for config errors (eslint#17980)
      chore: delete relative-module-resolver.js (eslint#17981)
      docs: migration guide entry for `no-inner-declarations` (eslint#17977)
      docs: Update README
      feat: maintain latest ecma version in ESLint (eslint#17958)
      feat!: no-inner-declaration new default behaviour and option (eslint#17885)
      feat: add `no-useless-assignment` rule (eslint#17625)
      fix: `no-misleading-character-class` edge cases with granular errors (eslint#17970)
      feat: `no-misleading-character-class` granular errors (eslint#17515)
      docs: fix number of code-path events on custom rules page (eslint#17969)
      docs: reorder entries in v9 migration guide (eslint#17967)
      fix!: handle `--output-file` for empty output when saving to disk (eslint#17957)
    bmish committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    85b5070 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Merge branch 'main' into duplicate-test-cases

    * main:
      docs: Update note about ECMAScript support (eslint#17991)
      chore: update `markdownlint` to `v0.33.0` (eslint#17995)
      docs: Update release blog post template (eslint#17994)
      docs: Add sections on non-npm plugin configuration (eslint#17984)
      9.0.0-alpha.1
      Build: changelog update for 9.0.0-alpha.1
      chore: package.json update for @eslint/js release
    bmish committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a208201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f49b10 View commit details
    Browse the repository at this point in the history
  3. add more tests

    bmish committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    821ab1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cde2d1b View commit details
    Browse the repository at this point in the history
  5. fix more rule tests

    bmish committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bc1b483 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    a784f4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b400d1e View commit details
    Browse the repository at this point in the history
  3. tweak name

    bmish committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3a7d588 View commit details
    Browse the repository at this point in the history
  4. add to migration guide

    bmish committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    6cf0fad View commit details
    Browse the repository at this point in the history
  5. tweak wording

    bmish committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    bd687c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. add test cases

    bmish committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b345788 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. remove lodash.isplainobject

    bmish committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    891d761 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. rename obj to val

    bmish committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    6467cda View commit details
    Browse the repository at this point in the history
  2. add obj check

    bmish committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    7a34ae7 View commit details
    Browse the repository at this point in the history