Skip to content

Commit 68b960b

Browse files
chore(deps): update dependency markdownlint-cli to ^0.46.0 (#2098)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [markdownlint-cli](https://redirect.github.com/igorshubovych/markdownlint-cli) | [`^0.45.0` -> `^0.46.0`](https://renovatebot.com/diffs/npm/markdownlint-cli/0.45.0/0.46.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/markdownlint-cli/0.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/markdownlint-cli/0.45.0/0.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>igorshubovych/markdownlint-cli (markdownlint-cli)</summary> ### [`v0.46.0`](https://redirect.github.com/igorshubovych/markdownlint-cli/releases/tag/v0.46.0) [Compare Source](https://redirect.github.com/igorshubovych/markdownlint-cli/compare/v0.45.0...v0.46.0) - Replace `glob` dependency with `tinyglobby` (smaller and fewer dependencies) - Update `markdownlint` dependency to `0.39.0` - Add `MD060`/`table-column-style` - Improve `MD001`/`MD007`/`MD009`/`MD010`/`MD029`/`MD033`/`MD037`/`MD059` - Update all dependencies via `Dependabot` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMy41IiwidXBkYXRlZEluVmVyIjoiNDIuMTMuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Update markdownlint-cli to ^0.46.0 and refresh lockfile with updated and new transitive dependencies. > > - **Dev tooling**: > - Bump `markdownlint-cli` devDependency to `^0.46.0` in `package.json`. > - Refresh `package-lock.json`: > - Update transitive deps: `markdownlint` to `~0.39.0`, `commander` to `~14.0.2`, `minimatch` to `~10.1.1`, `js-yaml` to `~4.1.1`, `ignore` to `~7.0.5`, `smol-toml` to `~1.5.2`. > - Add `tinyglobby@~0.2.15` (with `fdir@^6.5.0`) as new dependencies. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 7bdaef8. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e980272 commit 68b960b

File tree

2 files changed

+56
-44
lines changed

2 files changed

+56
-44
lines changed

package-lock.json

Lines changed: 55 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-plugin-react": "^7.37.5",
5454
"globals": "^16.0.0",
5555
"markdownlint": "^0.39.0",
56-
"markdownlint-cli": "^0.45.0",
56+
"markdownlint-cli": "^0.46.0",
5757
"patch-package": "^8.0.0",
5858
"path-browserify": "^1.0.1",
5959
"rimraf": "^6.0.0",

0 commit comments

Comments
 (0)