@argos-ci/puppeteer 5.2.5 → 6.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@argos-ci/puppeteer",
3
3
  "description": "Puppeteer SDK for visual testing with Argos.",
4
- "version": "5.2.5",
4
+ "version": "6.0.1",
5
5
  "author": "Smooth Code",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -36,35 +36,35 @@
36
36
  "./package.json": "./package.json"
37
37
  },
38
38
  "engines": {
39
- "node": ">=20.0.0"
39
+ "node": ">=22.0.0"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "puppeteer": ">=1"
43
43
  },
44
44
  "dependencies": {
45
- "@argos-ci/browser": "5.1.3",
46
- "@argos-ci/util": "3.4.0"
45
+ "@argos-ci/browser": "6.0.0",
46
+ "@argos-ci/util": "4.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@argos-ci/cli": "4.3.1",
49
+ "@argos-ci/cli": "5.0.1",
50
50
  "@types/jest": "^30.0.0",
51
51
  "@types/node": "catalog:",
52
52
  "expect-puppeteer": "^11.0.0",
53
- "jest": "^30.3.0",
53
+ "jest": "^30.4.2",
54
54
  "jest-light-runner": "^0.7.11",
55
55
  "jest-puppeteer": "^11.0.0",
56
- "puppeteer": "^24.40.0"
56
+ "puppeteer": "^24.43.0"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "tsdown && cp ./src/index.cjs ./dist",
60
60
  "jest": "NODE_OPTIONS=--experimental-vm-modules jest",
61
61
  "test-e2e": "pnpm run jest --runInBand",
62
- "argos-upload": "pnpm exec argos upload screenshots --build-name \"argos-puppeteer-e2e-node-$NODE_VERSION-$OS\"",
63
- "build-e2e": "node node_modules/puppeteer/install.mjs",
62
+ "argos-upload": "argos upload screenshots --build-name \"argos-puppeteer-e2e-node-$NODE_VERSION-$OS\"",
63
+ "build-e2e": "puppeteer browsers install chrome",
64
64
  "e2e": "pnpm run test-e2e && pnpm run argos-upload",
65
65
  "check-types": "tsc",
66
66
  "check-format": "prettier --check --ignore-unknown --ignore-path=../../.gitignore --ignore-path=../../.prettierignore .",
67
67
  "lint": "eslint ."
68
68
  },
69
- "gitHead": "42a0f0da3b0ebae3e86f01a07cfdf5c320057f00"
69
+ "gitHead": "75892460d881beaf87ae6a6c62c2c82d5df8fba4"
70
70
  }