Skip to content

Conversation

@wu-hui
Copy link
Contributor

@wu-hui wu-hui commented Oct 15, 2025

No description provided.

dconeybe and others added 30 commits July 9, 2025 18:38
Co-authored-by: Vinay Guthal <[email protected]>
Co-authored-by: Rodrigo Lazo Paz <[email protected]>
Co-authored-by: Rodrigo Lazo <[email protected]>
We use `EnricoMi/publish-unit-test-result-action`, and we are
reconfiguring it to stop publishing comments, and comparing between runs
since the numbers it report are not correct in our case.
firebase-appdistribution-api wasn't bumped and it's causing build
failures.

`firebase-storage/test-app` was still running on a unsupported version
(16).
Bumping dependencies to firebase{common,components,annotations} to the
latest versions.
To ensure that the next release does not contain projects that depend on
an older artifact that still pulls any of the ktx artifacts, some of the
inter-sdk dependencies need to be moved to project level.

This change should be reverted once all new artifacts are released.
This is the equivalent to a mergeback for the pre-M167 release.
… 2.6.3, 2.7.0, 2.7.1, 2.8.0, 2.9.0, and 2.9.1 (#7151)
Bumps org.ow2.asm:asm-tree from 9.5 to 9.8.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.ow2.asm:asm-tree&package-manager=gradle&previous-version=9.5&new-version=9.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rodrigo Lazo <[email protected]>
That method is cleaner, and the intended way, of inserting a value into
a map if it's missing.

Tag: cleanup
Addresses various warnings thrown from our plugin code

---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Returns to older behavior of returning to the PR branch to run the
check, to make sure gradle.properties version is updated.
Auto-generated PR for cleaning up release m167

NO_RELEASE_CHANGE

Co-authored-by: davidmotson <[email protected]>
Bumps org.slf4j:slf4j-nop from 2.0.9 to 2.0.17.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-nop&package-manager=gradle&previous-version=2.0.9&new-version=2.0.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The call was a no-op and unnecessary

Internal cl/785869930
The error message should include the actual content of the message that
couldn't be de-serialized instead of class around java class names,
which are not useful before de-serialization succeds.

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Adds Imagen Editing controls which allows for inpainting, outpainting,
style transfer, subject references, and controlnet features.

---------

Co-authored-by: David Motsonashvili <[email protected]>
dconeybe and others added 8 commits December 10, 2025 14:01
…4 to 1.4.1 (#7545)

Bumps androidx.benchmark:benchmark-macro-junit4 from 1.3.4 to 1.4.1.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.benchmark:benchmark-macro-junit4&package-manager=gradle&previous-version=1.3.4&new-version=1.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Auto-generated PR for cleaning up release m174

NO_RELEASE_CHANGE

Co-authored-by: davidmotson <[email protected]>
@wu-hui wu-hui force-pushed the feat/pipeline/public-preview branch from 3f39257 to 106b64e Compare December 16, 2025 18:52
@wu-hui wu-hui force-pushed the feat/pipeline/public-preview branch from 106b64e to 6f1525f Compare December 16, 2025 19:32
wu-hui and others added 4 commits December 16, 2025 11:32
Removes all SemVer task tooling, additionally removes tasks only used by
old SemVer tooling.

Modern Metalava based SemVer was slightly refactored to rely on its own
`Delta` class instead of the old `VersionDelta` also used for manual
SemVer.
@wu-hui wu-hui force-pushed the feat/pipeline/public-preview branch 2 times, most recently from c470ce5 to 89670ee Compare December 23, 2025 16:32
@wu-hui wu-hui force-pushed the feat/pipeline/public-preview branch from 89670ee to 6e79f00 Compare December 23, 2025 18:28
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.