Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6.4.0 is already available (though doesn't seem to have anything interesting)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It has a conflicting and arguably worse dependency on intl, see: kaisellgren/mailer#261

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added a comment on it, I think we don't need to upgrade to it.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
Loading