Skip to content

Commit

Permalink
build(deps): bump trim-newlines and meow (#290)
Browse files Browse the repository at this point in the history
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) and
[meow](https://github.com/sindresorhus/meow). These dependencies needed
to be updated together.
Updates `trim-newlines` from 1.0.0 to 3.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sindresorhus/trim-newlines/releases">trim-newlines's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.0</h2>
<p>Breaking:</p>
<ul>
<li>Require Node.js 8 (<a
href="https://github-redirect.dependabot.com/sindresorhus/trim-newlines/issues/1">#1</a>)
75db891</li>
</ul>
<p>Enhancements:</p>
<ul>
<li>Add TypeScript definition (<a
href="https://github-redirect.dependabot.com/sindresorhus/trim-newlines/issues/1">#1</a>)
75db891</li>
</ul>
<p><a
href="https://github.com/sindresorhus/trim-newlines/compare/v2.0.0...v3.0.0">https://github.com/sindresorhus/trim-newlines/compare/v2.0.0...v3.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/sindresorhus/trim-newlines/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `meow` from 3.7.0 to 9.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sindresorhus/meow/releases">meow's
releases</a>.</em></p>
<blockquote>
<h2>v9.0.0</h2>
<h3>Breaking</h3>
<ul>
<li>Strictly validate flag config (<a
href="https://github-redirect.dependabot.com/sindresorhus/meow/issues/168">#168</a>)
1609709
This is a breaking change if you incorrectly used kebab-case format for
flags (was never officially supported) in the <code>meow</code>
config:</li>
</ul>
<pre lang="diff"><code> meow(``, {
 	flags: {
-		'foo-bar': {
+		fooBar: {
 			type: 'boolean'
 		}
 	}
 });
</code></pre>
<p><a
href="https://github.com/sindresorhus/meow/compare/v8.1.0...v9.0.0">https://github.com/sindresorhus/meow/compare/v8.1.0...v9.0.0</a></p>
<h2>v8.1.1</h2>
<ul>
<li>Fix reporting missing required flags (<a
href="https://github-redirect.dependabot.com/sindresorhus/meow/issues/168">#168</a>)
1609709</li>
</ul>
<p><a
href="https://github.com/sindresorhus/meow/compare/v8.1.0...v8.1.1">https://github.com/sindresorhus/meow/compare/v8.1.0...v8.1.1</a></p>
<h2>v8.1.0</h2>
<ul>
<li>Add <a
href="https://github.com/sindresorhus/meow#allowunknownflags"><code>allowUnknownFlags</code></a>
options (<a
href="https://github-redirect.dependabot.com/sindresorhus/meow/issues/169">#169</a>)
a27ff12</li>
</ul>
<p><a
href="https://github.com/sindresorhus/meow/compare/v8.0.0...v8.1.0">https://github.com/sindresorhus/meow/compare/v8.0.0...v8.1.0</a></p>
<h2>v8.0.0</h2>
<h3>Breaking</h3>
<ul>
<li>Default <code>isMultiple</code> option to empty array (<a
href="https://github-redirect.dependabot.com/sindresorhus/meow/issues/163">#163</a>)
14924de</li>
<li>Make <code>isMultiple</code> option non-greedy (<a
href="https://github-redirect.dependabot.com/sindresorhus/meow/issues/162">#162</a>)
49ce74d</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Gracefully handle package.json not being found (<a
href="https://github-redirect.dependabot.com/sindresorhus/meow/issues/167">#167</a>)
ef7ae5d</li>
</ul>
<p><a
href="https://github.com/sindresorhus/meow/compare/v7.1.1...v8.0.0">https://github.com/sindresorhus/meow/compare/v7.1.1...v8.0.0</a></p>
<h2>v7.1.1</h2>
<ul>
<li>Fix compatibility with <code>vercel/ncc</code> (<a
href="https://github-redirect.dependabot.com/sindresorhus/meow/issues/159">#159</a>)
71d640e</li>
</ul>
<p><a
href="https://github.com/sindresorhus/meow/compare/v7.1.0...v7.1.1">https://github.com/sindresorhus/meow/compare/v7.1.0...v7.1.1</a></p>
<h2>v7.1.0</h2>
<ul>
<li>Improve <code>flags</code> option TypeScript types to acknowledge
<code>isMultiple</code> and <code>isRequired</code> options (<a
href="https://github-redirect.dependabot.com/sindresorhus/meow/issues/154">#154</a>)
e38789f</li>
</ul>
<p><a
href="https://github.com/sindresorhus/meow/compare/v7.0.1...v7.1.0">https://github.com/sindresorhus/meow/compare/v7.0.1...v7.1.0</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sindresorhus/meow/commit/569def4be96269ad864290cc122b2110c9d9aa68"><code>569def4</code></a>
9.0.0</li>
<li><a
href="https://github.com/sindresorhus/meow/commit/1609709e24b58bd0492b5b1746a05684a8eed183"><code>1609709</code></a>
Fix reporting missing required flags (<a
href="https://github-redirect.dependabot.com/sindresorhus/meow/issues/168">#168</a>)</li>
<li><a
href="https://github.com/sindresorhus/meow/commit/1d1b6abda2c76a199c653d7f6f1305f6944dd8ec"><code>1d1b6ab</code></a>
8.1.0</li>
<li><a
href="https://github.com/sindresorhus/meow/commit/a27ff12b5a4d17ff42a54f2a1d97aa5faf8e8bba"><code>a27ff12</code></a>
Add <code>allowUnknownFlags</code> options (<a
href="https://github-redirect.dependabot.com/sindresorhus/meow/issues/169">#169</a>)</li>
<li><a
href="https://github.com/sindresorhus/meow/commit/a0ce744290cb72e06fb9c4af70b7fbda0327d949"><code>a0ce744</code></a>
Add type test</li>
<li><a
href="https://github.com/sindresorhus/meow/commit/c725b57671f792705679045167414de74d430cd6"><code>c725b57</code></a>
Move to GitHub Actions (<a
href="https://github-redirect.dependabot.com/sindresorhus/meow/issues/170">#170</a>)</li>
<li><a
href="https://github.com/sindresorhus/meow/commit/a1f5f0fb16057e137259607565a319e5d3e2152b"><code>a1f5f0f</code></a>
8.0.0</li>
<li><a
href="https://github.com/sindresorhus/meow/commit/1b3d9eea126f5c68a7ffd0a8d0f5f1af3fd97e2d"><code>1b3d9ee</code></a>
Upgrade dependencies</li>
<li><a
href="https://github.com/sindresorhus/meow/commit/ef7ae5d4d202987d31a2bd7c95ee84ea1f7779c3"><code>ef7ae5d</code></a>
Gracefully handle package.json not being found (<a
href="https://github-redirect.dependabot.com/sindresorhus/meow/issues/167">#167</a>)</li>
<li><a
href="https://github.com/sindresorhus/meow/commit/49ce74d7d28d8601f7615d8eeae0a8c1204691cd"><code>49ce74d</code></a>
Make <code>isMultiple</code> non-greedy (<a
href="https://github-redirect.dependabot.com/sindresorhus/meow/issues/162">#162</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sindresorhus/meow/compare/v3.7.0...v9.0.0">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>
Co-authored-by: Syed Ali Abbas Zaidi <88369802+Syed-Ali-Abbas-Zaidi@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Syed-Ali-Abbas-Zaidi committed Feb 27, 2023
1 parent 27c4be1 commit 55d4b36
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 55d4b36

Please sign in to comment.