Release notes
*Sourced from [markdownlint-cli's releases](https://github.com/igorshubovych/markdownlint-cli/releases).*
> ## 0.20.0
> - Update `markdownlint` dependency to 0.18.0
> - Adds `MD048`/`code-fence-style`
> - Adds `--fix` for `MD007`/`ul-indent`
> - Adds `markdownlint-disable-file`/`markdownlint-enable-file` inline comments
> - Improves `MD006`/`MD007`/`MD009`/`MD013`/`MD030`
> - Ignore JavaScript-style comments in JSON config files
> - Address `npm audit` issues
Commits
- [`8942af7`](https://github.com/igorshubovych/markdownlint-cli/commit/8942af7d2322d22d0f0470b7a5bdbcb28042ea68) Bump version 0.20.0
- [`de883f7`](https://github.com/igorshubovych/markdownlint-cli/commit/de883f771311898d30a92f6fb2ddba3ca0ab31dc) Ignore JavaScript-style comments in JSON config files (fixes [#72](https://github-redirect.dependabot.com/igorshubovych/markdownlint-cli/issues/72)).
- [`bc10615`](https://github.com/igorshubovych/markdownlint-cli/commit/bc10615c9acff25a2db45f2b82f26645cdea206f) Update markdownlint dependency to 0.18.0, markdownlint-rule-helpers to 0.6.0,...
- [`3de0fb9`](https://github.com/igorshubovych/markdownlint-cli/commit/3de0fb963aa555499a9524bf68a16bf183f5f7c5) Add Node.js version 12 to AppVeyor matrix now that it's available.
- [`8e8d400`](https://github.com/igorshubovych/markdownlint-cli/commit/8e8d40060db85b89e08bd6385e0e3283a1c588c4) Update LICENSE ([#69](https://github-redirect.dependabot.com/igorshubovych/markdownlint-cli/issues/69))
- See full diff in [compare view](https://github.com/igorshubovych/markdownlint-cli/compare/v0.19.0...v0.20.0)
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
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps markdownlint-cli from 0.19.0 to 0.20.0.
Release notes
*Sourced from [markdownlint-cli's releases](https://github.com/igorshubovych/markdownlint-cli/releases).* > ## 0.20.0 > - Update `markdownlint` dependency to 0.18.0 > - Adds `MD048`/`code-fence-style` > - Adds `--fix` for `MD007`/`ul-indent` > - Adds `markdownlint-disable-file`/`markdownlint-enable-file` inline comments > - Improves `MD006`/`MD007`/`MD009`/`MD013`/`MD030` > - Ignore JavaScript-style comments in JSON config files > - Address `npm audit` issuesCommits
- [`8942af7`](https://github.com/igorshubovych/markdownlint-cli/commit/8942af7d2322d22d0f0470b7a5bdbcb28042ea68) Bump version 0.20.0 - [`de883f7`](https://github.com/igorshubovych/markdownlint-cli/commit/de883f771311898d30a92f6fb2ddba3ca0ab31dc) Ignore JavaScript-style comments in JSON config files (fixes [#72](https://github-redirect.dependabot.com/igorshubovych/markdownlint-cli/issues/72)). - [`bc10615`](https://github.com/igorshubovych/markdownlint-cli/commit/bc10615c9acff25a2db45f2b82f26645cdea206f) Update markdownlint dependency to 0.18.0, markdownlint-rule-helpers to 0.6.0,... - [`3de0fb9`](https://github.com/igorshubovych/markdownlint-cli/commit/3de0fb963aa555499a9524bf68a16bf183f5f7c5) Add Node.js version 12 to AppVeyor matrix now that it's available. - [`8e8d400`](https://github.com/igorshubovych/markdownlint-cli/commit/8e8d40060db85b89e08bd6385e0e3283a1c588c4) Update LICENSE ([#69](https://github-redirect.dependabot.com/igorshubovych/markdownlint-cli/issues/69)) - See full diff in [compare view](https://github.com/igorshubovych/markdownlint-cli/compare/v0.19.0...v0.20.0)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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)