Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ markdownlint-cli (0.39.0 → 0.41.0) · Repo
Release Notes
0.41.0
0.40.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
Bump version 0.41.0
Bump glob from 10.3.15 to 10.4.1
Bump commander from 12.0.0 to 12.1.0
Change TOML parser to smol-toml which supports v1.0.0 of the TOML specification (vs. v0.4.0) (fixes #469).
Bump glob from 10.3.12 to 10.3.15
Bump execa from 8.0.1 to 9.1.0
Bump ava from 6.1.2 to 6.1.3
Add newly-released Node 22 to test matrix.
Bump version 0.40.0
Add --configPointer argument to allow embedding the configuration object in files like package.json and pyproject.toml (fixes #113, fixes #458).
All option-arguments are required and should be documented with "<>" instead of "[]".
Bump glob from 10.3.10 to 10.3.12
Bump minimatch from 9.0.3 to 9.0.4
Bump markdownlint from 0.33.0 to 0.34.0
Bump xo from 0.57.0 to 0.58.0
Bump ava from 6.1.1 to 6.1.2
The glob package is case-insensitive on Windows and macOS (!!), so update tests to exclude newly-added UPPER.MD file and behave like before the previous commit.
Update --ignore for directories so it ignores all files within rather than just those with .md or .markdown (case-sensitive) extensions (fixes #459).
Add support for TOML configuration files via --config (refs #113, refs #458).
Update code for issues newly reported by xo.
Bump xo from 0.56.0 to 0.57.0
Update require for breaking change in commander@12.0.0.
Bump commander from 11.1.0 to 12.0.0
Bump ava from 6.1.0 to 6.1.1
Bump ignore from 5.3.0 to 5.3.1
↗️ ini (indirect, 4.1.2 → 4.1.3) · Repo · Changelog
Release Notes
4.1.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
chore: release 4.1.3 (#254)
fix: decoding bracketed arrays (#252)
chore: postinstall for dependabot template-oss PR
chore: bump @npmcli/template-oss to 4.22.0
chore: postinstall for dependabot template-oss PR
chore: bump @npmcli/template-oss from 4.21.3 to 4.21.4
↗️ markdown-it (indirect, 14.0.0 → 14.1.0) · Repo · Changelog
Release Notes
14.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
14.1.0 released
Fix typo in comments of text.mjs (#1015)
add changelog
simplify logic in scanDelims
Merge pull request #1009 from notriddle/spec-0.31.2
Update spec to 0.31.2
Update to comply with spec 0.31.2
Fix typo in architecture.md (#994)
fix quadratic complexity in reference parser (#1004)
limit the number of autocompleted cells in a table
Add new pathological test from cmark upstream (#1008)
docs: replace .js with .mjs in links to files in ndoc comments (#989)
docs: replace `.js` with `.mjs` in links to files (#981)
Drop babelmark responder support
CI: update status badge
Update api docs header
↗️ markdownlint (indirect, 0.33.0 → 0.34.0) · Repo · Changelog
Release Notes
0.34.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
🆕 jsonpointer (added, 5.0.1)
🆕 smol-toml (added, 1.2.1)
🗑️ string-width-cjs (removed)
🗑️ strip-ansi-cjs (removed)
🗑️ wrap-ansi-cjs (removed)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands