16.md (6797B)
1 # PR #16 Bump brace-expansion from 1.1.6 to 1.1.11 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-07-21T08:04:07Z 6 - **Branch:** dependabot/npm_and_yarn/brace-expansion-1.1.11 → master 7 - **Merged:** 2022-07-21T08:07:49Z 8 - **Labels:** dependencies 9 - **Diff:** [16.diff](./16.diff) 10 11 --- 12 13 [//]: # (dependabot-start) 14 ⚠️ **Dependabot is rebasing this PR** ⚠️ 15 16 Rebasing might not happen immediately, so don't worry if this takes some time. 17 18 Note: if you make any changes to this PR yourself, they will take precedence over the rebase. 19 20 --- 21 22 [//]: # (dependabot-end) 23 24 Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.6 to 1.1.11. 25 <details> 26 <summary>Release notes</summary> 27 <p><em>Sourced from <a href="https://github.com/juliangruber/brace-expansion/releases">brace-expansion's releases</a>.</em></p> 28 <blockquote> 29 <h2>v1.1.11</h2> 30 <h1>brace-expansion</h1> 31 <p><a href="https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html">Brace expansion</a>, 32 as known from sh/bash, in JavaScript.</p> 33 <p><a href="http://travis-ci.org/juliangruber/brace-expansion"><img src="https://secure.travis-ci.org/juliangruber/brace-expansion.svg" alt="build status" /></a> 34 <a href="https://www.npmjs.org/package/brace-expansion"><img src="https://img.shields.io/npm/dm/brace-expansion.svg" alt="downloads" /></a> 35 <a href="https://greenkeeper.io/"><img src="https://badges.greenkeeper.io/juliangruber/brace-expansion.svg" alt="Greenkeeper badge" /></a></p> 36 <p><a href="https://ci.testling.com/juliangruber/brace-expansion"><img src="https://ci.testling.com/juliangruber/brace-expansion.png" alt="testling badge" /></a></p> 37 <h2>Example</h2> 38 <pre lang="js"><code>var expand = require('brace-expansion'); 39 <p>expand('file-{a,b,c}.jpg') 40 // => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg']</p> 41 <p>expand('-v{,,}') 42 // => ['-v', '-v', '-v']</p> 43 <p>expand('file{0..2}.jpg') 44 // => ['file0.jpg', 'file1.jpg', 'file2.jpg']</p> 45 <p>expand('file-{a..c}.jpg') 46 // => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg']</p> 47 <p>expand('file{2..0}.jpg') 48 // => ['file2.jpg', 'file1.jpg', 'file0.jpg']</p> 49 <p>expand('file{0..4..2}.jpg') 50 // => ['file0.jpg', 'file2.jpg', 'file4.jpg']</p> 51 <p>expand('file-{a..e..2}.jpg') 52 // => ['file-a.jpg', 'file-c.jpg', 'file-e.jpg']</p> 53 <p>expand('file{00..10..5}.jpg') 54 // => ['file00.jpg', 'file05.jpg', 'file10.jpg']</p> 55 <p>expand('{{A..C},{a..c}}') 56 // => ['A', 'B', 'C', 'a', 'b', 'c']</p> 57 <p>expand('ppp{,config,oe{,conf}}') 58 // => ['ppp', 'pppconfig', 'pppoe', 'pppoeconf'] 59 </code></pre></p> 60 <h2>API</h2> 61 <!-- raw HTML omitted --> 62 </blockquote> 63 <p>... (truncated)</p> 64 </details> 65 <details> 66 <summary>Commits</summary> 67 <ul> 68 <li><a href="https://github.com/juliangruber/brace-expansion/commit/e52ad1c92cb928dcdc5334625cf3a04e230d3bd5"><code>e52ad1c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/juliangruber/brace-expansion/issues/42">#42</a> from juliangruber/greenkeeper/update-to-node-10</li> 69 <li><a href="https://github.com/juliangruber/brace-expansion/commit/fb4c6920828d6d1be00cd95cd7ce57c929c0e800"><code>fb4c692</code></a> Update to node 10 in .travis.yml</li> 70 <li><a href="https://github.com/juliangruber/brace-expansion/commit/01a21de7441549d26ac0c0a9ff91385d16e5c21c"><code>01a21de</code></a> 1.1.11</li> 71 <li><a href="https://github.com/juliangruber/brace-expansion/commit/d7c93eebd9d99f4aace9dc829acab4caa13f5125"><code>d7c93ee</code></a> sponsors</li> 72 <li><a href="https://github.com/juliangruber/brace-expansion/commit/54a6176731eb223cd3dede1473190d885d6b3648"><code>54a6176</code></a> 1.1.10</li> 73 <li><a href="https://github.com/juliangruber/brace-expansion/commit/327c729fa7e12a92237c26e8900c72165ebbd952"><code>327c729</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/juliangruber/brace-expansion/issues/40">#40</a> from Parcley/add-license-1</li> 74 <li><a href="https://github.com/juliangruber/brace-expansion/commit/b6ba2e02407ff1edcf4a99f0bcc58468084d308f"><code>b6ba2e0</code></a> create LICENSE file</li> 75 <li><a href="https://github.com/juliangruber/brace-expansion/commit/0f82dab6708f7c451e4a865b817057bc5a6b3c8e"><code>0f82dab</code></a> 1.1.9</li> 76 <li><a href="https://github.com/juliangruber/brace-expansion/commit/acd17547daab3615bd99a477746c8656224c0bc8"><code>acd1754</code></a> support</li> 77 <li><a href="https://github.com/juliangruber/brace-expansion/commit/40ff02d2f89d22ff0d76eafe3ecf5d762839a2b4"><code>40ff02d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/juliangruber/brace-expansion/issues/39">#39</a> from EdwardBetts/spelling</li> 78 <li>Additional commits viewable in <a href="https://github.com/juliangruber/brace-expansion/compare/v1.1.6...1.1.11">compare view</a></li> 79 </ul> 80 </details> 81 <br /> 82 83 84 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 85 86 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`. 87 88 [//]: # (dependabot-automerge-start) 89 [//]: # (dependabot-automerge-end) 90 91 --- 92 93 <details> 94 <summary>Dependabot commands and options</summary> 95 <br /> 96 97 You can trigger Dependabot actions by commenting on this PR: 98 - `@dependabot rebase` will rebase this PR 99 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 100 - `@dependabot merge` will merge this PR after your CI passes on it 101 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 102 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 103 - `@dependabot reopen` will reopen this PR if it is closed 104 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 105 - `@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) 106 - `@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) 107 - `@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) 108 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Nordgedanken/nordgedanken.github.io/network/alerts). 109 110 </details> 111