Skip to content

Upgrade dart dependencies#65

Merged
papeye merged 7 commits intomainfrom
task/upgrade-rx-dart
Jan 8, 2025
Merged

Upgrade dart dependencies#65
papeye merged 7 commits intomainfrom
task/upgrade-rx-dart

Conversation

@papeye
Copy link
Copy Markdown
Contributor

@papeye papeye commented Jan 2, 2025

Changes required to upgrade flutter version in template app, specifically upgrade of rxdart to 0.28.0 was needed which caused the necessity to upgrade:

  • leancode_lint to 14.0.0 (which requires raising min dart sdk version to 3.5.0)

Test would fail after upgrading min dart sdk version: issue which requires upgrading test and regenerating pubspec.lock to have frontend_server_client at version 4.0.0

summing up

  • rx_dart: ^0.27.7 -> ^0.28.0
  • leancode_lint: 13.0.0 -> 14.0.0
  • min dart sdk: -> 3.5.0
  • test: 1.24.9 -> 1.25.14
  • dart sdk version in testing workflows adjusted accordingly

@papeye papeye force-pushed the task/upgrade-rx-dart branch from 9e1f2ee to 645c63b Compare January 2, 2025 13:53
@papeye papeye changed the title Upgrade rxdart to 0.28.0 and leancode_lint to 14.0.0 + set min dart s… Upgrade dart dependencies Jan 2, 2025
@papeye papeye force-pushed the task/upgrade-rx-dart branch from 92bdf96 to f85edf7 Compare January 2, 2025 14:32
@papeye papeye force-pushed the task/upgrade-rx-dart branch from 18d9f64 to 908fd88 Compare January 2, 2025 14:53
@papeye papeye requested a review from mateusz-pietras January 3, 2025 12:59
@papeye papeye marked this pull request as ready for review January 3, 2025 13:02
@papeye papeye merged commit 20e4449 into main Jan 8, 2025
@papeye papeye deleted the task/upgrade-rx-dart branch January 8, 2025 12:24
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.

2 participants