chore(deps): update dependency ovsx to v1.2.0 - #248
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/ovsx-1.x-lockfile
branch
from
August 9, 2026 17:42
f1b3323 to
98723c5
Compare
renovate
Bot
force-pushed
the
renovate/ovsx-1.x-lockfile
branch
from
September 10, 2026 13:17
98723c5 to
711cb0b
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:
1.0.2→1.2.0Release Notes
eclipse-openvsx/openvsx (ovsx)
v1.2.0Compare Source
Added
--follow-symlinkstopublish, forwardingvsce's option of the same name so that the file walk recurses into symlinked directories instead of packing each symlink as a file. Needed for anode_modulesassembled out of symlinks, as pnpm's is (#368)searchcommand to search the registry for extensions, mirroring the web UI's search:--category,--target,--sort-byand--sort-ordernarrow the query,--sizeand--offsetpage through the results, and--jsonprints the registry's raw response (#2154)listcommand to print the extensions a namespace holds, sorted by name so the output stays stable across registries, with--jsonfor the raw namespace metadata (#2154)showcommand to print an extension's metadata, mirroringvsce show: identity, publisher, rating, notices and a version history listing each version's target platforms (#2149).namespace.extension@versionreports a single version,--targetscopes the report to one target platform,--all-versionslists every published version instead of the most recent few, and--jsonprints the registry's raw metadataunpublishcommand to delete an extension or some of its versions, mirroringvsce unpublish(#1958); requires a registry running version 1.2.0 or later, whichunpublishchecks for before deletingpublishchecks the packaged extension's size against the limit reported by the registry's/api/versionendpoint before uploading, instead of failing only after the upload completes (#1953)verifycommand to check a downloaded.vsixpackage's signature against the registry's public key, mirroringvsce verify-signature(#993)verify-signaturecommand, verifying an already-extracted package/manifest/signature file trio entirely offline (no registry involved), matchingvsce verify-signature's own command shape (#993)Fixed
Error messages naming a URL no longer include its query string, which for
createNamespace,verifyPat,publishanddeletecarried the personal access token straight to stderr and into CI logs (#2186)A connection lost after a JSON response has started no longer leaves the command waiting on a body that is not coming: the response's own error is now what settles the request, so it fails with the reset rather than hanging (#2186)
Requests now give up after 30 seconds without progress instead of hanging indefinitely when a server accepts a connection and then says nothing.
OVSX_TIMEOUToverrides the duration in milliseconds andOVSX_TIMEOUT=0disables it; it measures inactivity, so a large extension downloading slowly is unaffected, and it covers the trusted-publishing ID token request as well as the registry's own (#2186)Fix downloads that could be read before they were written.
downloadresolved when the response ended rather than when the file was closed, and a write stream opens and flushes asynchronously, so a caller reading the path immediately afterwards could find the file empty or absent - whichverifydid, intermittently failing to read the public key it had just fetched. A failed download no longer touches the target path: the body is written beside it and renamed into place only once it has arrived whole, so a 404 or a dropped connection leaves what was there alone. A connection dropped mid-download now rejects rather than leaving the caller waiting forever (#2185)Changed
publish --trusted-publishingretries the token exchange when the registry answers that it could not verify the ID token (502, 503, 504), rather than failing the build on a blip reaching the identity provider. A refusal is never retriedpublish --trusted-publishingrequests a new token and retries once when the registry refuses the one it was publishing with. The issued token is short-lived and shared by every target platform of a release, so publishing a wide fan-out of large packages could outlive it and fail partway through. Targets that are refused together share one new token, and a token supplied with--patis never retriedv1.1.1Compare Source
v1.1.0Compare Source
Added
--allow-missing-repositoryoption to thepublishcommand, passed on tovsceto package an extension whosepackage.jsonhas norepositoryfield without asking for confirmation (#1735)publishcan exchange an OIDC ID token for a short-lived publishing token, via--trusted-publishing,--idTokenand--oidcAudienceChanged
keytarwithcross-keychainto store credentials in the system keychain (#1950)logincommand (#1966Dependencies
4.2.0to4.3.0(#1976)7.5.16to7.5.21(#1987)1.1.16to1.1.18(#2031)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.