chore: dependency upgrades and project changelog#315
Merged
Conversation
flutter_appauth 12.0.0→12.0.1, code_assets→1.2.1, hooks→2.0.1, objective_c→9.4.1, json_annotation→4.12.0, url_launcher_android→6.3.30, vector_graphics→1.2.2, vector_graphics_compiler→1.2.5; drop native_toolchain_c. ag_ui git ref follows default-branch HEAD. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add a root CHANGELOG.md covering v0.80.0+28 through v0.87.2+57, curated from tags and commit history in Keep a Changelog format. Remove the three package changelogs (soliplex_agent, soliplex_client, soliplex_client_native) that were frozen at 0.2.0; the workspace packages are publish_to: none and version-locked to the app, so the root changelog is the single source of truth. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
Maintenance pass: safe dependency upgrades and a curated project changelog.
Dependencies
Ran
flutter pub upgradewithin existing constraints (pubspec.lockonly) —all semver-compatible:
flutter_appauth12.0.0 → 12.0.1,objective_c→ 9.4.1,json_annotation→ 4.12.0,url_launcher_android→ 6.3.30,vector_graphics(_compiler)→ 1.2.2/1.2.5,hooks→ 2.0.1,code_assets→ 1.2.1; droppednative_toolchain_c.The unpinned
ag_uigit dependency also advanced its HEAD ref as a sideeffect (it tracks the default branch, not a pinned SHA). Suite is green on it.
Larger upgrades were triaged and deferred to issues instead:
file_picker'swin32cap (deps: bump package_info_plus to 10.x (blocked by file_picker win32 constraint) #312)Watch/.watch(context), needs a migration (deps: migrate signals to 7.x (deprecates Watch / .watch(context), fails zero-warning gate) #314)Changelog
CHANGELOG.mdcovering v0.80.0+28 → v0.87.2+57, curated fromtags and commit history in Keep a Changelog format.
packages are
publish_to: noneand version-locked to the app, so the rootchangelog is the single source of truth.
Verification
flutter analyze: no errorsmarkdownlint-cli2: 0 errors