Skip to content

chore(deps): update dependency ovsx to v1 - #252

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ovsx-1.x
Open

chore(deps): update dependency ovsx to v1#252
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ovsx-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
ovsx (source) 0.10.91.2.0 age confidence

Release Notes

eclipse-openvsx/openvsx (ovsx)

v1.2.0

Compare Source

Added
  • Add --follow-symlinks to publish, forwarding vsce'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 a node_modules assembled out of symlinks, as pnpm's is (#​368)
  • Add search command to search the registry for extensions, mirroring the web UI's search: --category, --target, --sort-by and --sort-order narrow the query, --size and --offset page through the results, and --json prints the registry's raw response (#​2154)
  • Add list command to print the extensions a namespace holds, sorted by name so the output stays stable across registries, with --json for the raw namespace metadata (#​2154)
  • Add show command to print an extension's metadata, mirroring vsce show: identity, publisher, rating, notices and a version history listing each version's target platforms (#​2149). namespace.extension@version reports a single version, --target scopes the report to one target platform, --all-versions lists every published version instead of the most recent few, and --json prints the registry's raw metadata
  • Add unpublish command to delete an extension or some of its versions, mirroring vsce unpublish (#​1958); requires a registry running version 1.2.0 or later, which unpublish checks for before deleting
  • publish checks the packaged extension's size against the limit reported by the registry's /api/version endpoint before uploading, instead of failing only after the upload completes (#​1953)
  • Add verify command to check a downloaded .vsix package's signature against the registry's public key, mirroring vsce verify-signature (#​993)
  • Add verify-signature command, verifying an already-extracted package/manifest/signature file trio entirely offline (no registry involved), matching vsce verify-signature's own command shape (#​993)
Fixed
  • Error messages naming a URL no longer include its query string, which for createNamespace, verifyPat, publish and delete carried 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_TIMEOUT overrides the duration in milliseconds and OVSX_TIMEOUT=0 disables 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. download resolved 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 - which verify did, 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-publishing retries 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 retried
  • publish --trusted-publishing requests 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 --pat is never retried
  • Bump minimum supported Node.js version to 22, matching the webui component

v1.1.1

Compare Source

v1.1.0

Compare Source

Added
  • Add an encrypted filestore as fallback to the system keychain if it cant be accessed (#​1950)
  • Add --allow-missing-repository option to the publish command, passed on to vsce to package an extension whose package.json has no repository field without asking for confirmation (#​1735)
  • Support trusted publishing: publish can exchange an OIDC ID token for a short-lived publishing token, via --trusted-publishing, --idToken and --oidcAudience
Changed
  • Replace keytar with cross-keychain to store credentials in the system keychain (#​1950)
  • Mask token input when using login command (#​1966
Dependencies
  • Bump js-yaml from 4.2.0 to 4.3.0 (#​1976)
  • Bump tar from 7.5.16 to 7.5.21 (#​1987)
  • Bump brace-expansion from 1.1.16 to 1.1.18 (#​2031)

v1.0.2

Compare Source

Dependencies
  • Bump tmp from 0.2.6 to 0.2.7 (#​1903)
  • Bump tar from 7.5.11 to 7.5.16 (#​1911)
  • Bump form-data from 4.0.4 to 4.0.6 (#​1910)
  • Bump js-yaml from 4.1.1 to 4.2.0 (#​1912)
  • Bump markdown-it from 14.1.1 to 14.2.0 (#​1913)

v1.0.1

Compare Source

v1.0.0

Compare Source

Dependencies
  • Bump fast-uri from 3.1.0 to 3.1.2 (#​1829)
  • Bump brace-expansion from 5.0.5 to 5.0.6 (#​1846)
  • Bump qs from 6.15.0 to 6.15.2 (#​1869)
  • Bump tmp from 0.2.4 to 0.2.6 (#​1877)

v0.10.12

Compare Source

Dependencies
  • Bump follow-redirects from 1.15.6 to 1.16.0 (#​1759)
  • Bump ip-address from 10.1.0 to 10.2.0 (#​1820)

v0.10.11

Compare Source

Dependencies
  • Bump picomatch from 2.3.1 to 2.3.2 (#​1719)
  • Bump picomatch from 4.0.3 to 4.0.4
  • Bump brace-expansion from 1.1.12 to 1.1.13 (#​1725)
  • Bump brace-expansion from 2.0.2 to 2.0.3
  • Bump brace-expansion from 5.0.4 to 5.0.5
  • Bump lodash from 4.17.23 to 4.18.1 (#​1745)

v0.10.10

Compare Source

Dependencies
  • Bump ajv from 6.12.6 to 6.14.0 (#​1632)
  • Bump ajv from 8.17.1 to 8.18.0
  • Bump tar from 7.5.7 to 7.5.11 (#​1681)
  • Bump minimatch to 3.1.5, 9.0.9 and 10.2.4
  • Bump underscore from 1.13.6 to 1.13.8 (#​1656)
  • Bump flatted from 3.3.1 to 3.4.2 (#​1703)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 added area: dependencies Changes related to dependency files. lang: javascript Pull requests that update Javascript code. labels Jun 8, 2026
@renovate
renovate Bot force-pushed the renovate/ovsx-1.x branch from baa4a15 to 5795a82 Compare June 11, 2026 19:42
@renovate
renovate Bot force-pushed the renovate/ovsx-1.x branch from 5795a82 to e47c7a3 Compare June 27, 2026 02:55
@renovate
renovate Bot force-pushed the renovate/ovsx-1.x branch from e47c7a3 to 6d85472 Compare August 2, 2026 08:59
@renovate
renovate Bot force-pushed the renovate/ovsx-1.x branch 2 times, most recently from ded3eae to 9cad770 Compare August 11, 2026 23:45
@renovate
renovate Bot force-pushed the renovate/ovsx-1.x branch from 9cad770 to 0d4d98a Compare August 26, 2026 17:59
@renovate
renovate Bot force-pushed the renovate/ovsx-1.x branch from 0d4d98a to 9154905 Compare September 10, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: dependencies Changes related to dependency files. lang: javascript Pull requests that update Javascript code.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants