Skip to content

Bump deps to latest majors for 1.0.6#7

Merged
agnath18K merged 1 commit into
mainfrom
chore/bump-deps-1.0.6
May 27, 2026
Merged

Bump deps to latest majors for 1.0.6#7
agnath18K merged 1 commit into
mainfrom
chore/bump-deps-1.0.6

Conversation

@agnath18K

Copy link
Copy Markdown
Collaborator

Summary

Pana penalizes the package for outdated deps (hooks 1.x, code_assets 1.0.x, native_toolchain_c 0.17.x, lints 5.x). Bumping all four to current latest before publishing 1.0.6 so the pub.dev score reflects up-to-date constraints.

  • hooks: ^1.0.0^2.0.0
  • code_assets: ^1.0.0^1.1.0
  • native_toolchain_c: ^0.17.4^0.19.0
  • lints: ^5.0.0^6.1.0

The build hook (hook/build.dart) needs no changes — APIs we use survived all the major bumps.

Test plan

  • dart pub upgrade resolves cleanly
  • dart analyze --fatal-warnings clean
  • dart test --platform vm — 102/102 pass (verifies build hook works under new majors)
  • dart test --platform chrome — 99/99 pass
  • CI green

- hooks: ^1.0.0 -> ^2.0.0
- code_assets: ^1.0.0 -> ^1.1.0
- native_toolchain_c: ^0.17.4 -> ^0.19.0
- lints: ^5.0.0 -> ^6.1.0

All 201 tests pass on VM and Chrome; build hook works
unchanged under the new majors. Folds into 1.0.6 release.
@agnath18K agnath18K merged commit b02d815 into main May 27, 2026
7 checks passed
@agnath18K agnath18K deleted the chore/bump-deps-1.0.6 branch May 27, 2026 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant