Update patch-updates#277
Conversation
There was a problem hiding this comment.
LGTM, routine Renovate patch-version bumps for bun, @types/node, vitest, and Python deps (aiohttp, matplotlib, orjson, spacy, tornado).
Extended reasoning...
Overview
This is a Renovate-generated PR bumping patch versions across four files: .github/workflows/js_tests.yml (bun 1.3.11→1.3.14), chart_data_extractor/poetry.lock and template/requirements.txt (matplotlib 3.10.8→3.10.9, aiohttp 3.13.4→3.13.5, orjson 3.11.7→3.11.9, spacy 3.8.11→3.8.14, tornado 6.5.5→6.5.6), and pnpm-lock.yaml (@types/node 20.19.37→20.19.41, vitest 4.1.0→4.1.8). No source code or logic changes.
Security risks
None introduced. Several of the bumps are themselves security/hardening fixes (matplotlib 3.10.9 removes eval/shell-escape usage; aiohttp 3.13.5 tightens header parsing; vitest 4.1.8 disables a browser CDP API under restrictive flags). All updates are within the same minor version line.
Level of scrutiny
Low. These are mechanical patch-version bumps generated by Renovate, automerge is enabled per the PR description, no API contracts change, and the bug-hunting system found nothing. The template/requirements.txt change runs inside the sandbox, not on production infrastructure.
Other factors
No prior reviews or unresolved comments on the PR timeline. Patterns match prior accepted patch-update PRs in this repo (e.g., commit 83c14be on main is also titled "Update patch-updates"). CI will validate the JS test workflow against the new bun version.
83c14be to
bc77f80
Compare
This PR contains the following updates:
20.19.37→20.19.411.3.11→1.3.143.10.8→3.10.9==3.10.8→==3.10.9==3.11.7→==3.11.9==3.8.11→==3.8.14==6.5.5→==6.5.64.1.0→4.1.8Release Notes
oven-sh/bun (bun)
v1.3.14: Bun v1.3.14Compare Source
To install Bun v1.3.14
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.14:
Read Bun v1.3.14's release notes on Bun's blog
Thanks to 11 contributors!
v1.3.13: Bun v1.3.13Compare Source
To install Bun v1.3.13
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.13:
Read Bun v1.3.13's release notes on Bun's blog
Thanks to 8 contributors!
v1.3.12: Bun v1.3.12Compare Source
To install Bun v1.3.12
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.12:
Read Bun v1.3.12's release notes on Bun's blog
Thanks to 8 contributors!
matplotlib/matplotlib (matplotlib)
v3.10.9Compare Source
This is a micro release of the v3.10.x series.
Highlights of this release include:
ijl/orjson (orjson)
v3.11.9Compare Source
Changed
Fixed
v3.11.8Compare Source
Changed
explosion/spaCy (spacy)
v3.8.14Compare Source
v3.8.13Compare Source
v3.8.12Compare Source
tornadoweb/tornado (tornado)
v6.5.6Compare Source
vitest-dev/vitest (vitest)
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
v4.1.7Compare Source
🐞 Bug Fixes
View changes on GitHub
v4.1.6Compare Source
🐞 Bug Fixes
ToMatchScreenshotResolvePath- by @macarie and @sheremet-va in #10138 (31882)sequence.concurrent: truewith top-leveltest(..., { concurrent: false })+ depreactesequentialtest API and options - by @hi-ogawa, Codex and @sheremet-va in #10196 (2847d)🏎 Performance
View changes on GitHub
v4.1.5Compare Source
🚀 Experimental Features
instrumenteroption - by @BartWaardenburg and @AriPerkkio in #10119 (0e0ff)🐞 Bug Fixes
vi.defineHelpercalled as object method - by @hi-ogawa in #10163 (122c2)agentreporter tominimal- by @sheremet-va in #10157 (663b9)View changes on GitHub
v4.1.4Compare Source
🚀 Features
skipFullif agent detected - by @hi-ogawa in #10018 (53757)assertionas a public field - by @sheremet-va in #10095 (a120e)🐞 Bug Fixes
expect(..., message)consistent as error message prefix - by @hi-ogawa and Codex in #10068 (a1b5f)View changes on GitHub
v4.1.3Compare Source
🚀 Experimental Features
experimental.preParseflag - by @sheremet-va in #10070 (78273)browser.locators.exactoption - by @sheremet-va in #10013 (48799)TestAttachment.bodyEncoding- by @hi-ogawa in #9969 (89ca0)🐞 Bug Fixes
expect.pollinterval - by @hi-ogawa and Claude Sonnet 4.6 in #10022 (3f5bf)@vitest/coverage-v8and@vitest/coverage-istanbulas optional dependency - by @alan-agius4 in #10025 (146d4)defineHelperfor webkit async stack trace + update playwright 1.59.0 - by @hi-ogawa in #10036 (5a5fa)JestExtendError.contextfrom verbose error reporting - by @hi-ogawa in #9983 (66751)vitest- by @hi-ogawa and Codex in #10042 (691d3)View changes on GitHub
v4.1.2Compare Source
This release bumps Vitest's
flattedversion and removes version pinning to resolveflatted's CVE related issues (#9975).🐞 Bug Fixes
setupFilesfrom parent directory - by @hi-ogawa in #9960 (7aa93)toMatchScreenshotcan't capture a stable screenshot - by @macarie in #9847 (faace)coverageConfigDefaultsvalues and types - by @Arthie in #9940 (b3c99)View changes on GitHub
v4.1.1Compare Source
🚀 Features
matchesTagsFilterto test if the current filter matches tags - by @sheremet-va in #9913 (eec53)experimental.vcsProvider- by @sheremet-va in #9928 (56115)🐞 Bug Fixes
TestProject.testFilesListinternal properly - by @sapphi-red in #9867 (54f26)use- by @oilater in #9831 and #9861 (633ae)vi.advanceTimersto the preview provider - by @sheremet-va in #9891 (1bc3e)--standalonemode without running tests - by @sheremet-va in #9911 (e78ad)body- by @sheremet-va in #9912 (6fdb2)retry.conditionRegExp serialization issue - by @nstepien and @hi-ogawa in #9942 (7b605)testreturn as tests - by @sheremet-va in #9871 (141e7)View changes on GitHub
Configuration
📅 Schedule: (in timezone UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.