chore(deps): update rhdh bulk import dependencies (minor)#3129
chore(deps): update rhdh bulk import dependencies (minor)#3129renovate[bot] wants to merge 1 commit into
Conversation
Changed Packages
|
4720a49 to
27162aa
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3129 +/- ##
=======================================
Coverage 53.82% 53.82%
=======================================
Files 2362 2362
Lines 84815 84815
Branches 23508 23507 -1
=======================================
Hits 45650 45650
Misses 37714 37714
Partials 1451 1451
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
27162aa to
0319a32
Compare
0319a32 to
82eadcd
Compare
82eadcd to
44fc993
Compare
44fc993 to
f8b1879
Compare
f8b1879 to
1a4ea55
Compare
1a4ea55 to
b6c7142
Compare
b6c7142 to
efcc5c9
Compare
efcc5c9 to
cc797fe
Compare
cc797fe to
c6e10a0
Compare
c6e10a0 to
6f417bf
Compare
6f417bf to
5a994e1
Compare
5a994e1 to
6c8eaf6
Compare
6c8eaf6 to
01c3cd5
Compare
01c3cd5 to
38135d6
Compare
38135d6 to
35fd207
Compare
35fd207 to
8849b8a
Compare
30b0c22 to
642b6a2
Compare
642b6a2 to
4285d3c
Compare
4285d3c to
ead35b9
Compare
ead35b9 to
a097a24
Compare
a097a24 to
a3af7f3
Compare
a3af7f3 to
20b6ce0
Compare
20b6ce0 to
5ac44ae
Compare
5ac44ae to
4cd6235
Compare
4cd6235 to
ac5b73d
Compare
ac5b73d to
a1ec90d
Compare
a1ec90d to
76af48f
Compare
76af48f to
ff5220d
Compare
ff5220d to
6da5ffe
Compare
6da5ffe to
d4586a0
Compare
d4586a0 to
e8338eb
Compare
e8338eb to
9cf538c
Compare
9cf538c to
bcde1da
Compare
bcde1da to
8d3bf91
Compare
8d3bf91 to
49f519c
Compare
49f519c to
3df19f9
Compare
3df19f9 to
20017da
Compare
20017da to
5332e92
Compare
5332e92 to
8069ff5
Compare
8069ff5 to
9cd94e0
Compare
9cd94e0 to
d4a9dab
Compare
|
2 similar comments
|
|
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|



This PR contains the following updates:
2.31.1→2.32.01.59.1→1.60.0Release Notes
OpenAPITools/openapi-generator-cli (@openapitools/openapi-generator-cli)
v2.32.0Compare Source
Features
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:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.