build(deps-npm): update @commitlint/cli from 21.2.0 to 21.2.1 - abandoned - #931
Closed
renovate[bot] wants to merge 4 commits into
Closed
build(deps-npm): update @commitlint/cli from 21.2.0 to 21.2.1 - abandoned#931renovate[bot] wants to merge 4 commits into
renovate[bot] wants to merge 4 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #931 +/- ##
==========================================
+ Coverage 99.71% 99.71% +0.01%
==========================================
Files 204 204
Lines 12946 12988 +42
==========================================
+ Hits 12908 12950 +42
Misses 33 33
Partials 5 5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
✅ Playwright Test Results
Duration: 1083.5s |
renovate
Bot
force-pushed
the
renovate/commitlint-monorepo
branch
from
July 16, 2026 15:09
1e91d69 to
a5fb965
Compare
A PUT to /api/v1/service/config or POST to /api/v1/service/new without an `id` in the payload was incorrectly accepted, while still returning `200 OK`. An edit replaced the target service with one whose ID was an empty string, leaving an invalid entry in its place in the service order. A create added one under that same empty ID. Both endpoints now reject requests with no `id`, with `400 Bad Request`, leaving the service and service order unchanged. `AddService` and `RenameService` also reject empty IDs. Existing configurations containing a service with an empty ID are left unchanged, but with a warning log identifying the issue, as they require manual repair. Also document that the endpoint body replaces an existing service rather than merging into it.
The service edit payload takes an array for notify and webhook entries keyed by their `name`, so an entry sent without one was stored under the empty string, and two entries sharing a name silently collapsed into the last one. Both were accepted with `200 OK`. Each is now rejected with `400 Bad Request`, naming the offending index (matching what the web UI already enforces).
announceEdit skipped the broadcast when RemoveUnchanged left the summary empty, so edits to fields absent from it reached no other client. Those clients kept the service config cached for the staleTime, so reopening the edit modal repopulated the form from stale data and saving silently reverted the edit. Also fixes the rename branch merging cached data over the new ID.
renovate
Bot
force-pushed
the
renovate/commitlint-monorepo
branch
from
July 28, 2026 01:36
a5fb965 to
294e8a0
Compare
Contributor
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
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.
This PR contains the following updates:
21.2.0→21.2.1Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v21.2.1Compare Source
Note: Version bump only for package @commitlint/cli
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.