Skip to content

Commit a03ced7

Browse files
committed
NO-JIRA: update development dependencies in pnpm-lock.yaml and package.json (#1201)
Updated the following devDependencies: - `@playwright/test` to `^1.53.1` - `testcontainers` to `^11.0.3` - `typescript` to `^5.8.3` - `@types/node` to `^24.0.4` This does not, for the most part, help with outstanding dependabot alerts, but still it is a good idea to do this update from time to time. * https://github.com/opendatahub-io/notebooks/security/dependabot/1841 * https://github.com/opendatahub-io/notebooks/security/dependabot/1842 * https://github.com/opendatahub-io/notebooks/security/dependabot/1323 * https://github.com/opendatahub-io/notebooks/security/dependabot/1799 * https://github.com/opendatahub-io/notebooks/security/dependabot/1800 fixup bump Playwright container image version to `v1.53.0-noble` in `build-notebooks-TEMPLATE.yaml`
1 parent fca410a commit a03ced7

File tree

3 files changed

+65
-96
lines changed

3 files changed

+65
-96
lines changed

.github/workflows/build-notebooks-TEMPLATE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ jobs:
539539
--volume ${PODMAN_SOCK}:/var/run/docker.sock \
540540
--volume ${PWD}:/mnt \
541541
--volume /mnt/node_modules \
542-
mcr.microsoft.com/playwright:v1.52.0-noble \
542+
mcr.microsoft.com/playwright:v1.53.1-noble \
543543
/bin/bash <<EOF
544544
set -Eeuxo pipefail
545545
cd /mnt

tests/browser/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"author": "",
1111
"license": "MIT",
1212
"devDependencies": {
13-
"@playwright/test": "^1.52.0",
13+
"@playwright/test": "^1.53.1",
1414

15-
"testcontainers": "^10.25.0",
15+
"testcontainers": "^11.0.3",
1616

17-
"typescript": "^5.0.5",
18-
"@types/node": "^22.15.17"
17+
"typescript": "^5.8.3",
18+
"@types/node": "^24.0.4"
1919
},
2020
"packageManager": "[email protected]"
2121
}

0 commit comments

Comments
 (0)