Skip to content

Commit

Permalink
Upgrade dependencies (incl. mailer, analyzer, mime, source_gen) (#8459)
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos authored Jan 13, 2025
1 parent c1a5322 commit bbb3052
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 82 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ AppEngine version, listed here to ease deployment and troubleshooting.
* Upgraded stable Dart analysis SDK to `3.6.1`
* Upgraded pana to `0.22.18`.
* Upgraded dartdoc to `8.3.2`.
* Upgraded dependencies.

## `20250107t105700-all`
* Bump runtimeVersion to `2025.01.07`.
Expand Down
1 change: 1 addition & 0 deletions app/lib/frontend/handlers/pubapi.client.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// dart format width=80
// GENERATED CODE - DO NOT MODIFY BY HAND

// **************************************************************************
Expand Down
6 changes: 3 additions & 3 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
logging: '>=0.9.3 <2.0.0'
markdown: ^7.2.2
meta: ^1.1.2
mime: ^1.0.6
mime: ^2.0.0
neat_cache: ^2.0.4
neat_periodic_task: ^2.0.0
path: '^1.8.0'
Expand All @@ -49,7 +49,7 @@ dependencies:
# pana version to be pinned
pana: '0.22.18'
# 3rd-party packages with pinned versions
mailer: '6.2.0'
mailer: '6.3.0'
ulid: '2.0.1'
tar: '2.0.0'
api_builder:
Expand All @@ -60,6 +60,6 @@ dev_dependencies:
coverage: any # test already depends on it
json_serializable: ^6.0.1
shelf_router_generator: ^1.0.0
source_gen: '^1.0.0'
source_gen: '^2.0.0'
test: ^1.16.5
xml: ^6.0.0
2 changes: 1 addition & 1 deletion app/test/frontend/golden/report_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h1>Report a problem</h1>
<div class="foldable-content">
<p>
Please report illegal content through the
<a href="https://reportcontent.google.com/troubleshooter?product=dart_pub&amp;content_id=https://pub.dev/packages/oxygen&amp;url=https://pub.dev/packages/oxygen/example" rel="ugc">illegal content reporting form here</a>
<a href="https://reportcontent.google.com/troubleshooter?product=dart_pub&amp;content_id=https%3A%2F%2Fpub.dev%2Fpackages%2Foxygen&amp;url=https%3A%2F%2Fpub.dev%2Fpackages%2Foxygen%2Fexample" rel="ugc">illegal content reporting form here</a>
.
</p>
</div>
Expand Down
1 change: 1 addition & 0 deletions pkg/_pub_shared/lib/src/pubapi.client.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// dart format width=80
// GENERATED CODE - DO NOT MODIFY BY HAND

// **************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion pkg/_pub_shared/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ dev_dependencies:
build_verify: ^3.0.0
coverage: any # test already depends on it
json_serializable: ^6.0.1
source_gen: '^1.0.0'
source_gen: '^2.0.0'
test: '^1.16.5'
4 changes: 2 additions & 2 deletions pkg/api_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ environment:
resolution: workspace

dependencies:
analyzer: ^6.0.0
analyzer: ^7.0.0
build: ^2.0.0
build_config: ^1.0.0
collection: ^1.18.0
source_gen: ^1.0.0
source_gen: ^2.0.0
shelf_router: ^1.0.0
code_builder: ^4.0.0
shelf: ^1.0.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/pub_worker/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
shelf_router: ^1.1.2
async: ^2.10.0
collection: ^1.18.0
mime: ^1.0.6
mime: ^2.0.0
pub_semver: ^2.1.4
sanitize_html: ^2.1.0
stream_transform: ^2.0.0
Expand Down
Loading

0 comments on commit bbb3052

Please sign in to comment.