Skip to content

Conversation

@renovate
Copy link
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.7 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.0 age confidence uses-with minor
node 2020.20.0 age confidence uses-with minor
node 1818.20.8 age confidence uses-with minor
node-html-parser ^7.0.1^7.0.2 age confidence devDependencies patch
openapi-fetch (source) ^0.9.7^0.15.0 age confidence devDependencies minor
openapi-typescript (source) ^7.6.1^7.10.1 age confidence devDependencies minor
pnpm (source) 10.9.010.28.0 age confidence packageManager minor
pnpm (source) 88.15.9 age confidence uses-with minor
python 3.123.14.2 age confidence uses-with minor
styfle/cancel-workflow-action 0.12.10.13.0 age confidence action 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.999.0 age confidence engines minor
ws ^8.18.1^8.19.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.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.0.2

Compare Source

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

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

Compare Source

v10.27.0

Compare Source

v10.26.2: pnpm 10.26.2

Compare Source

Patch Changes

  • Improve error message when a package version exists but does not meet the minimumReleaseAge constraint. The error now clearly states that the version exists and shows a human-readable time since release (e.g., "released 6 hours ago") #​10307.

  • Fix installation of Git dependencies using annotated tags #​10335.

    Previously, pnpm would store the annotated tag object's SHA in the lockfile instead of the actual commit SHA. This caused ERR_PNPM_GIT_CHECKOUT_FAILED errors because the checked-out commit hash didn't match the stored tag object hash.

  • Binaries of runtime engines (Node.js, Deno, Bun) are written to node_modules/.bin before lifecycle scripts (install, postinstall, prepare) are executed #​10244.

  • Try to avoid making network calls with preferOffline #​10334.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.1: pnpm 10.26.1

Compare Source

Patch Changes

  • Don't fail on pnpm add, when blockExoticSubdeps is set to true #​10324.
  • Always resolve git references to full commits and ensure HEAD points to the commit after checkout #​10310.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.26.0

Compare Source

v10.25.0

Compare Source

v10.24.0

Compare Source

v10.23.0: pnpm 10.23

Compare Source

Minor Changes

  • Added --lockfile-only option to pnpm list #​10020.

Patch Changes

  • pnpm self-update should download pnpm from the configured npm registry #​10205.
  • pnpm self-update should always install the non-executable pnpm package (pnpm in the registry) and never the @pnpm/exe package, when installing v11 or newer. We currently cannot ship @pnpm/exe as pkg doesn't work with ESM #​10190.
  • Node.js runtime is not added to "dependencies" on pnpm add, if there's a engines.runtime setting declared in package.json #​10209.
  • The installation should fail if an optional dependency cannot be installed due to a trust policy check failure #​10208.
  • pnpm list and pnpm why now display npm: protocol for aliased packages (e.g., foo npm:[email protected]) #​8660.
  • Don't add an extra slash to the Node.js mirror URL #​10204.
  • pnpm store prune should not fail if the store contains Node.js packages #​10131.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.22.0: pnpm 10.22

Compare Source

Minor Changes

  • Added support for trustPolicyExclude #​10164.

    You can now list one or more specific packages or versions that pnpm should allow to install, even if those packages don't satisfy the trust policy requirement. For example:

    trustPolicy: no-downgrade
    trustPolicyExclude:
      - [email protected]
      - [email protected] || 5.102.1
  • Allow to override the engines field on publish by the publishConfig.engines field.

Patch Changes

  • Don't crash when two processes of pnpm are hardlinking the contents of a directory to the same destination simultaneously #​10179.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.21.0

Compare Source

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.

v10.19.0

Compare Source

Minor Changes
  • You can now allow specific versions of dependencies to run postinstall scripts. onlyBuiltDependencies now accepts package names with lists of trusted versions. For example:

    onlyBuiltDependencies:
      - [email protected] || 21.6.5
      - [email protected]

    Related PR: #​10104.

  • Added support for exact versions in minimumReleaseAgeExclude #​9985.

    You can now list one or more specific versions that pnpm should allow to install, even if those versions don’t satisfy the maturity requirement set by minimumReleaseAge. For example:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - [email protected]
      - [email protected] || 5.102.1

v10.18.3

Compare Source

Patch Changes
  • Fix a bug where pnpm would infinitely recurse when using verifyDepsBeforeInstall: install and pre/post install scripts that called other pnpm scripts #​10060.
  • Fixed scoped registry keys (e.g., @scope:registry) being parsed as property paths in pnpm config get when --location=project is used [#&

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 2 times, most recently from d651b8c to ff362b8 Compare October 22, 2025 11:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from fb28a06 to 78e2ca8 Compare November 3, 2025 02:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8cff719 to 4610728 Compare November 12, 2025 23:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5963f44 to ab819be Compare November 27, 2025 15:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6d2d74b to 8478bfc Compare December 9, 2025 04:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d302042 to 5c4eaa9 Compare December 19, 2025 05:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5c4eaa9 to 545b5b6 Compare December 23, 2025 18:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6b9c744 to 83336c2 Compare January 6, 2026 01:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a828d69 to 8e9d153 Compare January 14, 2026 06:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e9d153 to 33edea6 Compare January 15, 2026 05:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 33edea6 to 6c3ee01 Compare January 15, 2026 17:34
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.

1 participant