chore(deps): e2e-cli (#5301)

This commit is contained in:
Marc Bernard
2025-06-21 20:36:16 +02:00
committed by GitHub
parent c31ffad6af
commit 9da53084be
26 changed files with 271 additions and 254 deletions

View File

@@ -0,0 +1,18 @@
---
'@verdaccio/test-cli-commons': patch
'@verdaccio/e2e-cli-pnpm10': patch
'@verdaccio/e2e-cli-npm10': patch
'@verdaccio/e2e-cli-npm11': patch
'@verdaccio/e2e-cli-pnpm8': patch
'@verdaccio/e2e-cli-pnpm9': patch
'@verdaccio/e2e-cli-yarn1': patch
'@verdaccio/e2e-cli-yarn2': patch
'@verdaccio/e2e-cli-yarn3': patch
'@verdaccio/e2e-cli-yarn4': patch
'@verdaccio/e2e-cli-npm6': patch
'@verdaccio/e2e-cli-npm7': patch
'@verdaccio/e2e-cli-npm8': patch
'@verdaccio/e2e-cli-npm9': patch
---
chore(deps): e2e-cli

View File

@@ -1,7 +1,6 @@
import { spawn } from 'child_process';
import { SpawnOptions } from 'child_process';
import buildDebug from 'debug';
import { createInterface } from 'readline';
import { SpawnOptions, spawn } from 'node:child_process';
import { createInterface } from 'node:readline';
const debug = buildDebug('verdaccio:e2e:process');
const debugRead = buildDebug('verdaccio:e2e:line');

View File

@@ -1,7 +1,7 @@
import buildDebug from 'debug';
import fs from 'fs-extra';
import { cp, readFile, writeFile } from 'fs/promises';
import { join } from 'path';
import { cp, readFile, writeFile } from 'node:fs/promises';
import { join } from 'node:path';
import { fileUtils } from '@verdaccio/core';

View File

@@ -1,7 +1,7 @@
import { cp, writeFile } from 'fs/promises';
import YAML from 'js-yaml';
import { join } from 'path';
import { URL } from 'url';
import { cp, writeFile } from 'node:fs/promises';
import { join } from 'node:path';
import { URL } from 'node:url';
import { Dependencies } from '@verdaccio/types';

View File

@@ -5,7 +5,7 @@
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:2.0.0-next-8.0",
"@verdaccio/e2e-cli-npm-common": "workspace:*",
"npm": "10.9.0"
"npm": "10.9.2"
},
"scripts": {
"test": "vitest run --testTimeout 50000"

View File

@@ -1,5 +1,5 @@
import { SpawnOptions } from 'child_process';
import { join } from 'path';
import { SpawnOptions } from 'node:child_process';
import { join } from 'node:path';
import { exec } from '@verdaccio/test-cli-commons';
import { addRegistry } from '@verdaccio/test-cli-commons';

View File

@@ -5,7 +5,7 @@
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:2.0.0-next-8.0",
"@verdaccio/e2e-cli-npm-common": "workspace:*",
"npm": "11.4.0"
"npm": "11.4.2"
},
"scripts": {
"test": "vitest run --testTimeout 50000"

View File

@@ -1,5 +1,5 @@
import { SpawnOptions } from 'child_process';
import { join } from 'path';
import { SpawnOptions } from 'node:child_process';
import { join } from 'node:path';
import { exec } from '@verdaccio/test-cli-commons';
import { addRegistry } from '@verdaccio/test-cli-commons';

View File

@@ -1,5 +1,5 @@
import { SpawnOptions } from 'child_process';
import { join } from 'path';
import { SpawnOptions } from 'node:child_process';
import { join } from 'node:path';
import { exec } from '@verdaccio/test-cli-commons';

View File

@@ -1,5 +1,5 @@
import { SpawnOptions } from 'child_process';
import { join } from 'path';
import { SpawnOptions } from 'node:child_process';
import { join } from 'node:path';
import { exec } from '@verdaccio/test-cli-commons';

View File

@@ -1,5 +1,5 @@
import { SpawnOptions } from 'child_process';
import { join } from 'path';
import { SpawnOptions } from 'node:child_process';
import { join } from 'node:path';
import { exec } from '@verdaccio/test-cli-commons';

View File

@@ -5,7 +5,7 @@
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:2.0.0-next-8.0",
"@verdaccio/e2e-cli-npm-common": "workspace:*",
"npm": "9.9.3"
"npm": "9.9.4"
},
"scripts": {
"test": "vitest run --testTimeout 50000"

View File

@@ -1,5 +1,5 @@
import { SpawnOptions } from 'child_process';
import { join } from 'path';
import { SpawnOptions } from 'node:child_process';
import { join } from 'node:path';
import { exec } from '@verdaccio/test-cli-commons';
import { addRegistry } from '@verdaccio/test-cli-commons';

View File

@@ -4,7 +4,7 @@
"version": "1.0.2-next-8.0",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:2.0.0-next-8.0",
"pnpm": "9.0.0-alpha.10"
"pnpm": "10.5.2"
},
"main": "index.ts",
"scripts": {

View File

@@ -5,7 +5,7 @@
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:2.0.0-next-8.0",
"@verdaccio/e2e-cli-pnpm-common": "workspace:*",
"pnpm": "10.0.0-alpha.2"
"pnpm": "10.12.1"
},
"scripts": {
"test": "vitest run --testTimeout 50000"

View File

@@ -1,5 +1,5 @@
import { SpawnOptions } from 'child_process';
import { join } from 'path';
import { SpawnOptions } from 'node:child_process';
import { join } from 'node:path';
import { exec } from '@verdaccio/test-cli-commons';

View File

@@ -1,5 +1,5 @@
import { SpawnOptions } from 'child_process';
import { join } from 'path';
import { SpawnOptions } from 'node:child_process';
import { join } from 'node:path';
import { exec } from '@verdaccio/test-cli-commons';

View File

@@ -5,7 +5,7 @@
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:2.0.0-next-8.0",
"@verdaccio/e2e-cli-pnpm-common": "workspace:*",
"pnpm": "9.13.2"
"pnpm": "9.15.9"
},
"scripts": {
"test": "vitest run --testTimeout 50000"

View File

@@ -1,5 +1,5 @@
import { SpawnOptions } from 'child_process';
import { join } from 'path';
import { SpawnOptions } from 'node:child_process';
import { join } from 'node:path';
import { exec } from '@verdaccio/test-cli-commons';

View File

@@ -1,5 +1,5 @@
import { SpawnOptions } from 'child_process';
import { join } from 'path';
import { SpawnOptions } from 'node:child_process';
import { join } from 'node:path';
import { exec } from '@verdaccio/test-cli-commons';

View File

@@ -1,4 +1,4 @@
import { join } from 'path';
import { join } from 'node:path';
import { exec } from '@verdaccio/test-cli-commons';

View File

@@ -4,7 +4,7 @@
"version": "1.0.2-next-8.0",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:2.0.0-next-8.0",
"@yarnpkg/cli-dist": "3.8.3"
"@yarnpkg/cli-dist": "3.8.7"
},
"scripts": {
"test": "vitest run --testTimeout 50000"

View File

@@ -1,4 +1,4 @@
import { join } from 'path';
import { join } from 'node:path';
import { exec } from '@verdaccio/test-cli-commons';

View File

@@ -3,8 +3,8 @@
"name": "@verdaccio/e2e-cli-yarn4",
"version": "1.0.2-next-8.0",
"dependencies": {
"@yarnpkg/cli-dist": "4.4.0",
"@verdaccio/test-cli-commons": "workspace:2.0.0-next-8.0"
"@verdaccio/test-cli-commons": "workspace:2.0.0-next-8.0",
"@yarnpkg/cli-dist": "4.9.2"
},
"scripts": {
"test": "vitest run --testTimeout 80000"

View File

@@ -1,4 +1,4 @@
import { join } from 'path';
import { join } from 'node:path';
import { exec } from '@verdaccio/test-cli-commons';

428
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff