Skip to content

chore(deps): bump spry from 8.5.0 to 8.5.3#205

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/spry-8.5.3
Open

chore(deps): bump spry from 8.5.0 to 8.5.3#205
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/spry-8.5.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps spry from 8.5.0 to 8.5.3.

Release notes

Sourced from spry's releases.

Spry v4.0.0 & Spry cookie v0.0.1

To install Spry v4.0.0-0 & Spry cookie v0.0.1 run this command:

dart pub add spry:^4.0.0
dart pub add spry_cookie:^0.0.1

Or update your pubspec.yaml file:

dependencies:
  spry: ^4.0.0
  spry_cookie: ^0.0,1

New Contributors

Full Changelog: medz/spry@v3.3.1...spry-v4.0.0+spry_cookie-v0.0.1

Changelog

Sourced from spry's changelog.

v8.5.3

Migration guide: Not required.

Highlights

Spry 8.5.3 fixes generated Spry Client JSON request bodies so typed data: payloads are serialized correctly and default to the expected JSON content type on send.

Breaking Changes

  • None.

What's New

  • Spry Client: Generated client methods now JSON-encode typed data: request bodies and automatically add content-type: application/json; charset=utf-8 when the caller does not provide one, so post(data: ...) works on native runtimes out of the box by @​medz in #196.

Migration note

  • No migration is required for existing Spry applications.
  • If you added a manual workaround that passed body: jsonEncode(data.toJson()) with an explicit JSON content type, you can keep it or switch back to the generated data: parameter.

Full Changelog

v8.5.2

Migration guide: Not required.

Highlights

Spry 8.5.2 fixes the analyzer constraint so Spry can once again coexist with current unrouter releases inside Flutter applications while still letting the application-level solver pick a compatible analyzer version.

Breaking Changes

  • None.

What's New

  • Ecosystem compatibility: Changed Spry's analyzer constraint from ^9.0.0 to ^10.0.1 so it overlaps with oref / unrouter again, which restores dependency solving for Flutter applications that use both packages by @​medz in #194.

Migration note

  • No migration is required for existing Spry applications.
  • Flutter applications depending on both Spry and unrouter should now resolve again under the current Flutter SDK dependency graph.

Full Changelog

... (truncated)

Commits
  • 19ce9f8 docs(agents): include lib version in release checklist
  • 5ab6197 chore(release): prepare v8.5.3
  • 29c884b fix(client): encode generated json request bodies (#196)
  • ea88b30 docs(changelog): avoid multiline release formatting
  • c5baad5 chore(release): prepare v8.5.2
  • f6e1805 chore(release): prepare v8.5.1
  • 534d594 fix(pubspec): align analyzer with Flutter SDK
  • f5ad3ad build(deps-dev): bump vite from 7.3.1 to 7.3.2 in /sites/spry.medz.dev (#193)
  • b3d48d1 docs(marketing): update social preview image
  • fb4fba8 docs(marketing): add framework comparison page
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [spry](https://github.com/medz/spry) from 8.5.0 to 8.5.3.
- [Release notes](https://github.com/medz/spry/releases)
- [Changelog](https://github.com/medz/spry/blob/main/CHANGELOG.md)
- [Commits](medz/spry@v8.5.0...v8.5.3)

---
updated-dependencies:
- dependency-name: spry
  dependency-version: 8.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants