dependabot[bot] opened a new pull request, #348: URL: https://github.com/apache/creadur-rat/pull/348
Bumps [nl.basjes.gitignore:gitignore-reader](https://github.com/nielsbasjes/codeowners) from 1.6.0 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nielsbasjes/codeowners/releases">nl.basjes.gitignore:gitignore-reader's releases</a>.</em></p> <blockquote> <h2>v1.8.0</h2> <p>Optimized the finding of the gitignore files in a project by simply not reading directories for which we already know they will be ignored completely. This should speedup operations significantly in situations where a really large (and ignored) <code>target</code> or <code>node_modules</code> is part of a project.</p> <h2>v1.7.0</h2> <p>If you have 2 sets of gitignore rules for the same directory then the first one was dropped. This has been fixed. Main situation is having a set of default rules (like for <code>.git/</code>) in the root in addition to the provided .gitignore file. This fixes the issue that the enforcer plugin rules would check the permissions for all the files in the .git folder which should be ignored.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nielsbasjes/codeowners/blob/main/CHANGELOG.md">nl.basjes.gitignore:gitignore-reader's changelog</a>.</em></p> <blockquote> <h1>v1.9.0</h1> <ul> <li>Searching for the gitIgnore files returns the list of added files.</li> <li>Fixed searching for the gitIgnore files still scans an ignored directory.</li> </ul> <h1>v1.8.0</h1> <ul> <li>Only search non-ignored directories for gitignore files.</li> </ul> <h1>v1.7.0</h1> <ul> <li>Support multiple GitIgnore for the same directory</li> </ul> <h1>v1.5.1</h1> <ul> <li>Fix bug in new directory handling</li> </ul> <h1>v1.5.0</h1> <ul> <li>Handle filenames better (project relative vs full path)</li> <li>A ? and * may not match a / (directory separator)</li> <li>A \? and \* must match the exact character.</li> </ul> <h1>License</h1> <pre><code>Yet Another UserAgent Analyzer Copyright (C) 2013-2024 Niels Basjes <p>Licensed under the Apache License, Version 2.0 (the "License");<br /> you may not use this file except in compliance with the License.<br /> You may obtain a copy of the License at</p> <p><a href="https://www.apache.org/licenses/LICENSE-2.0">https://www.apache.org/licenses/LICENSE-2.0</a></p> <p>Unless required by applicable law or agreed to in writing, software<br /> distributed under the License is distributed on an "AS IS" BASIS,<br /> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<br /> See the License for the specific language governing permissions and<br /> limitations under the License.<br /> </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nielsbasjes/codeowners/commit/f97d683f287e02ad3d736975cf782b5b835ce271"><code>f97d683</code></a> Release: Version v1.9.0</li> <li><a href="https://github.com/nielsbasjes/codeowners/commit/830913edb3860ce646a4b3c017b19b849e2b4407"><code>830913e</code></a> fix: Make logging consistent on Windows</li> <li><a href="https://github.com/nielsbasjes/codeowners/commit/c2719a4efc8813001c2c346ab6dfba1806b695a4"><code>c2719a4</code></a> test: Fix tests on Windows</li> <li><a href="https://github.com/nielsbasjes/codeowners/commit/d76ef0a3b994da160d52a0d27a658ba4da3125f1"><code>d76ef0a</code></a> test: Make integration test much stricter</li> <li><a href="https://github.com/nielsbasjes/codeowners/commit/de1bfab65f588a9ce4a0a25edf30f5a86f698897"><code>de1bfab</code></a> docs: Various clarifications.</li> <li><a href="https://github.com/nielsbasjes/codeowners/commit/bf60ced9bdddf0071a04d2da9f3b57066fef5219"><code>bf60ced</code></a> fix: Enforcer rule no longer lists and examines ignored directories.</li> <li><a href="https://github.com/nielsbasjes/codeowners/commit/899f6ac2dc3413783c4a91b5c206e3ec2681c28a"><code>899f6ac</code></a> fix: Improving the Enforcer test tree</li> <li><a href="https://github.com/nielsbasjes/codeowners/commit/a6abd150291a9e323bf2a8219bdaa50ab33801da"><code>a6abd15</code></a> feat: Improved searching files.</li> <li><a href="https://github.com/nielsbasjes/codeowners/commit/900bf822872cfa61816eee0661505286e11d9693"><code>900bf82</code></a> fix: Import cleanup</li> <li><a href="https://github.com/nielsbasjes/codeowners/commit/2d67f346ef637f44340fccaea433ab5f420b5701"><code>2d67f34</code></a> chore(deps): update actions/cache action to v4.1.0</li> <li>Additional commits viewable in <a href="https://github.com/nielsbasjes/codeowners/compare/v1.6.0...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
