Skip to content

Commit

Permalink
build(deps): bump braces, vinyl-fs and karma-coveralls (#291)
Browse files Browse the repository at this point in the history
Bumps [braces](https://github.com/micromatch/braces) to 3.0.2 and
updates ancestor dependencies
[braces](https://github.com/micromatch/braces),
[vinyl-fs](https://github.com/gulpjs/vinyl-fs) and
[karma-coveralls](https://github.com/caitp/karma-coveralls). These
dependencies need to be updated together.

Updates `braces` from 1.8.5 to 3.0.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/micromatch/braces/blob/master/CHANGELOG.md">braces's
changelog</a>.</em></p>
<blockquote>
<h1>Release history</h1>
<p>All notable changes to this project will be documented in this
file.</p>
<p>The format is based on <a
href="http://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>
and this project adheres to <a
href="http://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
<!-- raw HTML omitted -->
<ul>
<li>Changelogs are for humans, not machines.</li>
<li>There should be an entry for every single version.</li>
<li>The same types of changes should be grouped.</li>
<li>Versions and sections should be linkable.</li>
<li>The latest version comes first.</li>
<li>The release date of each versions is displayed.</li>
<li>Mention whether you follow Semantic Versioning.</li>
</ul>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p>Changelog entries are classified using the following labels <em>(from
<a href="http://keepachangelog.com/">keep-a-changelog</a></em>):</p>
<ul>
<li><code>Added</code> for new features.</li>
<li><code>Changed</code> for changes in existing functionality.</li>
<li><code>Deprecated</code> for soon-to-be removed features.</li>
<li><code>Removed</code> for now removed features.</li>
<li><code>Fixed</code> for any bug fixes.</li>
<li><code>Security</code> in case of vulnerabilities.</li>
</ul>
<!-- raw HTML omitted -->
<h2>[3.0.0] - 2018-04-08</h2>
<p>v3.0 is a complete refactor, resulting in a faster, smaller codebase,
with fewer deps, and a more accurate parser and compiler.</p>
<p><strong>Breaking Changes</strong></p>
<ul>
<li>The undocumented <code>.makeRe</code> method was removed</li>
</ul>
<p><strong>Non-breaking changes</strong></p>
<ul>
<li>Caching was removed</li>
</ul>
<h2>[2.3.2] - 2018-04-08</h2>
<ul>
<li>start refactoring</li>
<li>cover sets</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/micromatch/braces/commit/25791512d219b284bd62bb068cae85d8e68bd05b"><code>2579151</code></a>
3.0.2</li>
<li><a
href="https://github.com/micromatch/braces/commit/3c51342023661b8d07444509c32ce294b6cb43e7"><code>3c51342</code></a>
3.0.1</li>
<li><a
href="https://github.com/micromatch/braces/commit/3d461a17d30689b5692da35fe1bd8727224a3274"><code>3d461a1</code></a>
ensure brackets are matched</li>
<li><a
href="https://github.com/micromatch/braces/commit/abcf3418f13b1082fccf65fa2f4a5afb9432f295"><code>abcf341</code></a>
3.0.0</li>
<li><a
href="https://github.com/micromatch/braces/commit/68a3fdf75e1c234a568564230b27109c401d3a36"><code>68a3fdf</code></a>
refactor</li>
<li><a
href="https://github.com/micromatch/braces/commit/bb5b5baa8de5131d9c802935df064e0d24e6d321"><code>bb5b5ba</code></a>
Remove appveyor from readme.</li>
<li><a
href="https://github.com/micromatch/braces/commit/086008a104945dfa074177ad94fbad867935ccf5"><code>086008a</code></a>
travis: Drop sudo: false.</li>
<li><a
href="https://github.com/micromatch/braces/commit/4ed704b01ba3fd5f613bc5fca0ff27bc3500894f"><code>4ed704b</code></a>
add unit tests</li>
<li><a
href="https://github.com/micromatch/braces/commit/60eb9889bacdfe869f7ee044617252bc9f72e5ef"><code>60eb988</code></a>
ranges</li>
<li><a
href="https://github.com/micromatch/braces/commit/7b1abf0bed50fdbf7ab695520e67419204766237"><code>7b1abf0</code></a>
Use proper nodejs versions for appveyor.</li>
<li>Additional commits viewable in <a
href="https://github.com/micromatch/braces/compare/1.8.5...3.0.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `vinyl-fs` from 2.4.4 to 3.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gulpjs/vinyl-fs/releases">vinyl-fs's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.3</h2>
<h3>Fix</h3>
<ul>
<li>Call the correct callback within symlink (<a
href="https://github.com/gulpjs/vinyl-fs/commit/13390dd">13390dd</a>) -
Closes <a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/298">#298</a>
<a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/299">#299</a></li>
</ul>
<h2>v3.0.2</h2>
<h3>Fix</h3>
<ul>
<li>Avoid node internals for our WriteStream (<a
href="https://github.com/gulpjs/vinyl-fs/commit/167d8ff">167d8ff</a>) -
Closes <a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/295">#295</a></li>
</ul>
<h3>Build</h3>
<ul>
<li>Add node 9 to CI matrices (<a
href="https://github.com/gulpjs/vinyl-fs/commit/62d1969">62d1969</a>)</li>
</ul>
<h2>v3.0.1</h2>
<h3>Fix</h3>
<ul>
<li>Temporarily marshall old Vinyl objects to latest version in
dest/symlink (<a
href="https://github.com/gulpjs/vinyl-fs/commit/bbfb50c">bbfb50c</a>)</li>
</ul>
<h3>Docs</h3>
<ul>
<li>Update badges (<a
href="https://github.com/gulpjs/vinyl-fs/commit/2143060">2143060</a>) -
Closes <a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/285">#285</a></li>
<li>Move changelog to <a
href="https://github.com/gulpjs/vinyl-fs/releases">https://github.com/gulpjs/vinyl-fs/releases</a>
(<a
href="https://github.com/gulpjs/vinyl-fs/commit/3b4ab64">3b4ab64</a>)</li>
</ul>
<h2>v3.0.0</h2>
<h3>Breaking</h3>
<ul>
<li>Utilize vinyl-prepare &amp; vinyl-sourcemap dependencies (<a
href="https://github.com/gulpjs/vinyl-fs/commit/af035a5">af035a5</a>) -
Closes <a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/193">#193</a></li>
<li>Consistent modules names (<a
href="https://github.com/gulpjs/vinyl-fs/commit/7fd3190">7fd3190</a>)</li>
<li>Improve symlink/junction behaviour (<a
href="https://github.com/gulpjs/vinyl-fs/commit/4b15227">4b15227</a>)</li>
<li>Rename <code>relative</code> option to <code>relativeSymlinks</code>
(<a
href="https://github.com/gulpjs/vinyl-fs/commit/09379ba">09379ba</a>) -
Closes <a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/251">#251</a></li>
<li>Rename stripBOM option to removeBOM (<a
href="https://github.com/gulpjs/vinyl-fs/commit/bfb56cd">bfb56cd</a>)</li>
<li>Remove <code>flag</code> property leakage on Vinyl objects (<a
href="https://github.com/gulpjs/vinyl-fs/commit/de1eced">de1eced</a>)</li>
<li>Handle overwrite option in symlink to be consistent with dest (<a
href="https://github.com/gulpjs/vinyl-fs/commit/08d33fb">08d33fb</a>)</li>
<li>Remove ability to pass options to through2 (<a
href="https://github.com/gulpjs/vinyl-fs/commit/5fcdf3a">5fcdf3a</a>)</li>
<li>Remove passthrough option &amp; infer readable or passthrough (<a
href="https://github.com/gulpjs/vinyl-fs/commit/325a784">325a784</a>)</li>
<li>Replace flag option with append option (<a
href="https://github.com/gulpjs/vinyl-fs/commit/e739f6c">e739f6c</a>)</li>
<li>Default to using Junctions on Windows (<a
href="https://github.com/gulpjs/vinyl-fs/commit/40ac6e9">40ac6e9</a>) -
Closes <a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/210">#210</a>
<a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/231">#231</a></li>
<li>Rename option <code>followSymlinks</code> to
<code>resolveSymlinks</code> (<a
href="https://github.com/gulpjs/vinyl-fs/commit/20fc47c">20fc47c</a>) -
Closes <a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/205">#205</a></li>
<li>Consistent directory layout (<a
href="https://github.com/gulpjs/vinyl-fs/commit/8dfe08b">8dfe08b</a>)</li>
<li>Upgrade Vinyl to 2.0.0 (<a
href="https://github.com/gulpjs/vinyl-fs/commit/5dc079c">5dc079c</a>)</li>
<li>Added support for changing uid/gid on disk (<a
href="https://github.com/gulpjs/vinyl-fs/commit/7fc8509">7fc8509</a>) -
Closes <a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/157">#157</a>
<a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/188">#188</a></li>
<li>Remove <code>base</code> option from dest/symlink options, use
functions for folder instead (<a
href="https://github.com/gulpjs/vinyl-fs/commit/7abaf4d">7abaf4d</a>) -
Closes <a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/141">#141</a></li>
<li>Remove superfluous argument from write-xxx modules &amp; use
file.path instead (<a
href="https://github.com/gulpjs/vinyl-fs/commit/501673b">501673b</a>)</li>
<li>Throw when <code>dest()</code>/<code>symlink()</code> is called with
invalid folder argument &amp; unskip tests (<a
href="https://github.com/gulpjs/vinyl-fs/commit/462fee5">462fee5</a>)</li>
</ul>
<h3>Fix</h3>
<ul>
<li>Use explicit chmod to ensure setgid permission can be set &amp;
account for umask with default mode (<a
href="https://github.com/gulpjs/vinyl-fs/commit/8eb33dc">8eb33dc</a>) -
Closes <a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/183">#183</a>
<a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/185">#185</a></li>
<li>Avoid <code>file.isDirectory</code> in <code>useJunctions</code>
default (<a
href="https://github.com/gulpjs/vinyl-fs/commit/a741486">a741486</a>) -
Closes <a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/247">#247</a>
<a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/252">#252</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gulpjs/vinyl-fs/commit/7e223749ee2ada1abd3b2fb326178d8ad8f39f2c"><code>7e22374</code></a>
Release: 3.0.3</li>
<li><a
href="https://github.com/gulpjs/vinyl-fs/commit/13390dd8a0b3c2dfa555c89d43241f3385e4aa53"><code>13390dd</code></a>
Fix: Call the correct callback within symlink (fixes <a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/298">#298</a>)
(<a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/299">#299</a>)</li>
<li><a
href="https://github.com/gulpjs/vinyl-fs/commit/0d6e6be253c95413b2310835135ff223526c302b"><code>0d6e6be</code></a>
Release: 3.0.2</li>
<li><a
href="https://github.com/gulpjs/vinyl-fs/commit/62d196961f5814999e334abdf4b919befe32b632"><code>62d1969</code></a>
Build: Add node 9 to CI matrices</li>
<li><a
href="https://github.com/gulpjs/vinyl-fs/commit/167d8ffdcbbade502ba3175d3e224fa83ea830e0"><code>167d8ff</code></a>
Fix: Avoid node internals for our WriteStream (fixes <a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/295">#295</a>)</li>
<li><a
href="https://github.com/gulpjs/vinyl-fs/commit/ff511961f038d28ec574e58a98fad631af5e84d9"><code>ff51196</code></a>
Release: 3.0.1</li>
<li><a
href="https://github.com/gulpjs/vinyl-fs/commit/bbfb50c0311a489fd8238a2cbf9524eac0f6bb04"><code>bbfb50c</code></a>
Fix: Temporarily marshall old Vinyl objects to latest version in
dest/symlink...</li>
<li><a
href="https://github.com/gulpjs/vinyl-fs/commit/3b4ab64c7ed6e18d08739462ade2a62bd6962577"><code>3b4ab64</code></a>
Docs: Move changelog to <a
href="https://github.com/gulpjs/vinyl-fs/releases">https://github.com/gulpjs/vinyl-fs/releases</a>
(ref <a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/289">#289</a>)</li>
<li><a
href="https://github.com/gulpjs/vinyl-fs/commit/214306016cbc14c434a940c3312fc5c1ffdf407e"><code>2143060</code></a>
Docs: Update badges (closes <a
href="https://github-redirect.dependabot.com/gulpjs/vinyl-fs/issues/285">#285</a>)</li>
<li><a
href="https://github.com/gulpjs/vinyl-fs/commit/4e9a3edfeb5ff1b7b788a079f2ef7999647f0a7e"><code>4e9a3ed</code></a>
Release: 3.0.0</li>
<li>Additional commits viewable in <a
href="https://github.com/gulpjs/vinyl-fs/compare/v2.4.4...v3.0.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `karma-coveralls` from 1.2.1 to 2.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/caitp/karma-coveralls/releases">karma-coveralls's
releases</a>.</em></p>
<blockquote>
<h2>Node 4 is dead, long live Node 10!</h2>
<p>Some deps were updated, and we're no longer compatible with older
Node.js versions on account of that.</p>
<p>On the plus side, we're now compatible with Node 10.</p>
<p>Thanks to <a
href="https://github.com/webdevbyjoss"><code>@​webdevbyjoss</code></a>
for helping out with that.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/caitp/karma-coveralls/commits">compare
view</a></li>
</ul>
</details>
<br />


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 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)
- `@dependabot use these labels` will set the current labels as the
default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as
the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as
the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the
default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/openedx/edx-ui-toolkit/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 27, 2023
1 parent ab223a1 commit 27c4be1
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 355 deletions.

0 comments on commit 27c4be1

Please sign in to comment.