Skip to content

Commit

Permalink
Bump http, fixnum, logging, dart_style, build_test, build_web_compile…
Browse files Browse the repository at this point in the history
…rs, mockito and build_runner

Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs), [fixnum](https://github.com/dart-lang/fixnum), [logging](https://github.com/dart-lang/logging), [dart_style](https://github.com/dart-lang/dart_style), [build_test](https://github.com/dart-lang/build), [build_web_compilers](https://github.com/dart-lang/build), [mockito](https://github.com/dart-lang/mockito) and [build_runner](https://github.com/dart-lang/build). These dependencies needed to be updated together.

Updates `http` from 0.12.2 to 0.13.5
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/HEAD/pkgs)

Updates `fixnum` from 0.10.11 to 1.1.0
- [Release notes](https://github.com/dart-lang/fixnum/releases)
- [Changelog](https://github.com/dart-lang/fixnum/blob/master/CHANGELOG.md)
- [Commits](dart-lang/fixnum@0.10.11...v1.1.0)

Updates `logging` from 0.11.4 to 1.1.1
- [Release notes](https://github.com/dart-lang/logging/releases)
- [Changelog](https://github.com/dart-lang/logging/blob/master/CHANGELOG.md)
- [Commits](dart-lang/logging@0.11.4...v1.1.1)

Updates `dart_style` from 1.3.10 to 2.2.4
- [Release notes](https://github.com/dart-lang/dart_style/releases)
- [Changelog](https://github.com/dart-lang/dart_style/blob/master/CHANGELOG.md)
- [Commits](dart-lang/dart_style@1.3.10...v2.2.4)

Updates `build_test` from 0.10.12+1 to 2.1.6
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_test-v0.10.12...build_test-v2.1.6)

Updates `build_web_compilers` from 2.12.0 to 3.2.7
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_web_compilers-v2.12.0...build_web_compilers-v3.2.7)

Updates `mockito` from 4.1.4 to 5.3.2
- [Release notes](https://github.com/dart-lang/mockito/releases)
- [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md)
- [Commits](dart-lang/mockito@4.1.4...5.3.2)

Updates `build_runner` from 1.11.1+1 to 2.3.3
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v1.11.1...build_runner-v2.3.3)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
- dependency-name: fixnum
  dependency-type: direct:production
- dependency-name: logging
  dependency-type: direct:production
- dependency-name: dart_style
  dependency-type: direct:production
- dependency-name: build_test
  dependency-type: direct:production
- dependency-name: build_web_compilers
  dependency-type: direct:production
- dependency-name: mockito
  dependency-type: direct:production
- dependency-name: build_runner
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Jens-G committed Feb 6, 2023
1 parent 1448934 commit 61d3e74
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ environment:
sdk: ">=2.0.0 <3.0.0"

dependencies:
fixnum: ^0.10.2
http: ">=0.11.3 <0.13.0"
logging: ^0.11.0
fixnum: ">=0.10.2 <2.0.0"
http: ">=0.11.3 <0.14.0"
logging: ">=0.11.0 <2.0.0"

dev_dependencies:
build_runner: ^1.7.1
build_test: ^0.10.9
build_runner: ">=1.7.1 <3.0.0"
build_test: ">=0.10.9 <3.0.0"
build_vm_compilers: ^1.0.3
build_web_compilers: ^2.7.1
build_web_compilers: ">=2.7.1 <4.0.0"
dart_dev: ^3.0.0
dart_style: ^1.3.1
mockito: ^4.1.1
dart_style: ">=1.3.1 <3.0.0"
mockito: ">=4.1.1 <6.0.0"
test: ^1.9.1
workiva_analysis_options: ^1.0.0

0 comments on commit 61d3e74

Please sign in to comment.