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.10
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.11
Choose a head ref
  • 5 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 29, 2023

  1. fix: validate files and ignores elements (#103)

    * fix: validate `files` and `ignores` elements
    
    * do not validate `files` and `ignores` twice
    
    * fail validation when `files` or `ignores` is set to `undefined`
    
    * `files` and `ignores` validation in `getConfig()`
    
    * Improve message when a config is not an object
    
    * Validation in `normalize` and `normalizeSync`
    
    * `it_` → `localIt`
    fasttime authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c40894f View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency chai to v4.3.8 (#105)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    cf212b3 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency lint-staged to v14 (#104)

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

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1229efe View commit details
    Browse the repository at this point in the history
  5. chore(main): release 0.11.11 (#106)

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