[Snyk] Upgrade: markdown-link-check, markdownlint-cli#6
Open
Conversation
Datalog Signed-off-by: AKJUS <173074602+AKJUS@users.noreply.github.com>
Snyk has created this PR to upgrade:
- markdown-link-check from 3.11.1 to 3.12.2.
See this package in npm: https://www.npmjs.com/package/markdown-link-check
- markdownlint-cli from 0.33.0 to 0.41.0.
See this package in npm: https://www.npmjs.com/package/markdownlint-cli
See this project in Snyk:
https://app.snyk.io/org/akjus/project/29518bd1-9689-4128-b528-46797e30b6a9?utm_source=github&utm_medium=referral&page=upgrade-pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
markdown-link-check
from 3.11.1 to 3.12.2 | 4 versions ahead of your current version | 4 months ago
on 2024-05-22
markdownlint-cli
from 0.33.0 to 0.41.0 | 8 versions ahead of your current version | 4 months ago
on 2024-05-26
Issues fixed by the recommended upgrade:
SNYK-JS-MARKDOWNIT-6483324
Release notes
Package name: markdown-link-check
-
3.12.2 - 2024-05-22
- fix status badge in README by @ dklimpel in #303
- enable skipped tests for hash links by @ dklimpel in #306
- chore(deps): bump actions/setup-node from 3 to 4 by @ dependabot in #300
- chore: Upgrade to ESLint 9 by @ nschonni in #318
- Check GitHub markdown section links by @ rkitover in #312
- docs: add example for GitLab pipeline by @ dklimpel in #309
- ci: Use matrix for cross-OS testing by @ nschonni in #307
- chore(deps): bump actions/checkout from 3 to 4 by @ dependabot in #301
- chore(deps): bump commander from 10.0.1 to 12.1.0 by @ dependabot in #322
- chore(deps-dev): bump eslint from 8.57.0 to 9.3.0 by @ dependabot in #321
- chore(deps-dev): bump mocha from 10.3.0 to 10.4.0 by @ dependabot in #311
- chore(deps-dev): bump express from 4.18.3 to 4.19.1 by @ dependabot in #308
- chore(deps-dev): bump express from 4.18.3 to 4.19.2 by @ dependabot in #310
- @ rkitover made their first contribution in #312
-
3.12.1 - 2024-03-11
- fix failing github action with IPv6 by @ dklimpel in #296
- Bump node in github actions by @ dklimpel in #295
- fix: fix crash #297 by @ CanadaHonk in #302
-
3.12.0 - 2024-03-10
- Add support to load md files via proxy by @ dklimpel in #288
- refactor: replace url.parse with new URL by @ CanadaHonk in #281
- feat: add global option to replacementPatterns by @ CanadaHonk in #279
- Update readme to be clearer for projectBaseUrl opt by @ nwcm in #284
- feat: add basic ignore subpaths argument by @ CanadaHonk in #278
- chore(deps): bump ip from 1.1.8 to 1.1.9 by @ dependabot in #293
- @ dklimpel made their first contribution in #288
- @ CanadaHonk made their first contribution in #281
- @ nwcm made their first contribution in #284
-
3.11.2 - 2023-04-30
- chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 (@ dependabot)
- fixed the error when there is no --config option (@ mkusaka)
- chore(deps): bump commander from 10.0.0 to 10.0.1 (@ dependabot)
- Updated elgohr/Publish-Docker-Github-Action to a supported version (v5) (@ elgohr)
- chore: upgrade dependencies (@ tcort)
-
3.11.1 - 2023-04-11
- fix:Config-file-and-others-options-ignored (@ kevinvalleau)
- chore(deps-dev): bump eslint from 8.35.0 to 8.38.0 (@ dependabot)
from markdown-link-check GitHub release notesWhat's Changed
New Contributors
Full Changelog: v3.12.1...v3.12.2
What's Changed
Full Changelog: v3.12.0...v3.12.1
What's Changed
New Contributors
Full Changelog: v3.11.2...v3.12.0
Package name: markdownlint-cli
-
0.41.0 - 2024-05-26
- Change TOML parser to
- Update all dependencies via
-
0.40.0 - 2024-04-30
- Update
- Use micromark in
- Improve
- Add support for
- Add
- Update
- Update all dependencies via
-
0.39.0 - 2024-01-28
- Update
- Add
- Improve
- Incorporate
- Improve JSON schema, document validation
- Handle trailing commas in JSONC configuration
- Update all dependencies via
-
0.38.0 - 2023-12-09
- Update
- Remove deprecated
- Remove rule aliases for "header"
- Add
- Use
- Improve
- Remove support for end-of-life Node version 16
- Update all dependencies via
-
0.37.0 - 2023-09-22
- Update
- Improve MD032/MD034/MD037/MD043/MD044/MD051/MD052
- Improve performance
- Update all dependencies via
-
0.36.0 - 2023-09-03
- Update
- Use
- Incorporate
- Allow custom rules to override information URL
- Update all dependencies via
-
0.35.0 - 2023-06-17
- Update
- Update
- Use
- Improve MD034/MD037/MD044/MD049/MD050
- Update all dependencies via
-
0.34.0 - 2023-04-30
- Update
- Introduce
- Use micromark in
- Update all dependencies via
-
0.33.0 - 2023-01-07
- Update
- Improve
- Generate/separate documentation
- Improve documentation
- Publish Docker container images for both
- Support JSONC and YAML inside
- Update all dependencies via
from markdownlint-cli GitHub release notessmol-tomlwhich supports v1.0.0 of the specificationDependabotmarkdownlintdependency to0.34.0MD027/MD028/MD036/MD040/MD041/MD046/MD048MD013/MD034/MD049/MD050/MD051TOMLconfiguration files via--config--configPointerargument for nested configuration--ignorefor directories to ignore all files withinDependabotmarkdownlintdependency to0.33.0MD055/table-pipe-style,MD056/table-column-countMD005/MD007/MD024/MD026/MD038micromark-extension-directiveDependabotmarkdownlintdependency to0.32.1MD002/MD006MD054/link-image-stylemicromarkinMD005/MD007/MD030MD022/MD026/MD034/MD037/MD038/MD045/MD051Dependabotmarkdownlintdependency to0.31.1Dependabotmarkdownlintdependency to0.30.0micromarkin MD022/MD026/MD032/MD037/MD045/MD051micromark-extension-mathfor math syntaxDependabotmarkdownlintdependency to0.29.0micromarkparser dependencies for better performancemicromarkin MD049/MD050Dependabotmarkdownlintdependency to0.28.2micromarkparser for better positional data (internal only)MD013/MD033/MD034/MD035/MD038/MD044/MD052/MD053Dependabotmarkdownlintdependency to0.27.0MD011/MD013/MD022/MD031/MD032/MD033/MD034/MD040/MD043/MD051/MD053linux/amd64andlinux/arm64markdownlint-configure-filecommentsDependabotImportant
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: