Skip to content

Commit

Permalink
Bump lodash.template and gulp (#48)
Browse files Browse the repository at this point in the history
Removes [lodash.template](https://github.com/lodash/lodash). It's no
longer used after updating ancestor dependency
[gulp](https://github.com/gulpjs/gulp). These dependencies need to be
updated together.

Removes `lodash.template`

Updates `gulp` from 3.9.1 to 4.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gulpjs/gulp/releases">gulp's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.2</h2>
<h3>Fix</h3>
<ul>
<li>Bind src/dest/symlink to the gulp instance to support esm exports
(<a href="https://github.com/gulpjs/gulp/commit/5667666">5667666</a>) -
Ref <a
href="https://redirect.github.com/standard-things/esm/issues/797">standard-things/esm#797</a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>Add notes about esm support (<a
href="https://github.com/gulpjs/gulp/commit/4091bd3">4091bd3</a>) -
Closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2278">#2278</a></li>
<li>Fix the Negative Globs section &amp; examples (<a
href="https://github.com/gulpjs/gulp/commit/3c66d95">3c66d95</a>) -
Closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2297">#2297</a></li>
<li>Remove next tag from recipes (<a
href="https://github.com/gulpjs/gulp/commit/1693a11">1693a11</a>) -
Closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2277">#2277</a></li>
<li>Add default task wrappers to Watching Files examples to make
runnable (<a
href="https://github.com/gulpjs/gulp/commit/d916276">d916276</a>) -
Closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2322">#2322</a></li>
<li>Fix syntax error in lastRun API docs (<a
href="https://github.com/gulpjs/gulp/commit/ea52a92">ea52a92</a>) -
Closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2315">#2315</a></li>
<li>Fix typo in Explaining Globs (<a
href="https://github.com/gulpjs/gulp/commit/5d81f42">5d81f42</a>) -
Closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2326">#2326</a></li>
</ul>
<h3>Build</h3>
<ul>
<li>Add node 12 to Travis &amp; Azure (<a
href="https://github.com/gulpjs/gulp/commit/b4b5a68">b4b5a68</a>)</li>
</ul>
<h2>v4.0.1</h2>
<h3>Fix</h3>
<ul>
<li>Temporary workaround for <a
href="https://redirect.github.com/facebook/Docusaurus/issues/257">facebook/Docusaurus#257</a>
(<a href="https://github.com/gulpjs/gulp/commit/9f4a2e9">9f4a2e9</a>) -
Closes <a
href="https://redirect.github.com/facebook/Docusaurus/issues/257">facebook/Docusaurus#257</a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>Fix error in ES2015 usage example (<a
href="https://github.com/gulpjs/gulp/commit/a4e8d48">a4e8d48</a>) -
Closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2099">#2099</a> <a
href="https://redirect.github.com/gulpjs/gulp/issues/2100">#2100</a></li>
<li>Add temporary notice for 4.0.0 vs 3.9.1 documentation (<a
href="https://github.com/gulpjs/gulp/commit/126423a">126423a</a>) -
Closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2121">#2121</a></li>
<li>Improve recipe for empty glob array (<a
href="https://github.com/gulpjs/gulp/commit/45830cf">45830cf</a>) -
Closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2122">#2122</a></li>
<li>Reword standard to default (<a
href="https://github.com/gulpjs/gulp/commit/b065a13">b065a13</a>)</li>
<li>Fix recipe typo (<a
href="https://github.com/gulpjs/gulp/commit/86acdea">86acdea</a>) -
Closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2156">#2156</a></li>
<li>Add front-matter to each file (<a
href="https://github.com/gulpjs/gulp/commit/d693e49">d693e49</a>) -
Closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2109">#2109</a></li>
<li>Rename &quot;Getting Started&quot; to &quot;Quick Start&quot; &amp;
update it (<a
href="https://github.com/gulpjs/gulp/commit/6a0fa00">6a0fa00</a>)</li>
<li>Add &quot;Creating Tasks&quot; documentation (<a
href="https://github.com/gulpjs/gulp/commit/21b6962">21b6962</a>)</li>
<li>Add &quot;JavaScript and Gulpfiles&quot; documentation (<a
href="https://github.com/gulpjs/gulp/commit/31adf07">31adf07</a>)</li>
<li>Add &quot;Working with Files&quot; documentation (<a
href="https://github.com/gulpjs/gulp/commit/50fafc6">50fafc6</a>)</li>
<li>Add &quot;Async Completion&quot; documentation (<a
href="https://github.com/gulpjs/gulp/commit/ad8b568">ad8b568</a>)</li>
<li>Add &quot;Explaining Globs&quot; documentation (<a
href="https://github.com/gulpjs/gulp/commit/f8cafa0">f8cafa0</a>)</li>
<li>Add &quot;Using Plugins&quot; documentation (<a
href="https://github.com/gulpjs/gulp/commit/233c3f9">233c3f9</a>)</li>
<li>Add &quot;Watching Files&quot; documentation (<a
href="https://github.com/gulpjs/gulp/commit/f3f2d9f">f3f2d9f</a>)</li>
<li>Add Table of Contents to &quot;Getting Started&quot; directory (<a
href="https://github.com/gulpjs/gulp/commit/a43caf2">a43caf2</a>)</li>
<li>Improve &amp; fix parts of Getting Started (<a
href="https://github.com/gulpjs/gulp/commit/84b0234">84b0234</a>)</li>
<li>Create and link-to a &quot;docs missing&quot; page for LINK_NEEDED
references (<a
href="https://github.com/gulpjs/gulp/commit/2bd75d0">2bd75d0</a>)</li>
<li>Redirect users to new Getting Started guides (<a
href="https://github.com/gulpjs/gulp/commit/53e9727">53e9727</a>)</li>
<li>Temporarily reference gulp@next in Quick Start (<a
href="https://github.com/gulpjs/gulp/commit/2cecf1e">2cecf1e</a>)</li>
<li>Fixed a capitalization typo in a heading (<a
href="https://github.com/gulpjs/gulp/commit/3d051d8">3d051d8</a>) -
Closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2242">#2242</a></li>
<li>Use h2 headers within Quick Start documentation (<a
href="https://github.com/gulpjs/gulp/commit/921312c">921312c</a>) -
Closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2241">#2241</a></li>
<li>Fix for nested directories references (<a
href="https://github.com/gulpjs/gulp/commit/4c2b9a7">4c2b9a7</a>)</li>
<li>Add some more cleanup for Docusaurus (<a
href="https://github.com/gulpjs/gulp/commit/6a8fd8f">6a8fd8f</a>)</li>
<li>Temporarily point LINK_NEEDED references to documentation-missing.md
(<a
href="https://github.com/gulpjs/gulp/commit/df7cdcb">df7cdcb</a>)</li>
<li>API documentation improvements based on feedback (<a
href="https://github.com/gulpjs/gulp/commit/0a68710">0a68710</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md">gulp's
changelog</a>.</em></p>
<blockquote>
<h1>gulp changelog</h1>
<h2>4.0.0</h2>
<h3>Task system changes</h3>
<ul>
<li>replaced 3.x task system (orchestrator) with new task system (bach)
<ul>
<li>removed gulp.reset</li>
<li>removed 3 argument syntax for <code>gulp.task</code></li>
<li><code>gulp.task</code> should only be used when you will call the
task with the CLI</li>
<li>added <code>gulp.series</code> and <code>gulp.parallel</code>
methods for composing tasks. Everything must use these now.</li>
<li>added single argument syntax for <code>gulp.task</code> which allows
a named function to be used as the name of the task and task
function.</li>
<li>added <code>gulp.tree</code> method for retrieving the task tree.
Pass <code>{ deep: true }</code> for an <code>archy</code> compatible
node list.</li>
<li>added <code>gulp.registry</code> for setting custom registries.</li>
</ul>
</li>
</ul>
<h3>CLI changes</h3>
<ul>
<li>split CLI out into a module if you want to save bandwidth/disk
space. you can install the gulp CLI using either <code>npm install gulp
-g</code> or <code>npm install gulp-cli -g</code>, where gulp-cli is the
smaller one (no module code included)</li>
<li>add <code>--tasks-json</code> flag to CLI to dump the whole tree out
for other tools to consume</li>
<li>added <code>--verify</code> flag to check the dependencies in
package.json against the plugin blacklist.</li>
</ul>
<h3>vinyl/vinyl-fs changes</h3>
<ul>
<li>added <code>gulp.symlink</code> which functions exactly like
<code>gulp.dest</code>, but symlinks instead.</li>
<li>added <code>dirMode</code> param to <code>gulp.dest</code> and
<code>gulp.symlink</code> which allows better control over the mode of
the destination folder that is created.</li>
<li>globs passed to <code>gulp.src</code> will be evaluated in order,
which means this is possible <code>gulp.src(['*.js', '!b*.js',
'bad.js'])</code> (exclude every JS file that starts with a b except
bad.js)</li>
<li>performance for gulp.src has improved massively
<ul>
<li><code>gulp.src(['**/*', '!b.js'])</code> will no longer eat CPU
since negations happen during walking now</li>
</ul>
</li>
<li>added <code>since</code> option to <code>gulp.src</code> which lets
you only match files that have been modified since a certain date (for
incremental builds)</li>
<li>fixed <code>gulp.src</code> not following symlinks</li>
<li>added <code>overwrite</code> option to <code>gulp.dest</code> which
allows you to enable or disable overwriting of existing files</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gulpjs/gulp/commit/069350a5febf65adc27bc816a7805471b7d96f03"><code>069350a</code></a>
Release: 4.0.2</li>
<li><a
href="https://github.com/gulpjs/gulp/commit/b4b5a68373b4c58d6b92321cea64a6ffcc3ff042"><code>b4b5a68</code></a>
Build: Add node 12 to Travis &amp; Azure</li>
<li><a
href="https://github.com/gulpjs/gulp/commit/5667666ffae15c169f99c7096ca59c05f9440272"><code>5667666</code></a>
Fix: Bind src/dest/symlink to the gulp instance to support esm exports
(ref s...</li>
<li><a
href="https://github.com/gulpjs/gulp/commit/4091bd3aff08801625c6128eec079af4a7b5dccb"><code>4091bd3</code></a>
Docs: Add notes about esm support (closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2278">#2278</a>)</li>
<li><a
href="https://github.com/gulpjs/gulp/commit/3c66d95f014b99f79e0375c43cfa17a7269732a2"><code>3c66d95</code></a>
Docs: Fix the Negative Globs section &amp; examples (closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2297">#2297</a>)</li>
<li><a
href="https://github.com/gulpjs/gulp/commit/1693a1127116a6804a892a4b931c232b1bec9162"><code>1693a11</code></a>
Docs: Remove next tag from recipes (closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2277">#2277</a>)</li>
<li><a
href="https://github.com/gulpjs/gulp/commit/d9162761f276fce5fe54bc0a60c7eb9efcd5e249"><code>d916276</code></a>
Docs: Add default task wrappers to Watching Files examples to make
runnable (...</li>
<li><a
href="https://github.com/gulpjs/gulp/commit/ea52a927843ff0e84f142f85813572bd5144a656"><code>ea52a92</code></a>
Docs: Fix syntax error in lastRun API docs (closes <a
href="https://redirect.github.com/gulpjs/gulp/issues/2315">#2315</a>)</li>
<li><a
href="https://github.com/gulpjs/gulp/commit/5d81f42f9ddc4aa0a0721057eff8b8e24b65861c"><code>5d81f42</code></a>
Docs: Fix typo in Explaining Globs (<a
href="https://redirect.github.com/gulpjs/gulp/issues/2326">#2326</a>)</li>
<li><a
href="https://github.com/gulpjs/gulp/commit/ea3bba4fdf9f2b508699f69569d0191b8c5bc10c"><code>ea3bba4</code></a>
Release: 4.0.1</li>
<li>Additional commits viewable in <a
href="https://github.com/gulpjs/gulp/compare/v3.9.1...v4.0.2">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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/RiiConnect24/RiiTag-Next/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent aa9ae98 commit 48dd6e1
Show file tree
Hide file tree
Showing 2 changed files with 3,650 additions and 1,474 deletions.
Loading

0 comments on commit 48dd6e1

Please sign in to comment.