Skip to content

chore(deps): update all non-major dependencies#89

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#89
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented May 12, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@types/node (source) 22.14.122.19.15 age confidence devDependencies minor
@vscode/python-extension (source) ^1.0.5^1.0.6 age confidence devDependencies patch
@vscode/test-cli ^0.0.10^0.0.12 age confidence devDependencies patch
node 22.15.022.22.2 age confidence uses-with minor
node 2020.20.2 age confidence uses-with minor
node 1818.20.8 age confidence uses-with minor
node-html-parser ^7.0.1^7.1.0 age confidence devDependencies minor
openapi-fetch (source) ^0.9.7^0.17.0 age confidence devDependencies minor
openapi-typescript (source) ^7.6.1^7.13.0 age confidence devDependencies minor
pnpm (source) 10.9.010.33.0 age confidence packageManager minor
pnpm (source) 88.15.9 age confidence uses-with minor
python 3.123.14.3 age confidence uses-with minor
styfle/cancel-workflow-action 0.12.10.13.1 age confidence action minor
tempy ^3.1.0^3.2.0 age confidence devDependencies minor
tsup (source) ^8.4.0^8.5.1 age confidence devDependencies minor
vitest (source) ^3.1.2^3.2.4 age confidence devDependencies minor
vscode ^1.77.0^1.113.0 age confidence engines minor
ws ^8.18.1^8.20.0 age confidence devDependencies minor

Release Notes

Microsoft/vscode-test-cli (@​vscode/test-cli)

v0.0.12

  • Package version bumps

v0.0.11

Compare Source

  • Package version bumps
actions/node-versions (node)

v22.22.2: 22.22.2

Compare Source

Node.js 22.22.2

v22.22.1: 22.22.1

Compare Source

Node.js 22.22.1

v22.22.0: 22.22.0

Compare Source

Node.js 22.22.0

v22.21.1: 22.21.1

Compare Source

Node.js 22.21.1

v22.21.0: 22.21.0

Compare Source

Node.js 22.21.0

v22.20.0: 22.20.0

Compare Source

Node.js 22.20.0

v22.19.0: 22.19.0

Compare Source

Node.js 22.19.0

v22.18.0: 22.18.0

Compare Source

Node.js 22.18.0

v22.17.1: 22.17.1

Compare Source

Node.js 22.17.1

v22.17.0: 22.17.0

Compare Source

Node.js 22.17.0

v22.16.0: 22.16.0

Compare Source

Node.js 22.16.0

v22.15.1: 22.15.1

Compare Source

Node.js 22.15.1

taoqf/node-fast-html-parser (node-html-parser)

v7.1.0

Compare Source

Features
Bug Fixes
  • add missing dev dependency: yarn (8679d32)
7.0.2 (2026-01-07)
Bug Fixes
7.0.1 (2024-12-26)
Bug Fixes

v7.0.2

Compare Source

openapi-ts/openapi-typescript (openapi-fetch)

v0.17.0

Compare Source

Minor Changes
  • #​2549 a690e52 Thanks @​abumalick! - Add readOnly/writeOnly support via --read-write-markers flag. When enabled, readOnly properties are wrapped with $Read<T> and writeOnly properties with $Write<T>. openapi-fetch uses Readable<T> and Writable<T> helpers to exclude these properties from responses and request bodies respectively.
Patch Changes

v0.16.0

Compare Source

Minor Changes
  • #​2362 9002418 Thanks @​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.2

Compare Source

Patch Changes
  • #​2508 89843b0 Thanks @​srbarba! - Use text() when no content-length is provided to avoid errors parsing empty bodies (200 with no content)

v0.15.0

Compare Source

Minor Changes

v0.14.1

Compare Source

Patch Changes

v0.14.0

Compare Source

Minor Changes
  • #​2310 e66b5ce Thanks @​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.8

Compare Source

Patch Changes

v0.13.7

Compare Source

Patch Changes

v0.13.6

Compare Source

Patch Changes

v0.13.5

Compare Source

Patch Changes

v0.13.4

Compare Source

Patch Changes

v0.13.3

Patch Changes

Refresh of 0.13.2; corrupted package

v0.13.2

Patch Changes

v0.13.1

Compare Source

Patch Changes

v0.13.0

Compare Source

Minor Changes
  • #​1968 267977e Thanks @​DjordyKoert! - 204 responses or response with a Content-Length of 0 will now return undefined instead of an empty object

v0.12.5

Compare Source

Patch Changes

v0.12.4

Compare Source

Patch Changes
  • Updated dependencies [abfad56]:
    • openapi-typescript-helpers@​0.0.14

v0.12.3

Compare Source

Patch Changes

v0.12.2

Compare Source

Patch Changes

v0.12.1

Compare Source

Patch Changes

v0.12.0

Compare Source

Minor Changes

v0.11.3

Compare Source

Patch Changes

v0.11.2

Compare Source

Patch Changes

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Minor Changes

-- ⚠️ Breaking Change #​1791 a956d5d Thanks @​gzm0! - Add support for client["/endpoint"].GET() style calls

v0.10.6

Compare Source

Patch Changes

v0.10.5

Compare Source

Patch Changes

v0.10.4

Compare Source

Patch Changes
  • Updated dependencies [bcc9222]:
    • openapi-typescript-helpers@​0.0.11

v0.10.3

Compare Source

Patch Changes

v0.10.2

Compare Source

Patch Changes

v0.10.1

Compare Source

Patch Changes

v0.10.0

Compare Source

Minor Changes
  • ⚠️ Breaking Change: openapi-typescript@7 is needed to work. You’ll get type errors with openapi-typescript@6 and below.

  • ⚠️ Breaking Change: The Middleware API has changed to be an object rather than (request, options) or (response, options). See Middleware docs for updated API.

  • ⚠️ Breaking Change: The Content-Type header is no longer sent by default if a body payload is attached.

  • ⚠️ Breaking Change: The customFetch type now calls fetch(input: string, init: RequestInit) and the types have been updated, rather than fetch(input: Request) introduced in 0.9.0.

  • Added id to middleware handlers that create a unique ID per-fetch

openapi-ts/openapi-typescript (openapi-typescript)

v7.13.0

Compare Source

Minor Changes
  • #​2549 a690e52 Thanks @​abumalick! - Add readOnly/writeOnly support via --read-write-markers flag. When enabled, readOnly properties are wrapped with $Read<T> and writeOnly properties with $Write<T>. openapi-fetch uses Readable<T> and Writable<T> helpers to exclude these properties from responses and request bodies respectively.

v7.12.0

Compare Source

Minor Changes
Patch Changes
  • #​2536 e3c05a4 Thanks @​darkbasic! - Fix enumValues: true output for schemas that use oneOf/anyOf unions by narrowing union types with Extract<> before accessing variant-specific properties. This prevents invalid type paths when an accessed property only exists on some union members.

v7.10.1

Compare Source

Patch Changes

v7.10.0

Compare Source

Minor Changes

v7.9.1

Compare Source

Patch Changes

v7.9.0

Compare Source

Minor Changes

v7.8.0

Compare Source

Minor Changes

v7.7.3

Compare Source

Patch Changes

v7.7.2

Compare Source

Patch Changes

v7.7.1

Compare Source

Patch Changes

v7.7.0

Compare Source

Minor Changes
Patch Changes
pnpm/pnpm (pnpm)

v10.33.0

Compare Source

v10.32.1: pnpm 10.32.1

Compare Source

Patch Changes

  • Fix a regression where pnpm-workspace.yaml without a packages field caused all directories to be treated as workspace projects. This broke projects that use pnpm-workspace.yaml only for settings (e.g. minimumReleaseAge) without defining workspace packages #​10909.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.32.0: pnpm 10.32

Compare Source

Minor Changes

  • Added --all flag to pnpm approve-builds that approves all pending builds without interactive prompts #​10136.

Patch Changes

  • Reverted change related to setting explicitly the npm config file path, which caused regressions.
  • Reverted fix related to lockfile-include-tarball-url. Fixes #​10915.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Stackblitz
Workleap Nx

v10.31.0

Compare Source

v10.30.3

Compare Source

v10.30.2

Compare Source

v10.30.1: pnpm 10.30.1

Compare Source

Patch Changes

  • Use the /-/npm/v1/security/audits/quick endpoint as the primary audit endpoint, falling back to `/-/npm/v1/securit

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 76d2f9f to 2f56cd8 Compare May 19, 2025 17:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from dca7d3a to c3d2897 Compare May 27, 2025 22:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from c516b5a to 36c6092 Compare June 3, 2025 17:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f911aae to e890ea1 Compare June 12, 2025 19:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 44a7871 to 3b772a0 Compare June 23, 2025 02:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 978ffdc to 5589e8a Compare June 24, 2025 20:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 588a94a to cf5f667 Compare July 19, 2025 05:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 94dfdb7 to 6f7e14f Compare July 28, 2025 17:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 896c125 to bf954cc Compare August 8, 2025 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 0b3a528 to 5c3d875 Compare August 15, 2025 09:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a783b8e to 2e90a05 Compare August 25, 2025 10:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 89afa0f to e86d0f7 Compare September 6, 2025 19:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1b82a38 to 43eada9 Compare September 16, 2025 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants