Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.
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: humanwhocodes/config-array
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.8
Choose a base ref
...
head repository: humanwhocodes/config-array
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.9
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on May 12, 2023

  1. fix: Config with just ignores should not always be applied (#89)

    * fix: Config with just ignores should check ignores
    
    When a config has `ignores` and not `files`, plus at least one other
    key, it should match all files that don't match `ignores` and the other
    keys should be merged into the resulting config.
    
    Prior to this, such a config was always merged in regardless if the
    filename matched `ignores`; after this change, it correctly merges in
    only when `ignores` matches.
    
    Refs eslint/eslint#17103
    
    * Update ignores logic
    
    * Update tests/config-array.test.js
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    
    ---------
    
    Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
    nzakas and mdjermanovic authored May 12, 2023
    Configuration menu
    Copy the full SHA
    5ed9c2c View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency lint-staged to v13.2.1 (#85)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 12, 2023
    Configuration menu
    Copy the full SHA
    b095ac0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency rollup to v3 (#60)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored May 12, 2023
    Configuration menu
    Copy the full SHA
    be30be9 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 0.11.9 (#90)

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