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: npm/eslint-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.4
Choose a base ref
...
head repository: npm/eslint-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.5
Choose a head ref
  • 4 commits
  • 14 files changed
  • 3 contributors

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    567d258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a92c2a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. fix: remove import/no-unresolved (#114)

    This rule does not work with esm-only packages, and [it doesn't look
    like it ever
    will](import-js/eslint-plugin-import#2331).
    We'll remove it for now and rely on coverage in our tests for now
    wraithgar authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    975e40c View commit details
    Browse the repository at this point in the history
  2. chore: release 4.0.5 (#115)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.0.5](v4.0.4...v4.0.5)
    (2024-07-01)
    
    ### Bug Fixes
    
    *
    [`975e40c`](975e40c)
    [#114](#114) remove
    import/no-unresolved (#114) (@wraithgar)
    
    ### Chores
    
    *
    [`567d258`](567d258)
    [#108](#108) bump
    @npmcli/template-oss to 4.22.0 (@lukekarrys)
    *
    [`a92c2a3`](a92c2a3)
    [#108](#108) postinstall for
    dependabot template-oss PR (@lukekarrys)
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b62fba5 View commit details
    Browse the repository at this point in the history
Loading