Skip to content

chore(deps): update all non-major - #20

Closed
snapiz wants to merge 20 commits into
mainfrom
renovate/all-minor-patch
Closed

snapiz wants to merge 20 commits into
mainfrom
renovate/all-minor-patch

Conversation

@snapiz

@snapiz snapiz commented Sep 1, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
@playwright/test (source) devDependencies minor 1.55.0 -> 1.56.0
@types/node (source) devDependencies minor 24.3.0 -> 24.7.2
anyhow dependencies patch 1.0.99 -> 1.0.100
axum dependencies patch 0.8.4 -> 0.8.6
clap dependencies patch 4.5.45 -> 4.5.48
config dependencies patch 0.15.14 -> 0.15.18
evento dependencies minor 1.0.0-alpha.17 -> 1.3.0
playwright (source) dependencies minor 1.55.0 -> 1.56.0
playwright-core (source) dependencies minor 1.55.0 -> 1.56.0
rust final minor 1.89-alpine -> 1.90-alpine
sea-query dependencies patch 1.0.0-rc.11 -> 1.0.0-rc.14
sea-query-sqlx dependencies patch 0.8.0-rc.8 -> 0.8.0-rc.9
serde (source) dependencies patch 1.0.219 -> 1.0.228
tracing-subscriber (source) dependencies patch 0.3.19 -> 0.3.20
undici-types (source) dependencies minor 7.15.0 -> 7.16.0

Release Notes

microsoft/playwright (@​playwright/test)

v1.56.0

Compare Source

Playwright Agents

Introducing Playwright Agents, three custom agent definitions designed to guide LLMs through the core process of building a Playwright test:

  • 🎭 planner explores the app and produces a Markdown test plan
  • 🎭 generator transforms the Markdown plan into the Playwright Test files
  • 🎭 healer executes the test suite and automatically repairs failing tests

Run npx playwright init-agents with your client of choice to generate the latest agent definitions:

##### Generate agent files for each agentic loop
##### Visual Studio Code
npx playwright init-agents --loop=vscode

##### Claude Code
npx playwright init-agents --loop=claude

##### opencode
npx playwright init-agents --loop=opencode

[!NOTE]
VS Code v1.105 (currently on the VS Code Insiders channel) is needed for the agentic experience in VS Code. It will become stable shortly, we are a bit ahead of times with this functionality!

Learn more about Playwright Agents

New APIs
UI Mode and HTML Reporter
  • Added option to 'html' reporter to disable the "Copy prompt" button
  • Added option to 'html' reporter and UI Mode to merge files, collapsing test and describe blocks into a single unified list
  • Added option to UI Mode mirroring the --update-snapshots options
  • Added option to UI Mode to run only a single worker at a time
Breaking Changes
Miscellaneous
  • Aria snapshots render and compare input placeholder
  • Added environment variable PLAYWRIGHT_TEST to Playwright worker processes to allow discriminating on testing status
Browser Versions
  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0

v1.55.1

Compare Source

Highlights

#​37479 - [Bug]: Upgrade Chromium to 140.0.7339.186.
#​37147 - [Regression]: Internal error: step id not found.
#​37146 - [Regression]: HTML reporter displays a broken chip link when there are no projects.
#​37137 - Revert "fix(a11y): track inert elements as hidden".
#​37532 - chore: do not use -k option

Browser Versions
  • Chromium 140.0.7339.186
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139
dtolnay/anyhow (anyhow)

v1.0.100

Compare Source

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#​426)
tokio-rs/axum (axum)

v0.8.6

Compare Source

v0.8.5: axum v0.8.5

Compare Source

  • fixed: Reject JSON request bodies with trailing characters after the JSON document (#​3453)
  • added: Implement OptionalFromRequest for Multipart (#​3220)
  • added: Getter methods Location::{status_code, location}
  • added: Support for writing arbitrary binary data into server-sent events (#​3425)]
  • added: middleware::ResponseAxumBodyLayer for mapping response body to axum::body::Body (#​3469)
  • added: impl FusedStream for WebSocket (#​3443)
  • changed: The sse module and Sse type no longer depend on the tokio feature (#​3154)
  • changed: If the location given to one of Redirects constructors is not a valid header value, instead of panicking on construction, the IntoResponse impl now returns an HTTP 500, just like Json does when serialization fails (#​3377)
  • changed: Update minimum rust version to 1.78 (#​3412)
clap-rs/clap (clap)

v4.5.48

Compare Source

Documentation
  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

Compare Source

Features
  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible
Fixes
  • (derive) Update runtime error text to match clap

v4.5.46

Compare Source

Features
  • Expose StyledStr::push_str
rust-cli/config-rs (config)

v0.15.18

Compare Source

Fixes
  • Improve consistency between missing field error messages

v0.15.17

Compare Source

Features
  • corn file format support

v0.15.16

Compare Source

Performance
  • Allow more build parallelism by depending on serde_core

v0.15.15

Compare Source

Fixes
  • (json5) Correctly deserialize null (regressed in 0.15.14)
timayz/evento (evento)

v1.3.0

Compare Source

Features

v1.2.0

Compare Source

Features

v1.1.1

Compare Source

Bug Fixes
  • deps: update rust crate sea-query to 1.0.0-rc.14 (#​110) (d1579cd)

v1.1.0

Features

v1.0.0

Compare Source

⚠ BREAKING CHANGES
  • full rewritte
Miscellaneous Chores

v1.0.0-alpha.18

Compare Source

Features
serde-rs/serde (serde)

v1.0.228

Compare Source

  • Allow building documentation with RUSTDOCFLAGS='--cfg=docsrs' set for the whole dependency graph (#​2995)

v1.0.227

Compare Source

v1.0.226

Compare Source

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#​2935, thanks @​Mingun)

v1.0.225

Compare Source

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#​2879, thanks @​rcrisanti)

v1.0.224

Compare Source

  • Remove private types being suggested in rustc diagnostics (#​2979)

v1.0.223

Compare Source

  • Fix serde_core documentation links (#​2978)

v1.0.222

Compare Source

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#​2950, thanks @​aytey)

v1.0.221

Compare Source

  • Documentation improvements (#​2973)
  • Deprecate serde_if_integer128! macro (#​2975)

v1.0.220

Compare Source

tokio-rs/tracing (tracing-subscriber)

v0.3.20: tracing-subscriber 0.3.20

Compare Source

Security Fix: ANSI Escape Sequence Injection (CVE-TBD)

Impact

Previous versions of tracing-subscriber were vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into terminal output when logged, potentially allowing attackers to:

  • Manipulate terminal title bars
  • Clear screens or modify terminal display
  • Potentially mislead users through terminal manipulation

In isolation, impact is minimal, however security issues have been found in terminal emulators that enabled an attacker to use ANSI escape sequences via logs to exploit vulnerabilities in the terminal emulator.

Solution

Version 0.3.20 fixes this vulnerability by escaping ANSI control characters in when writing events to destinations that may be printed to the terminal.

Affected Versions

All versions of tracing-subscriber prior to 0.3.20 are affected by this vulnerability.

Recommendations

Immediate Action Required: We recommend upgrading to tracing-subscriber 0.3.20 immediately, especially if your application:

  • Logs user-provided input (form data, HTTP headers, query parameters, etc.)
  • Runs in environments where terminal output is displayed to users

Migration

This is a patch release with no breaking API changes. Simply update your Cargo.toml:

[dependencies]
tracing-subscriber = "0.3.20"

Acknowledgments

We would like to thank zefr0x who responsibly reported the issue at security@tokio.rs.

If you believe you have found a security vulnerability in any tokio-rs project, please email us at security@tokio.rs.

nodejs/undici (undici-types)

v7.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: nodejs/undici@v7.15.0...v7.16.0


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@snapiz
snapiz force-pushed the renovate/all-minor-patch branch 2 times, most recently from 100262f to a04cc27 Compare September 15, 2025 09:26
@snapiz
snapiz force-pushed the renovate/all-minor-patch branch 2 times, most recently from b6dbd0f to 092ec23 Compare September 29, 2025 09:26
@snapiz
snapiz force-pushed the renovate/all-minor-patch branch from 092ec23 to 6fc1eb6 Compare October 6, 2025 09:27
@snapiz
snapiz force-pushed the renovate/all-minor-patch branch from 6fc1eb6 to 7edd8f4 Compare October 13, 2025 09:28
@snapiz

snapiz commented Oct 13, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package evento@1.0.0-alpha.17 --precise 1.3.0
    Updating crates.io index
error: failed to select a version for `sea-query-sqlx`.
    ... required by package `evento v1.3.0`
    ... which satisfies dependency `evento = "^1.0.0-alpha.17"` of package `timada v0.2.1 (/tmp/renovate/repos/github/timayz/timada)`
versions that meet the requirements `^0.8.0-rc.9` are: 0.8.0-rc.9

all possible versions conflict with previously selected packages.

  previously selected package `sea-query-sqlx v0.8.0-rc.8`
    ... which satisfies dependency `sea-query-sqlx = "^0.8.0-rc.8"` (locked to 0.8.0-rc.8) of package `timada-market v0.2.1 (/tmp/renovate/repos/github/timayz/timada/crates/market)`
    ... which satisfies path dependency `timada-market` (locked to 0.2.1) of package `timada v0.2.1 (/tmp/renovate/repos/github/timayz/timada)`

failed to select a version for `sea-query-sqlx` which could resolve this conflict

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/market/Cargo.toml --package evento@1.0.0-alpha.17 --precise 1.3.0
    Updating crates.io index
error: failed to select a version for `sea-query-sqlx`.
    ... required by package `evento v1.3.0`
    ... which satisfies dependency `evento = "^1.0.0-alpha.17"` of package `timada v0.2.1 (/tmp/renovate/repos/github/timayz/timada)`
versions that meet the requirements `^0.8.0-rc.9` are: 0.8.0-rc.9

all possible versions conflict with previously selected packages.

  previously selected package `sea-query-sqlx v0.8.0-rc.8`
    ... which satisfies dependency `sea-query-sqlx = "^0.8.0-rc.8"` (locked to 0.8.0-rc.8) of package `timada-market v0.2.1 (/tmp/renovate/repos/github/timayz/timada/crates/market)`
    ... which satisfies path dependency `timada-market` (locked to 0.2.1) of package `timada v0.2.1 (/tmp/renovate/repos/github/timayz/timada)`

failed to select a version for `sea-query-sqlx` which could resolve this conflict

@snapiz snapiz closed this Aug 15, 2026
@snapiz
snapiz deleted the renovate/all-minor-patch branch August 15, 2026 15:34
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.

3 participants