Skip to content

chore(deps): update dependency @playwright/test to v1.54.1 - #1181

Merged
logonoff merged 1 commit into
mainfrom
renovate/rhdh-theme-dependencies-(patch)
Jul 16, 2025
Merged

logonoff merged 1 commit into
mainfrom
renovate/rhdh-theme-dependencies-(patch)

Conversation

@renovate

@renovate renovate Bot commented Jul 16, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@playwright/test (source) 1.54.0 -> 1.54.1 age confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.54.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@rhdh-gh-app

rhdh-gh-app Bot commented Jul 16, 2025

Copy link
Copy Markdown

Changed Packages

Package Name Package Path Changeset Bump Current Version
app workspaces/theme/packages/app none v0.0.0

@sonarqubecloud

Copy link
Copy Markdown

@logonoff
logonoff merged commit dfaf663 into main Jul 16, 2025
@logonoff
logonoff deleted the renovate/rhdh-theme-dependencies-(patch) branch July 16, 2025 13:54
elai-shalev pushed a commit to elai-shalev/rhdh-plugins that referenced this pull request Jan 21, 2026
…veloper#1181)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
subhashkhileri added a commit to subhashkhileri/rhdh-plugins that referenced this pull request Sep 17, 2026
Our code/fix/review harnesses pinned fullsend-ai/agents@4bbe4f50e, set
once in redhat-developer#4496 and never bumped — 794 commits behind main. Move to the
agents@v0 tag (7ab05564b, 794 commits later) to pick up two fixes
relevant to the /fs-review timeout on PR redhat-developer#4808 (run 35097265739):

- fullsend-ai/agents#1116 (PR redhat-developer#1181): sonnet-tier review sub-agents now
  request the bare `sonnet` alias, pinned via
  ANTHROPIC_DEFAULT_SONNET_MODEL=claude-sonnet-4-6 in env/gcp-vertex.env,
  instead of the hardcoded `claude-sonnet-4-6@default` literal our pin
  still carries. That literal was falling through the CLI's own alias
  resolution to claude-sonnet-4 (Sonnet 4.5 not available on our Vertex
  project), landing on a base model with a 120k output-tokens/min quota
  vs. 300k for sonnet-4-6 — three parallel sonnet sub-agents blew
  through it and all failed with 429 RESOURCE_EXHAUSTED.
- review harness timeout_minutes raised 20 -> 45, which independently
  would have absorbed the degraded run instead of hard-timing-out.

Scope: base: URL + content sha256 only. Our rhdh/policies/*.yaml
overrides are left as-is for now — upstream moved network policy from
policy: to composable providers:/openshell: profiles: in the interim
(ADR 0065), which likely makes the claude.exe allowlist in our policy
fork redundant (profiles/fullsend-vertex-ai.yaml already allowlists it
upstream), but retiring that fork is deferred to a follow-up so this
change stays a minimal, low-risk version bump.
subhashkhileri added a commit to subhashkhileri/rhdh-plugins that referenced this pull request Sep 17, 2026
Our code/fix/review harnesses pinned fullsend-ai/agents@4bbe4f50e, set
once in redhat-developer#4496 and never bumped — 794 commits behind main. Move to the
agents@v0 tag (7ab05564b, 794 commits later) to pick up two fixes
relevant to the /fs-review timeout on PR redhat-developer#4808 (run 35097265739):

- fullsend-ai/agents#1116 (PR redhat-developer#1181): sonnet-tier review sub-agents now
  request the bare `sonnet` alias, pinned via
  ANTHROPIC_DEFAULT_SONNET_MODEL=claude-sonnet-4-6 in env/gcp-vertex.env,
  instead of the hardcoded `claude-sonnet-4-6@default` literal our pin
  still carries. That literal was falling through the CLI's own alias
  resolution to claude-sonnet-4 (Sonnet 4.5 not available on our Vertex
  project), landing on a base model with a 120k output-tokens/min quota
  vs. 300k for sonnet-4-6 — three parallel sonnet sub-agents blew
  through it and all failed with 429 RESOURCE_EXHAUSTED.
- review harness timeout_minutes raised 20 -> 45, which independently
  would have absorbed the degraded run instead of hard-timing-out.

Scope: base: URL + content sha256 only. Our rhdh/policies/*.yaml
overrides are left as-is for now — upstream moved network policy from
policy: to composable providers:/openshell: profiles: in the interim
(ADR 0065), which likely makes the claude.exe allowlist in our policy
fork redundant (profiles/fullsend-vertex-ai.yaml already allowlists it
upstream), but retiring that fork is deferred to a follow-up so this
change stays a minimal, low-risk version bump.
durandom pushed a commit that referenced this pull request Sep 17, 2026
…4843)

Our code/fix/review harnesses pinned fullsend-ai/agents@4bbe4f50e, set
once in #4496 and never bumped — 794 commits behind main. Move to the
agents@v0 tag (7ab05564b, 794 commits later) to pick up two fixes
relevant to the /fs-review timeout on PR #4808 (run 35097265739):

- fullsend-ai/agents#1116 (PR #1181): sonnet-tier review sub-agents now
  request the bare `sonnet` alias, pinned via
  ANTHROPIC_DEFAULT_SONNET_MODEL=claude-sonnet-4-6 in env/gcp-vertex.env,
  instead of the hardcoded `claude-sonnet-4-6@default` literal our pin
  still carries. That literal was falling through the CLI's own alias
  resolution to claude-sonnet-4 (Sonnet 4.5 not available on our Vertex
  project), landing on a base model with a 120k output-tokens/min quota
  vs. 300k for sonnet-4-6 — three parallel sonnet sub-agents blew
  through it and all failed with 429 RESOURCE_EXHAUSTED.
- review harness timeout_minutes raised 20 -> 45, which independently
  would have absorbed the degraded run instead of hard-timing-out.

Scope: base: URL + content sha256 only. Our rhdh/policies/*.yaml
overrides are left as-is for now — upstream moved network policy from
policy: to composable providers:/openshell: profiles: in the interim
(ADR 0065), which likely makes the claude.exe allowlist in our policy
fork redundant (profiles/fullsend-vertex-ai.yaml already allowlists it
upstream), but retiring that fork is deferred to a follow-up so this
change stays a minimal, low-risk version bump.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file team/rhdh workspace/theme

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants