Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ packages:
dependency: "direct main"
description:
name: connectivity_plus
sha256: "62ffa266d9a23b79fb3fcbc206afc00bb979417ba57b1324c546b5aab95ba057"
sha256: "762c99f890ca8bf87f7337236f99edd42793843bc6c3631da294a76653a54bd0"
url: "https://pub.dev"
source: hosted
version: "7.1.1"
version: "7.3.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Dependency update ships without the required release note entry

The dependency version bump (version: "7.3.1" at pubspec.lock:171) is submitted with no accompanying changeset file in .changes/, so the repository's mandatory per-PR changelog requirement is unmet.
Impact: The CI changeset check fails and the update would be missing from release notes.

Missing `.changes/` entry required by repository rules

AGENTS.md (Releases section) states: "Every PR needs a changeset file in .changes/ (format: patch|minor|major type="fixed|added|changed|..." "description"); CI checks for it". The current branch's .changes/ directory only contains fix-data-stream-size and harden-rpc-tester, both from earlier commits; this PR (476f055) adds only pubspec.lock changes. A patch type="changed" "bump connectivity_plus to 7.3.1" style file should be added.

Prompt for agents
This PR bumps connectivity_plus in pubspec.lock but adds no changeset file under .changes/, which AGENTS.md requires for every PR and which CI enforces. Add a changeset file (e.g. .changes/bump-connectivity-plus) containing a line in the documented format, such as a patch-level entry describing the dependency bump.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

connectivity_plus_platform_interface:
dependency: transitive
description:
Expand Down
Loading