Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Optional checks:

## Further comments

*Optional* : Feel free to explain your motivation, share useful information or a feature screenshot.
_Optional_ : Feel free to explain your motivation, share useful information or a feature screenshot.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"private": true,
"type": "module",
"devDependencies": {
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@commitlint/cli": "^21.2.1",
"@commitlint/config-conventional": "^21.2.0",
"@eslint/js": "^10.0.1",
"@vitest/eslint-plugin": "^1.6.20",
"@vitest/eslint-plugin": "^1.6.24",
"cross-env": "^10.1.0",
"eslint": "^10.5.0",
"globals": "^17.6.0",
"lerna": "^9.0.7",
"prettier": "^3.8.4",
"tsdown": "^0.22.3",
"turbo": "^2.9.18",
"typedoc": "^0.28.19",
"eslint": "^10.8.0",
"globals": "^17.8.0",
"lerna": "^10.0.0",
"prettier": "^3.9.6",
"tsdown": "^0.22.14",
"turbo": "^2.10.8",
"typedoc": "^0.28.20",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61.1"
"typescript-eslint": "^8.65.0"
},
"scripts": {
"clean": "rm -rf packages/*/dist",
Expand All @@ -33,5 +33,5 @@
"engines": {
"node": "22"
},
"packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26"
"packageManager": "pnpm@11.19.0+sha512.7881f3ed590d472c4a955e2b88b2121791116066dcc88cbca3849ec9b60f1bbaa6d2ccb221fa91da4e1c65bef2bcbe379365aea7ac539c7bf86dedc3a1b22dce"
}
4 changes: 1 addition & 3 deletions packages/browser/src/viewport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ export type ViewportPresetOption = {
};

export type ViewportOption =
| ViewportSize
| ViewportPresetOption
| ViewportPreset;
ViewportSize | ViewportPresetOption | ViewportPreset;

function resolveViewportPreset(
preset: ViewportPreset,
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"@argos-ci/core": "workspace:*",
"commander": "^15.0.0",
"open": "^11.0.0",
"ora": "^9.4.0",
"update-notifier": "^7.3.1"
"ora": "^9.4.1"
},
"devDependencies": {
"vitest": "catalog:"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"fast-glob": "^3.3.3",
"mime-types": "^3.0.2",
"p-retry": "^8.0.0",
"sharp": "^0.35.2",
"sharp": "^0.35.3",
"tmp": "^0.2.7"
},
"devDependencies": {
Expand All @@ -57,7 +57,7 @@
"@types/node": "catalog:",
"@types/tmp": "^0.2.6",
"@vercel/repository-dispatch": "^0.1.0",
"msw": "^2.14.6",
"msw": "^2.15.0",
"vitest": "catalog:"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
},
"devDependencies": {
"@types/node": "catalog:",
"cypress": "^15.17.0",
"eslint-plugin-cypress": "^6.4.1"
"cypress": "^15.19.0",
"eslint-plugin-cypress": "^6.4.3"
},
"scripts": {
"build": "tsdown",
Expand Down
4 changes: 2 additions & 2 deletions packages/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
"@argos-ci/browser": "workspace:*",
"@argos-ci/core": "workspace:*",
"@argos-ci/util": "workspace:*",
"chalk": "^5.6.2",
"chalk": "^6.0.0",
"debug": "^4.4.3"
},
"devDependencies": {
"@playwright/test": "^1.61.0",
"@playwright/test": "^1.62.1",
"@types/debug": "^4.1.13",
"@types/node": "catalog:",
"vitest": "catalog:"
Expand Down
5 changes: 1 addition & 4 deletions packages/playwright/src/attachment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ export type ArgosAttachment = {
};

type ArgosAttachmentType =
| "screenshot"
| "aria"
| "screenshot/metadata"
| "aria/metadata";
"screenshot" | "aria" | "screenshot/metadata" | "aria/metadata";

export function getAttachmentName(name: string, type: ArgosAttachmentType) {
return `argos/${type}___${name}`;
Expand Down
4 changes: 2 additions & 2 deletions packages/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"@types/node": "catalog:",
"expect-puppeteer": "^11.0.0",
"jest": "^30.4.2",
"jest-light-runner": "^0.7.12",
"jest-light-runner": "^0.8.1",
"jest-puppeteer": "^11.0.0",
"puppeteer": "^25.1.0"
"puppeteer": "^25.4.0"
},
"scripts": {
"build": "tsdown && cp ./src/index.cjs ./dist",
Expand Down
34 changes: 17 additions & 17 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,28 +57,28 @@
"devDependencies": {
"@argos-ci/cli": "workspace:*",
"@argos-ci/util": "workspace:*",
"@storybook/addon-docs": "^10.4.6",
"@storybook/addon-links": "^10.4.6",
"@storybook/addon-themes": "^10.4.6",
"@storybook/addon-vitest": "^10.4.6",
"@storybook/react-vite": "^10.4.6",
"@storybook/addon-docs": "^10.5.5",
"@storybook/addon-links": "^10.5.5",
"@storybook/addon-themes": "^10.5.5",
"@storybook/addon-vitest": "^10.5.5",
"@storybook/react-vite": "^10.5.5",
"@storybook/test-runner": "^0.24.4",
"@types/node": "catalog:",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitest/browser": "^4.1.9",
"@vitest/browser-playwright": "^4.1.9",
"@vitest/coverage-v8": "^4.1.9",
"@vitest/ui": "^4.1.9",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitest/browser": "^4.1.10",
"@vitest/browser-playwright": "^4.1.10",
"@vitest/coverage-v8": "^4.1.10",
"@vitest/ui": "^4.1.10",
"http-server": "^14.1.1",
"playwright": "^1.61.0",
"playwright": "^1.62.1",
"prop-types": "^15.8.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"storybook": "^10.4.6",
"storybook-addon-pseudo-states": "^10.4.6",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"storybook": "^10.5.5",
"storybook-addon-pseudo-states": "^10.5.5",
"vitest": "catalog:",
"wait-on": "^9.0.10"
"wait-on": "^9.1.0"
},
"scripts": {
"build": "tsdown && cp ./src/test-runner.cjs ./dist",
Expand Down
8 changes: 4 additions & 4 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
},
"devDependencies": {
"@types/node": "catalog:",
"@vitest/browser": "^4.1.9",
"@vitest/browser-playwright": "^4.1.9",
"@vitest/pretty-format": "^4.1.9",
"playwright": "^1.61.0",
"@vitest/browser": "^4.1.10",
"@vitest/browser-playwright": "^4.1.10",
"@vitest/pretty-format": "^4.1.10",
"playwright": "^1.62.1",
"vitest": "catalog:"
},
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions packages/vitest/src/test-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ export interface CurrentTask extends CurrentSuite {
type: string;
message?: string;
location?:
| { file?: string; line?: number; column?: number }
| undefined;
{ file?: string; line?: number; column?: number } | undefined;
}>
| undefined;
result?: { retryCount?: number; repeatCount?: number } | undefined;
Expand Down
18 changes: 9 additions & 9 deletions packages/webdriverio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
"webdriverio": "^6 || ^7 || ^8 || ^9"
},
"dependencies": {
"sharp": "^0.35.2"
"sharp": "^0.35.3"
},
"devDependencies": {
"@argos-ci/cli": "workspace:*",
"@wdio/cli": "^9.29.0",
"@wdio/globals": "^9.29.0",
"@wdio/local-runner": "^9.29.0",
"@wdio/mocha-framework": "^9.29.0",
"@wdio/spec-reporter": "^9.29.0",
"@wdio/types": "^9.29.0",
"tsx": "^4.22.4",
"webdriverio": "^9.29.0"
"@wdio/cli": "^9.30.0",
"@wdio/globals": "^9.29.1",
"@wdio/local-runner": "^9.30.0",
"@wdio/mocha-framework": "^9.30.0",
"@wdio/spec-reporter": "^9.29.1",
"@wdio/types": "^9.29.1",
"tsx": "^4.23.1",
"webdriverio": "^9.30.0"
},
"scripts": {
"build": "tsdown && cp ./src/index.cjs ./dist",
Expand Down
Loading
Loading