chore(deps): lock file maintenance npm dependencies#249
Open
red-hat-konflux[bot] wants to merge 1 commit into
Open
chore(deps): lock file maintenance npm dependencies#249red-hat-konflux[bot] wants to merge 1 commit into
red-hat-konflux[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #249 +/- ##
=======================================
Coverage 80.40% 80.40%
=======================================
Files 106 106
Lines 1638 1638
Branches 477 477
=======================================
Hits 1317 1317
Misses 280 280
Partials 41 41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
d9ffc32 to
b96b09a
Compare
b96b09a to
3dbecfc
Compare
1b2709f to
3dbecfc
Compare
0901878 to
1542a04
Compare
ee0131f to
e38f45b
Compare
1f1af48 to
ca7c000
Compare
2de9bf7 to
ca7c000
Compare
06f7f79 to
48a54ef
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
48a54ef to
3823283
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:
^0.96.0→^0.97.01.59.1→1.60.05.99.2→5.100.1125.6.0→25.9.14.1.4→4.1.717.5.0→17.6.04.60.2→4.60.48.58.2→8.59.4v0.1.0→v0.2.0🔡 If you wish to disable git hash updates, add
":disableDigestUpdates"to the extends array in your config.🔧 This Pull Request updates lock files to use the latest dependency versions.
Release Notes
hey-api/openapi-ts (@hey-api/openapi-ts)
v0.97.2@hey-api/openapi-ts 0.97.2
Updates
Plugins
@hey-api/client-angular
@hey-api/client-axios
@hey-api/client-fetch
@hey-api/client-ky
@hey-api/client-next
@hey-api/client-nuxt
@hey-api/client-ofetch
@hey-api/sdk
valibotas response transformer (#3847)zodas response transformer (#3847)@tanstack/angular-query-experimental
mutationKeysoption (#3858)@tanstack/preact-query
mutationKeysoption (#3858)@tanstack/react-query
mutationKeysoption (#3858)@tanstack/solid-query
mutationKeysoption (#3858)@tanstack/svelte-query
mutationKeysoption (#3858)@tanstack/vue-query
mutationKeysoption (#3858)valibot
zod
@hey-api/shared 0.4.4
Updates
querySymbols()function (#3884)v0.97.1@hey-api/openapi-ts 0.97.1
Plugins
@hey-api/transformers
additionalPropertieskey variables (#3841)@hey-api/json-schema-ref-parser 1.4.2
Updates
yamlback tojs-yaml(#3843)@hey-api/shared 0.4.3
No user-facing changes.
v0.97.0@hey-api/openapi-ts 0.97.0
This release has 15 breaking changes. Please review the release notes carefully before upgrading.
Updates
runtimeConfigPathrelative to the output folder (#3770)Changed
runtimeConfigPathbehaviorThis was a known, long-standing issue confusing first-time users. Before, defining client
runtimeConfigPathvalue would paste it verbatim to the generated output. This release changes the behavior to resolve relative to the current working directory the same way output path works.--applyflag from Biome post-processor commands (#3812)Plugins
@hey-api/client-angular
requestandresponseobjects might be undefined (#3814)throwOnErrorwhen request validation fails (#3814)@hey-api/client-fetch
requestandresponseobjects might be undefined (#3814)throwOnErrorwhen request validation fails (#3814)@hey-api/client-ky
requestandresponseobjects might be undefined (#3814)throwOnErrorwhen request validation fails (#3814)Changed Ky client behavior
The Ky client was updated to be more intuitive. Some Ky options now need to be passed via the
kyOptionsfield and you need to passundefinedto unset an option.@hey-api/client-next
requestandresponseobjects might be undefined (#3814)throwOnErrorwhen request validation fails (#3814)@hey-api/client-ofetch
requestandresponseobjects might be undefined (#3814)throwOnErrorwhen request validation fails (#3814)@tanstack/angular-query-experimental
setQueryDataoption (#3824)@tanstack/preact-query
useSetQueryDataoption (#3824)setQueryDataoption (#3824)@tanstack/react-query
useSetQueryDataoption (#3824)setQueryDataoption (#3824)@tanstack/solid-query
setQueryDataoption (#3824)@tanstack/svelte-query
setQueryDataoption (#3824)@tanstack/vue-query
setQueryDataoption (#3824)zod
.discriminatedUnionto.unionif members contain intersection (#3813)@hey-api/codegen-core 0.8.1
Updates
@hey-api/shared 0.4.2
Updates
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:
TanStack/query (@tanstack/eslint-plugin-query)
v5.100.11v5.100.10v5.100.9Compare Source
v5.100.8Compare Source
v5.100.7Compare Source
v5.100.6Compare Source
v5.100.5Compare Source
v5.100.4Compare Source
v5.100.3Compare Source
v5.100.2v5.100.1v5.100.0Compare Source
vitest-dev/vitest (@vitest/coverage-v8)
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
sindresorhus/globals (globals)
v17.6.0Compare Source
00a4dd9rollup/rollup (rollup)
v4.60.4Compare Source
2026-05-14
Bug Fixes
Pull Requests
v4.60.3Compare Source
2026-05-04
Bug Fixes
Pull Requests
e989830(@renovate[bot])plugin-development(@lumirlumir, @lukastaegert)typescript-eslint/typescript-eslint (typescript-eslint)
v8.59.4Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.3Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.2Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
tsd-ui/tsd-ui (tsd-ui)
v0.2.0Compare Source
What's Changed
Full Changelog: tsd-ui/tsd-ui@v0.1.0...v0.2.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 04:59 AM ( * 0-4 * * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 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.
To execute skipped test pipelines write comment
/ok-to-test.Documentation
Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.