Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix eslint errors #55

Merged
merged 5 commits into from
Oct 11, 2023
Merged

Fix eslint errors #55

merged 5 commits into from
Oct 11, 2023

Conversation

larsenv
Copy link
Contributor

@larsenv larsenv commented Oct 10, 2023

This PR fixes the errors with eslint.

larsenv and others added 5 commits October 10, 2023 17:48
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and
updates ancestor dependency [gulp](https://github.com/gulpjs/gulp).
These dependencies need to be updated together.

Updates `minimatch` from 0.2.14 to 3.1.2
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/isaacs/minimatch/blob/main/changelog.md">minimatch's
changelog</a>.</em></p>
<blockquote>
<h1>change log</h1>
<h2>9.0</h2>
<ul>
<li>No default export, only named exports.</li>
</ul>
<h2>8.0</h2>
<ul>
<li>Recursive descent parser for extglob, allowing correct support
for arbitrarily nested extglob expressions</li>
<li>Bump required Node.js version</li>
</ul>
<h2>7.4</h2>
<ul>
<li>Add <code>escape()</code> method</li>
<li>Add <code>unescape()</code> method</li>
<li>Add <code>Minimatch.hasMagic()</code> method</li>
</ul>
<h2>7.3</h2>
<ul>
<li>Add support for posix character classes in a unicode-aware way.</li>
</ul>
<h2>7.2</h2>
<ul>
<li>Add <code>windowsNoMagicRoot</code> option</li>
</ul>
<h2>7.1</h2>
<ul>
<li>Add <code>optimizationLevel</code> configuration option, and revert
the
default back to the 6.2 style minimal optimizations, making the
advanced transforms introduced in 7.0 opt-in. Also, process
provided file paths in the same way in optimizationLevel:2
mode, so <em>most</em> things that matched with optimizationLevel 1 or
0 <em>should</em> match with level 2 as well. However, level 1 is the
default, out of an abundance of caution.</li>
</ul>
<h2>7.0</h2>
<ul>
<li>Preprocess patterns to simplify complicated patterns and reduce
out <code>..</code> pattern portions where possible. Note that this
means
a pattern like <code>a/b/../*</code> will be equivalent to
<code>a/*</code>, and will
<em>not</em> match the string <code>a/b/../c</code>. If this causes
problems, it
can be addressed in a patch release by resolving <code>..</code>
portions
in the test string.</li>
</ul>
<h2>6.2</h2>
<ul>
<li>Add nocaseMagicOnly flag</li>
</ul>
<h2>6.1</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/isaacs/minimatch/commit/699c459443a6bd98f5b28197978f76e7f71467ac"><code>699c459</code></a>
3.1.2</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/2f2b5ff1bb1b6a01f4404f7e475f0a2cba578ab7"><code>2f2b5ff</code></a>
fix: trim pattern</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/25d7c0d09c47063c9b0d2ace17ef8e951d90eccc"><code>25d7c0d</code></a>
3.1.1</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/55dda291dfb595bd11b4edb19b45dd98eda76de0"><code>55dda29</code></a>
fix: treat nocase:true as always having magic</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/5e1fb8dd2bb78c0ae22101b9229fac4c76ef039e"><code>5e1fb8d</code></a>
3.1.0</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/f8145c54f34075069f4a23cb214d871da4cd4006"><code>f8145c5</code></a>
Add 'allowWindowsEscape' option</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/570e8b1aef6c9e823a824aa0b9be10db43857cd7"><code>570e8b1</code></a>
add publishConfig for v3 publishes</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/5b7cd3372be253759fb4d865eb3f38f189a5fcdf"><code>5b7cd33</code></a>
3.0.6</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/20b4b562830680867feb75f9c635aca08e5c86ff"><code>20b4b56</code></a>
[fix] revert all breaking syntax changes</li>
<li><a
href="https://github.com/isaacs/minimatch/commit/2ff038852ec03e85e60e0eb333005c680ac8a543"><code>2ff0388</code></a>
document, expose, and test 'partial:true' option</li>
<li>Additional commits viewable in <a
href="https://github.com/isaacs/minimatch/compare/v0.2.14...v3.1.2">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~isaacs">isaacs</a>, a new releaser for
minimatch since your current version.</p>
</details>
<br />

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@KcrPL KcrPL merged commit ec5441f into RiiConnect24:master Oct 11, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants