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

chore(deps): update dependency markdownlint-cli to v0.43.0 #298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
markdownlint-cli 0.13.0 -> 0.43.0 age adoption passing confidence

Release Notes

igorshubovych/markdownlint-cli (markdownlint-cli)

v0.43.0

Compare Source

v0.42.0

Compare Source

  • Update markdownlint dependency to 0.35.0
    • Add MD058/blanks-around-tables
    • Use micromark in MD001/MD003/MD009/MD010/MD013/MD014/MD019/MD021/MD023/MD024/MD025/MD039/MD042/MD043
    • Improve MD018/MD020/MD031/MD034/MD044
    • markdown-it parser no longer invoked by default
    • Improve performance
  • Update all dependencies via Dependabot

v0.41.0: 0.41.0

Compare Source

  • Change TOML parser to smol-toml which supports v1.0.0 of the specification
  • Update all dependencies via Dependabot

v0.40.0: 0.40.0

Compare Source

  • Update markdownlint dependency to 0.34.0
    • Use micromark in MD027/MD028/MD036/MD040/MD041/MD046/MD048
    • Improve MD013/MD034/MD049/MD050/MD051
  • Add support for TOML configuration files via --config
  • Add --configPointer argument for nested configuration
  • Update --ignore for directories to ignore all files within
  • Update all dependencies via Dependabot

v0.39.0: 0.39.0

Compare Source

  • Update markdownlint dependency to 0.33.0
    • Add MD055/table-pipe-style, MD056/table-column-count
    • Improve MD005/MD007/MD024/MD026/MD038
    • Incorporate micromark-extension-directive
    • Improve JSON schema, document validation
  • Handle trailing commas in JSONC configuration
  • Update all dependencies via Dependabot

v0.38.0: 0.38.0

Compare Source

  • Update markdownlint dependency to 0.32.1
    • Remove deprecated MD002/MD006
    • Remove rule aliases for "header"
    • Add MD054/link-image-style
    • Use micromark in MD005/MD007/MD030
    • Improve MD022/MD026/MD034/MD037/MD038/MD045/MD051
  • Remove support for end-of-life Node version 16
  • Update all dependencies via Dependabot

v0.37.0: 0.37.0

Compare Source

  • Update markdownlint dependency to 0.31.1
    • Improve MD032/MD034/MD037/MD043/MD044/MD051/MD052
    • Improve performance
  • Update all dependencies via Dependabot

v0.36.0: 0.36.0

Compare Source

  • Update markdownlint dependency to 0.30.0
    • Use micromark in MD022/MD026/MD032/MD037/MD045/MD051
    • Incorporate micromark-extension-math for math syntax
    • Allow custom rules to override information URL
  • Update all dependencies via Dependabot

v0.35.0: 0.35.0

Compare Source

  • Update markdownlint dependency to 0.29.0
    • Update micromark parser dependencies for better performance
    • Use micromark in MD049/MD050
    • Improve MD034/MD037/MD044/MD049/MD050
  • Update all dependencies via Dependabot

v0.34.0: 0.34.0

Compare Source

  • Update markdownlint dependency to 0.28.2
    • Introduce micromark parser for better positional data (internal only)
    • Use micromark in MD013/MD033/MD034/MD035/MD038/MD044/MD052/MD053
  • Update all dependencies via Dependabot

v0.33.0: 0.33.0

Compare Source

  • Update markdownlint dependency to 0.27.0
    • Improve MD011/MD013/MD022/MD031/MD032/MD033/MD034/MD040/MD043/MD051/MD053
    • Generate/separate documentation
    • Improve documentation
  • Publish Docker container images for both linux/amd64 and linux/arm64
  • Support JSONC and YAML inside markdownlint-configure-file comments
  • Update all dependencies via Dependabot

v0.32.2: 0.32.2

Compare Source

  • Update markdownlint dependency to 0.26.2
    • Improve MD037/MD051/MD053
  • Update all dependencies via Dependabot

v0.32.1: 0.32.1

Compare Source

  • Update markdownlint dependency to 0.26.1
    • Improve MD051
  • Update all dependencies via Dependabot

v0.32.0: 0.32.0

Compare Source

  • Update markdownlint dependency to 0.26.0
    • Add MD051/link-fragments: Link fragments should be valid
    • Add MD052/reference-links-images: Reference links and images should use a label that is defined
    • Add MD053/link-image-reference-definitions: Link and image reference definitions should be needed (auto-fixable)
    • Improve MD010/MD031/MD035/MD039/MD042/MD044/MD049/MD050
    • Add markdownlint-disable-line inline comment
    • Support ~ paths in configuration files
    • Improve performance
  • Add .markdownlint.jsonc to list of supported configuration files
  • Remove support for end-of-life Node version 12
  • Update all dependencies via Dependabot

v0.31.1: 0.31.1

Compare Source

  • Automatically publish Docker container image to GitHub Packages
  • Update all dependencies via Dependabot

v0.31.0: 0.31.0

Compare Source

  • Update markdownlint dependency to 0.25.0
    • Add MD049/MD050 for consistent emphasis/strong style (both auto-fixable)
    • Improve MD007/MD010/MD032/MD033/MD035/MD037/MD039
    • Support asynchronous custom rules
    • Improve performance
  • Update all dependencies via Dependabot

v0.30.0: 0.30.0

Compare Source

  • Add --enable/--disable params
  • Add --quiet param
  • Throw for bad config file
  • Update all dependencies via Dependabot

v0.29.0: 0.29.0

Compare Source

  • Update markdownlint dependency to 0.24.0
    • Improve MD010/MD011/MD037/MD043/MD044
  • Remove support for end-of-life Node version 10
  • Update all dependencies via Dependabot

v0.28.1: 0.28.1

Compare Source

v0.28.0: 0.28.0

Compare Source

  • Add --json option to output results in JSON format
  • Switch rc dependency to run-con to address CVE-2020-7788
  • Update all dependencies via Dependabot

v0.27.1: 0.27.1

Compare Source

  • Fix bug introduced during commander upgrade that caused -c/--config not to be honored for non-JSON files

v0.27.0: 0.27.0

Compare Source

  • Update markdownlint dependency to 0.23.1
    • Add comprehensive example .markdownlint.jsonc/.markdownlint.yaml files
    • Add fix information for MD004/ul-style
    • Improve MD018/MD019/MD020/MD021/MD037/MD041
    • Improve HTML comment handling
  • Add --dot option to include "dotfiles" by default
  • Update all dependencies via Dependabot

v0.26.0: 0.26.0

Compare Source

  • Update markdownlint dependency to 0.22.0
    • Allow extends in config to reference installed packages by name
    • Add markdownlint-disable-next-line inline comment
    • Support JSON front matter
    • Improve MD009/MD026/MD028/MD043
    • Update dependencies (including markdown-it to v12).
  • Update all dependencies via Dependabot

v0.25.0: 0.25.0

Compare Source

  • Update markdownlint dependency to 0.21.1
    • Improve MD011/MD031
  • Update all dependencies via Dependabot

v0.24.0: 0.24.0

Compare Source

  • Update markdownlint dependency to 0.21.0
    • Improve MD042/MD044

v0.23.2: 0.23.2

Compare Source

  • Update markdownlint dependency to 0.20.4

v0.23.1: 0.23.1

Compare Source

  • Update markdownlint dependency to 0.20.3

v0.23.0: 0.23.0

Compare Source

  • Update markdownlint dependency to 0.20.2
    • Add markdownlint-configure-file inline comment
    • Improve MD005/MD007/MD013/MD018/MD029/MD031/MD034/MD037/MD038/MD039
    • Improve HTML comment handling
  • Add support for JS configuration files via --config
  • Defer require-ing modules that may not be referenced
  • Fix issue with absolute paths and ignore files

v0.22.0: 0.22.0

Compare Source

  • Update markdownlint dependency to 0.19.0
    • Add fix information for MD005/list-indent
    • Improve MD007/MD013/MD014
    • Deprecate MD006/ul-start-left
  • Add -p/--ignore-path option to override .markdownlintignore
  • Add starting column number to violation output message
  • Remove support for end-of-life Node.js versions < 10

v0.21.0: 0.21.0

Compare Source

  • Add support for .markdownlintignore file

v0.20.0: 0.20.0

Compare Source

  • 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

v0.19.0: 0.19.0

Compare Source

  • Update markdownlint dependency to 0.17.1
    • Adds automatic fix information for 24 rules
    • Updates newline handling to latest CommonMark specification
    • Improves MD014/MD037/MD039
  • Implement --fix option to automatically fix basic issues in files
  • Improve format of error messages for usability/consistency
  • Address npm audit issues

v0.18.0: 0.18.0

Compare Source

  • Update markdownlint dependency to 0.16.0
    • Improves MD026/MD031/MD033/MD038
  • Address all npm audit issues

v0.17.0: 0.17.0

Compare Source

  • Update markdownlint dependency to 0.15.0
    • Adds markdownlint-capture/markdownlint-restore inline comments

v0.16.0: 0.16.0

Compare Source

  • Update markdownlint dependency to 0.14.1
    • Adds MD046/code-block-style and MD047/single-trailing-newline
  • Address all npm audit issues

v0.15.0: 0.15.0

Compare Source

  • Update markdownlint dependency to 0.13.0
    • MD002 deprecated, use MD041 instead

v0.14.1: 0.14.1

Compare Source

v0.14.0: 0.14.0

Compare Source

  • Update markdownlint dependency to 0.12.0
  • Automatically use .markdownlint.yaml/.markdownlint.yml (as with .markdownlint.json)
  • Add Dockerfile for use with Docker
  • Allow arrays for custom rules

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@ghost ghost added the in progress label Feb 25, 2019
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.14.0 chore(deps): update dependency markdownlint-cli to v0.14.1 Mar 23, 2019
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 3bf8abe to 90f9795 Compare March 23, 2019 03:08
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 90f9795 to 867ace1 Compare April 5, 2019 04:41
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.14.1 chore(deps): update dependency markdownlint-cli to v0.15.0 Apr 5, 2019
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 867ace1 to 7d7b67b Compare April 30, 2019 09:10
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 7d7b67b to 2ed2f54 Compare May 11, 2019 23:20
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.15.0 chore(deps): update dependency markdownlint-cli to v0.16.0 May 11, 2019
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 2ed2f54 to 26f7012 Compare June 13, 2019 03:10
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.16.0 chore(deps): update dependency markdownlint-cli to v0.17.0 Jun 13, 2019
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 26f7012 to f55e6d7 Compare August 17, 2019 22:22
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.17.0 chore(deps): update dependency markdownlint-cli to v0.18.0 Aug 17, 2019
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from f55e6d7 to 54968ac Compare October 21, 2019 00:31
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.18.0 chore(deps): update dependency markdownlint-cli to v0.19.0 Oct 21, 2019
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 54968ac to c2d090c Compare December 17, 2019 18:49
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.19.0 chore(deps): update dependency markdownlint-cli to v0.20.0 Dec 17, 2019
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from c2d090c to a05b181 Compare January 5, 2020 03:56
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.20.0 chore(deps): update dependency markdownlint-cli to v0.21.0 Jan 5, 2020
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from a05b181 to ef89009 Compare February 9, 2020 02:42
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.21.0 chore(deps): update dependency markdownlint-cli to v0.22.0 Feb 9, 2020
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from ef89009 to 48a5065 Compare May 5, 2020 06:08
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.22.0 chore(deps): update dependency markdownlint-cli to v0.23.0 May 5, 2020
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 48a5065 to 39a572e Compare May 17, 2020 04:08
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.23.0 chore(deps): update dependency markdownlint-cli to v0.23.1 May 17, 2020
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 39a572e to 4623dac Compare July 1, 2020 17:00
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.23.1 chore(deps): update dependency markdownlint-cli to v0.23.2 Jul 1, 2020
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 4623dac to edda482 Compare October 27, 2020 14:00
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.23.2 chore(deps): update dependency markdownlint-cli to v0.24.0 Oct 27, 2020
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from edda482 to 70f5934 Compare November 27, 2020 11:56
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.28.0 chore(deps): update dependency markdownlint-cli to v0.28.1 Jul 23, 2021
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 93ac118 to 5a2b1ed Compare October 18, 2021 21:08
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.28.1 chore(deps): update dependency markdownlint-cli to v0.29.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 5a2b1ed to aa946ee Compare March 7, 2022 14:07
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.29.0 chore(deps): update dependency markdownlint-cli to v0.31.1 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from aa946ee to 459c06e Compare September 25, 2022 17:18
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.31.1 chore(deps): update dependency markdownlint-cli to v0.32.2 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 459c06e to e0405d1 Compare March 16, 2023 23:48
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.32.2 chore(deps): update dependency markdownlint-cli to v0.33.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from e0405d1 to 43f7033 Compare May 28, 2023 09:15
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.33.0 chore(deps): update dependency markdownlint-cli to v0.34.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 43f7033 to 3b5ded2 Compare June 17, 2023 06:22
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.34.0 chore(deps): update dependency markdownlint-cli to v0.35.0 Jun 17, 2023
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 3b5ded2 to 3623876 Compare September 3, 2023 04:37
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.35.0 chore(deps): update dependency markdownlint-cli to v0.36.0 Sep 3, 2023
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.36.0 chore(deps): update dependency markdownlint-cli to v0.37.0 Sep 22, 2023
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 3623876 to a3b0506 Compare September 22, 2023 07:22
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from a3b0506 to 61986ac Compare December 9, 2023 07:11
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.37.0 chore(deps): update dependency markdownlint-cli to v0.38.0 Dec 9, 2023
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 61986ac to a8a1b98 Compare January 28, 2024 22:38
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.38.0 chore(deps): update dependency markdownlint-cli to v0.39.0 Jan 28, 2024
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from a8a1b98 to c66ee9e Compare April 30, 2024 07:18
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.39.0 chore(deps): update dependency markdownlint-cli to v0.40.0 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from c66ee9e to a968ea5 Compare May 26, 2024 03:16
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.40.0 chore(deps): update dependency markdownlint-cli to v0.41.0 May 26, 2024
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from a968ea5 to 602823d Compare September 24, 2024 03:09
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.41.0 chore(deps): update dependency markdownlint-cli to v0.42.0 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 602823d to 7c30529 Compare November 23, 2024 04:47
@renovate renovate bot changed the title chore(deps): update dependency markdownlint-cli to v0.42.0 chore(deps): update dependency markdownlint-cli to v0.43.0 Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants