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: v3.0.1
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.0.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

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
Loading