fix(deps): update all non-major dependencies#507
Merged
Conversation
Contributor
Test Results 27 files 179 suites 20m 15s ⏱️ Results for commit 0d87ebc. ♻️ This comment has been updated with latest results. |
6dab1ef to
046c7e4
Compare
046c7e4 to
f7c1707
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.98.2→0.99.01.21.0→1.22.0=1.59.1→=1.61.15.5.4→5.5.72.66.0→2.68.04.3.1→4.3.22.11.3→2.11.40.55.0→0.57.01.70.0→1.72.00.23.0→0.24.05.56.1→5.56.44.6.0→4.7.14.3.1→4.3.2=1.2.19→=1.3.21.2.0→1.4.28.0.16→8.1.1Release Notes
hey-api/hey-api (@hey-api/openapi-ts)
v0.99.0Compare Source
Minor Changes
.symbolsto.imports(#4052) (57fac5e) by @mrlubosTo better represent its functionality, the
plugin.symbolsproperty has been renamed toplugin.imports.089ed2e) by @mrlubosPlugin duplicates behavior
If you specified the same plugin multiple times, only the last instance would be used. We eventually added a warning for this behavior, but that didn't treat the root issue. This release changes that by merging duplicate plugin configurations.
BREAKING plugin(@hey-api/schemas): widen
schematype innameBuilderto unknown (#4076) (98ce35e) by @mrlubosBREAKING plugin: remove
.external()method (#4052) (57fac5e) by @mrlubosRemoved
plugin.external()functionThis function was used to reference external symbols. All plugins now use the Imports API, which allows you to reference external symbols in a type-safe way through
plugin.imports.Patch Changes
api: replace
~fields with$(#4086) (d5ca286) by @mrlubosconfig: add Presets API (
3b4ee7a) by @mrlubosplugin(@hey-api/client-angular): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
ab522ef) by @matthewjamesadamclient: use
getBaseUrl()function to determine default value (#3772) (4026955) by @mrlubosplugin(zod): improve discriminator handling (
680b947) by @mrlubosplugin(@tanstack/preact-query): fix: strip
initialDatafrom the inferred result types for infinite query options (7a4b0cf) by @mrlubosplugin(@tanstack/solid-query): fix: strip
initialDatafrom the inferred result types for infinite query options (7a4b0cf) by @mrlubosplugin(valibot): support custom regular expression error messages with
x-pattern-message(#4117) (3ed3afb) by @pullfrogplugin(@hey-api/client-next): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(@hey-api/client-axios): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(zod): support creating optional request schemas (
11315c7) by @mrlubosplugin(@tanstack/react-query): fix: strip
initialDatafrom the inferred result types for infinite query options (7a4b0cf) by @mrlubosplugin(@hey-api/client-ky): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(valibot): support creating optional request schemas (
11315c7) by @mrlubosexports: add
/pluginsexported module (#4076) (93129b7) by @mrlubosplugin(@tanstack/svelte-query): fix: strip
initialDatafrom the inferred result types for infinite query options (7a4b0cf) by @mrlubosplugin(@hey-api/client-nuxt): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(zod): support custom regular expression error messages with
x-pattern-message(#4117) (3ed3afb) by @pullfrogplugin(@tanstack/angular-query-experimental): fix: strip
initialDatafrom the inferred result types for infinite query options (7a4b0cf) by @mrlubosplugin(@hey-api/client-ofetch): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(@hey-api/client-fetch): fix: send an empty object request body when explicitly provided in flat parameters mode (#4070) (
f6d4512) by @matthewjamesadamplugin(@hey-api/typescript): improve discriminator handling (
680b947) by @mrlubosplugin(orpc): make
.input()optional if all layers are optional (11315c7) by @mrlubos*parser: fix: delete unresolvable
$refkeywords (#4087) (6c21d81) by @pullfrogplugin(@tanstack/vue-query): fix: strip
initialDatafrom the inferred result types for infinite query options (8d91bd5) by @magicismightplugin(valibot): improve discriminator handling (
680b947) by @mrlubosexports: export
pluginstype helpers (#4076) (93129b7) by @mrlubosUpdated Dependencies:
lucide-icons/lucide (@lucide/svelte)
v1.22.0: Version 1.22.0Compare Source
What's Changed
carroticon by @jguddas in #4010ungroupicon by @jguddas in #3969phiicon also used asgolden-ratioby @whoisBugsbunny in #4218New Contributors
Full Changelog: lucide-icons/lucide@1.21.0...1.22.0
microsoft/playwright (@playwright/test)
v1.61.1Compare Source
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:
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:
sveltejs/kit (@sveltejs/adapter-node)
v5.5.7Patch Changes
fix: add
X-Accel-Buffering: noheader totext/event-streamresponses to prevent reverse proxies such as nginx from buffering streamed responses (#16156)fix: delete existing socket file on startup (#15449)
Updated dependencies [
c426c6e,81f253e,8d3c865,6bde3b6,9161740,2184960,5e319b6,e82a0a8]:v5.5.6Compare Source
Patch Changes
fix: avoid circular dependency between server initialisation and hook retrieval that causes the app to crash on start (#16115)
fix: correctly resolve root directory on the server (#16114)
fix: ensure
ENV_PREFIXis defined (#16106)Updated dependencies [
cf15fa0,5c76121,2992e17]:v5.5.5Compare Source
Patch Changes
fix: bundle entrypoints alongside app code (#16069)
fix: log the actual adapter-node listening address (#15899)
Updated dependencies [
63f1b0b,1dbff3f,961ba01,d2e108c,d2e108c,d2e108c,860b3c7,f8c842c,d3aa5fe,0dd7659,03e9f66,57b7b7b,4eabadc,6fbf2b6,276744d,8740132,f430a68,1c7a8dc]:sveltejs/kit (@sveltejs/kit)
v2.68.0Minor Changes
feat: expose
RemoteFormEnhanceInstanceandRemoteFormEnhanceCallbacktypes (#15816)feat: set value of
submitfields when form is submitted (#15979)Patch Changes
fix: skip
native_navigationwhen__data.jsonreturns 404 on a static fallback page (#16135)fix: ignore third-party monkeypatches in
pushState/replaceStatewarning detection (#15267)fix: snapshot form fields on read (#16150)
fix: strip field prefix before erroring on duplicates (#16151)
fix: call reset function via prototype (#16138)
chore: fix navigation
typehover info (#16147)v2.67.0Compare Source
Minor Changes
prerender.handleInvalidUrloption for invalid URLs discovered while crawling (#16088)Patch Changes
fix: support
exactOptionalPropertyTypesfor optional form schema fields (#15866)fix: avoid unnecessarily overriding a user's Vite 8
codeSplittingsetting (#16118)tailwindlabs/tailwindcss (@tailwindcss/vite)
v4.3.2Compare Source
Fixed
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12andauto-cols-16) (#20229)@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a directory that doesn't exist (#20242)@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL (#20245)@tailwindcss/cliin--watchmode rebuilds when the input CSS file changes in an ignored directory (#20246)@variantrules used inaddBase(…)to use custom variants defined later (#20247)@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted (#20259)font-sizeinstead ofcolordeclarations fortext-[--spacing(…)](#20260)@sourcepatterns from scanning unrelated sibling files and folders (#20263)%]…[%in.tt,.tt2, and.txfiles (#20269)p.text-black[condition](#20269)@position-tryrules from triggering unknown at-rule warnings when optimizing CSS (#20277)--opacitytheme values (#20287)@tailwindcss/postcsswhen used with newer PostCSS patch releases (#20289)tauri-apps/tauri (@tauri-apps/cli)
v2.11.4: @tauri-apps/cli v2.11.4Compare Source
[2.11.4]
Bug Fixes
67ffa192a(#15596 by @FabianLars) Fixed an issue in the AppImage bundler that caused the/.desktopand.DirIconfiles to be absolute symlinks instead of relative symlinks which caused problems with AppImage installers likeAppManager.Dependencies
tauri-cli@2.11.4oxc-project/oxc (oxfmt)
v0.57.0Compare Source
v0.56.0Compare Source
oxc-project/oxc (oxlint)
v1.72.0Compare Source
🚀 Features
1c8f50clinter: Add schema foreslint/no-restricted-import(#23642) (Sysix)🐛 Bug Fixes
742be36refactor/node/handle-callback-err: Reject invalid regex config (#23740) (camc314)v1.71.0Compare Source
🚀 Features
0dc2405linter: Add schema foreslint/no-restricted-properties(#23619) (Sysix)b638d0elinter: Add schema fornode/callback-return(#23615) (Sysix)eb8bedclinter: Add schema forimport/extensions(#23557) (WaterWhisperer)46f3625linter: Implement node/no-sync rule (#23589) (fujitani sora)b01739alinter: Add schema forunicorn/numeric-separators-style(#23554) (Mikhail Baev)68afd2alinter/node: Implementno-mixed-requiresrule (#23539) (fujitani sora)a421215linter: Add schema foreslint/prefer-destructuring(#23410) (WaterWhisperer)84438belinter/jsdoc: Added missing options torequire-param-description(#23416) (kapobajza)51910dflinter/jsdoc: Add missing options torequire-param-typerule (#23418) (kapobajza)e90925flinter/unicorn: Implement prefer-number-coercion rule (#23497) (Shekhudd1c866linter/vue: Implement no-async-in-computed-properties rule (#23493) (bab)b02444elinter: Add schema forreact/jsx-no-script-url(#23475) (WaterWhisperer)a8dce46linter/unicorn: Implementmax-nested-callsrule (#23461) (arieleli01212)🐛 Bug Fixes
a303c23linter/jsx-a11y: Alignanchor-is-validconfig with upstream (#23446) (camc314)📚 Documentation
b50bf4dlinter: Remove manually written options doc foreslint/arrow-body-style(#23490) (Mikhail Baev)oxc-project/tsgolint (oxlint-tsgolint)
v0.24.0Compare Source
What's Changed
allowby @camc314 in #970nilchecks instrict-boolean-expressionsby @camchenry in #980sync.OnceValuefor logLevel by @camc314 in #1000OXLINT_TSGOLINT_TIMINGSenv var by @camc314 in #1005Configuration
📅 Schedule: (UTC)
* 0-3 1 * *)🚦 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.