Skip to content

Commit 7db6398

Browse files
chore(deps): bump ignore from 4.0.6 to 5.1.8 (#73)
Bumps [ignore](https://github.com/kaelzhang/node-ignore) from 4.0.6 to 5.1.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kaelzhang/node-ignore/releases">ignore's releases</a>.</em></p> <blockquote> <h2>5.1.5</h2> <ul> <li><strong>PATCH</strong> fixes escaping for square brackets (<a href="https://github-redirect.dependabot.com/kaelzhang/node-ignore/issues/59">#59</a>)</li> </ul> <p>An upgrade is recommended for all dependents.</p> <h2>5.1.3</h2> <ul> <li><strong>PATCH</strong> apply the changes of <a href="https://git-scm.com/docs/gitignore/2.22.1">gitignore rules 2.22.1</a> and fix <a href="https://github-redirect.dependabot.com/kaelzhang/node-ignore/issues/56">#56</a></li> </ul> <p>An upgrade is recommended for all dependents.</p> <h2>5.1.1</h2> <ul> <li><strong>PATCH</strong> fixes <code>isPathValid</code> on Windows (<a href="https://github-redirect.dependabot.com/kaelzhang/node-ignore/issues/54">#54</a>)</li> </ul> <p>On Windows, if <code>path</code> is an absolute path, <code>ig.ignores(path)</code>, <code>ig.test(path)</code> and related methods will now throw an error as expected.</p> <h2>2019-04-14, Version 5.1.0</h2> <ul> <li><strong>FEATURE</strong>: Typescript: export interface Ignore (<a href="https://github-redirect.dependabot.com/kaelzhang/node-ignore/issues/53">#53</a>)</li> </ul> <h2>5.0.4</h2> <ul> <li><strong>PATCH</strong>: fixes isPathValid in windows (<a href="https://github-redirect.dependabot.com/kaelzhang/node-ignore/issues/47">#47</a>)</li> </ul> <h2>5.0.1</h2> <ul> <li><strong>PATCH</strong>: fixes for windows.</li> <li><strong>PATCH</strong>: improves tests for typescript and windows.</li> </ul> <h2>2018-08-13, Version 5.0.0</h2> <ul> <li><strong>SEMVER-MAJOR</strong>: <a href="https://github-redirect.dependabot.com/kaelzhang/node-ignore/issues/20">#20</a>: it will throw if an invalid pathname passes into <code>.ignores(pathname)</code>, see <a href="https://github.com/kaelzhang/node-ignore#upgrade-4x---5x">Upgrade 4.x -&gt; 5.x</a>.</li> <li><strong>FEATURE</strong>: <a href="https://github-redirect.dependabot.com/kaelzhang/node-ignore/issues/31">#31</a>: adds a new method <a href="https://github.com/kaelzhang/node-ignore#testpathname-pathname-since-500"><code>.test(pathname)</code></a>.</li> <li><strong>BENCHMARK</strong>: improves performance by 26%.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kaelzhang/node-ignore/blob/master/CHANGELOG.md">ignore's changelog</a>.</em></p> <blockquote> <h1><code>node-ignore</code> 5 ChangeLog</h1> <h1>5.x</h1> <h2>2018-08-14, Version 5.0.1</h2> <ul> <li><strong>PATCH</strong>: fixes for windows.</li> <li><strong>PATCH</strong>: improves tests for typescript and windows.</li> </ul> <h2>2018-08-13, Version 5.0.0</h2> <ul> <li><strong>SEMVER-MAJOR</strong>: <a href="https://github-redirect.dependabot.com/kaelzhang/node-ignore/issues/20">#20</a>: it will throw if an invalid pathname passes into <code>.ignores(pathname)</code>, see <a href="https://github.com/kaelzhang/node-ignore#upgrade-4x---5x">Upgrade 4.x -&gt; 5.x</a>.</li> <li><strong>FEATURE</strong>: <a href="https://github-redirect.dependabot.com/kaelzhang/node-ignore/issues/31">#31</a>: adds a new method <a href="https://github.com/kaelzhang/node-ignore#testpathname-pathname-since-500"><code>.test(pathname)</code></a>.</li> <li><strong>BENCHMARK</strong>: improves performance by 26%.</li> </ul> <h1>4.x</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kaelzhang/node-ignore/commit/a1f29fbadf258f630cdf45bd59e6fda5540e3169"><code>a1f29fb</code></a> 5.1.8: README.md: typo</li> <li><a href="https://github.com/kaelzhang/node-ignore/commit/8374a3139913ee9f186be29b8bf23e9db97557f5"><code>8374a31</code></a> 5.1.7: README.md: disclaimer about .npmignore. fixes <a href="https://github-redirect.dependabot.com/kaelzhang/node-ignore/issues/61">#61</a></li> <li><a href="https://github.com/kaelzhang/node-ignore/commit/55ecc53f23e4ba787fce051a2bcd9d863aacc1f6"><code>55ecc53</code></a> 5.1.6: better algo</li> <li><a href="https://github.com/kaelzhang/node-ignore/commit/5753f0aaed8e71be536a1ee18b3edafa0c68661d"><code>5753f0a</code></a> bump version 5.1.5</li> <li><a href="https://github.com/kaelzhang/node-ignore/commit/e0fa424f64c2ef3dc615c4304c460ccb8c673663"><code>e0fa424</code></a> <a href="https://github-redirect.dependabot.com/kaelzhang/node-ignore/issues/59">#59</a>: fixes test cases for windows</li> <li><a href="https://github.com/kaelzhang/node-ignore/commit/05780f5be47ae985b745a05fef49f50f6a0b9b9b"><code>05780f5</code></a> <a href="https://github-redirect.dependabot.com/kaelzhang/node-ignore/issues/59">#59</a>: fixes trailing backslashes before ]</li> <li><a href="https://github.com/kaelzhang/node-ignore/commit/8a8d44a1a3a164360048c4ef964f6d5cfbc0ee2f"><code>8a8d44a</code></a> <a href="https://github-redirect.dependabot.com/kaelzhang/node-ignore/issues/59">#59</a>: no longer test on node &lt;= 8 for eslint does not support node &lt;= 8</li> <li><a href="https://github.com/kaelzhang/node-ignore/commit/bc90a2132f4ab7f483cb2ef52aab8290c9e5b30b"><code>bc90a21</code></a> <a href="https://github-redirect.dependabot.com/kaelzhang/node-ignore/issues/59">#59</a>: fixes escaped range notation</li> <li><a href="https://github.com/kaelzhang/node-ignore/commit/fe4bdaf1d11dfb0709b7ae9b502d6334415db5b4"><code>fe4bdaf</code></a> deps: upgrade typescript</li> <li><a href="https://github.com/kaelzhang/node-ignore/commit/890c00fac0223750c5613cab9b41a6691d6100c3"><code>890c00f</code></a> README.md: improve the usage of isPathValid</li> <li>Additional commits viewable in <a href="https://github.com/kaelzhang/node-ignore/compare/4.0.6...5.1.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ignore&package-manager=npm_and_yarn&previous-version=4.0.6&new-version=5.1.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 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>
1 parent 1a15f2c commit 7db6398

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

package-lock.json

Lines changed: 24 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"gaxios": "^3.1.0",
4040
"google-auth-library": "^6.0.6",
4141
"googleapis": "^58.0.0",
42-
"ignore": "^4.0.6",
42+
"ignore": "^5.1.8",
4343
"yaml": "^1.10.0"
4444
},
4545
"devDependencies": {

0 commit comments

Comments
 (0)