-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update ignore-walk and fix tests #204
Conversation
wraithgar
commented
Nov 29, 2023
•
edited
Loading
edited
- deps: ignore-walk@6.0.4
- chore: tests reflect fixed ignore-walk rules
- fix: always exclude .npmrc files
Directory overrides was buggy
24344a2 should be reverted as well as it no longer has an effect and was a workaround for the bug in |
Thanks for the heads up @mohd-akram. I reverted the code in this PR but kept the test and readme change since those were still relevant. |
Sorry, the revert will need to be reverted. The test just happened to coincidently pass because of the |
6eef548
to
a5886bb
Compare
Reverted as-is. I'm also adding a safeguard against |
a5886bb
to
3bad7f2
Compare
🤖 I have created a release *beep* *boop* --- ## [8.0.1](v8.0.0...v8.0.1) (2023-12-06) ### Bug Fixes * [`8fc4df1`](8fc4df1) [#204](#204) always ignore .npmrc files at every level (@wraithgar) * [`cd5ddbd`](cd5ddbd) [#205](#205) preserve slashes in specified files (#205) (@mohd-akram) ### Dependencies * [`6058cc5`](6058cc5) [#204](#204) `ignore-walk@6.0.4` ### Chores * [`20fe0cd`](20fe0cd) [#207](#207) bump @npmcli/template-oss from 4.21.1 to 4.21.2 (#207) (@dependabot[bot], @lukekarrys) * [`f8be7bd`](f8be7bd) [#202](#202) bump @npmcli/template-oss from 4.19.0 to 4.21.1 (#202) (@dependabot[bot], @lukekarrys) * [`8e1d900`](8e1d900) [#204](#204) tests reflect fixed ignore-walk rules (@wraithgar) * [`6d7cbe9`](6d7cbe9) [#181](#181) postinstall for dependabot template-oss PR (@lukekarrys) * [`80ec501`](80ec501) [#181](#181) bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot]) * [`f327738`](f327738) [#179](#179) postinstall for dependabot template-oss PR (@lukekarrys) * [`a770a96`](a770a96) [#179](#179) bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot]) --- 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>