chore(deps): update safe automerge#203
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
9b9568e to
e4aec23
Compare
e4aec23 to
3507f5b
Compare
d17e2ea to
82409ef
Compare
7f4d67e to
e0f0860
Compare
2424a50 to
f63759e
Compare
ad1e0f8 to
4858b7a
Compare
080db65 to
77808f4
Compare
de9e81e to
0feee18
Compare
0b03348 to
afdaac1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.3.2→8.4.33.41.0→3.54.03.41.0→3.54.03.41.0→3.54.03.41.0→3.54.03.41.0→3.54.03.41.0→3.54.01.58.2→1.60.00.9.9→0.9.4024.12.0→24.12.419.2.14→19.2.151.1.8→1.1.910.4.27→10.5.05.8.2→5.8.51.2.0→1.3.01.58.2→1.60.019.2.4→19.2.619.2.4→19.2.67.13.1→7.15.17.7.4→7.8.17.24.4→7.25.07.3.1→7.3.32.3.2→2.3.34.1.0→4.1.73.41.0→3.54.08.19.0→8.20.15.0.12→5.0.13Release Notes
SBoudrias/Inquirer.js (@inquirer/prompts)
v8.4.3Compare Source
choicesarray (Typescript only)defaultvalue to be of typeundefined(Typescript only)v8.4.2Compare Source
v8.4.1Compare Source
expandprompt type inferrence.v8.4.0Compare Source
editorprompt not always properly handling editor path on windows.platformatic/platformatic (@platformatic/control)
v3.54.0Compare Source
What's Changed
Full Changelog: platformatic/platformatic@v3.53.0...v3.54.0
v3.53.0Compare Source
What's Changed
Full Changelog: platformatic/platformatic@v3.52.4...v3.53.0
v3.52.4Compare Source
What's Changed
Full Changelog: platformatic/platformatic@v3.52.3...v3.52.4
v3.52.3Compare Source
What's Changed
Full Changelog: platformatic/platformatic@v3.52.2...v3.52.3
v3.52.2Compare Source
What's Changed
New Contributors
Full Changelog: platformatic/platformatic@v3.52.1...v3.52.2
v3.52.1Compare Source
What's Changed
Full Changelog: platformatic/platformatic@v3.52.0...v3.52.1
v3.52.0Compare Source
What's Changed
@platformatic/sql-graphqltype tests to TSTyche by @mrazauskas in #4719Full Changelog: platformatic/platformatic@v3.51.0...v3.52.0
v3.51.0Compare Source
What's Changed
mqemittertypings toSQLEventsPluginOptionsby @mrazauskas in #4717Full Changelog: platformatic/platformatic@v3.50.0...v3.51.0
v3.50.0Compare Source
What's Changed
platformatic/runtimetype declarations by @mrazauskas in #4704platformatic/sql-openapitype tests to TSTyche by @mrazauskas in #4705New Contributors
Full Changelog: platformatic/platformatic@v3.49.1...v3.50.0
v3.49.1Compare Source
What's Changed
27022a1by @renovate[bot] in #4701Full Changelog: platformatic/platformatic@v3.49.0...v3.49.1
v3.49.0Compare Source
What's Changed
Full Changelog: platformatic/platformatic@v3.48.0...v3.49.0
v3.48.0Compare Source
Full Changelog: platformatic/platformatic@v3.47.0...v3.48.0
v3.47.0What's Changed
ITCConstructorOptionsby @mrazauskas in #4674944219dby @renovate[bot] in #4690Full Changelog: platformatic/platformatic@v3.45.0...v3.47.0
v3.45.0Compare Source
What's Changed
Full Changelog: platformatic/platformatic@v3.44.0...v3.45.0
v3.44.0Compare Source
What's Changed
Full Changelog: platformatic/platformatic@v3.43.0...v3.44.0
v3.43.0Compare Source
What's Changed
getGlobal()by @mrazauskas in #4656Full Changelog: platformatic/platformatic@v3.42.0...v3.43.0
v3.42.0Compare Source
What's Changed
@platformatic/foundationtypes by @mrazauskas in #4657ee3e379by @renovate[bot] in #4659@platformatic/runtimeby @gijs-martens in #4666New Contributors
Full Changelog: platformatic/platformatic@v3.41.0...v3.42.0
microsoft/playwright (@playwright/test)
v1.60.0Compare Source
🌐 HAR recording on Tracing
tracing.startHar() / tracing.stopHar() expose HAR recording as a first-class tracing API, with the same
content,modeandurlFilteroptions asrecordHar. The returned Disposable makes it easy to scope a recording withawait using:🪝 Drop API
New locator.drop() simulates an external drag-and-drop of files or clipboard-like data onto an element. Playwright dispatches
dragenter,dragover, anddropwith a synthetic [DataTransfer] in the page context — works cross-browser and is great for testing upload zones:🎯 Aria snapshots
page.locator('body').boxesoption on locator.ariaSnapshot() / page.ariaSnapshot() appends each element's bounding box as[box=x,y,width,height], useful for AI consumption.🛑 test.abort()
New test.abort() aborts the currently running test from a fixture, hook, or route handler with an optional message. Use it when you have detected an unrecoverable misuse and want to fail the test right away:
New APIs
Browser, Context and Page
Locators and Assertions
descriptionin page.getByRole() / locator.getByRole() / frame.getByRole() / frameLocator.getByRole() for matching the accessible description.pseudoin expect(locator).toHaveCSS() reads computed styles from::beforeor::after.stylein locator.highlight() applies extra inline CSS to the highlight overlay, plus new page.hideHighlight() to clear all highlights.Network
noDefaultsin browserType.connectOverCDP() disables Playwright's default overrides on the default context (download behavior, focus emulation, media emulation), so attaching to a user's daily-driver browser doesn't disturb its state.Errors and Reporting
line/columnproperties (lineNumber/columnNumberare deprecated).expect(...)matcher failure.workerInfoargument with details about the worker for fixture teardown errors.Test runner
{testFileBaseName}token in testProject.snapshotPathTemplate — file name without extension.workers: 0or negative values.🛠️ Other improvements
npx playwright show-reportaccepts.zipfiles directly — no need to unzip first.repeatEachIndexis shown in the test header when non-zero.Breaking Changes⚠️
Locator.ariaRef()— use the standard locator.ariaSnapshot() pipeline.handleoption onBrowserContext.exposeBindingandPage.exposeBinding.loggeroption onBrowserType.connectandBrowserType.connectOverCDP— use tracing instead.videosPath/videoSize— userecordVideoinstead.Browser Versions
This version was also tested against the following stable channels:
v1.59.1Compare Source
v1.59.0Compare Source
scalar/scalar (@scalar/api-reference-react)
v0.9.40v0.9.39v0.9.38v0.9.37v0.9.36v0.9.34v0.9.33v0.9.32v0.9.31Patch Changes
v0.9.30v0.9.29v0.9.28v0.9.27v0.9.26v0.9.25v0.9.24v0.9.23v0.9.22v0.9.21v0.9.20v0.9.19Patch Changes
v0.9.18v0.9.17v0.9.16v0.9.15v0.9.14v0.9.13v0.9.12v0.9.11Patch Changes
v0.9.10Patch Changes
Updated Dependencies
nodejs/amaro (amaro)
v1.1.9Compare Source
Core
Miscellaneous
postcss/autoprefixer (autoprefixer)
v10.5.0Compare Source
mask-position-xandmask-position-ysupport (by @toporek).fastify/fastify (fastify)
v5.8.5Compare Source
This fixes CVE CVE-2026-33806 GHSA-247c-9743-5963.
What's Changed
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.