Conversation
18 workflows (ci, codeql, next-release, publish, hotfixes-release, branch retention/audit, dependabot auto-merge, labeler, stale, tag health, welcome) + dependabot config, wired for @cldmv/git-embedded. Enables the staging flow the repo's next/hotfixes branches were created for: PRs squash-merge into next, the persistent next->master release PR ships, publish.yml releases to npm.
The v4 adoption (#1) skipped feature-pr.yml, so pushes to feat/fix/etc. branches never got an auto-opened PR — every PR into next had to be opened manually under the pusher's own account, which then hits GitHub's block on authors approving their own PR.
Same fix as ci/fix-workflow-drift: copying the example verbatim carried over the @Project/@filename header pointing at CLDMV/.github's example path instead of self-referencing this repo.
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.1...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
Dependency ReviewThe following issues were found:
License Issues.github/workflows/dependency-review.yml
.github/workflows/master-commit-audit.yml
.github/workflows/stale.yml
.github/workflows/welcome.yml
OpenSSF ScorecardScorecard details
Scanned Files
|
Removes [esbuild](https://github.com/evanw/esbuild). It's no longer used after updating ancestor dependencies [esbuild](https://github.com/evanw/esbuild), [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). These dependencies need to be updated together. Removes `esbuild` Updates `@vitest/coverage-v8` from 2.1.9 to 4.1.10 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/coverage-v8) Updates `vitest` from 2.1.9 to 4.1.10 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest) --- updated-dependencies: - dependency-name: esbuild dependency-version: dependency-type: indirect - dependency-name: "@vitest/coverage-v8" dependency-version: 4.1.10 dependency-type: direct:development - dependency-name: vitest dependency-version: 4.1.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Shinrai
previously approved these changes
Jul 19, 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.
🚀 What's Changed
💥 Breaking Changes
No breaking changes
✨ Features
feat(hooks): guard modes (precise/strict/off) + pin-publication pre-push check #4
feat: restore/record/export provisioning commands (the "planned CLI") #2
🐛 Bug Fixes
No bug fixes
📦 Dependencies
🔧 Other Changes
ci: point feature-pr.yml's header at this repo, not the .github template #6
ci: add missing feature-pr workflow from the v4 reusable suite #5
ci: adopt the CLDMV reusable workflow suite #1
👥 Contributors