-
-
Notifications
You must be signed in to change notification settings - Fork 461
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: lint-staged/lint-staged
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.3.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: lint-staged/lint-staged
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 19 files changed
- 1 contributor
Commits on Apr 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d8fdf1d - Browse repository at this point
Copy the full SHA d8fdf1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8291b0 - Browse repository at this point
Copy the full SHA e8291b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a118817 - Browse repository at this point
Copy the full SHA a118817View commit details -
Configuration menu - View commit details
-
Copy full SHA for e01c4c5 - Browse repository at this point
Copy the full SHA e01c4c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d36ef7 - Browse repository at this point
Copy the full SHA 7d36ef7View commit details -
fix: restore functionality of parent globs for a single configuration…
… file Parent globs like `../*.js` were broken when introducing support for multiple configuration files in version 12.2.0. This is because lint-staged incorrectly grouped all files inside a single configuration's base directory to belong to that config, meaning files can only match a single configuration. This has now been fixed so that when a configuration has a parent glob, it will receive all staged files. Currently this means there can only be a single configuration file containing a parent glob, because all files will belong to that config. This aims to restore the previous behaviour, where only a single configuration file was supported. It shouldn't be necessary to use parent globs anymore, because they can be replaced by using multiple configuration files instead.
Configuration menu - View commit details
-
Copy full SHA for 877ab4c - Browse repository at this point
Copy the full SHA 877ab4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8be800f - Browse repository at this point
Copy the full SHA 8be800fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v12.3.8...v12.4.0