chore(deps): update all dependencies#124
Conversation
|
Greptile SummaryThis is a routine automated dependency update PR from Renovate Bot, bumping a wide range of dependencies across the stack: GitHub Actions (setup-node v6.3.0, mise-action v3.6.3, zizmor-action v0.5.2, codeql-action v4.32.6), Node.js packages (pnpm 10.32.1, vitest/vite 4.1.0/8.0.0 stable releases from beta, oxfmt, oxlint, undici, electron, node-addon-slsa), Rust crates (tempfile 3.27.0), Python tools (ruff, semgrep, pyrefly, zizmor), and various aqua-managed CLI tools (uv, gh, gitleaks, shfmt, nextest). All GitHub Action references continue to be pinned by full commit SHA, which is good practice for this repository.
Confidence Score: 4/5
Important Files Changed
|
1c2d5e5 to
40653e4
Compare
40653e4 to
757f335
Compare
757f335 to
a2c2755
Compare
a2c2755 to
4501313
Compare
c433c4d to
7fe5e47
Compare
5bce89e to
366fde0
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
e033171 to
c00b714
Compare
48dd3a8 to
5e27d67
Compare
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
This PR contains the following updates:
5.4.0→5.6.05.7.1(+1)1.60.0→1.61.01.61.125.9.1→25.9.325.9.44.1.7→4.1.9v4.15.1→v4.17.5v4.18.1(+2)v6.0.2→v6.0.31.44.0→1.45.10.70.0→0.71.10.71.20.11.16→0.11.210.11.24(+2)1.19.1→1.20.01.20.12.92.0→2.95.01.46.3→1.47.21.11.1→1.12.0v6.0.1→v6.0.21.24→1.2542.2.0→42.4.142.5.02.1.1→2.2.0v4.36.0→v4.36.20.19.7→0.19.94.53.2→v4.53.30.9.136→0.9.1370.9.138v2026.5.15→v2026.6.11v2026.6.14(+2)v4.0.1→v4.2.024.15.0→24.17.0v24.18.011.2.2→11.8.011.9.00.51.0→0.55.00.56.01.66.0→1.70.01.71.011.2.2+sha512.36e6621fad506178936455e70247b8808ef4ec25797a9f437a93281a020484e2607f6a469a22e982987c3dbb8866e3071514ab10a4a1749e06edcd1ec118436f→11.8.011.9.0==1.0.0→==1.1.01.1.165f13b3→f3c6d961.12.3→1.12.4==0.15.14→==0.15.170.15.19(+1)nightly-2026-05-24→nightly-2026-06-18nightly-2026-06-25(+6)nightly-2026-05-24→nightly-2026-06-18nightly-2026-06-25(+6)4.22.3→4.22.48.3.0→8.5.08.3.0→8.5.08.0.14→8.0.168.1.05.0.1→5.0.25.0.34.1.7→4.1.9Release Notes
CodSpeedHQ/codspeed-node (@codspeed/vitest-plugin)
v5.6.0Compare Source
What's Changed
Full Changelog: CodSpeedHQ/codspeed-node@v5.5.0...v5.6.0
v5.5.0Compare Source
Highlights
We are introducing
@codspeed/playwright, for walltime benchmarking and profiling of end to end browser applications through playwright.Here's an example usage, but head to the docs for more information
Note: this plugin is only compatible with the walltime instrument.
What's Changed
Full Changelog: CodSpeedHQ/codspeed-node@v5.4.0...v5.5.0
microsoft/playwright (@playwright/test)
v1.61.0Compare Source
🔑 WebAuthn passkeys
New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer
navigator.credentials.create()/navigator.credentials.get()ceremonies in the page — no real hardware key required, works in all browsers:You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.
🗃️ Web Storage
New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:
New APIs
Network
Browser and Screencast
artifactsDirin browserType.connectOverCDP() controls where artifacts such as traces and downloads are stored when attached to an existing browser.cursorin screencast.showActions() controls the cursor decoration rendered for pointer actions.onFramecallback in screencast.start() now receives atimestampof when the frame was presented by the browser.Test runner
trace: new'on-all-retries','retain-on-first-failure'and'retain-on-failure-and-retries'values. See the video modes table for which runs are recorded and kept in each mode.expect.soft.poll(...).process.argvfrom the runner process, handy for reading custom arguments passed after the--separator.AggregateErroras a separate entry.-Gcommand line shorthand for--grep-invert.🛠️ Other improvements
Browser Versions
This version was also tested against the following stable channels:
vitest-dev/vitest (@vitest/coverage-istanbul)
v4.1.9Compare Source
🐞 Bug Fixes
importOriginalwith optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in #10546 (a5180)View changes on GitHub
v4.1.8Compare Source
🐞 Bug Fixes
cdpAPI whenallowWrite/allowExec: false[backport to v4] - by @hi-ogawa and Codex in #10450 (e4067)View changes on GitHub
CodSpeedHQ/action (CodSpeedHQ/action)
v4.17.5Compare Source
Release Notes
This release bundles all runner changes from
4.17.1through4.17.5.🚀 Features
modearg to target setup by @fargito in #397🐛 Bug Fixes
💼 Other
🏗️ Refactor
⚙️ Internals
Install codspeed-runner 4.17.5
Install prebuilt binaries via shell script
Download codspeed-runner 4.17.5
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4.17.0...v4.17.5
v4.17.0Compare Source
Release Notes
🚀 Features
🐛 Bug Fixes
💼 Other
🏗️ Refactor
🧪 Testing
⚙️ Internals
Install codspeed-runner 4.17.0
Install prebuilt binaries via shell script
Download codspeed-runner 4.17.0
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4.15.1...v4.17.0
actions/checkout (actions/checkout)
v6.0.3Compare Source
anchore/syft (aqua:anchore/syft)
v1.45.1Compare Source
Bug Fixes
(Full Changelog)
v1.45.0Compare Source
Added Features
Bug Fixes
Additional Changes
(Full Changelog)
aquasecurity/trivy (aqua:aquasecurity/trivy)
v0.71.1Compare Source
Changelog
164b383release: v0.71.1 [release/v0.71] (#10818)a72d9a4fix(oci): validate artifact filename3dd9847fix: forward ospkg detector options through ospkg.NewScanner [backport: release/v0.71] (#10825)a62cbe4fix(vex): load VEX documents from within the repository directory [backport: release/v0.71] (#10821)43d1d26fix: surface the original analysis error instead of context cancellation [backport: release/v0.71] (#10812)ac7696cci: expect GitHub App bot as backport PR author [backport: release/v0.71] (#10815)v0.71.0Compare Source
⚡ Highlights ⚡
👉 https://redirect.github.com/aquasecurity/trivy/discussions/10767
Changelog
https://github.com/aquasecurity/trivy/blob/main/CHANGELOG.md#0710-2026-06-01
astral-sh/uv (aqua:astral-sh/uv)
v0.11.21Compare Source
Released on 2026-06-11.
Python
Preview features
environment.roottouv workspace metadata --sync(#19760)uv upgradeto update a single dependency constraint (#19738)uv workspace metadatapayload inty check(#19763)uv init(#17841)Performance
uv python list(#18684)Bug fixes
uv python listwith path requests (#19774)v0.11.20Compare Source
Released on 2026-06-10.
Enhancements
--emit-index-urland--emit-find-linkstouv export(#18370)--find-linkssupport foruv pip list(#16103)uv python install(#19691)Preview features
uv upgradecommand (#19678)uv upgrade(#19742)Configuration
UV_NO_INSTALL_PROJECT,UV_NO_INSTALL_WORKSPACE,UV_NO_INSTALL_LOCAL(#19323)Performance
Bug fixes
VIRTUAL_ENVthroughcygpathinsidefishon Windows (#19703)Documentation
--find-linkscaching behavior (#19585)v0.11.19Compare Source
Released on 2026-06-03.
Python
Enhancements
Preview features
--isolatedinuv check(#19666)Bug fixes
v0.11.18Compare Source
Released on 2026-06-01.
Performance
Preview
uv checkto runtyfrom uv (#19605)Bug fixes