Bump DavidAnson/markdownlint-cli2-action from 17 to 20#4
Merged
s977043 merged 1 commit intoNov 1, 2025
Merged
Conversation
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 17 to 20. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v17...v20) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: '20' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This was referenced Jan 10, 2026
s977043
added a commit
that referenced
this pull request
Feb 21, 2026
- Remove unused `import matter from 'gray-matter'` (Copilot #4) - Add explicit ID collision deduplication in convertAgentSkillToRR() so duplicate frontmatter IDs get `-2` suffix instead of silent overwrite (Sentry #1, Copilot #2) - Resolve fromPath relative to projectRoot instead of CWD in discoverAgentSkillPaths() (Copilot #3) - Clarify --to help text for import/export subcommands (Gemini #5) - Add test for colliding explicit IDs Co-Authored-By: Claude Opus 4.6 <[email protected]>
3 tasks
14 tasks
This was referenced Jun 3, 2026
Closed
2 tasks
s977043
added a commit
that referenced
this pull request
Jun 29, 2026
Add mode taxonomy (light/standard/team/human-required), routing triggers, and CLI usage for `river review route`. Closes SSoT gap from PR #1324 (#4). Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
s977043
added a commit
that referenced
this pull request
Jun 30, 2026
…1324) * feat: add Review Mode Router for risk-based review depth selection - Add `src/lib/review-mode-router.mjs`: routeReviewMode() and formatRouterResultMarkdown() — pure heuristic, no LLM calls - Add `tests/review-mode-router.test.mjs`: 17 unit tests (all pass) - Add `river review route` CLI subcommand (--format json|markdown) - Add `docs/development/review-mode-router-design.md`: design doc Routing priority: risk-map require_human_review > escalate > migration/schema > large diff (≥20 files or ≥500 lines) > infra/config > docs/test-only > standard (default). Fixes #1323 Co-Authored-By: Claude Sonnet 4.6 <[email protected]> * fix: cli route handler path parsing, riskMap error handling, format validation - Consume positional target path after subcommand in review parse block (#1) - Pass targetPath to routeReviewMode (#1) - Warn instead of silently dropping riskMap load errors (#3) - Reject unsupported --format values with exit code 3 (#7) Co-Authored-By: Claude Sonnet 4.6 <[email protected]> * docs: sync review-policy.md SSoT with Review Mode Router vocabulary Add mode taxonomy (light/standard/team/human-required), routing triggers, and CLI usage for `river review route`. Closes SSoT gap from PR #1324 (#4). Co-Authored-By: Claude Sonnet 4.6 <[email protected]> * fix(review-mode-router): address second review cycle findings - fix: river review route without --format flags defaulted to parsed.output='text' and always exited code 3; use formatExplicit/outputExplicit to default to json - fix: quote targetPath in buildNextCommand when path contains spaces - refactor: hasAnyFiles now uses fileCount > 0 (dedup with existing var) - docs: add comment to Rule 5 guard explaining suppression intent - docs: add §8 Review Mode Router section to review-policy.en.md (SSoT sync) - docs: update review-mode-router-design.md — add targetPath to RouterInput, narrow confidence to 'high'|'medium', parameterize nextCommand examples Co-Authored-By: Claude Sonnet 4.6 <[email protected]> * build: rebuild action dist after cli.mjs changes src/cli.mjs is bundled into runners/github-action/dist/index.mjs via ncc. Rebuild required after route handler and format validation fixes. Co-Authored-By: Claude Sonnet 4.6 <[email protected]> * fix(review-mode-router): address CodeQL and Gemini bot review findings - fix: escape backslashes before double-quotes in buildNextCommand (CodeQL: incomplete string escaping in shell command suggestion) - fix: treat unknown file types as substantive to prevent incorrect demotion to light mode (Gemini: .rs/.py files classified as unknown were erroneously routed to light) - test: add unknown-file-only → standard mode regression test - build: rebuild action dist Co-Authored-By: Claude Sonnet 4.6 <[email protected]> --------- Co-authored-by: Claude Sonnet 4.6 <[email protected]>
This was referenced Jul 4, 2026
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.
Bumps DavidAnson/markdownlint-cli2-action from 17 to 20.
Release notes
Sourced from DavidAnson/markdownlint-cli2-action's releases.
Commits
992badcUpdate to version 20.0.0.fafa44cUpdate dependency: markdownlint-cli2 to 0.18.1.052b336Bump eslint-plugin-n from 17.17.0 to 17.18.0e0b0869Bump eslint-plugin-unicorn from 59.0.0 to 59.0.196cc313Bump@eslint/jsfrom 9.25.1 to 9.26.066095aaBump eslint from 9.25.1 to 9.26.051af1d1Bump eslint-plugin-unicorn from 58.0.0 to 59.0.081f6304Bump@eslint/jsfrom 9.25.0 to 9.25.1e2c95fbBump eslint from 9.25.0 to 9.25.19f58cc3Bump@eslint/jsfrom 9.24.0 to 9.25.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)