flutter_instagram
flutter_instagram copied to clipboard
Update dependency build_runner to v2
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| build_runner | dev_dependencies | major | ^1.8.0 -> ^2.0.0 |
Release Notes
dart-lang/build
v2.4.1
- Mention --build-filter option in the README.
- Update to build_daemon 4.0.
- Support enabling experiments in build scripts.
v2.4.0
- Warn if a
package:builder import cannot be resolved and skip it, instead of creating an invalid build script or failing in other obscure ways. - Require Dart 3.0, drop support for unsound build scripts.
v2.3.3
- Remove references to
NullThrownError.
v2.3.2
- Add supported platforms to pubspec.
v2.3.1
- Upgrade to
frontend_service_clientversion 3.
v2.3.0
- Add
-das a shorthand for--delete-conflicting-outputs.
v2.2.1
- Allow the latest
package:analyzer. - Stop ignoring the no_leading_underscores_for_library_prefixes lint in generated build scripts, code_builder now does this for you.
v2.2.0
- Support global 'runs_before' configuration for builders. This allows users to influence the ordering of builders in their build.
v2.1.11
- Stop reading or requiring
.packagesfiles. - Use an explicit
dynamicgeneric type for collections in default builder options to reduce behavior differences between reading default options and user provided options.
v2.1.10
- Allow build version 2.3.x.
v2.1.9
- Fix up the formatting a bit for the error message that is logged when we get errors from the directory watcher.
- Ignore the no_leading_underscores_for_library_prefixes lint in the generated build script.
- Report changed assets when running as a deamon.
- Allow analyzer version 4.x.
v2.1.8
- Support null stack traces coming from the build runner script isolate.
v2.1.7
- Allow the latest
pkg:build.
v2.1.6
- Allow the latest analyzer.
v2.1.5
- Use raw string literals for builder options when generating build scripts.
v2.1.4
- Minor fixes to the log message when compiling the build script has some output.
- Drop package:pedantic dependency and replace it with package:lints.
v2.1.2
- Support
--enable-experimentoption in build daemon.
v2.1.1
- Stop reading or requiring
.packagesfiles. - Use an explicit
dynamicgeneric type for collections in default builder options to reduce behavior differences between reading default options and user provided options.
v2.1.0
- Add
--log-requestsflag to build daemon. - Log failed asset requests in build_runner server.
- Support the latest build (
2.1.0).
v2.0.6
- Allow analyzer version 2.x.x.
v2.0.5
- Don't set the content length header or body when responding to HEAD requests.
v2.0.4
- Allow builders defined as relative imports from the root of a package to run with sound null safety.
v2.0.3
- Fix a serve mode bug which causes an unhandled exception if the build fails to initialize (usually because it is out of date).
v2.0.2
- Use the frontend server to improve the performance of generating build script snapshots.
v2.0.1
- Fix bad cast in build_runner while parsing options for daemon mode.
v2.0.0
-
Migrate to null safety.
-
Update to the latest
build_runner_core.
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
β Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
β» Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: pubspec.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/HadesPTIT/flutter_instagram":"/mnt/renovate/gh/HadesPTIT/flutter_instagram" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/HadesPTIT/flutter_instagram" docker.io/containerbase/sidecar bash -l -c "install-tool flutter 3.7.7 && flutter pub upgrade build_runner"
The current Dart SDK version is 2.19.4.
Because camera >=0.7.0 <0.8.0-nullsafety depends on camera_platform_interface ^1.5.0 and no versions of camera_platform_interface match >1.5.0 <2.0.0, camera >=0.7.0 <0.8.0-nullsafety requires camera_platform_interface 1.5.0.
And because camera_platform_interface 1.5.0 depends on stream_transform ^1.2.0, camera >=0.7.0 <0.8.0-nullsafety requires stream_transform ^1.2.0.
And because build_runner >=2.0.0 <2.4.0 depends on stream_transform ^2.0.0 and build_runner >=2.4.0 requires SDK version >=3.0.0-134.0.dev <4.0.0, camera >=0.7.0 <0.8.0-nullsafety is incompatible with build_runner >=2.0.0.
So, because flutter_new_instagram depends on both camera ^0.7.0+2 and build_runner ^2.0.0, version solving failed.
pub finished with exit code 1
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
β οΈ Warning: custom changes will be lost.