openvsx icon indicating copy to clipboard operation
openvsx copied to clipboard

Update glob and jws transitive dependencies

Open netomi opened this issue 1 week ago • 1 comments

This PR updates some transitive dependencies.

netomi avatar Dec 10 '25 12:12 netomi

instead of adding a resolution we could also just bump the vsce and rimraf dependencies.

Though jws is a transitive dependency of vsce and would resolve to 4.0.0 without a resolution afaict. We want 4.0.1 though.

netomi avatar Dec 10 '25 13:12 netomi

The yarn.lock file has been updated when creating the PR:

tn@proteus:~/workspace/eclipse/openvsx/openvsx/cli$ git status .
On branch update-glob-dep
Your branch is up to date with 'origin/update-glob-dep'.

nothing to commit, working tree clean
tn@proteus:~/workspace/eclipse/openvsx/openvsx/cli$ yarn install
➤ YN0000: · Yarn 4.9.1
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed
➤ YN0000: ┌ Post-resolution validation
➤ YN0086: │ Some peer dependencies are incorrectly met by dependencies; run yarn explain peer-requirements for details.
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed
➤ YN0000: · Done with warnings in 0s 266ms
tn@proteus:~/workspace/eclipse/openvsx/openvsx/cli$ git status .
On branch update-glob-dep
Your branch is up to date with 'origin/update-glob-dep'.

nothing to commit, working tree clean

netomi avatar Dec 15 '25 12:12 netomi