From 55d4b36051a46f12e83f73a13c54a7d529f8972c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:41:45 +0500 Subject: [PATCH] build(deps): bump trim-newlines and meow (#290) 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
Release notes

Sourced from trim-newlines's releases.

v3.0.0

Breaking:

Enhancements:

https://github.com/sindresorhus/trim-newlines/compare/v2.0.0...v3.0.0

Commits

Updates `meow` from 3.7.0 to 9.0.0
Release notes

Sourced from meow's releases.

v9.0.0

Breaking

 meow(``, {
 	flags: {
-		'foo-bar': {
+		fooBar: {
 			type: 'boolean'
 		}
 	}
 });

https://github.com/sindresorhus/meow/compare/v8.1.0...v9.0.0

v8.1.1

https://github.com/sindresorhus/meow/compare/v8.1.0...v8.1.1

v8.1.0

https://github.com/sindresorhus/meow/compare/v8.0.0...v8.1.0

v8.0.0

Breaking

Fixes

https://github.com/sindresorhus/meow/compare/v7.1.1...v8.0.0

v7.1.1

https://github.com/sindresorhus/meow/compare/v7.1.0...v7.1.1

v7.1.0

https://github.com/sindresorhus/meow/compare/v7.0.1...v7.1.0

... (truncated)

Commits

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) ---
Dependabot commands and options
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).
Signed-off-by: dependabot[bot] 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>