chore(deps): update all non-major dependencies#89
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
76d2f9f to
2f56cd8
Compare
dca7d3a to
c3d2897
Compare
c516b5a to
36c6092
Compare
f911aae to
e890ea1
Compare
44a7871 to
3b772a0
Compare
978ffdc to
5589e8a
Compare
588a94a to
cf5f667
Compare
94dfdb7 to
6f7e14f
Compare
896c125 to
bf954cc
Compare
0b3a528 to
5c3d875
Compare
a783b8e to
2e90a05
Compare
89afa0f to
e86d0f7
Compare
1b82a38 to
43eada9
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:
22.14.1→22.19.15^1.0.5→^1.0.6^0.0.10→^0.0.1222.15.0→22.22.220→20.20.218→18.20.8^7.0.1→^7.1.0^0.9.7→^0.17.0^7.6.1→^7.13.010.9.0→10.33.08→8.15.93.12→3.14.30.12.1→0.13.1^3.1.0→^3.2.0^8.4.0→^8.5.1^3.1.2→^3.2.4^1.77.0→^1.113.0^8.18.1→^8.20.0Release Notes
Microsoft/vscode-test-cli (@vscode/test-cli)
v0.0.12v0.0.11Compare Source
actions/node-versions (node)
v22.22.2: 22.22.2Compare Source
Node.js 22.22.2
v22.22.1: 22.22.1Compare Source
Node.js 22.22.1
v22.22.0: 22.22.0Compare Source
Node.js 22.22.0
v22.21.1: 22.21.1Compare Source
Node.js 22.21.1
v22.21.0: 22.21.0Compare Source
Node.js 22.21.0
v22.20.0: 22.20.0Compare Source
Node.js 22.20.0
v22.19.0: 22.19.0Compare Source
Node.js 22.19.0
v22.18.0: 22.18.0Compare Source
Node.js 22.18.0
v22.17.1: 22.17.1Compare Source
Node.js 22.17.1
v22.17.0: 22.17.0Compare Source
Node.js 22.17.0
v22.16.0: 22.16.0Compare Source
Node.js 22.16.0
v22.15.1: 22.15.1Compare Source
Node.js 22.15.1
taoqf/node-fast-html-parser (node-html-parser)
v7.1.0Compare Source
Features
Bug Fixes
7.0.2 (2026-01-07)
Bug Fixes
7.0.1 (2024-12-26)
Bug Fixes
v7.0.2Compare Source
openapi-ts/openapi-typescript (openapi-fetch)
v0.17.0Compare Source
Minor Changes
a690e52Thanks @abumalick! - Add readOnly/writeOnly support via--read-write-markersflag. When enabled, readOnly properties are wrapped with$Read<T>and writeOnly properties with$Write<T>. openapi-fetch usesReadable<T>andWritable<T>helpers to exclude these properties from responses and request bodies respectively.Patch Changes
#2572
9350ddfThanks @luis-guideti! - Do not treat Content-Length=0 as empty when Transfer-Encoding is chunkedUpdated dependencies [
a690e52]:v0.16.0Compare Source
Minor Changes
9002418Thanks @luxass! - Added support for setting a custom path serializers either globally or per request. This allows you to customize how path parameters are serialized in the URL. E.g. you can use a custom serializer to prevent encoding of a path parameter, if you need to pass a value that should not be encoded.v0.15.2Compare Source
Patch Changes
89843b0Thanks @srbarba! - Use text() when no content-length is provided to avoid errors parsing empty bodies (200 with no content)v0.15.0Compare Source
Minor Changes
8f96eb5Thanks @Kauabunga! - Enable request level middlewares optionv0.14.1Compare Source
Patch Changes
7527d1eThanks @jthacker! - Fix Request parameter being ignored by client methodsv0.14.0Compare Source
Minor Changes
e66b5ceThanks @drwpow! - Build package with unbuild. Also remove the minified version (openapi-fetch is only useful in a TypeScript/bundler environment, so there’s no sense in loading it from a CDN clientside).v0.13.8Compare Source
Patch Changes
0058128Thanks @obulat! - Encode the request body ifContent-Typeheader isx-www-form-urlencoded419d9acThanks @Rendez! - Fix overriding baseUrl per request without overriding default baseUrl81c031dThanks @drwpow! - Improve header handlingv0.13.7Compare Source
Patch Changes
30c6da8Thanks @KajSzy! - fix dynamic access to methods using wrapAsPathBasedClientv0.13.6Compare Source
Patch Changes
4966560Thanks @live-small! - Fix HEAD method requests to prevent body parsing regardless of Content-Length header valuev0.13.5Compare Source
Patch Changes
ebe56f3Thanks @p-dubovitsky! - Allow returning Response from onRequest callbackv0.13.4Compare Source
Patch Changes
5935cd2Thanks @kerwanp! - add support for arbitrary methodv0.13.3Patch Changes
Refresh of 0.13.2; corrupted package
v0.13.2Patch Changes
7081842Thanks @mellster2012! - Add client option to pass custom RequestInit object into fetch requests for supported implementationsv0.13.1Compare Source
Patch Changes
35c576cThanks @luchsamapparat! - add onError handler to middlewarev0.13.0Compare Source
Minor Changes
267977eThanks @DjordyKoert! - 204 responses or response with a Content-Length of 0 will now return undefined instead of an empty objectv0.12.5Compare Source
Patch Changes
#1937
06163a2Thanks @DjordyKoert! - client data & error now return a union of possible typesUpdated dependencies [
06163a2]:v0.12.4Compare Source
Patch Changes
abfad56]:v0.12.3Compare Source
Patch Changes
d14aa65Thanks @BlakeSzabo! - Fix multiple empty arrays in query params appending extra ampersandsv0.12.2Compare Source
Patch Changes
e39d11eThanks @yicrotkd! - ImproveMiddlewaretype definition to require either onRequest or onResponsev0.12.1Compare Source
Patch Changes
efaa1e2Thanks @tobiasdcl! - allow usage of custom Request classv0.12.0Compare Source
Minor Changes
b893c44Thanks @goce-cz! - Do not set content-type on body-less requestsv0.11.3Compare Source
Patch Changes
6038f8fThanks @goce-cz! - Allow falsy values (except undefined) as a valid bodyv0.11.2Compare Source
Patch Changes
#1817
2a4b067Thanks @Gruak! - Allow specifying baseUrl per request#1842
0e42cbbThanks @gzm0! - fix: allow use ofPathBasedClientwith generatedpathsv0.11.1Compare Source
Patch Changes
#1831
091e71aThanks @SebastienGllmt! - Add MethodResponse utility type to easily get the return type of an endpoint on a client#1833
cec023dThanks @ngraef! - Fix identification of required properties whenstrictNullChecksis disabledUpdated dependencies [
cec023d]:v0.11.0Compare Source
Minor Changes
--⚠️ Breaking Change #1791
a956d5dThanks @gzm0! - Add support forclient["/endpoint"].GET()style callsv0.10.6Compare Source
Patch Changes
#1809
f21c05bThanks @gzm0! - perf: remove unnecessaryasynckeywords (for reduced code size)#1827
ba0d595Thanks @ngraef! - Fix typing for environments without DOM libv0.10.5Compare Source
Patch Changes
7698546Thanks @thatsprettyfaroutman! - Allow FormData through defaultBodySerializerv0.10.4Compare Source
Patch Changes
bcc9222]:v0.10.3Compare Source
Patch Changes
#1717
335530cThanks @kerwanp! - Ignore configuration files in published package#1717
335530cThanks @kerwanp! - Create own client type for easier reusabilityUpdated dependencies [
335530c]:v0.10.2Compare Source
Patch Changes
aea31a8Thanks @swachter! - Fix: encode primitive path parametersv0.10.1Compare Source
Patch Changes
#1719
a8f2253Thanks @drwpow! - Remove nanoid from dependencies#1719
a8f2253Thanks @drwpow! - Fix "failed to execute fetch on Window" error#1719
a8f2253Thanks @drwpow! - Revert customFetch API back tofetch(input: Request)v0.10.0Compare Source
Minor Changes
openapi-typescript@7is needed to work. You’ll get type errors withopenapi-typescript@6and below.(request, options)or(response, options). See Middleware docs for updated API.Content-Typeheader is no longer sent by default if a body payload is attached.customFetchtype now callsfetch(input: string, init: RequestInit)and the types have been updated, rather thanfetch(input: Request)introduced in0.9.0.Added
idto middleware handlers that create a unique ID per-fetchopenapi-ts/openapi-typescript (openapi-typescript)
v7.13.0Compare Source
Minor Changes
a690e52Thanks @abumalick! - Add readOnly/writeOnly support via--read-write-markersflag. When enabled, readOnly properties are wrapped with$Read<T>and writeOnly properties with$Write<T>. openapi-fetch usesReadable<T>andWritable<T>helpers to exclude these properties from responses and request bodies respectively.v7.12.0Compare Source
Minor Changes
697f7feThanks @gunnarvelle! - Added flag to keep casing for exported root typesPatch Changes
e3c05a4Thanks @darkbasic! - FixenumValues: trueoutput for schemas that useoneOf/anyOfunions by narrowing union types withExtract<>before accessing variant-specific properties. This prevents invalid type paths when an accessed property only exists on some union members.v7.10.1Compare Source
Patch Changes
e04dc65Thanks @MatissJanis! - Fix multi-line jsdoc commentsv7.10.0Compare Source
Minor Changes
#2449
bdd5ddbThanks @kristianjf! - Add transformProperty hook for property signature modification#2288
0f22be2Thanks @hontas! - Add support for patternPropertiesv7.9.1Compare Source
Patch Changes
#2393
6943ccfThanks @simon-curtis! - Now checking for null & empty string when generating enum description#2375
5be22d7Thanks @ParkerVR! - Fix behavior when using enum and export-type flagsv7.9.0Compare Source
Minor Changes
c5ebbb8Thanks @cmlee-accelins! - Add JSDoc support for the recommended examples array on JSON Schema objects.v7.8.0Compare Source
Minor Changes
e66b5ceThanks @drwpow! - Build package with unbuild to improve CJS supportv7.7.3Compare Source
Patch Changes
67889baThanks @duncanbeevers! - Fix invalid $ref index into pathv7.7.2Compare Source
Patch Changes
d79efaeThanks @luhn! - Don't removenulltype if a default is present.v7.7.1Compare Source
Patch Changes
7205e12Thanks @zrosenbauer! - Prevents aTypeErrordue to a bad in operator fortype: "array"when abooleanis set onitemsv7.7.0Compare Source
Minor Changes
7f3f7b6Thanks @gzm0! - Add jsdoc comments to response objectPatch Changes
#2199
fc3f7f8Thanks @StefanTerdell! - Fix boolean object property schemas#2152
47e4b5eThanks @insertmike! - - Fixed --make-paths-enum option transforming the paths URL (:idinstead of{id})#2241
ef23947Thanks @stanleyk! - Replacinganywithunknownin theReadonlyArraytype declaration.pnpm/pnpm (pnpm)
v10.33.0Compare Source
v10.32.1: pnpm 10.32.1Compare Source
Patch Changes
pnpm-workspace.yamlwithout apackagesfield caused all directories to be treated as workspace projects. This broke projects that usepnpm-workspace.yamlonly for settings (e.g.minimumReleaseAge) without defining workspace packages #10909.Platinum Sponsors
Gold Sponsors
v10.32.0: pnpm 10.32Compare Source
Minor Changes
--allflag topnpm approve-buildsthat approves all pending builds without interactive prompts #10136.Patch Changes
lockfile-include-tarball-url. Fixes #10915.Platinum Sponsors
Gold Sponsors
v10.31.0Compare Source
v10.30.3Compare Source
v10.30.2Compare Source
v10.30.1: pnpm 10.30.1Compare Source
Patch Changes
/-/npm/v1/security/audits/quickendpoint as the primary audit endpoint, falling back to `/-/npm/v1/securitConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.