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: eslint/eslintrc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.4
Choose a base ref
...
head repository: eslint/eslintrc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 14 commits
  • 15 files changed
  • 6 contributors

Commits on Dec 26, 2023

  1. feat!: Set default schema: [], drop support for function-style rules (

    #139)
    
    * drop support for function-style rules
    
    * implement schema changes
    
    * add unit tests for ConfigValidator#getRuleOptionsSchema
    
    * add regression tests for ConfigValidator#validateRuleOptions
    
    * add tests for error code
    
    * update fixture rules to use object-style
    mdjermanovic authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    a6c240d View commit details
    Browse the repository at this point in the history
  2. feat!: Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#142)

    * feat!: Require Node.js `^18.18.0 || ^20.9.0 || >=21.1.0`
    
    * use lts for Verify Files
    mdjermanovic authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    737eb25 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. chore: upgrade github actions (#143)

    * Update ci.yml
    
    ---------
    
    Signed-off-by: 唯然 <weiran.zsd@outlook.com>
    aladdin-add authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    de34faf View commit details
    Browse the repository at this point in the history
  2. chore: release 3.0.0 (#141)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0b7b6a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

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

Commits on Jan 27, 2024

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

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    8c39944 View commit details
    Browse the repository at this point in the history
  2. chore: release 3.0.1 (#145)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    52d63e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. chore: maintenance update of globals to v14 (#152)

    Maintenance update of `globals` to `v14`
    
    Only breaking change is the dropping of old Node.js versions but it still support all versions that `@eslint/eslintrc` supports.
    
    The one impactful thing it does though is that it removes the only dependency – replacing an outdated `type-fest` module with built-in types – making it so that everyone that installs `eslint` doesn't also get an outdated `type-fest` and thus doesn't have to contend with it in their `npm` deduping and hoisting.
    
    Relevant PR: sindresorhus/globals#209
    voxpelli authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4151865 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. chore: release 3.0.2 (#153)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    fb8d7ff View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    5e526f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    903b887 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    59e890f View commit details
    Browse the repository at this point in the history
  2. chore: release 3.1.0 (#155)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored May 17, 2024
    Configuration menu
    Copy the full SHA
    5c93cc8 View commit details
    Browse the repository at this point in the history
Loading