informed
informed copied to clipboard
Bump trim-newlines and meow
Bumps trim-newlines and 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:
- Require Node.js 8 (#1) 75db891
Enhancements:
- Add TypeScript definition (#1) 75db891
https://github.com/sindresorhus/trim-newlines/compare/v2.0.0...v3.0.0
Commits
- See full diff in compare view
Updates meow
from 3.7.0 to 9.0.0
Release notes
Sourced from meow's releases.
v9.0.0
Breaking
- Strictly validate flag config (#168) 1609709 This is a breaking change if you incorrectly used kebab-case format for flags (was never officially supported) in the
meow
config:meow(``, { flags: { - 'foo-bar': { + fooBar: { type: 'boolean' } } });
https://github.com/sindresorhus/meow/compare/v8.1.0...v9.0.0
v8.1.1
- Fix reporting missing required flags (#168) 1609709
https://github.com/sindresorhus/meow/compare/v8.1.0...v8.1.1
v8.1.0
- Add
allowUnknownFlags
options (#169) a27ff12https://github.com/sindresorhus/meow/compare/v8.0.0...v8.1.0
v8.0.0
Breaking
- Default
isMultiple
option to empty array (#163) 14924de- Make
isMultiple
option non-greedy (#162) 49ce74dFixes
- Gracefully handle package.json not being found (#167) ef7ae5d
https://github.com/sindresorhus/meow/compare/v7.1.1...v8.0.0
v7.1.1
- Fix compatibility with
vercel/ncc
(#159) 71d640ehttps://github.com/sindresorhus/meow/compare/v7.1.0...v7.1.1
v7.1.0
- Improve
flags
option TypeScript types to acknowledgeisMultiple
andisRequired
options (#154) e38789fhttps://github.com/sindresorhus/meow/compare/v7.0.1...v7.1.0
... (truncated)
Commits
569def4
9.0.01609709
Fix reporting missing required flags (#168)1d1b6ab
8.1.0a27ff12
AddallowUnknownFlags
options (#169)a0ce744
Add type testc725b57
Move to GitHub Actions (#170)a1f5f0f
8.0.01b3d9ee
Upgrade dependenciesef7ae5d
Gracefully handle package.json not being found (#167)49ce74d
MakeisMultiple
non-greedy (#162)- Additional commits viewable in compare view
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 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.