Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Bump playwright 1.52.0 -> 1.59.1
Rūdolfs Ošiņš committed 8 days ago
commit ad75d6488c53195f8d26cd6989d4dc3aad45c67a
parent a1b0723
3 files changed +17 -14
modified CLAUDE.md
@@ -37,7 +37,7 @@ npm run test:http-client:unit

```sh
npm run test:e2e -- --project chromium
-
npm run test:e2e -- --project chromium tests/e2e/<file>.spec.ts
+
npm run test:e2e -- tests/e2e/<file>.spec.ts --project chromium
```

`SKIP_SETUP=true` skips fixture creation for faster iteration.
modified package-lock.json
@@ -34,7 +34,7 @@
      },
      "devDependencies": {
        "@eslint/js": "^9.27.0",
-
        "@playwright/test": "^1.52.0",
+
        "@playwright/test": "1.59.1",
        "@sveltejs/vite-plugin-svelte": "^5.0.3",
        "@tsconfig/svelte": "^5.0.4",
        "@types/config": "^3.3.5",
@@ -846,12 +846,13 @@
      }
    },
    "node_modules/@playwright/test": {
-
      "version": "1.52.0",
-
      "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.52.0.tgz",
-
      "integrity": "sha512-uh6W7sb55hl7D6vsAeA+V2p5JnlAqzhqFyF0VcJkKZXkgnFcVG9PziERRHQfPLfNGx1C292a4JqbWzhR8L4R1g==",
+
      "version": "1.59.1",
+
      "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.59.1.tgz",
+
      "integrity": "sha512-PG6q63nQg5c9rIi4/Z5lR5IVF7yU5MqmKaPOe0HSc0O2cX1fPi96sUQu5j7eo4gKCkB2AnNGoWt7y4/Xx3Kcqg==",
      "dev": true,
+
      "license": "Apache-2.0",
      "dependencies": {
-
        "playwright": "1.52.0"
+
        "playwright": "1.59.1"
      },
      "bin": {
        "playwright": "cli.js"
@@ -3837,12 +3838,13 @@
      }
    },
    "node_modules/playwright": {
-
      "version": "1.52.0",
-
      "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.52.0.tgz",
-
      "integrity": "sha512-JAwMNMBlxJ2oD1kce4KPtMkDeKGHQstdpFPcPH3maElAXon/QZeTvtsfXmTMRyO9TslfoYOXkSsvao2nE1ilTw==",
+
      "version": "1.59.1",
+
      "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.59.1.tgz",
+
      "integrity": "sha512-C8oWjPR3F81yljW9o5OxcWzfh6avkVwDD2VYdwIGqTkl+OGFISgypqzfu7dOe4QNLL2aqcWBmI3PMtLIK233lw==",
      "dev": true,
+
      "license": "Apache-2.0",
      "dependencies": {
-
        "playwright-core": "1.52.0"
+
        "playwright-core": "1.59.1"
      },
      "bin": {
        "playwright": "cli.js"
@@ -3855,10 +3857,11 @@
      }
    },
    "node_modules/playwright-core": {
-
      "version": "1.52.0",
-
      "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.52.0.tgz",
-
      "integrity": "sha512-l2osTgLXSMeuLZOML9qYODUQoPPnUsKsb5/P6LJ2e6uPKXUdPK5WYhN4z03G+YNbWmGDY4YENauNu4ZKczreHg==",
+
      "version": "1.59.1",
+
      "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.59.1.tgz",
+
      "integrity": "sha512-HBV/RJg81z5BiiZ9yPzIiClYV/QMsDCKUyogwH9p3MCP6IYjUFu/MActgYAvK0oWyV9NlwM3GLBjADyWgydVyg==",
      "dev": true,
+
      "license": "Apache-2.0",
      "bin": {
        "playwright-core": "cli.js"
      },
modified package.json
@@ -26,7 +26,7 @@
  },
  "devDependencies": {
    "@eslint/js": "^9.27.0",
-
    "@playwright/test": "^1.52.0",
+
    "@playwright/test": "1.59.1",
    "@sveltejs/vite-plugin-svelte": "^5.0.3",
    "@tsconfig/svelte": "^5.0.4",
    "@types/config": "^3.3.5",