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

Update dependency markdownlint-cli to v0.43.0 #506

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 2, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
markdownlint-cli ^0.23.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

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 2dab581 to 2f2d59e Compare November 28, 2020 16:54
@renovate renovate bot changed the title Update dependency markdownlint-cli to ^0.24.0 Update dependency markdownlint-cli to ^0.25.0 Nov 28, 2020
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 2f2d59e to 15db9c9 Compare January 5, 2021 18:57
@renovate renovate bot changed the title Update dependency markdownlint-cli to ^0.25.0 Update dependency markdownlint-cli to ^0.26.0 Jan 5, 2021
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 15db9c9 to d2f951f Compare April 26, 2021 16:27
@renovate renovate bot changed the title Update dependency markdownlint-cli to ^0.26.0 Update dependency markdownlint-cli to ^0.27.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from d2f951f to f3f11c0 Compare October 18, 2021 23:12
@renovate renovate bot changed the title Update dependency markdownlint-cli to ^0.27.0 Update dependency markdownlint-cli to ^0.29.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from f3f11c0 to 0d8be0f Compare March 7, 2022 12:26
@renovate renovate bot changed the title Update dependency markdownlint-cli to ^0.29.0 Update dependency markdownlint-cli to ^0.31.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 0d8be0f to 8f9df43 Compare September 25, 2022 18:49
@renovate renovate bot changed the title Update dependency markdownlint-cli to ^0.31.0 Update dependency markdownlint-cli to ^0.32.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 8f9df43 to e498fa8 Compare March 17, 2023 06:00
@renovate renovate bot changed the title Update dependency markdownlint-cli to ^0.32.0 Update dependency markdownlint-cli to v0.33.0 Mar 17, 2023
@renovate renovate bot changed the title Update dependency markdownlint-cli to v0.33.0 Update dependency markdownlint-cli to v0.34.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from e498fa8 to 7094291 Compare May 28, 2023 10:22
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 7094291 to 54a3a71 Compare June 24, 2023 06:44
@renovate renovate bot changed the title Update dependency markdownlint-cli to v0.34.0 Update dependency markdownlint-cli to v0.35.0 Jun 24, 2023
@renovate renovate bot changed the title Update dependency markdownlint-cli to v0.35.0 Update dependency markdownlint-cli to v0.36.0 Sep 10, 2023
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 54a3a71 to 9e563ce Compare September 10, 2023 04:34
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 9e563ce to 8bf211b Compare September 29, 2023 16:32
@renovate renovate bot changed the title Update dependency markdownlint-cli to v0.36.0 Update dependency markdownlint-cli to v0.37.0 Sep 29, 2023
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 8bf211b to 6e18ac3 Compare December 16, 2023 06:23
@renovate renovate bot changed the title Update dependency markdownlint-cli to v0.37.0 Update dependency markdownlint-cli to v0.38.0 Dec 16, 2023
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 6e18ac3 to 10d0339 Compare February 4, 2024 22:09
@renovate renovate bot changed the title Update dependency markdownlint-cli to v0.38.0 Update dependency markdownlint-cli to v0.39.0 Feb 4, 2024
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 10d0339 to 3745dfe Compare May 7, 2024 04:50
@renovate renovate bot changed the title Update dependency markdownlint-cli to v0.39.0 Update dependency markdownlint-cli to v0.40.0 May 7, 2024
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 3745dfe to 32afb97 Compare June 2, 2024 17:24
@renovate renovate bot changed the title Update dependency markdownlint-cli to v0.40.0 Update dependency markdownlint-cli to v0.41.0 Jun 2, 2024
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 32afb97 to 1136328 Compare October 1, 2024 04:10
@renovate renovate bot changed the title Update dependency markdownlint-cli to v0.41.0 Update dependency markdownlint-cli to v0.42.0 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/markdownlint-cli-0.x branch from 1136328 to 78c7c11 Compare November 30, 2024 04:33
@renovate renovate bot changed the title Update dependency markdownlint-cli to v0.42.0 Update dependency markdownlint-cli to v0.43.0 Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants